aws-sdk-inspector2 1.43.0 → 1.44.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: 595e8273fb1076303ff0582a6aa0211e850b510cab851abd393615b04bdda747
4
- data.tar.gz: a46a06e1b9007a714f3029e29dfebabef900056bd77d6a2b918bed6e93c839b5
3
+ metadata.gz: 55858b853d873f3565cb61fb1ab2fc02e49ff584d0b48a99c876d194b0711015
4
+ data.tar.gz: 54adf47ea39ca320ecc3ddb2106db550ebd2d149dbf93907f12d6bd08d3f3c9e
5
5
  SHA512:
6
- metadata.gz: 7a981df835d209a4b0be489f1f0812aeb5dd3e402da4ac8d1ced838fc3f0933a939e4d0033ed537ae304c9d62959bd8bea76bc444154c3e4858a312524c03082
7
- data.tar.gz: 84aa6cb120f8a21bafb3e3e61e118e77e8a507b9defd4f43ff820f9d844e5ab64ba616dcd087bac5defb548d55d08c6919448cd86858605395751d5aff6b01e8
6
+ metadata.gz: b6b3c5333f954ec570cd64a108fef5a81d64997bfafe746fa47a4cca3a354e77c3f5388129a62e44a42f40f43dffe03872576c90f04eeabad8447f123c2f453c
7
+ data.tar.gz: 6534fb6d460ceda5195fe49e14d307c4255a2574917da35dff1734d88c3b802b2be12d20d7dcc5058abaef35d62c4214138855e3e8f34cc3b2293e0c15e26348
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-11-11)
5
+ ------------------
6
+
7
+ * Feature - Adds support for filePath filter.
8
+
4
9
  1.43.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -1187,6 +1187,10 @@ module Aws::Inspector2
1187
1187
  # lower_inclusive: 1.0,
1188
1188
  # upper_inclusive: 1.0,
1189
1189
  # },
1190
+ # file_path: {
1191
+ # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
1192
+ # value: "StringInput", # required
1193
+ # },
1190
1194
  # name: {
1191
1195
  # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
1192
1196
  # value: "StringInput", # required
@@ -1508,6 +1512,10 @@ module Aws::Inspector2
1508
1512
  # lower_inclusive: 1.0,
1509
1513
  # upper_inclusive: 1.0,
1510
1514
  # },
1515
+ # file_path: {
1516
+ # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
1517
+ # value: "StringInput", # required
1518
+ # },
1511
1519
  # name: {
1512
1520
  # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
1513
1521
  # value: "StringInput", # required
@@ -2336,6 +2344,8 @@ module Aws::Inspector2
2336
2344
  # resp.filter_criteria.vulnerable_packages[0].architecture.value #=> String
2337
2345
  # resp.filter_criteria.vulnerable_packages[0].epoch.lower_inclusive #=> Float
2338
2346
  # resp.filter_criteria.vulnerable_packages[0].epoch.upper_inclusive #=> Float
2347
+ # resp.filter_criteria.vulnerable_packages[0].file_path.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
2348
+ # resp.filter_criteria.vulnerable_packages[0].file_path.value #=> String
2339
2349
  # resp.filter_criteria.vulnerable_packages[0].name.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
2340
2350
  # resp.filter_criteria.vulnerable_packages[0].name.value #=> String
2341
2351
  # resp.filter_criteria.vulnerable_packages[0].release.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
@@ -2949,7 +2959,7 @@ module Aws::Inspector2
2949
2959
  req.send_request(options)
2950
2960
  end
2951
2961
 
2952
- # Lists coverage details for you environment.
2962
+ # Lists coverage details for your environment.
2953
2963
  #
2954
2964
  # @option params [Types::CoverageFilterCriteria] :filter_criteria
2955
2965
  # An object that contains details on the filters to apply to the
@@ -3097,7 +3107,7 @@ module Aws::Inspector2
3097
3107
  # resp.covered_resources[0].resource_metadata.lambda_function.function_tags["MapKey"] #=> String
3098
3108
  # resp.covered_resources[0].resource_metadata.lambda_function.layers #=> Array
3099
3109
  # resp.covered_resources[0].resource_metadata.lambda_function.layers[0] #=> String
3100
- # resp.covered_resources[0].resource_metadata.lambda_function.runtime #=> String, one of "NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10"
3110
+ # resp.covered_resources[0].resource_metadata.lambda_function.runtime #=> String, one of "NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10", "PYTHON_3_11", "DOTNETCORE_3_1", "DOTNET_6", "DOTNET_7", "RUBY_2_7", "RUBY_3_2"
3101
3111
  # resp.covered_resources[0].resource_type #=> String, one of "AWS_EC2_INSTANCE", "AWS_ECR_CONTAINER_IMAGE", "AWS_ECR_REPOSITORY", "AWS_LAMBDA_FUNCTION"
3102
3112
  # resp.covered_resources[0].scan_mode #=> String, one of "EC2_SSM_AGENT_BASED", "EC2_AGENTLESS"
3103
3113
  # resp.covered_resources[0].scan_status.reason #=> String, one of "PENDING_INITIAL_SCAN", "ACCESS_DENIED", "INTERNAL_ERROR", "UNMANAGED_EC2_INSTANCE", "UNSUPPORTED_OS", "SCAN_ELIGIBILITY_EXPIRED", "RESOURCE_TERMINATED", "SUCCESSFUL", "NO_RESOURCES_FOUND", "IMAGE_SIZE_EXCEEDED", "SCAN_FREQUENCY_MANUAL", "SCAN_FREQUENCY_SCAN_ON_PUSH", "EC2_INSTANCE_STOPPED", "PENDING_DISABLE", "NO_INVENTORY", "STALE_INVENTORY", "EXCLUDED_BY_TAG", "UNSUPPORTED_RUNTIME", "UNSUPPORTED_MEDIA_TYPE", "UNSUPPORTED_CONFIG_FILE", "DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED", "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED", "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED", "DEEP_INSPECTION_NO_INVENTORY", "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED", "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED"
@@ -3476,6 +3486,8 @@ module Aws::Inspector2
3476
3486
  # resp.filters[0].criteria.vulnerable_packages[0].architecture.value #=> String
3477
3487
  # resp.filters[0].criteria.vulnerable_packages[0].epoch.lower_inclusive #=> Float
3478
3488
  # resp.filters[0].criteria.vulnerable_packages[0].epoch.upper_inclusive #=> Float
3489
+ # resp.filters[0].criteria.vulnerable_packages[0].file_path.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
3490
+ # resp.filters[0].criteria.vulnerable_packages[0].file_path.value #=> String
3479
3491
  # resp.filters[0].criteria.vulnerable_packages[0].name.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
3480
3492
  # resp.filters[0].criteria.vulnerable_packages[0].name.value #=> String
3481
3493
  # resp.filters[0].criteria.vulnerable_packages[0].release.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
@@ -4147,6 +4159,10 @@ module Aws::Inspector2
4147
4159
  # lower_inclusive: 1.0,
4148
4160
  # upper_inclusive: 1.0,
4149
4161
  # },
4162
+ # file_path: {
4163
+ # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
4164
+ # value: "StringInput", # required
4165
+ # },
4150
4166
  # name: {
4151
4167
  # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
4152
4168
  # value: "StringInput", # required
@@ -4240,7 +4256,7 @@ module Aws::Inspector2
4240
4256
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].file_path #=> String
4241
4257
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].fixed_in_version #=> String
4242
4258
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].name #=> String
4243
- # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].package_manager #=> String, one of "BUNDLER", "CARGO", "COMPOSER", "NPM", "NUGET", "PIPENV", "POETRY", "YARN", "GOBINARY", "GOMOD", "JAR", "OS", "PIP", "PYTHONPKG", "NODEPKG", "POM", "GEMSPEC"
4259
+ # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].package_manager #=> String, one of "BUNDLER", "CARGO", "COMPOSER", "NPM", "NUGET", "PIPENV", "POETRY", "YARN", "GOBINARY", "GOMOD", "JAR", "OS", "PIP", "PYTHONPKG", "NODEPKG", "POM", "GEMSPEC", "DOTNET_CORE"
4244
4260
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].release #=> String
4245
4261
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].remediation #=> String
4246
4262
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].source_lambda_layer_arn #=> String
@@ -4279,7 +4295,7 @@ module Aws::Inspector2
4279
4295
  # resp.findings[0].resources[0].details.aws_lambda_function.layers #=> Array
4280
4296
  # resp.findings[0].resources[0].details.aws_lambda_function.layers[0] #=> String
4281
4297
  # resp.findings[0].resources[0].details.aws_lambda_function.package_type #=> String, one of "IMAGE", "ZIP"
4282
- # resp.findings[0].resources[0].details.aws_lambda_function.runtime #=> String, one of "NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10"
4298
+ # resp.findings[0].resources[0].details.aws_lambda_function.runtime #=> String, one of "NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10", "PYTHON_3_11", "DOTNETCORE_3_1", "DOTNET_6", "DOTNET_7", "RUBY_2_7", "RUBY_3_2"
4283
4299
  # resp.findings[0].resources[0].details.aws_lambda_function.version #=> String
4284
4300
  # resp.findings[0].resources[0].details.aws_lambda_function.vpc_config.security_group_ids #=> Array
4285
4301
  # resp.findings[0].resources[0].details.aws_lambda_function.vpc_config.security_group_ids[0] #=> String
@@ -4646,8 +4662,8 @@ module Aws::Inspector2
4646
4662
 
4647
4663
  # Stops a CIS session. This API is used by the Amazon Inspector SSM
4648
4664
  # plugin to communicate with the Amazon Inspector service. The Amazon
4649
- # Inspector SSM plugin calls this API to start a CIS scan session for
4650
- # the scan ID supplied by the service.
4665
+ # Inspector SSM plugin calls this API to stop a CIS scan session for the
4666
+ # scan ID supplied by the service.
4651
4667
  #
4652
4668
  # @option params [required, Types::StopCisSessionMessage] :message
4653
4669
  # The stop CIS session message.
@@ -5231,6 +5247,10 @@ module Aws::Inspector2
5231
5247
  # lower_inclusive: 1.0,
5232
5248
  # upper_inclusive: 1.0,
5233
5249
  # },
5250
+ # file_path: {
5251
+ # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
5252
+ # value: "StringInput", # required
5253
+ # },
5234
5254
  # name: {
5235
5255
  # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
5236
5256
  # value: "StringInput", # required
@@ -5351,7 +5371,7 @@ module Aws::Inspector2
5351
5371
  tracer: tracer
5352
5372
  )
5353
5373
  context[:gem_name] = 'aws-sdk-inspector2'
5354
- context[:gem_version] = '1.43.0'
5374
+ context[:gem_version] = '1.44.0'
5355
5375
  Seahorse::Client::Request.new(handlers, context)
5356
5376
  end
5357
5377
 
@@ -1886,6 +1886,7 @@ module Aws::Inspector2
1886
1886
 
1887
1887
  PackageFilter.add_member(:architecture, Shapes::ShapeRef.new(shape: StringFilter, location_name: "architecture"))
1888
1888
  PackageFilter.add_member(:epoch, Shapes::ShapeRef.new(shape: NumberFilter, location_name: "epoch"))
1889
+ PackageFilter.add_member(:file_path, Shapes::ShapeRef.new(shape: StringFilter, location_name: "filePath"))
1889
1890
  PackageFilter.add_member(:name, Shapes::ShapeRef.new(shape: StringFilter, location_name: "name"))
1890
1891
  PackageFilter.add_member(:release, Shapes::ShapeRef.new(shape: StringFilter, location_name: "release"))
1891
1892
  PackageFilter.add_member(:source_lambda_layer_arn, Shapes::ShapeRef.new(shape: StringFilter, location_name: "sourceLambdaLayerArn"))
@@ -12,9 +12,6 @@ module Aws::Inspector2
12
12
 
13
13
  # You do not have sufficient access to perform this action.
14
14
  #
15
- # For `Enable`, you receive this error if you attempt to use a feature
16
- # in an unsupported Amazon Web Services Region.
17
- #
18
15
  # @!attribute [rw] message
19
16
  # @return [String]
20
17
  #
@@ -1973,7 +1970,7 @@ module Aws::Inspector2
1973
1970
  #
1974
1971
  # @!attribute [rw] scan_mode
1975
1972
  # The filter to search for Amazon EC2 instance coverage by scan mode.
1976
- # Valid values are `EC2_SSM_AGENT_BASED` and `EC2_HYBRID`.
1973
+ # Valid values are `EC2_SSM_AGENT_BASED` and `EC2_AGENTLESS`.
1977
1974
  # @return [Array<Types::CoverageStringFilter>]
1978
1975
  #
1979
1976
  # @!attribute [rw] scan_status_code
@@ -4204,7 +4201,7 @@ module Aws::Inspector2
4204
4201
  #
4205
4202
  # @!attribute [rw] s3_destination
4206
4203
  # Contains details of the Amazon S3 bucket and KMS key used to export
4207
- # findings.
4204
+ # findings
4208
4205
  # @return [Types::Destination]
4209
4206
  #
4210
4207
  # @!attribute [rw] status
@@ -5626,6 +5623,11 @@ module Aws::Inspector2
5626
5623
  # An object that contains details on the package epoch to filter on.
5627
5624
  # @return [Types::NumberFilter]
5628
5625
  #
5626
+ # @!attribute [rw] file_path
5627
+ # An object that contains details on the package file path to filter
5628
+ # on.
5629
+ # @return [Types::StringFilter]
5630
+ #
5629
5631
  # @!attribute [rw] name
5630
5632
  # An object that contains details on the name of the package to filter
5631
5633
  # on.
@@ -5653,6 +5655,7 @@ module Aws::Inspector2
5653
5655
  class PackageFilter < Struct.new(
5654
5656
  :architecture,
5655
5657
  :epoch,
5658
+ :file_path,
5656
5659
  :name,
5657
5660
  :release,
5658
5661
  :source_lambda_layer_arn,
@@ -54,7 +54,7 @@ module Aws::Inspector2
54
54
  autoload :EndpointProvider, 'aws-sdk-inspector2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-inspector2/endpoints'
56
56
 
57
- GEM_VERSION = '1.43.0'
57
+ GEM_VERSION = '1.44.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -482,6 +482,10 @@ module Aws
482
482
  lower_inclusive: ::Float?,
483
483
  upper_inclusive: ::Float?
484
484
  }?,
485
+ file_path: {
486
+ comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
487
+ value: ::String
488
+ }?,
485
489
  name: {
486
490
  comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
487
491
  value: ::String
@@ -775,6 +779,10 @@ module Aws
775
779
  lower_inclusive: ::Float?,
776
780
  upper_inclusive: ::Float?
777
781
  }?,
782
+ file_path: {
783
+ comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
784
+ value: ::String
785
+ }?,
778
786
  name: {
779
787
  comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
780
788
  value: ::String
@@ -2078,6 +2086,10 @@ module Aws
2078
2086
  lower_inclusive: ::Float?,
2079
2087
  upper_inclusive: ::Float?
2080
2088
  }?,
2089
+ file_path: {
2090
+ comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
2091
+ value: ::String
2092
+ }?,
2081
2093
  name: {
2082
2094
  comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
2083
2095
  value: ::String
@@ -2607,6 +2619,10 @@ module Aws
2607
2619
  lower_inclusive: ::Float?,
2608
2620
  upper_inclusive: ::Float?
2609
2621
  }?,
2622
+ file_path: {
2623
+ comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
2624
+ value: ::String
2625
+ }?,
2610
2626
  name: {
2611
2627
  comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
2612
2628
  value: ::String
data/sig/types.rbs CHANGED
@@ -222,7 +222,7 @@ module Aws::Inspector2
222
222
  attr_accessor last_modified_at: ::Time
223
223
  attr_accessor layers: ::Array[::String]
224
224
  attr_accessor package_type: ("IMAGE" | "ZIP")
225
- attr_accessor runtime: ("NODEJS" | "NODEJS_12_X" | "NODEJS_14_X" | "NODEJS_16_X" | "JAVA_8" | "JAVA_8_AL2" | "JAVA_11" | "PYTHON_3_7" | "PYTHON_3_8" | "PYTHON_3_9" | "UNSUPPORTED" | "NODEJS_18_X" | "GO_1_X" | "JAVA_17" | "PYTHON_3_10")
225
+ attr_accessor runtime: ("NODEJS" | "NODEJS_12_X" | "NODEJS_14_X" | "NODEJS_16_X" | "JAVA_8" | "JAVA_8_AL2" | "JAVA_11" | "PYTHON_3_7" | "PYTHON_3_8" | "PYTHON_3_9" | "UNSUPPORTED" | "NODEJS_18_X" | "GO_1_X" | "JAVA_17" | "PYTHON_3_10" | "PYTHON_3_11" | "DOTNETCORE_3_1" | "DOTNET_6" | "DOTNET_7" | "RUBY_2_7" | "RUBY_3_2")
226
226
  attr_accessor version: ::String
227
227
  attr_accessor vpc_config: Types::LambdaVpcConfig
228
228
  SENSITIVE: []
@@ -1239,7 +1239,7 @@ module Aws::Inspector2
1239
1239
  attr_accessor function_name: ::String
1240
1240
  attr_accessor function_tags: ::Hash[::String, ::String]
1241
1241
  attr_accessor layers: ::Array[::String]
1242
- attr_accessor runtime: ("NODEJS" | "NODEJS_12_X" | "NODEJS_14_X" | "NODEJS_16_X" | "JAVA_8" | "JAVA_8_AL2" | "JAVA_11" | "PYTHON_3_7" | "PYTHON_3_8" | "PYTHON_3_9" | "UNSUPPORTED" | "NODEJS_18_X" | "GO_1_X" | "JAVA_17" | "PYTHON_3_10")
1242
+ attr_accessor runtime: ("NODEJS" | "NODEJS_12_X" | "NODEJS_14_X" | "NODEJS_16_X" | "JAVA_8" | "JAVA_8_AL2" | "JAVA_11" | "PYTHON_3_7" | "PYTHON_3_8" | "PYTHON_3_9" | "UNSUPPORTED" | "NODEJS_18_X" | "GO_1_X" | "JAVA_17" | "PYTHON_3_10" | "PYTHON_3_11" | "DOTNETCORE_3_1" | "DOTNET_6" | "DOTNET_7" | "RUBY_2_7" | "RUBY_3_2")
1243
1243
  SENSITIVE: []
1244
1244
  end
1245
1245
 
@@ -1556,6 +1556,7 @@ module Aws::Inspector2
1556
1556
  class PackageFilter
1557
1557
  attr_accessor architecture: Types::StringFilter
1558
1558
  attr_accessor epoch: Types::NumberFilter
1559
+ attr_accessor file_path: Types::StringFilter
1559
1560
  attr_accessor name: Types::StringFilter
1560
1561
  attr_accessor release: Types::StringFilter
1561
1562
  attr_accessor source_lambda_layer_arn: Types::StringFilter
@@ -2057,7 +2058,7 @@ module Aws::Inspector2
2057
2058
  attr_accessor file_path: ::String
2058
2059
  attr_accessor fixed_in_version: ::String
2059
2060
  attr_accessor name: ::String
2060
- attr_accessor package_manager: ("BUNDLER" | "CARGO" | "COMPOSER" | "NPM" | "NUGET" | "PIPENV" | "POETRY" | "YARN" | "GOBINARY" | "GOMOD" | "JAR" | "OS" | "PIP" | "PYTHONPKG" | "NODEPKG" | "POM" | "GEMSPEC")
2061
+ attr_accessor package_manager: ("BUNDLER" | "CARGO" | "COMPOSER" | "NPM" | "NUGET" | "PIPENV" | "POETRY" | "YARN" | "GOBINARY" | "GOMOD" | "JAR" | "OS" | "PIP" | "PYTHONPKG" | "NODEPKG" | "POM" | "GEMSPEC" | "DOTNET_CORE")
2061
2062
  attr_accessor release: ::String
2062
2063
  attr_accessor remediation: ::String
2063
2064
  attr_accessor source_lambda_layer_arn: ::String
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.43.0
4
+ version: 1.44.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core