aws-sdk-inspector2 1.78.0 → 1.80.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 +3 -7
- data/lib/aws-sdk-inspector2/client_api.rb +1 -3
- data/lib/aws-sdk-inspector2/types.rb +8 -18
- data/lib/aws-sdk-inspector2.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +1 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd5d2f095a18b2c3945d790eabfa51e70569884a17862c50caca876c35580160
|
|
4
|
+
data.tar.gz: 4ed7b6311adb48d033f6e42cb11d8804c844610e8888b5d5a4c39c47017ff2b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42904ee6943e0fc4522198975fc1960f635467d7b704f8d1a635dd6e3a3b570315c950b88aeb42eb138cf070e0acfe9b9a19b05cedcc833f98dbdbbb4de513a4
|
|
7
|
+
data.tar.gz: c74e67cb71bf7da8b5d975ee338d0e394a83543f1b4caa0e7fe739beec0fed0742633692fdfeb5ee3575626fc36afaf7cbbb1e0e6b8698df8917bc295dc7adef
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.80.0 (2026-07-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - GA date - July 21st 2026, remove Tags field from ListCodeSecurityIntegration and ListCodeSecurityScanConfiguration.
|
|
8
|
+
|
|
9
|
+
1.79.0 (2026-07-20)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds Windows path support for deep inspection. Fixes tag propagation for connector CloudFormation stack operations.
|
|
13
|
+
|
|
4
14
|
1.78.0 (2026-07-10)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.80.0
|
|
@@ -3021,8 +3021,8 @@ module Aws::Inspector2
|
|
|
3021
3021
|
# * {Types::GetCodeSecurityIntegrationResponse#status_reason #status_reason} => String
|
|
3022
3022
|
# * {Types::GetCodeSecurityIntegrationResponse#created_on #created_on} => Time
|
|
3023
3023
|
# * {Types::GetCodeSecurityIntegrationResponse#last_update_on #last_update_on} => Time
|
|
3024
|
-
# * {Types::GetCodeSecurityIntegrationResponse#tags #tags} => Hash<String,String>
|
|
3025
3024
|
# * {Types::GetCodeSecurityIntegrationResponse#authorization_url #authorization_url} => String
|
|
3025
|
+
# * {Types::GetCodeSecurityIntegrationResponse#tags #tags} => Hash<String,String>
|
|
3026
3026
|
#
|
|
3027
3027
|
# @example Request syntax with placeholder values
|
|
3028
3028
|
#
|
|
@@ -3042,9 +3042,9 @@ module Aws::Inspector2
|
|
|
3042
3042
|
# resp.status_reason #=> String
|
|
3043
3043
|
# resp.created_on #=> Time
|
|
3044
3044
|
# resp.last_update_on #=> Time
|
|
3045
|
+
# resp.authorization_url #=> String
|
|
3045
3046
|
# resp.tags #=> Hash
|
|
3046
3047
|
# resp.tags["MapKey"] #=> String
|
|
3047
|
-
# resp.authorization_url #=> String
|
|
3048
3048
|
#
|
|
3049
3049
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/GetCodeSecurityIntegration AWS API Documentation
|
|
3050
3050
|
#
|
|
@@ -4279,8 +4279,6 @@ module Aws::Inspector2
|
|
|
4279
4279
|
# resp.integrations[0].status_reason #=> String
|
|
4280
4280
|
# resp.integrations[0].created_on #=> Time
|
|
4281
4281
|
# resp.integrations[0].last_update_on #=> Time
|
|
4282
|
-
# resp.integrations[0].tags #=> Hash
|
|
4283
|
-
# resp.integrations[0].tags["MapKey"] #=> String
|
|
4284
4282
|
# resp.next_token #=> String
|
|
4285
4283
|
#
|
|
4286
4284
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListCodeSecurityIntegrations AWS API Documentation
|
|
@@ -4376,8 +4374,6 @@ module Aws::Inspector2
|
|
|
4376
4374
|
# resp.configurations[0].rule_set_categories #=> Array
|
|
4377
4375
|
# resp.configurations[0].rule_set_categories[0] #=> String, one of "SAST", "IAC", "SCA"
|
|
4378
4376
|
# resp.configurations[0].scope_settings.project_selection_scope #=> String, one of "ALL"
|
|
4379
|
-
# resp.configurations[0].tags #=> Hash
|
|
4380
|
-
# resp.configurations[0].tags["MapKey"] #=> String
|
|
4381
4377
|
# resp.next_token #=> String
|
|
4382
4378
|
#
|
|
4383
4379
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListCodeSecurityScanConfigurations AWS API Documentation
|
|
@@ -8450,7 +8446,7 @@ module Aws::Inspector2
|
|
|
8450
8446
|
tracer: tracer
|
|
8451
8447
|
)
|
|
8452
8448
|
context[:gem_name] = 'aws-sdk-inspector2'
|
|
8453
|
-
context[:gem_version] = '1.
|
|
8449
|
+
context[:gem_version] = '1.80.0'
|
|
8454
8450
|
Seahorse::Client::Request.new(handlers, context)
|
|
8455
8451
|
end
|
|
8456
8452
|
|
|
@@ -1420,7 +1420,6 @@ module Aws::Inspector2
|
|
|
1420
1420
|
CodeSecurityIntegrationSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, required: true, location_name: "statusReason"))
|
|
1421
1421
|
CodeSecurityIntegrationSummary.add_member(:created_on, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdOn"))
|
|
1422
1422
|
CodeSecurityIntegrationSummary.add_member(:last_update_on, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateOn"))
|
|
1423
|
-
CodeSecurityIntegrationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1424
1423
|
CodeSecurityIntegrationSummary.struct_class = Types::CodeSecurityIntegrationSummary
|
|
1425
1424
|
|
|
1426
1425
|
CodeSecurityResource.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectId"))
|
|
@@ -1449,7 +1448,6 @@ module Aws::Inspector2
|
|
|
1449
1448
|
CodeSecurityScanConfigurationSummary.add_member(:continuous_integration_scan_supported_events, Shapes::ShapeRef.new(shape: ContinuousIntegrationScanSupportedEvents, location_name: "continuousIntegrationScanSupportedEvents"))
|
|
1450
1449
|
CodeSecurityScanConfigurationSummary.add_member(:rule_set_categories, Shapes::ShapeRef.new(shape: RuleSetCategories, required: true, location_name: "ruleSetCategories"))
|
|
1451
1450
|
CodeSecurityScanConfigurationSummary.add_member(:scope_settings, Shapes::ShapeRef.new(shape: ScopeSettings, location_name: "scopeSettings"))
|
|
1452
|
-
CodeSecurityScanConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1453
1451
|
CodeSecurityScanConfigurationSummary.struct_class = Types::CodeSecurityScanConfigurationSummary
|
|
1454
1452
|
|
|
1455
1453
|
CodeSnippetError.add_member(:finding_arn, Shapes::ShapeRef.new(shape: FindingArn, required: true, location_name: "findingArn"))
|
|
@@ -2233,8 +2231,8 @@ module Aws::Inspector2
|
|
|
2233
2231
|
GetCodeSecurityIntegrationResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, required: true, location_name: "statusReason"))
|
|
2234
2232
|
GetCodeSecurityIntegrationResponse.add_member(:created_on, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdOn"))
|
|
2235
2233
|
GetCodeSecurityIntegrationResponse.add_member(:last_update_on, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateOn"))
|
|
2236
|
-
GetCodeSecurityIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
2237
2234
|
GetCodeSecurityIntegrationResponse.add_member(:authorization_url, Shapes::ShapeRef.new(shape: AuthorizationUrl, location_name: "authorizationUrl"))
|
|
2235
|
+
GetCodeSecurityIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
2238
2236
|
GetCodeSecurityIntegrationResponse.struct_class = Types::GetCodeSecurityIntegrationResponse
|
|
2239
2237
|
|
|
2240
2238
|
GetCodeSecurityScanConfigurationRequest.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
|
@@ -2406,10 +2406,6 @@ module Aws::Inspector2
|
|
|
2406
2406
|
# The timestamp when the code security integration was last updated.
|
|
2407
2407
|
# @return [Time]
|
|
2408
2408
|
#
|
|
2409
|
-
# @!attribute [rw] tags
|
|
2410
|
-
# The tags associated with the code security integration.
|
|
2411
|
-
# @return [Hash<String,String>]
|
|
2412
|
-
#
|
|
2413
2409
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/CodeSecurityIntegrationSummary AWS API Documentation
|
|
2414
2410
|
#
|
|
2415
2411
|
class CodeSecurityIntegrationSummary < Struct.new(
|
|
@@ -2419,8 +2415,7 @@ module Aws::Inspector2
|
|
|
2419
2415
|
:status,
|
|
2420
2416
|
:status_reason,
|
|
2421
2417
|
:created_on,
|
|
2422
|
-
:last_update_on
|
|
2423
|
-
:tags)
|
|
2418
|
+
:last_update_on)
|
|
2424
2419
|
SENSITIVE = []
|
|
2425
2420
|
include Aws::Structure
|
|
2426
2421
|
end
|
|
@@ -2528,10 +2523,6 @@ module Aws::Inspector2
|
|
|
2528
2523
|
# Inspector.
|
|
2529
2524
|
# @return [Types::ScopeSettings]
|
|
2530
2525
|
#
|
|
2531
|
-
# @!attribute [rw] tags
|
|
2532
|
-
# The tags associated with the scan configuration.
|
|
2533
|
-
# @return [Hash<String,String>]
|
|
2534
|
-
#
|
|
2535
2526
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/CodeSecurityScanConfigurationSummary AWS API Documentation
|
|
2536
2527
|
#
|
|
2537
2528
|
class CodeSecurityScanConfigurationSummary < Struct.new(
|
|
@@ -2542,8 +2533,7 @@ module Aws::Inspector2
|
|
|
2542
2533
|
:frequency_expression,
|
|
2543
2534
|
:continuous_integration_scan_supported_events,
|
|
2544
2535
|
:rule_set_categories,
|
|
2545
|
-
:scope_settings
|
|
2546
|
-
:tags)
|
|
2536
|
+
:scope_settings)
|
|
2547
2537
|
SENSITIVE = []
|
|
2548
2538
|
include Aws::Structure
|
|
2549
2539
|
end
|
|
@@ -6171,16 +6161,16 @@ module Aws::Inspector2
|
|
|
6171
6161
|
# The timestamp when the code security integration was last updated.
|
|
6172
6162
|
# @return [Time]
|
|
6173
6163
|
#
|
|
6174
|
-
# @!attribute [rw] tags
|
|
6175
|
-
# The tags associated with the code security integration.
|
|
6176
|
-
# @return [Hash<String,String>]
|
|
6177
|
-
#
|
|
6178
6164
|
# @!attribute [rw] authorization_url
|
|
6179
6165
|
# The URL used to authorize the integration with the repository
|
|
6180
6166
|
# provider. This is only returned if reauthorization is required to
|
|
6181
6167
|
# fix a connection issue. Otherwise, it is null.
|
|
6182
6168
|
# @return [String]
|
|
6183
6169
|
#
|
|
6170
|
+
# @!attribute [rw] tags
|
|
6171
|
+
# The tags associated with the code security integration.
|
|
6172
|
+
# @return [Hash<String,String>]
|
|
6173
|
+
#
|
|
6184
6174
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/GetCodeSecurityIntegrationResponse AWS API Documentation
|
|
6185
6175
|
#
|
|
6186
6176
|
class GetCodeSecurityIntegrationResponse < Struct.new(
|
|
@@ -6191,8 +6181,8 @@ module Aws::Inspector2
|
|
|
6191
6181
|
:status_reason,
|
|
6192
6182
|
:created_on,
|
|
6193
6183
|
:last_update_on,
|
|
6194
|
-
:
|
|
6195
|
-
:
|
|
6184
|
+
:authorization_url,
|
|
6185
|
+
:tags)
|
|
6196
6186
|
SENSITIVE = [:authorization_url]
|
|
6197
6187
|
include Aws::Structure
|
|
6198
6188
|
end
|
data/lib/aws-sdk-inspector2.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -589,8 +589,8 @@ module Aws
|
|
|
589
589
|
def status_reason: () -> ::String
|
|
590
590
|
def created_on: () -> ::Time
|
|
591
591
|
def last_update_on: () -> ::Time
|
|
592
|
-
def tags: () -> ::Hash[::String, ::String]
|
|
593
592
|
def authorization_url: () -> ::String
|
|
593
|
+
def tags: () -> ::Hash[::String, ::String]
|
|
594
594
|
end
|
|
595
595
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Inspector2/Client.html#get_code_security_integration-instance_method
|
|
596
596
|
def get_code_security_integration: (
|
data/sig/types.rbs
CHANGED
|
@@ -707,7 +707,6 @@ module Aws::Inspector2
|
|
|
707
707
|
attr_accessor status_reason: ::String
|
|
708
708
|
attr_accessor created_on: ::Time
|
|
709
709
|
attr_accessor last_update_on: ::Time
|
|
710
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
|
711
710
|
SENSITIVE: []
|
|
712
711
|
end
|
|
713
712
|
|
|
@@ -743,7 +742,6 @@ module Aws::Inspector2
|
|
|
743
742
|
attr_accessor continuous_integration_scan_supported_events: ::Array[("PULL_REQUEST" | "PUSH")]
|
|
744
743
|
attr_accessor rule_set_categories: ::Array[("SAST" | "IAC" | "SCA")]
|
|
745
744
|
attr_accessor scope_settings: Types::ScopeSettings
|
|
746
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
|
747
745
|
SENSITIVE: []
|
|
748
746
|
end
|
|
749
747
|
|
|
@@ -1675,8 +1673,8 @@ module Aws::Inspector2
|
|
|
1675
1673
|
attr_accessor status_reason: ::String
|
|
1676
1674
|
attr_accessor created_on: ::Time
|
|
1677
1675
|
attr_accessor last_update_on: ::Time
|
|
1678
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
|
1679
1676
|
attr_accessor authorization_url: ::String
|
|
1677
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
1680
1678
|
SENSITIVE: [:authorization_url]
|
|
1681
1679
|
end
|
|
1682
1680
|
|