aws-sdk-pinpointsmsvoicev2 1.6.0 → 1.7.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: 42983c26c756c7a14452431fd9eea99e9c846b663fb24116e61b84dd4e027cef
4
- data.tar.gz: abd3a1032c044413e705ed5b693e1c521ac22d565f5e22bbb45ca3b74f7f1b44
3
+ metadata.gz: 84a4398ae591e474d43d3233c5a69a63b004552af63a35694a506ead54067247
4
+ data.tar.gz: aff966cb07081ff6c4f02c9f130c4fa731869361fea49b3f90ef3aaa0645915e
5
5
  SHA512:
6
- metadata.gz: 6c75f54e81520473a5891463e68d762323be6b1197f72a46fd5275a074bda72efa6a907c1a5ed3519769d3e7278eeae42664f13fbb1f1b6738f59dda61ca2a04
7
- data.tar.gz: ba2759393a6ff2bac9ac8139b8c1fd4ff6f8652a67944404d98c0be552d19795d9c122e4e51d14c44d7de7ce71f59214dfb932f7cd4925731ebb53be4be5ad8e
6
+ metadata.gz: b9b31f522c58ab3e93e4c248d6694da74fd9f2564752fc6972cb3d466096097c7e3bfee51a8fed0f5f353605ff54e82e2212b18221038a0708bb4d50f158b138
7
+ data.tar.gz: bb8f7ca82f9809ba53fc286411b51a9f1408951a05ff81c7c98c6d2cc17af6b4968be5d72fb2747f78b4cab126e491ef8767b6b7e1f3616ed9be5d11fd9c35ad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.6.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -216,6 +216,10 @@ module Aws::PinpointSMSVoiceV2
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -3029,7 +3033,7 @@ module Aws::PinpointSMSVoiceV2
3029
3033
  params: params,
3030
3034
  config: config)
3031
3035
  context[:gem_name] = 'aws-sdk-pinpointsmsvoicev2'
3032
- context[:gem_version] = '1.6.0'
3036
+ context[:gem_version] = '1.7.0'
3033
3037
  Seahorse::Client::Request.new(handlers, context)
3034
3038
  end
3035
3039
 
@@ -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.6.0'
56
+ GEM_VERSION = '1.7.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.6.0
4
+ version: 1.7.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core