aws-partitions 1.614.0 → 1.615.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +30 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35fa0a56e98e7bbcf5d00723a6b8fe3557c18ae5727c03d162f3f28adeedc9f7
4
- data.tar.gz: 5ba2ad406ec0428f5f09e4dd1513c4620724e54e8b8c1571973835fcfa9d1226
3
+ metadata.gz: 83ca69169e4a3db8cdf0477d745b7eec1e194f09fce53e5357274bbe2bd0ac29
4
+ data.tar.gz: 0fe214a1a992128acc75b1b80c2ccc0e824c6620bd09b19b857b8dd1705bf385
5
5
  SHA512:
6
- metadata.gz: a723ace37b1ce4e347b1068df2715175b15e10ee56815081647de17864d7e53a30b30c221ea55897eb35e00bbc6cf4466028d201e021312679f6c988e62ff52d
7
- data.tar.gz: e2afd6e4741c6dbee28b5e83ea0c57fadf213360ba6da508339aefae75e28f3492468672dffba5777ab6b64ef83d71eaa533ad8d0cde1cd993bf7878d03feb9c
6
+ metadata.gz: d0fa89423b1d23c1504801403435c5df91fe0d4176bfbef404561fdf59bf5acd96545a12474d5bcdf91b953047b9b35661ef43bb5d162c088d64225dcfa30582
7
+ data.tar.gz: 22b0320eb05c6229832927bcfd7f57dab3951a6a1f849ff5e6511e413c123e5e18cadeb5c88e07b4ac9be2551efede4efe208e2bad7a36c8c9fff32be5dbbced
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.615.0 (2022-08-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.614.0 (2022-08-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.614.0
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.614.0
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-02 00:00:00.000000000 Z
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: