aws-sdk-datapipeline 1.46.0 → 1.47.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: 2433479c07060030066d5fd2107855a49d80be7e25b132121d9334f1a771fc60
4
- data.tar.gz: 876ae14d5b484af87b777eed0e8dcd9de08aca5fa4bbf7001dded84c78d556a2
3
+ metadata.gz: 2f85201fda811e2dcdf9566320c45f659416409331508a00f7d9b7b79364101c
4
+ data.tar.gz: 57090a2009212defa17de42f9fe5d6b55a2b14678928313fae7407589c7ff646
5
5
  SHA512:
6
- metadata.gz: aca9981fb7475280b8aa87edbae64b5b1fa31b8e31fcdef34ce33c998f6d5432397062d12cdb409e81ff03d72d36842deb613000b6950380aadb6b04fc2d4929
7
- data.tar.gz: 3e0b289ff59c38c76391095eaed7986d60e544627d7875043ac730f88a858471f1e7456cbd8a7a802ae296f14fee85512b793fa5a8b62c32dd7907258f529775
6
+ metadata.gz: 16883fc3d3607136d284c42d146e44b9ca61da32f064e7263849a043a14c31b4ccb68ac342342795661caf857febb2801feab7a819c733b7d4a6b8d53d478624
7
+ data.tar.gz: f1910e79f185fa43952ff0fd0e00f6b565b2be2d5c8fee2bc3337ebc18704c051c0ee85639906a950d2f878cbce6882b2d769b07bf9c15ff41a070395b88f9fe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -1390,7 +1390,7 @@ module Aws::DataPipeline
1390
1390
  params: params,
1391
1391
  config: config)
1392
1392
  context[:gem_name] = 'aws-sdk-datapipeline'
1393
- context[:gem_version] = '1.46.0'
1393
+ context[:gem_version] = '1.47.0'
1394
1394
  Seahorse::Client::Request.new(handlers, context)
1395
1395
  end
1396
1396
 
@@ -25,16 +25,17 @@ module Aws::DataPipeline
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-datapipeline/customizations'
52
52
  # @!group service
53
53
  module Aws::DataPipeline
54
54
 
55
- GEM_VERSION = '1.46.0'
55
+ GEM_VERSION = '1.47.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datapipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.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-22 00:00:00.000000000 Z
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