aws-sdk-customerprofiles 1.72.0 → 1.73.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: 6a8ebb9b52263b477684762035e17f930842ce5098ace024ac37e428d2a875c5
4
- data.tar.gz: f06f3f8286dce305cbbe993a7efd1c5a04efb5582e92a10afdefc4d20ddde86e
3
+ metadata.gz: 5c68ee895d1f0ed1c845a80c579c17daff7a14c8b9ec72ee6ed78fcbddd4f26f
4
+ data.tar.gz: 24ba01de11f31e459b12ae840f9caec813995f439984ad1d8705e5459d31b65f
5
5
  SHA512:
6
- metadata.gz: a5964be70885c5cc5e0bd6dc17b9fe0d2d223a04e8db3b47a34a8b219bff9a967a69e3e145c21e04dde57db5e793695a0a4961d2024ad504a3e0548521b97580
7
- data.tar.gz: a6d4cca06b1191fdec577cda8e09c3d94ec67b4eac87739023b56a2c64999ff7a6f2104417173c7f1bcad0661cd27bf6ef3fda107653f957bd85500ca8425e47
6
+ metadata.gz: b608ca5d3125df2c44a713be73ddcd1b36176257f98ef9c58adbb1bca1918592e7e791c192d66b2f56dfa3c8d15cd82ff619165ca64573223b1660fe2b51a06f
7
+ data.tar.gz: c5f7f251ee9d35175a7c4e7f9646fc2242b1c4d0524b7ec2d771603a433a322c7bed8fe5084b53bd7981457b09e333e8fa8be096507573cdc9316a368953ad54
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.72.0 (2025-09-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -6651,7 +6651,7 @@ module Aws::CustomerProfiles
6651
6651
  tracer: tracer
6652
6652
  )
6653
6653
  context[:gem_name] = 'aws-sdk-customerprofiles'
6654
- context[:gem_version] = '1.72.0'
6654
+ context[:gem_version] = '1.73.0'
6655
6655
  Seahorse::Client::Request.new(handlers, context)
6656
6656
  end
6657
6657
 
@@ -13,22 +13,22 @@ module Aws::CustomerProfiles
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # 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.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::CustomerProfiles
54
54
  autoload :EndpointProvider, 'aws-sdk-customerprofiles/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-customerprofiles/endpoints'
56
56
 
57
- GEM_VERSION = '1.72.0'
57
+ GEM_VERSION = '1.73.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-customerprofiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services