aws-partitions 1.298.0 → 1.299.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 +4 -4
- data/lib/aws-partitions.rb +1 -0
- data/lib/aws-partitions/partition.rb +4 -4
- data/lib/aws-partitions/partition_list.rb +2 -2
- data/partitions.json +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ce1c7e9bd85c7bf31d1d4970986762560126a91944bd00ca48117bb2155307d
|
|
4
|
+
data.tar.gz: a5977c289fddfba5b57cd17e74e1c1b66f029794255f087a105601c48054e011
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92c2bca0ef2117e5d4996b10caef3f954504a50714ad99a166f3d1a71d4a9b738d07c28c442f1600387ae57748056dd52edbd0f54a76bf98c3adc76ffcbcb9b8
|
|
7
|
+
data.tar.gz: 740f04b995194d4c137691d03d8acface6216ea77ccd9b4c52cb5e456cc9fb5e28b5da5f5359527a0b8cd8bc595e08402872ba86bd8f080f5a97c7ac9a19f001
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -426,6 +426,7 @@ module Aws
|
|
|
426
426
|
'States' => 'states',
|
|
427
427
|
'StorageGateway' => 'storagegateway',
|
|
428
428
|
'Support' => 'support',
|
|
429
|
+
'Synthetics' => 'synthetics',
|
|
429
430
|
'Textract' => 'textract',
|
|
430
431
|
'TranscribeService' => 'transcribe',
|
|
431
432
|
'TranscribeStreamingService' => 'transcribestreaming',
|
|
@@ -21,8 +21,8 @@ module Aws
|
|
|
21
21
|
if @regions.key?(region_name)
|
|
22
22
|
@regions[region_name]
|
|
23
23
|
else
|
|
24
|
-
msg = "invalid region name #{region_name.inspect}; valid region "
|
|
25
|
-
|
|
24
|
+
msg = "invalid region name #{region_name.inspect}; valid region "\
|
|
25
|
+
"names include #{@regions.keys.join(', ')}"
|
|
26
26
|
raise ArgumentError, msg
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -45,8 +45,8 @@ module Aws
|
|
|
45
45
|
if @services.key?(service_name)
|
|
46
46
|
@services[service_name]
|
|
47
47
|
else
|
|
48
|
-
msg = "invalid service name #{service_name.inspect}; valid service "
|
|
49
|
-
|
|
48
|
+
msg = "invalid service name #{service_name.inspect}; valid service "\
|
|
49
|
+
"names include #{@services.keys.join(', ')}"
|
|
50
50
|
raise ArgumentError, msg
|
|
51
51
|
end
|
|
52
52
|
end
|
|
@@ -19,8 +19,8 @@ module Aws
|
|
|
19
19
|
if @partitions.key?(partition_name)
|
|
20
20
|
@partitions[partition_name]
|
|
21
21
|
else
|
|
22
|
-
msg = "invalid partition name #{partition_name.inspect}; valid "
|
|
23
|
-
|
|
22
|
+
msg = "invalid partition name #{partition_name.inspect}; valid "\
|
|
23
|
+
"partition names include %s" % [@partitions.keys.join(', ')]
|
|
24
24
|
raise ArgumentError, msg
|
|
25
25
|
end
|
|
26
26
|
end
|
data/partitions.json
CHANGED
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
},
|
|
1728
1728
|
"hostname" : "ecs-fips.us-west-1.amazonaws.com"
|
|
1729
1729
|
},
|
|
1730
|
-
"
|
|
1730
|
+
"fips-us-west-2" : {
|
|
1731
1731
|
"credentialScope" : {
|
|
1732
1732
|
"region" : "us-west-2"
|
|
1733
1733
|
},
|
|
@@ -3174,6 +3174,7 @@
|
|
|
3174
3174
|
"ap-southeast-1" : { },
|
|
3175
3175
|
"ap-southeast-2" : { },
|
|
3176
3176
|
"eu-central-1" : { },
|
|
3177
|
+
"eu-north-1" : { },
|
|
3177
3178
|
"eu-west-1" : { },
|
|
3178
3179
|
"eu-west-2" : { },
|
|
3179
3180
|
"eu-west-3" : { },
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.299.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: 2020-04-
|
|
11
|
+
date: 2020-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|