aws-sdk-notificationscontacts 1.3.0 → 1.5.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: b97592fd4a76e731113950433e90988e5a4d76015ed3e1a34141e7faf0817f16
4
- data.tar.gz: 74a6c5674e544c88e76e8202135fdc4c92e54f629d5966f44fefe61a4a619f49
3
+ metadata.gz: ff61bf263ea3ee9b0c9b04be65be5d8a698e19cafe44fa4744177fda5846e3df
4
+ data.tar.gz: 81e299a5c47b5454e6b55c91c6d59b789cb1456b8e9c9a5f8ab36fac16ff8a66
5
5
  SHA512:
6
- metadata.gz: 8dbefdb3fe2135671b3a1ec2b4fdbe12abdc359f36286cd2a97c1988f69a91734d01a8b5ac5c5cfd20411f7124d7a83c43f6952f52fd4522779c32c1d75fc556
7
- data.tar.gz: 75886b063341fffe8c93f6343871f4ec84e3e4dd4bc0ad8a5c682eba1ad4483dc806e8a3b8fe567f62d6a489d3fd1e4070a3e44d817df341e7a2e1e92abb6ad9
6
+ metadata.gz: 76dcce00e383cb1229b011914a2c3f88c809018f6828ce31a93d87c12021d74d2704dc5eed5e39dbefeafe35d1927a3fdb55faa40bf7e742cca3e98e400c2402
7
+ data.tar.gz: a69ace2b9a8c277ed3575bdfa145b0cc0586d22207c4163a22d1a547bf9feb7ef63c1274ccd82a8af047370bf9311cefa097a76df8b7edb1ed3bafef6136949e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.4.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.3.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.5.0
@@ -200,8 +200,7 @@ module Aws::NotificationsContacts
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -795,7 +794,7 @@ module Aws::NotificationsContacts
795
794
  tracer: tracer
796
795
  )
797
796
  context[:gem_name] = 'aws-sdk-notificationscontacts'
798
- context[:gem_version] = '1.3.0'
797
+ context[:gem_version] = '1.5.0'
799
798
  Seahorse::Client::Request.new(handlers, context)
800
799
  end
801
800
 
@@ -19,9 +19,9 @@ module Aws::NotificationsContacts
19
19
  if Aws::Endpoints::Matchers.set?(parameters.region)
20
20
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
21
21
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
22
- return Aws::Endpoints::Endpoint.new(url: "https://notifications-contacts-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
22
+ return Aws::Endpoints::Endpoint.new(url: "https://notifications-contacts-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "#{partition_result['implicitGlobalRegion']}"}]})
23
23
  end
24
- return Aws::Endpoints::Endpoint.new(url: "https://notifications-contacts.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
24
+ return Aws::Endpoints::Endpoint.new(url: "https://notifications-contacts.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "#{partition_result['implicitGlobalRegion']}"}]})
25
25
  end
26
26
  end
27
27
  raise ArgumentError, "Invalid Configuration: Missing Region"
@@ -55,7 +55,7 @@ module Aws::NotificationsContacts
55
55
  autoload :EndpointProvider, 'aws-sdk-notificationscontacts/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-notificationscontacts/endpoints'
57
57
 
58
- GEM_VERSION = '1.3.0'
58
+ GEM_VERSION = '1.5.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-notificationscontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-notificationscontacts
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-notificationscontacts/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AWS User Notifications Contacts
100
97
  test_files: []