aws-sdk-pinpointsmsvoice 1.67.0 → 1.68.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: 369e5810c8377c07fe1f90e36b6f3e1b64e4670f7adde54f65db032c343bdd4a
4
- data.tar.gz: 482eef360cc113740e53333fbd24ed31573c263c2c2786de7eb891cf62581c16
3
+ metadata.gz: ed4220328f41b1bb8f6c8c6c41050cad7aa02b1cf495879dfa5ab237072f385f
4
+ data.tar.gz: 2d5a8da6fd9f02cf4537e207925818ca3b41d75c22f15a27b5ee6992b930e460
5
5
  SHA512:
6
- metadata.gz: 104f0c3da3ff541b810e83e45cc8f0c05df87ff1ea3980434c718b371f657f426f2cf254d43f0da5acc67377cd34c3d74d09b0ff1b8ef7db745110fd4a17649f
7
- data.tar.gz: 8fa2b447b531d16112a931bf167cf1713bbdfc59f0f7672483d1fe16b7cb89af7ffb0de2f1ecbd5236c3136b943040deb704b90649c6d03765c7d54ab8531106
6
+ metadata.gz: 851835dcd30329c535d1cf0c132fd45e7e71c9cd29b3ad98c7826b4204213fb7955f0fcab55db000e405aa795b70b69cd2128bf2af79f28ca557ce2584fd14ec
7
+ data.tar.gz: 8b456f54fbc743f52c55ed708fd2bd006b2bb652b94c5ea51f65063a61950fb39d53ac8a5906106c6d8aeee5fa69588450b57c01e3159b4afa959243c541a2e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2025-08-28)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.67.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -786,7 +786,7 @@ module Aws::PinpointSMSVoice
786
786
  tracer: tracer
787
787
  )
788
788
  context[:gem_name] = 'aws-sdk-pinpointsmsvoice'
789
- context[:gem_version] = '1.67.0'
789
+ context[:gem_version] = '1.68.0'
790
790
  Seahorse::Client::Request.new(handlers, context)
791
791
  end
792
792
 
@@ -192,6 +192,7 @@ module Aws::PinpointSMSVoice
192
192
 
193
193
  api.metadata = {
194
194
  "apiVersion" => "2018-09-05",
195
+ "auth" => ["aws.auth#sigv4"],
195
196
  "endpointPrefix" => "sms-voice.pinpoint",
196
197
  "jsonVersion" => "1.1",
197
198
  "protocol" => "rest-json",
@@ -28,7 +28,7 @@ module Aws::PinpointSMSVoice
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://sms-voice.pinpoint-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -54,7 +54,7 @@ module Aws::PinpointSMSVoice
54
54
  autoload :EndpointProvider, 'aws-sdk-pinpointsmsvoice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pinpointsmsvoice/endpoints'
56
56
 
57
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.68.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpointsmsvoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -35,14 +35,14 @@ dependencies:
35
35
  requirements:
36
36
  - - "~>"
37
37
  - !ruby/object:Gem::Version
38
- version: '1.1'
38
+ version: '1.5'
39
39
  type: :runtime
40
40
  prerelease: false
41
41
  version_requirements: !ruby/object:Gem::Requirement
42
42
  requirements:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
- version: '1.1'
45
+ version: '1.5'
46
46
  description: Official AWS Ruby gem for Amazon Pinpoint SMS and Voice Service (Pinpoint
47
47
  SMS Voice). This gem is part of the AWS SDK for Ruby.
48
48
  email: