aws-sdk-detective 1.74.0 → 1.75.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: c1a36fd7826a5012d2a11213cbe7d8f3a7cfebd838fd5af0d3aace0065f585d7
4
- data.tar.gz: 7e6abdefeb65210626a1dd403f251199bfdd0f8909364bad82f3cd8702d5daa6
3
+ metadata.gz: bbabd3ca60981873782baed23749c3e190cff0ef3948b6be2c9d561c3fa6427c
4
+ data.tar.gz: ce6fab193a4eb6f747d0cba9d0ccc796b7b4d4d1421fe0d56d675fbe64094c28
5
5
  SHA512:
6
- metadata.gz: 98c0926049b2f8e13ca3a15c616040faf10d9865525a70bba37758ab7a431abeaf4bab009ab2264e77f00da848b20196ab78fc9b61d0f97f837b06a5ac8a8a32
7
- data.tar.gz: 1777be4be00d38362d3cb83d243b7ea9f38a282e87b3ccd59e36f4a5e9f966af95e0cb62e2f51e97ae130dbe718992f87bd2263a4e88f64e3988b263269138a2
6
+ metadata.gz: 03e982152161d7f4ede6b5f2398ba12de4435a43ffc9dc14463431524e7aaf9c76ed9070992c543a856c0f4a04609eea2a7abdb68dcc91bfe70787f93e87847c
7
+ data.tar.gz: 3f72776ea65776199c8b93b112f06db6987195c0e08577e94e0999adf43f5b5908ef99f7f749dc46f21b4dccd33371f5f47a2e16bc812eafcd54bc3886842e98
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-10-28)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.74.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -1831,7 +1831,7 @@ module Aws::Detective
1831
1831
  tracer: tracer
1832
1832
  )
1833
1833
  context[:gem_name] = 'aws-sdk-detective'
1834
- context[:gem_version] = '1.74.0'
1834
+ context[:gem_version] = '1.75.0'
1835
1835
  Seahorse::Client::Request.new(handlers, context)
1836
1836
  end
1837
1837
 
@@ -13,22 +13,22 @@ module Aws::Detective
13
13
  # @!attribute use_dual_stack
14
14
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute use_fips
19
19
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  # @!attribute region
29
29
  # The AWS region used to dispatch the request.
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :use_dual_stack,
@@ -54,7 +54,7 @@ module Aws::Detective
54
54
  autoload :EndpointProvider, 'aws-sdk-detective/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-detective/endpoints'
56
56
 
57
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.75.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-detective
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services