aws-sdk-inspector2 1.49.0 → 1.51.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '02658a1388e411550ed57035b9bfb908caa44ac16d8bf46eabed12259afccd39'
4
- data.tar.gz: b5a4bec98615ad5e0b78b1bd40e72d032b311b550a63ab5ab2d6af2e3db3ebcf
3
+ metadata.gz: 10bb9f48780463c706838b027eee83cdd1ba1dbcba97e98fa49574ee72bd9bce
4
+ data.tar.gz: d1f969ff8a9423721092e2591fde2af1598c4ad9c06db3ade4183cc1682e2a95
5
5
  SHA512:
6
- metadata.gz: 123d90920b2348f1ac04270895adda00fa6506b64c934799db5913a99c8eaef4f249e7ddf0eefad315ba1e3f026325c8b0355f35bce867afd9e1bf89c12316c0
7
- data.tar.gz: 0d528375f2c00bc8f5ba61912204e414668605da9b8af22acb93c440c5391c7666dc24f91e4ebd840d489992facde05dceef2c531a8cf53dcc8ca086dfb27b36
6
+ metadata.gz: a9c7656e2ea721db0861b215fb0776b00466d04524530ee36042eae51007e8fc2dd18ce509e10c92295d4d1f70686a636b68a244889b72247cfbc23a57f83405
7
+ data.tar.gz: 2b0aabf3cf95caecb86446a52e4b170848649ead55fbf598b20ff99236d91d393c0d31081abc193dbc10629d82e3281f8b33541d55af3ad999faf26bdd0aaa2c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.50.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.49.0 (2025-03-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.51.0
@@ -200,8 +200,7 @@ module Aws::Inspector2
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -5395,7 +5394,7 @@ module Aws::Inspector2
5395
5394
  tracer: tracer
5396
5395
  )
5397
5396
  context[:gem_name] = 'aws-sdk-inspector2'
5398
- context[:gem_version] = '1.49.0'
5397
+ context[:gem_version] = '1.51.0'
5399
5398
  Seahorse::Client::Request.new(handlers, context)
5400
5399
  end
5401
5400
 
@@ -1321,7 +1321,7 @@ module Aws::Inspector2
1321
1321
  EcrRescanDurationState.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "updatedAt"))
1322
1322
  EcrRescanDurationState.struct_class = Types::EcrRescanDurationState
1323
1323
 
1324
- EnableDelegatedAdminAccountRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1324
+ EnableDelegatedAdminAccountRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1325
1325
  EnableDelegatedAdminAccountRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "delegatedAdminAccountId"))
1326
1326
  EnableDelegatedAdminAccountRequest.struct_class = Types::EnableDelegatedAdminAccountRequest
1327
1327
 
@@ -1329,7 +1329,7 @@ module Aws::Inspector2
1329
1329
  EnableDelegatedAdminAccountResponse.struct_class = Types::EnableDelegatedAdminAccountResponse
1330
1330
 
1331
1331
  EnableRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdSet, location_name: "accountIds"))
1332
- EnableRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1332
+ EnableRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1333
1333
  EnableRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: EnableResourceTypeList, required: true, location_name: "resourceTypes"))
1334
1334
  EnableRequest.struct_class = Types::EnableRequest
1335
1335
 
@@ -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.49.0'
57
+ GEM_VERSION = '1.51.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-11 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-inspector2
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-inspector2/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Inspector2
99
96
  test_files: []