aws-sdk-notificationscontacts 1.3.0 → 1.4.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: a6f1392d945f4d1b5ae0bc6c64326febd3c8d1001ad93593640764b3b09b6e97
4
+ data.tar.gz: 90c79d1f95d07293d355abe100b29ee30a2f5ca5e52a9ba2d559659c2f9f8e38
5
5
  SHA512:
6
- metadata.gz: 8dbefdb3fe2135671b3a1ec2b4fdbe12abdc359f36286cd2a97c1988f69a91734d01a8b5ac5c5cfd20411f7124d7a83c43f6952f52fd4522779c32c1d75fc556
7
- data.tar.gz: 75886b063341fffe8c93f6343871f4ec84e3e4dd4bc0ad8a5c682eba1ad4483dc806e8a3b8fe567f62d6a489d3fd1e4070a3e44d817df341e7a2e1e92abb6ad9
6
+ metadata.gz: f79b83da8059ab92318af18908d78dfdeaadce5c2c121604f2d54572dde9dabce031bf830cf02c4a5776fa531aae8775cf3c7233e187d1e91ee38a2e8e4afb4d
7
+ data.tar.gz: cc521fd453d7bf4bf0b719eb75c526a37c42f457aa71006e50f5b6ae4e838d8b62a965187bee43ac43eab68ea4a1e115b07b0c62bae0bec75dccbbaa6946d798
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.3.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -795,7 +795,7 @@ module Aws::NotificationsContacts
795
795
  tracer: tracer
796
796
  )
797
797
  context[:gem_name] = 'aws-sdk-notificationscontacts'
798
- context[:gem_version] = '1.3.0'
798
+ context[:gem_version] = '1.4.0'
799
799
  Seahorse::Client::Request.new(handlers, context)
800
800
  end
801
801
 
@@ -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.4.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.4.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: []