aws-sdk-pinpointsmsvoicev2 1.11.0 → 1.12.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: 54334712aecc5e477f5354b7008c4c0597bf3c612e844aba79af1ea1ff694158
4
- data.tar.gz: 45ac5adf1e7457f618e10c2c496d37d4a2219ecd048518be1cb0de1552846b2d
3
+ metadata.gz: 873f785d2e31b2189fe67c13dea280a9ba65b8b0c738b8b3c59f80df825fb276
4
+ data.tar.gz: 3b37c59013834ee18d3a48abfac89223b5fb5d0a053b9f5525d2564cf3b28c95
5
5
  SHA512:
6
- metadata.gz: 0b6c2f9cc0fecf0bc735d19b295bca0af4f2ecbc14a9244b171b9fa2de0d45eb535eed06cc59c7347615955c31f9f86f58375e1b283f94c73d9848fce4eeaece
7
- data.tar.gz: 2dac9b43bcd779233b9507846830377e8d817d19a6cbd0672035bd1cf894190d68f864b1fa109e93b3efb35602f37352866ac55d3a6190a5862e3401fd5b7999
6
+ metadata.gz: aece81c56124f33627c2dda579031991ed0ea3c749c7ca5f8b083a240db7cb9dfb2d30d2e021d2ca94160568061f5bc055aa057f030b2ba070c4449118f32c91
7
+ data.tar.gz: e4082a802be99e917436149ae149a6acdbdc53d255870cacd9c3d9c11c6a0786209a900d5d1aa0ae2ec80dc7dfbb9fda7120df98f7bfc7fc85edacf8333d72de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.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.11.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -4542,7 +4542,7 @@ module Aws::PinpointSMSVoiceV2
4542
4542
  params: params,
4543
4543
  config: config)
4544
4544
  context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
4545
- context[:gem_version] = '1.11.0'
4545
+ context[:gem_version] = '1.12.0'
4546
4546
  Seahorse::Client::Request.new(handlers, context)
4547
4547
  end
4548
4548
 
@@ -25,16 +25,17 @@ module Aws::PinpointSMSVoiceV2
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
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-pinpointsmsvoicev2/customizations'
53
53
  # @!group service
54
54
  module Aws::PinpointSMSVoiceV2
55
55
 
56
- GEM_VERSION = '1.11.0'
56
+ GEM_VERSION = '1.12.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpointsmsvoicev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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