aws-sdk-iot1clickprojects 1.47.0 → 1.48.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-iot1clickprojects/client.rb +1 -1
- data/lib/aws-sdk-iot1clickprojects/plugins/endpoints.rb +3 -2
- data/lib/aws-sdk-iot1clickprojects.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e10961c42ce158939d1f01a5316edaa7370d1328bdb4f835cd3e151fe09c061
|
4
|
+
data.tar.gz: fca3a6ce5a8cb3024b5fdbcde36df13cf6dfee74e7d798d87e2e2ff4ef919a5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3874fc83237fd1885120a9fb79fe20bdeeada2cd0858d2776d5ffa06161b25eed754cc4d82440f74081fe6d2fe0143b235edda76f046155e0ba5c65b5966bdae
|
7
|
+
data.tar.gz: 1645e13b91fffae185ca581e6b1ceaf689dd6560078d460807b4a4c5486fdc898a4076a8830cf204ca40d9c6efd6cb8f82783a115ca644e0de156a10be7e0f4a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.48.0
|
@@ -966,7 +966,7 @@ module Aws::IoT1ClickProjects
|
|
966
966
|
params: params,
|
967
967
|
config: config)
|
968
968
|
context[:gem_name] = 'aws-sdk-iot1clickprojects'
|
969
|
-
context[:gem_version] = '1.
|
969
|
+
context[:gem_version] = '1.48.0'
|
970
970
|
Seahorse::Client::Request.new(handlers, context)
|
971
971
|
end
|
972
972
|
|
@@ -25,16 +25,17 @@ module Aws::IoT1ClickProjects
|
|
25
25
|
# @api private
|
26
26
|
class Handler < Seahorse::Client::Handler
|
27
27
|
def call(context)
|
28
|
-
# If endpoint was discovered, do not resolve or apply the endpoint.
|
29
28
|
unless context[:discovered_endpoint]
|
30
29
|
params = parameters_for_operation(context)
|
31
30
|
endpoint = context.config.endpoint_provider.resolve_endpoint(params)
|
32
31
|
|
33
32
|
context.http_request.endpoint = endpoint.url
|
34
33
|
apply_endpoint_headers(context, endpoint.headers)
|
34
|
+
|
35
|
+
context[:endpoint_params] = params
|
36
|
+
context[:endpoint_properties] = endpoint.properties
|
35
37
|
end
|
36
38
|
|
37
|
-
context[:endpoint_params] = params
|
38
39
|
context[:auth_scheme] =
|
39
40
|
Aws::Endpoints.resolve_auth_scheme(context, endpoint)
|
40
41
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iot1clickprojects
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.48.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|