aws-partitions 1.739.0 → 1.741.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +5 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f6856621a95ccbc9527c48cd47efd4954a545941803cc5556eac1b20e03ac30
4
- data.tar.gz: 0a657acf4cb87979428c5f5b9abfd0ffbca75fba4ac4b73362640e19616cc570
3
+ metadata.gz: 34d057ec5a00323af0a2510fc7f3d20d2feb60fe26057488f9d3c20e36d525b4
4
+ data.tar.gz: 83d5689bc74372066dca16e68a59ee64df111f6ca8807267d0adada71f2f7bba
5
5
  SHA512:
6
- metadata.gz: 47b5c07595ed0873288219c21e35c59953399479b7bd67e5af69f9b0157f5746ff6192a7612ed52cba55d7edb301f54ffad26f708d2ea6b8f4c5b06dfcfbee4c
7
- data.tar.gz: b8863e2dd68eb3ad2acf3efc68f23ad61751e8eeead6cbc8937eaab6ea5b5681b70e0a062b1f295ebbb62da345569080eb84ff7112ed4727c9f703664d503c98
6
+ metadata.gz: 346389f4a315700be3c2f94edfea817d0874f9aad11c422d42bcf5636b82da310d7746317d255e6c269d1bdfad88efc9438345fa50a1868cdd4c6ef6e85fbaa9
7
+ data.tar.gz: 9cc1164b7300c8e180c1c4546ae06f61a591b9251df63cbff87b3155bc2b4be4a091598e5804aa47ad6def92dce226f969bdcbf3956d63b297336e8649ca6ef3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.741.0 (2023-04-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.740.0 (2023-04-03)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.739.0 (2023-03-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.739.0
1
+ 1.741.0
data/partitions.json CHANGED
@@ -1830,6 +1830,8 @@
1830
1830
  "eu-north-1" : { },
1831
1831
  "eu-west-1" : { },
1832
1832
  "eu-west-2" : { },
1833
+ "eu-west-3" : { },
1834
+ "sa-east-1" : { },
1833
1835
  "us-east-1" : { },
1834
1836
  "us-east-2" : { },
1835
1837
  "us-west-2" : { }
@@ -3051,6 +3053,7 @@
3051
3053
  },
3052
3054
  "codepipeline" : {
3053
3055
  "endpoints" : {
3056
+ "af-south-1" : { },
3054
3057
  "ap-east-1" : { },
3055
3058
  "ap-northeast-1" : { },
3056
3059
  "ap-northeast-2" : { },
@@ -3064,6 +3067,7 @@
3064
3067
  } ]
3065
3068
  },
3066
3069
  "eu-central-1" : { },
3070
+ "eu-central-2" : { },
3067
3071
  "eu-north-1" : { },
3068
3072
  "eu-south-1" : { },
3069
3073
  "eu-west-1" : { },
@@ -3104,6 +3108,7 @@
3104
3108
  "deprecated" : true,
3105
3109
  "hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
3106
3110
  },
3111
+ "me-south-1" : { },
3107
3112
  "sa-east-1" : { },
3108
3113
  "us-east-1" : {
3109
3114
  "variants" : [ {
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.739.0
4
+ version: 1.741.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: 2023-03-31 00:00:00.000000000 Z
11
+ date: 2023-04-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: