aws-sdk-customerprofiles 1.40.0 → 1.41.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: 0b26edfbb79b7db914e6da8698341776fba8b5f446197d170a0681f14dff126f
4
- data.tar.gz: 8612ab08793dee8778f95707d8808fff308db81a2123ad3237468c7f60705ba6
3
+ metadata.gz: db462ce417d25ded1c13f1b470f62c05a9a8146abe7da9691eb3fa2e49ce33b4
4
+ data.tar.gz: b872b4157c14cd93b8bd1b9af200c9d3472cbf15908b3b8d5316f776ee5ddf2a
5
5
  SHA512:
6
- metadata.gz: 4d93aaabaa07c13070ed95920fb62dd4f4fa4086b1dbe660f5398d02a3052271ddc70a0c30ca2acacb89a3034945825fef3e22d6196d8591727e2b1963d347e9
7
- data.tar.gz: daf20276adb55c3cb9448ce27e878b65a2e42111f16c502f528472f80e8bf6326bf1abad59d1d825cdf940200cb5d083efbeda26cbf44f75eb7614a81ab70832
6
+ metadata.gz: 498c8ce0055453e84f9f7f56507d7342f0d014583dd2f124885eb2851610a1e7f02ba13359a346bde08a97b116cd9ececa88b62b8725b57c5e59b692b89248c3
7
+ data.tar.gz: 0e9d2272c4c1c4633dd1dfcbd5a937f1829443f503f55513c5ed71af193e8249d8ac374510f8e8c32fca9f362cfc16c2af2a2d8a0a7a942953710ed5d4b6927c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.40.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -3988,7 +3988,7 @@ module Aws::CustomerProfiles
3988
3988
  params: params,
3989
3989
  config: config)
3990
3990
  context[:gem_name] = 'aws-sdk-customerprofiles'
3991
- context[:gem_version] = '1.40.0'
3991
+ context[:gem_version] = '1.41.0'
3992
3992
  Seahorse::Client::Request.new(handlers, context)
3993
3993
  end
3994
3994
 
@@ -14,6 +14,7 @@ module Aws::CustomerProfiles
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::CustomerProfiles::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-customerprofiles/customizations'
52
52
  # @!group service
53
53
  module Aws::CustomerProfiles
54
54
 
55
- GEM_VERSION = '1.40.0'
55
+ GEM_VERSION = '1.41.0'
56
56
 
57
57
  end