aws-partitions 1.614.0 → 1.615.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +30 -0
- 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: 83ca69169e4a3db8cdf0477d745b7eec1e194f09fce53e5357274bbe2bd0ac29
|
4
|
+
data.tar.gz: 0fe214a1a992128acc75b1b80c2ccc0e824c6620bd09b19b857b8dd1705bf385
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0fa89423b1d23c1504801403435c5df91fe0d4176bfbef404561fdf59bf5acd96545a12474d5bcdf91b953047b9b35661ef43bb5d162c088d64225dcfa30582
|
7
|
+
data.tar.gz: 22b0320eb05c6229832927bcfd7f57dab3951a6a1f849ff5e6511e413c123e5e18cadeb5c88e07b4ac9be2551efede4efe208e2bad7a36c8c9fff32be5dbbced
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.615.0
|
data/partitions.json
CHANGED
@@ -2859,6 +2859,18 @@
|
|
2859
2859
|
},
|
2860
2860
|
"compute-optimizer" : {
|
2861
2861
|
"endpoints" : {
|
2862
|
+
"af-south-1" : {
|
2863
|
+
"credentialScope" : {
|
2864
|
+
"region" : "af-south-1"
|
2865
|
+
},
|
2866
|
+
"hostname" : "compute-optimizer.af-south-1.amazonaws.com"
|
2867
|
+
},
|
2868
|
+
"ap-east-1" : {
|
2869
|
+
"credentialScope" : {
|
2870
|
+
"region" : "ap-east-1"
|
2871
|
+
},
|
2872
|
+
"hostname" : "compute-optimizer.ap-east-1.amazonaws.com"
|
2873
|
+
},
|
2862
2874
|
"ap-northeast-1" : {
|
2863
2875
|
"credentialScope" : {
|
2864
2876
|
"region" : "ap-northeast-1"
|
@@ -2871,6 +2883,12 @@
|
|
2871
2883
|
},
|
2872
2884
|
"hostname" : "compute-optimizer.ap-northeast-2.amazonaws.com"
|
2873
2885
|
},
|
2886
|
+
"ap-northeast-3" : {
|
2887
|
+
"credentialScope" : {
|
2888
|
+
"region" : "ap-northeast-3"
|
2889
|
+
},
|
2890
|
+
"hostname" : "compute-optimizer.ap-northeast-3.amazonaws.com"
|
2891
|
+
},
|
2874
2892
|
"ap-south-1" : {
|
2875
2893
|
"credentialScope" : {
|
2876
2894
|
"region" : "ap-south-1"
|
@@ -2907,6 +2925,12 @@
|
|
2907
2925
|
},
|
2908
2926
|
"hostname" : "compute-optimizer.eu-north-1.amazonaws.com"
|
2909
2927
|
},
|
2928
|
+
"eu-south-1" : {
|
2929
|
+
"credentialScope" : {
|
2930
|
+
"region" : "eu-south-1"
|
2931
|
+
},
|
2932
|
+
"hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
|
2933
|
+
},
|
2910
2934
|
"eu-west-1" : {
|
2911
2935
|
"credentialScope" : {
|
2912
2936
|
"region" : "eu-west-1"
|
@@ -2925,6 +2949,12 @@
|
|
2925
2949
|
},
|
2926
2950
|
"hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
|
2927
2951
|
},
|
2952
|
+
"me-south-1" : {
|
2953
|
+
"credentialScope" : {
|
2954
|
+
"region" : "me-south-1"
|
2955
|
+
},
|
2956
|
+
"hostname" : "compute-optimizer.me-south-1.amazonaws.com"
|
2957
|
+
},
|
2928
2958
|
"sa-east-1" : {
|
2929
2959
|
"credentialScope" : {
|
2930
2960
|
"region" : "sa-east-1"
|
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.615.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: 2022-08-
|
11
|
+
date: 2022-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|