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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6f1392d945f4d1b5ae0bc6c64326febd3c8d1001ad93593640764b3b09b6e97
|
4
|
+
data.tar.gz: 90c79d1f95d07293d355abe100b29ee30a2f5ca5e52a9ba2d559659c2f9f8e38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f79b83da8059ab92318af18908d78dfdeaadce5c2c121604f2d54572dde9dabce031bf830cf02c4a5776fa531aae8775cf3c7233e187d1e91ee38a2e8e4afb4d
|
7
|
+
data.tar.gz: cc521fd453d7bf4bf0b719eb75c526a37c42f457aa71006e50f5b6ae4e838d8b62a965187bee43ac43eab68ea4a1e115b07b0c62bae0bec75dccbbaa6946d798
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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"
|
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.
|
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:
|
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.
|
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: []
|