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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +1 -1
- data/lib/aws-sdk-customerprofiles/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +1307 -0
- data/sig/errors.rbs +31 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1409 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db462ce417d25ded1c13f1b470f62c05a9a8146abe7da9691eb3fa2e49ce33b4
|
4
|
+
data.tar.gz: b872b4157c14cd93b8bd1b9af200c9d3472cbf15908b3b8d5316f776ee5ddf2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 498c8ce0055453e84f9f7f56507d7342f0d014583dd2f124885eb2851610a1e7f02ba13359a346bde08a97b116cd9ececa88b62b8725b57c5e59b692b89248c3
|
7
|
+
data.tar.gz: 0e9d2272c4c1c4633dd1dfcbd5a937f1829443f503f55513c5ed71af193e8249d8ac374510f8e8c32fca9f362cfc16c2af2a2d8a0a7a942953710ed5d4b6927c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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 '\
|