aws-partitions 1.434.0 → 1.436.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +22 -12
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3518a6fd28decd0a10d8ec2119e51c20b51760176ae099afaf9f1568f08e9840
|
|
4
|
+
data.tar.gz: c756ed5dfb523bfe7c8ff3648d334b574e69bf68ed0f71187f28e480de3e97d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6257cd14515137e0bc655b2c28b18826f7f30674ebbe07d1b2b08d43afd05d1ae1f745c97bef82404a289944fcda4c26440d2a36fc50d841dd888d5843e40306
|
|
7
|
+
data.tar.gz: 54975b8fb45f0cfae7e3f8e4a5adcba3021151b6574e559235e19092e8ded55ae0a9b013458bdabe02d803177f7b2ebe0580aab018b2922d9c23cc49ecf7c9a3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.436.0 (2021-03-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.435.0 (2021-03-25)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::LookoutMetrics`.
|
|
13
|
+
|
|
4
14
|
1.434.0 (2021-03-17)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.436.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -377,6 +377,7 @@ module Aws
|
|
|
377
377
|
'LicenseManager' => 'license-manager',
|
|
378
378
|
'Lightsail' => 'lightsail',
|
|
379
379
|
'LocationService' => 'geo',
|
|
380
|
+
'LookoutMetrics' => 'lookoutmetrics',
|
|
380
381
|
'LookoutforVision' => 'lookoutvision',
|
|
381
382
|
'MQ' => 'mq',
|
|
382
383
|
'MTurk' => 'mturk-requester',
|
data/partitions.json
CHANGED
|
@@ -866,6 +866,7 @@
|
|
|
866
866
|
"ap-east-1" : { },
|
|
867
867
|
"ap-northeast-1" : { },
|
|
868
868
|
"ap-northeast-2" : { },
|
|
869
|
+
"ap-northeast-3" : { },
|
|
869
870
|
"ap-south-1" : { },
|
|
870
871
|
"ap-southeast-1" : { },
|
|
871
872
|
"ap-southeast-2" : { },
|
|
@@ -7773,6 +7774,27 @@
|
|
|
7773
7774
|
"us-gov-west-1" : { }
|
|
7774
7775
|
}
|
|
7775
7776
|
},
|
|
7777
|
+
"api.detective" : {
|
|
7778
|
+
"defaults" : {
|
|
7779
|
+
"protocols" : [ "https" ]
|
|
7780
|
+
},
|
|
7781
|
+
"endpoints" : {
|
|
7782
|
+
"us-gov-east-1" : { },
|
|
7783
|
+
"us-gov-east-1-fips" : {
|
|
7784
|
+
"credentialScope" : {
|
|
7785
|
+
"region" : "us-gov-east-1"
|
|
7786
|
+
},
|
|
7787
|
+
"hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com"
|
|
7788
|
+
},
|
|
7789
|
+
"us-gov-west-1" : { },
|
|
7790
|
+
"us-gov-west-1-fips" : {
|
|
7791
|
+
"credentialScope" : {
|
|
7792
|
+
"region" : "us-gov-west-1"
|
|
7793
|
+
},
|
|
7794
|
+
"hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com"
|
|
7795
|
+
}
|
|
7796
|
+
}
|
|
7797
|
+
},
|
|
7776
7798
|
"api.ecr" : {
|
|
7777
7799
|
"endpoints" : {
|
|
7778
7800
|
"fips-dkr-us-gov-east-1" : {
|
|
@@ -7915,18 +7937,6 @@
|
|
|
7915
7937
|
},
|
|
7916
7938
|
"batch" : {
|
|
7917
7939
|
"endpoints" : {
|
|
7918
|
-
"fips-us-gov-east-1" : {
|
|
7919
|
-
"credentialScope" : {
|
|
7920
|
-
"region" : "us-gov-east-1"
|
|
7921
|
-
},
|
|
7922
|
-
"hostname" : "batch.us-gov-east-1.amazonaws.com"
|
|
7923
|
-
},
|
|
7924
|
-
"fips-us-gov-west-1" : {
|
|
7925
|
-
"credentialScope" : {
|
|
7926
|
-
"region" : "us-gov-west-1"
|
|
7927
|
-
},
|
|
7928
|
-
"hostname" : "batch.us-gov-west-1.amazonaws.com"
|
|
7929
|
-
},
|
|
7930
7940
|
"us-gov-east-1" : { },
|
|
7931
7941
|
"us-gov-west-1" : { }
|
|
7932
7942
|
}
|
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.436.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: 2021-03-
|
|
11
|
+
date: 2021-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|
|
@@ -30,8 +30,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
|
30
30
|
licenses:
|
|
31
31
|
- Apache-2.0
|
|
32
32
|
metadata:
|
|
33
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
34
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
33
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions
|
|
34
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md
|
|
35
35
|
post_install_message:
|
|
36
36
|
rdoc_options: []
|
|
37
37
|
require_paths:
|