aws-sdk-inspector2 1.79.0 → 1.81.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 +106 -7
- data/lib/aws-sdk-inspector2/client_api.rb +12 -3
- data/lib/aws-sdk-inspector2/types.rb +68 -19
- data/lib/aws-sdk-inspector2.rb +1 -1
- data/sig/client.rbs +69 -1
- data/sig/types.rbs +12 -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: f6f6d338ea9ffb30a4d2e8955f0b36142b86de44d1b5656f875d40d0cb8d1262
|
|
4
|
+
data.tar.gz: c47642b83ee2ba87e077d3df2142c8d39a655a36e56d21c9f5ebe5bb25240711
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 157eb81835eb15e03025e52042e181d0dd4407f27a115bc7ad4194b00e9b40cc132e3da6ac1479b26a426efe6d1a3dc803a859542e2b37ac0211dd8c0d652614
|
|
7
|
+
data.tar.gz: 1051e80f7cb1541c6d1b754fc88b2b972fff5efb9835fc24e1d4d735099fe95830b6a698bfb59486fbfd78e67146d845a7c00b9f404be544cecf08a7b37ee33b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.81.0 (2026-08-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding Azure SBOM export capability.
|
|
8
|
+
|
|
9
|
+
1.80.0 (2026-07-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - GA date - July 21st 2026, remove Tags field from ListCodeSecurityIntegration and ListCodeSecurityScanConfiguration.
|
|
13
|
+
|
|
4
14
|
1.79.0 (2026-07-20)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.81.0
|
|
@@ -2349,6 +2349,74 @@ module Aws::Inspector2
|
|
|
2349
2349
|
# value: "NonEmptyString",
|
|
2350
2350
|
# },
|
|
2351
2351
|
# ],
|
|
2352
|
+
# cloud_provider: [
|
|
2353
|
+
# {
|
|
2354
|
+
# comparison: "EQUALS", # required, accepts EQUALS, NOT_EQUALS
|
|
2355
|
+
# value: "ResourceStringInput", # required
|
|
2356
|
+
# },
|
|
2357
|
+
# ],
|
|
2358
|
+
# cloud_provider_account_id: [
|
|
2359
|
+
# {
|
|
2360
|
+
# comparison: "EQUALS", # required, accepts EQUALS, NOT_EQUALS
|
|
2361
|
+
# value: "ResourceStringInput", # required
|
|
2362
|
+
# },
|
|
2363
|
+
# ],
|
|
2364
|
+
# cloud_provider_org_id: [
|
|
2365
|
+
# {
|
|
2366
|
+
# comparison: "EQUALS", # required, accepts EQUALS, NOT_EQUALS
|
|
2367
|
+
# value: "ResourceStringInput", # required
|
|
2368
|
+
# },
|
|
2369
|
+
# ],
|
|
2370
|
+
# cloud_provider_region: [
|
|
2371
|
+
# {
|
|
2372
|
+
# comparison: "EQUALS", # required, accepts EQUALS, NOT_EQUALS
|
|
2373
|
+
# value: "ResourceStringInput", # required
|
|
2374
|
+
# },
|
|
2375
|
+
# ],
|
|
2376
|
+
# cloud_vm_instance_tags: [
|
|
2377
|
+
# {
|
|
2378
|
+
# comparison: "EQUALS", # required, accepts EQUALS
|
|
2379
|
+
# key: "NonEmptyString", # required
|
|
2380
|
+
# value: "NonEmptyString",
|
|
2381
|
+
# },
|
|
2382
|
+
# ],
|
|
2383
|
+
# cloud_container_image_tags: [
|
|
2384
|
+
# {
|
|
2385
|
+
# comparison: "EQUALS", # required, accepts EQUALS, NOT_EQUALS
|
|
2386
|
+
# value: "ResourceStringInput", # required
|
|
2387
|
+
# },
|
|
2388
|
+
# ],
|
|
2389
|
+
# cloud_container_repository_name: [
|
|
2390
|
+
# {
|
|
2391
|
+
# comparison: "EQUALS", # required, accepts EQUALS, NOT_EQUALS
|
|
2392
|
+
# value: "ResourceStringInput", # required
|
|
2393
|
+
# },
|
|
2394
|
+
# ],
|
|
2395
|
+
# cloud_container_registry_name: [
|
|
2396
|
+
# {
|
|
2397
|
+
# comparison: "EQUALS", # required, accepts EQUALS, NOT_EQUALS
|
|
2398
|
+
# value: "ResourceStringInput", # required
|
|
2399
|
+
# },
|
|
2400
|
+
# ],
|
|
2401
|
+
# cloud_serverless_function_name: [
|
|
2402
|
+
# {
|
|
2403
|
+
# comparison: "EQUALS", # required, accepts EQUALS, NOT_EQUALS
|
|
2404
|
+
# value: "ResourceStringInput", # required
|
|
2405
|
+
# },
|
|
2406
|
+
# ],
|
|
2407
|
+
# cloud_serverless_function_runtime: [
|
|
2408
|
+
# {
|
|
2409
|
+
# comparison: "EQUALS", # required, accepts EQUALS, NOT_EQUALS
|
|
2410
|
+
# value: "ResourceStringInput", # required
|
|
2411
|
+
# },
|
|
2412
|
+
# ],
|
|
2413
|
+
# cloud_serverless_function_tags: [
|
|
2414
|
+
# {
|
|
2415
|
+
# comparison: "EQUALS", # required, accepts EQUALS
|
|
2416
|
+
# key: "NonEmptyString", # required
|
|
2417
|
+
# value: "NonEmptyString",
|
|
2418
|
+
# },
|
|
2419
|
+
# ],
|
|
2352
2420
|
# },
|
|
2353
2421
|
# report_format: "CYCLONEDX_1_4", # required, accepts CYCLONEDX_1_4, SPDX_2_3
|
|
2354
2422
|
# s3_destination: { # required
|
|
@@ -3021,8 +3089,8 @@ module Aws::Inspector2
|
|
|
3021
3089
|
# * {Types::GetCodeSecurityIntegrationResponse#status_reason #status_reason} => String
|
|
3022
3090
|
# * {Types::GetCodeSecurityIntegrationResponse#created_on #created_on} => Time
|
|
3023
3091
|
# * {Types::GetCodeSecurityIntegrationResponse#last_update_on #last_update_on} => Time
|
|
3024
|
-
# * {Types::GetCodeSecurityIntegrationResponse#tags #tags} => Hash<String,String>
|
|
3025
3092
|
# * {Types::GetCodeSecurityIntegrationResponse#authorization_url #authorization_url} => String
|
|
3093
|
+
# * {Types::GetCodeSecurityIntegrationResponse#tags #tags} => Hash<String,String>
|
|
3026
3094
|
#
|
|
3027
3095
|
# @example Request syntax with placeholder values
|
|
3028
3096
|
#
|
|
@@ -3042,9 +3110,9 @@ module Aws::Inspector2
|
|
|
3042
3110
|
# resp.status_reason #=> String
|
|
3043
3111
|
# resp.created_on #=> Time
|
|
3044
3112
|
# resp.last_update_on #=> Time
|
|
3113
|
+
# resp.authorization_url #=> String
|
|
3045
3114
|
# resp.tags #=> Hash
|
|
3046
3115
|
# resp.tags["MapKey"] #=> String
|
|
3047
|
-
# resp.authorization_url #=> String
|
|
3048
3116
|
#
|
|
3049
3117
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/GetCodeSecurityIntegration AWS API Documentation
|
|
3050
3118
|
#
|
|
@@ -3615,6 +3683,41 @@ module Aws::Inspector2
|
|
|
3615
3683
|
# resp.filter_criteria.lambda_function_tags[0].comparison #=> String, one of "EQUALS"
|
|
3616
3684
|
# resp.filter_criteria.lambda_function_tags[0].key #=> String
|
|
3617
3685
|
# resp.filter_criteria.lambda_function_tags[0].value #=> String
|
|
3686
|
+
# resp.filter_criteria.cloud_provider #=> Array
|
|
3687
|
+
# resp.filter_criteria.cloud_provider[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
|
3688
|
+
# resp.filter_criteria.cloud_provider[0].value #=> String
|
|
3689
|
+
# resp.filter_criteria.cloud_provider_account_id #=> Array
|
|
3690
|
+
# resp.filter_criteria.cloud_provider_account_id[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
|
3691
|
+
# resp.filter_criteria.cloud_provider_account_id[0].value #=> String
|
|
3692
|
+
# resp.filter_criteria.cloud_provider_org_id #=> Array
|
|
3693
|
+
# resp.filter_criteria.cloud_provider_org_id[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
|
3694
|
+
# resp.filter_criteria.cloud_provider_org_id[0].value #=> String
|
|
3695
|
+
# resp.filter_criteria.cloud_provider_region #=> Array
|
|
3696
|
+
# resp.filter_criteria.cloud_provider_region[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
|
3697
|
+
# resp.filter_criteria.cloud_provider_region[0].value #=> String
|
|
3698
|
+
# resp.filter_criteria.cloud_vm_instance_tags #=> Array
|
|
3699
|
+
# resp.filter_criteria.cloud_vm_instance_tags[0].comparison #=> String, one of "EQUALS"
|
|
3700
|
+
# resp.filter_criteria.cloud_vm_instance_tags[0].key #=> String
|
|
3701
|
+
# resp.filter_criteria.cloud_vm_instance_tags[0].value #=> String
|
|
3702
|
+
# resp.filter_criteria.cloud_container_image_tags #=> Array
|
|
3703
|
+
# resp.filter_criteria.cloud_container_image_tags[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
|
3704
|
+
# resp.filter_criteria.cloud_container_image_tags[0].value #=> String
|
|
3705
|
+
# resp.filter_criteria.cloud_container_repository_name #=> Array
|
|
3706
|
+
# resp.filter_criteria.cloud_container_repository_name[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
|
3707
|
+
# resp.filter_criteria.cloud_container_repository_name[0].value #=> String
|
|
3708
|
+
# resp.filter_criteria.cloud_container_registry_name #=> Array
|
|
3709
|
+
# resp.filter_criteria.cloud_container_registry_name[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
|
3710
|
+
# resp.filter_criteria.cloud_container_registry_name[0].value #=> String
|
|
3711
|
+
# resp.filter_criteria.cloud_serverless_function_name #=> Array
|
|
3712
|
+
# resp.filter_criteria.cloud_serverless_function_name[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
|
3713
|
+
# resp.filter_criteria.cloud_serverless_function_name[0].value #=> String
|
|
3714
|
+
# resp.filter_criteria.cloud_serverless_function_runtime #=> Array
|
|
3715
|
+
# resp.filter_criteria.cloud_serverless_function_runtime[0].comparison #=> String, one of "EQUALS", "NOT_EQUALS"
|
|
3716
|
+
# resp.filter_criteria.cloud_serverless_function_runtime[0].value #=> String
|
|
3717
|
+
# resp.filter_criteria.cloud_serverless_function_tags #=> Array
|
|
3718
|
+
# resp.filter_criteria.cloud_serverless_function_tags[0].comparison #=> String, one of "EQUALS"
|
|
3719
|
+
# resp.filter_criteria.cloud_serverless_function_tags[0].key #=> String
|
|
3720
|
+
# resp.filter_criteria.cloud_serverless_function_tags[0].value #=> String
|
|
3618
3721
|
#
|
|
3619
3722
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/GetSbomExport AWS API Documentation
|
|
3620
3723
|
#
|
|
@@ -4279,8 +4382,6 @@ module Aws::Inspector2
|
|
|
4279
4382
|
# resp.integrations[0].status_reason #=> String
|
|
4280
4383
|
# resp.integrations[0].created_on #=> Time
|
|
4281
4384
|
# resp.integrations[0].last_update_on #=> Time
|
|
4282
|
-
# resp.integrations[0].tags #=> Hash
|
|
4283
|
-
# resp.integrations[0].tags["MapKey"] #=> String
|
|
4284
4385
|
# resp.next_token #=> String
|
|
4285
4386
|
#
|
|
4286
4387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListCodeSecurityIntegrations AWS API Documentation
|
|
@@ -4376,8 +4477,6 @@ module Aws::Inspector2
|
|
|
4376
4477
|
# resp.configurations[0].rule_set_categories #=> Array
|
|
4377
4478
|
# resp.configurations[0].rule_set_categories[0] #=> String, one of "SAST", "IAC", "SCA"
|
|
4378
4479
|
# 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
4480
|
# resp.next_token #=> String
|
|
4382
4481
|
#
|
|
4383
4482
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ListCodeSecurityScanConfigurations AWS API Documentation
|
|
@@ -8450,7 +8549,7 @@ module Aws::Inspector2
|
|
|
8450
8549
|
tracer: tracer
|
|
8451
8550
|
)
|
|
8452
8551
|
context[:gem_name] = 'aws-sdk-inspector2'
|
|
8453
|
-
context[:gem_version] = '1.
|
|
8552
|
+
context[:gem_version] = '1.81.0'
|
|
8454
8553
|
Seahorse::Client::Request.new(handlers, context)
|
|
8455
8554
|
end
|
|
8456
8555
|
|
|
@@ -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"))
|
|
@@ -2823,6 +2821,17 @@ module Aws::Inspector2
|
|
|
2823
2821
|
ResourceFilterCriteria.add_member(:ecr_image_tags, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "ecrImageTags"))
|
|
2824
2822
|
ResourceFilterCriteria.add_member(:ec2_instance_tags, Shapes::ShapeRef.new(shape: ResourceMapFilterList, location_name: "ec2InstanceTags"))
|
|
2825
2823
|
ResourceFilterCriteria.add_member(:lambda_function_tags, Shapes::ShapeRef.new(shape: ResourceMapFilterList, location_name: "lambdaFunctionTags"))
|
|
2824
|
+
ResourceFilterCriteria.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "cloudProvider"))
|
|
2825
|
+
ResourceFilterCriteria.add_member(:cloud_provider_account_id, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "cloudProviderAccountId"))
|
|
2826
|
+
ResourceFilterCriteria.add_member(:cloud_provider_org_id, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "cloudProviderOrgId"))
|
|
2827
|
+
ResourceFilterCriteria.add_member(:cloud_provider_region, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "cloudProviderRegion"))
|
|
2828
|
+
ResourceFilterCriteria.add_member(:cloud_vm_instance_tags, Shapes::ShapeRef.new(shape: ResourceMapFilterList, location_name: "cloudVmInstanceTags"))
|
|
2829
|
+
ResourceFilterCriteria.add_member(:cloud_container_image_tags, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "cloudContainerImageTags"))
|
|
2830
|
+
ResourceFilterCriteria.add_member(:cloud_container_repository_name, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "cloudContainerRepositoryName"))
|
|
2831
|
+
ResourceFilterCriteria.add_member(:cloud_container_registry_name, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "cloudContainerRegistryName"))
|
|
2832
|
+
ResourceFilterCriteria.add_member(:cloud_serverless_function_name, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "cloudServerlessFunctionName"))
|
|
2833
|
+
ResourceFilterCriteria.add_member(:cloud_serverless_function_runtime, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "cloudServerlessFunctionRuntime"))
|
|
2834
|
+
ResourceFilterCriteria.add_member(:cloud_serverless_function_tags, Shapes::ShapeRef.new(shape: ResourceMapFilterList, location_name: "cloudServerlessFunctionTags"))
|
|
2826
2835
|
ResourceFilterCriteria.struct_class = Types::ResourceFilterCriteria
|
|
2827
2836
|
|
|
2828
2837
|
ResourceIdFilterList.member = Shapes::ShapeRef.new(shape: CisStringFilter)
|
|
@@ -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
|
|
@@ -8959,6 +8949,54 @@ module Aws::Inspector2
|
|
|
8959
8949
|
# criteria.
|
|
8960
8950
|
# @return [Array<Types::ResourceMapFilter>]
|
|
8961
8951
|
#
|
|
8952
|
+
# @!attribute [rw] cloud_provider
|
|
8953
|
+
# The cloud providers used as resource filter criteria.
|
|
8954
|
+
# @return [Array<Types::ResourceStringFilter>]
|
|
8955
|
+
#
|
|
8956
|
+
# @!attribute [rw] cloud_provider_account_id
|
|
8957
|
+
# The cloud provider account IDs used as resource filter criteria.
|
|
8958
|
+
# @return [Array<Types::ResourceStringFilter>]
|
|
8959
|
+
#
|
|
8960
|
+
# @!attribute [rw] cloud_provider_org_id
|
|
8961
|
+
# The cloud provider organization IDs used as resource filter
|
|
8962
|
+
# criteria.
|
|
8963
|
+
# @return [Array<Types::ResourceStringFilter>]
|
|
8964
|
+
#
|
|
8965
|
+
# @!attribute [rw] cloud_provider_region
|
|
8966
|
+
# The cloud provider regions used as resource filter criteria.
|
|
8967
|
+
# @return [Array<Types::ResourceStringFilter>]
|
|
8968
|
+
#
|
|
8969
|
+
# @!attribute [rw] cloud_vm_instance_tags
|
|
8970
|
+
# The cloud VM instance tags used as resource filter criteria.
|
|
8971
|
+
# @return [Array<Types::ResourceMapFilter>]
|
|
8972
|
+
#
|
|
8973
|
+
# @!attribute [rw] cloud_container_image_tags
|
|
8974
|
+
# The cloud container image tags used as resource filter criteria.
|
|
8975
|
+
# @return [Array<Types::ResourceStringFilter>]
|
|
8976
|
+
#
|
|
8977
|
+
# @!attribute [rw] cloud_container_repository_name
|
|
8978
|
+
# The cloud container repository names used as resource filter
|
|
8979
|
+
# criteria.
|
|
8980
|
+
# @return [Array<Types::ResourceStringFilter>]
|
|
8981
|
+
#
|
|
8982
|
+
# @!attribute [rw] cloud_container_registry_name
|
|
8983
|
+
# The cloud container registry names used as resource filter criteria.
|
|
8984
|
+
# @return [Array<Types::ResourceStringFilter>]
|
|
8985
|
+
#
|
|
8986
|
+
# @!attribute [rw] cloud_serverless_function_name
|
|
8987
|
+
# The cloud serverless function names used as resource filter
|
|
8988
|
+
# criteria.
|
|
8989
|
+
# @return [Array<Types::ResourceStringFilter>]
|
|
8990
|
+
#
|
|
8991
|
+
# @!attribute [rw] cloud_serverless_function_runtime
|
|
8992
|
+
# The cloud serverless function runtimes used as resource filter
|
|
8993
|
+
# criteria.
|
|
8994
|
+
# @return [Array<Types::ResourceStringFilter>]
|
|
8995
|
+
#
|
|
8996
|
+
# @!attribute [rw] cloud_serverless_function_tags
|
|
8997
|
+
# The cloud serverless function tags used as resource filter criteria.
|
|
8998
|
+
# @return [Array<Types::ResourceMapFilter>]
|
|
8999
|
+
#
|
|
8962
9000
|
# @see http://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/ResourceFilterCriteria AWS API Documentation
|
|
8963
9001
|
#
|
|
8964
9002
|
class ResourceFilterCriteria < Struct.new(
|
|
@@ -8969,7 +9007,18 @@ module Aws::Inspector2
|
|
|
8969
9007
|
:lambda_function_name,
|
|
8970
9008
|
:ecr_image_tags,
|
|
8971
9009
|
:ec2_instance_tags,
|
|
8972
|
-
:lambda_function_tags
|
|
9010
|
+
:lambda_function_tags,
|
|
9011
|
+
:cloud_provider,
|
|
9012
|
+
:cloud_provider_account_id,
|
|
9013
|
+
:cloud_provider_org_id,
|
|
9014
|
+
:cloud_provider_region,
|
|
9015
|
+
:cloud_vm_instance_tags,
|
|
9016
|
+
:cloud_container_image_tags,
|
|
9017
|
+
:cloud_container_repository_name,
|
|
9018
|
+
:cloud_container_registry_name,
|
|
9019
|
+
:cloud_serverless_function_name,
|
|
9020
|
+
:cloud_serverless_function_runtime,
|
|
9021
|
+
:cloud_serverless_function_tags)
|
|
8973
9022
|
SENSITIVE = []
|
|
8974
9023
|
include Aws::Structure
|
|
8975
9024
|
end
|
data/lib/aws-sdk-inspector2.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -377,6 +377,74 @@ module Aws
|
|
|
377
377
|
key: ::String,
|
|
378
378
|
value: ::String?
|
|
379
379
|
}
|
|
380
|
+
]?,
|
|
381
|
+
cloud_provider: Array[
|
|
382
|
+
{
|
|
383
|
+
comparison: ("EQUALS" | "NOT_EQUALS"),
|
|
384
|
+
value: ::String
|
|
385
|
+
}
|
|
386
|
+
]?,
|
|
387
|
+
cloud_provider_account_id: Array[
|
|
388
|
+
{
|
|
389
|
+
comparison: ("EQUALS" | "NOT_EQUALS"),
|
|
390
|
+
value: ::String
|
|
391
|
+
}
|
|
392
|
+
]?,
|
|
393
|
+
cloud_provider_org_id: Array[
|
|
394
|
+
{
|
|
395
|
+
comparison: ("EQUALS" | "NOT_EQUALS"),
|
|
396
|
+
value: ::String
|
|
397
|
+
}
|
|
398
|
+
]?,
|
|
399
|
+
cloud_provider_region: Array[
|
|
400
|
+
{
|
|
401
|
+
comparison: ("EQUALS" | "NOT_EQUALS"),
|
|
402
|
+
value: ::String
|
|
403
|
+
}
|
|
404
|
+
]?,
|
|
405
|
+
cloud_vm_instance_tags: Array[
|
|
406
|
+
{
|
|
407
|
+
comparison: ("EQUALS"),
|
|
408
|
+
key: ::String,
|
|
409
|
+
value: ::String?
|
|
410
|
+
}
|
|
411
|
+
]?,
|
|
412
|
+
cloud_container_image_tags: Array[
|
|
413
|
+
{
|
|
414
|
+
comparison: ("EQUALS" | "NOT_EQUALS"),
|
|
415
|
+
value: ::String
|
|
416
|
+
}
|
|
417
|
+
]?,
|
|
418
|
+
cloud_container_repository_name: Array[
|
|
419
|
+
{
|
|
420
|
+
comparison: ("EQUALS" | "NOT_EQUALS"),
|
|
421
|
+
value: ::String
|
|
422
|
+
}
|
|
423
|
+
]?,
|
|
424
|
+
cloud_container_registry_name: Array[
|
|
425
|
+
{
|
|
426
|
+
comparison: ("EQUALS" | "NOT_EQUALS"),
|
|
427
|
+
value: ::String
|
|
428
|
+
}
|
|
429
|
+
]?,
|
|
430
|
+
cloud_serverless_function_name: Array[
|
|
431
|
+
{
|
|
432
|
+
comparison: ("EQUALS" | "NOT_EQUALS"),
|
|
433
|
+
value: ::String
|
|
434
|
+
}
|
|
435
|
+
]?,
|
|
436
|
+
cloud_serverless_function_runtime: Array[
|
|
437
|
+
{
|
|
438
|
+
comparison: ("EQUALS" | "NOT_EQUALS"),
|
|
439
|
+
value: ::String
|
|
440
|
+
}
|
|
441
|
+
]?,
|
|
442
|
+
cloud_serverless_function_tags: Array[
|
|
443
|
+
{
|
|
444
|
+
comparison: ("EQUALS"),
|
|
445
|
+
key: ::String,
|
|
446
|
+
value: ::String?
|
|
447
|
+
}
|
|
380
448
|
]?
|
|
381
449
|
},
|
|
382
450
|
report_format: ("CYCLONEDX_1_4" | "SPDX_2_3"),
|
|
@@ -589,8 +657,8 @@ module Aws
|
|
|
589
657
|
def status_reason: () -> ::String
|
|
590
658
|
def created_on: () -> ::Time
|
|
591
659
|
def last_update_on: () -> ::Time
|
|
592
|
-
def tags: () -> ::Hash[::String, ::String]
|
|
593
660
|
def authorization_url: () -> ::String
|
|
661
|
+
def tags: () -> ::Hash[::String, ::String]
|
|
594
662
|
end
|
|
595
663
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Inspector2/Client.html#get_code_security_integration-instance_method
|
|
596
664
|
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
|
|
|
@@ -2421,6 +2419,17 @@ module Aws::Inspector2
|
|
|
2421
2419
|
attr_accessor ecr_image_tags: ::Array[Types::ResourceStringFilter]
|
|
2422
2420
|
attr_accessor ec2_instance_tags: ::Array[Types::ResourceMapFilter]
|
|
2423
2421
|
attr_accessor lambda_function_tags: ::Array[Types::ResourceMapFilter]
|
|
2422
|
+
attr_accessor cloud_provider: ::Array[Types::ResourceStringFilter]
|
|
2423
|
+
attr_accessor cloud_provider_account_id: ::Array[Types::ResourceStringFilter]
|
|
2424
|
+
attr_accessor cloud_provider_org_id: ::Array[Types::ResourceStringFilter]
|
|
2425
|
+
attr_accessor cloud_provider_region: ::Array[Types::ResourceStringFilter]
|
|
2426
|
+
attr_accessor cloud_vm_instance_tags: ::Array[Types::ResourceMapFilter]
|
|
2427
|
+
attr_accessor cloud_container_image_tags: ::Array[Types::ResourceStringFilter]
|
|
2428
|
+
attr_accessor cloud_container_repository_name: ::Array[Types::ResourceStringFilter]
|
|
2429
|
+
attr_accessor cloud_container_registry_name: ::Array[Types::ResourceStringFilter]
|
|
2430
|
+
attr_accessor cloud_serverless_function_name: ::Array[Types::ResourceStringFilter]
|
|
2431
|
+
attr_accessor cloud_serverless_function_runtime: ::Array[Types::ResourceStringFilter]
|
|
2432
|
+
attr_accessor cloud_serverless_function_tags: ::Array[Types::ResourceMapFilter]
|
|
2424
2433
|
SENSITIVE: []
|
|
2425
2434
|
end
|
|
2426
2435
|
|