aws-partitions 1.710.0 → 1.711.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9d8f224284dcea9739113873538e4623c237ad5bac5d455e93745c5333f90ab
4
- data.tar.gz: 1e28a445d7b5ca0ad5a8c7da2298a5a1cb689511e892ebf0f2674be6e5c60ce0
3
+ metadata.gz: 8d5cc22241d4300b66b467a9de556038ac6ec36eab1a5102ba8bf44f1fb82e31
4
+ data.tar.gz: 7702d87d939a367a8ebfc852473118f46745a178526f3f7e70c7915770a40fa7
5
5
  SHA512:
6
- metadata.gz: d1e03a56e72f5aa1ccb8be0b47ba3369da2b2e5b24befda591b8f4b77ddb4e23b9697fb6769d91b20453c23a8176a4d1e54da264ff913e28225e248025fa5efa
7
- data.tar.gz: '08c6676baa1583c75e59ac2d97be1d358558a07f373d4371dae003a61fef8d74359e27326a1fd3726685f944421186f1284da0aaf5ef47220314682aba395098'
6
+ metadata.gz: 5e83c29afb43db203ddd30ab5b9ec5ce864b74314b7d0e9cab3ce97b28056d9f9c7bd681b4aae8ec5e237c88c9af4110331739ff7a0ee5c29a4456aef36d2d9d
7
+ data.tar.gz: acbc8b339a7a43a1ada37c48b743785e9f6cedb30318ba14276a0f7ada94bd20744369ab8351f5317cf429f0db3bbeadb7b279fb512847dbcf968031642e6f2b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.711.0 (2023-02-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.710.0 (2023-02-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.710.0
1
+ 1.711.0
data/partitions.json CHANGED
@@ -3637,6 +3637,7 @@
3637
3637
  "connect-campaigns" : {
3638
3638
  "endpoints" : {
3639
3639
  "ap-southeast-2" : { },
3640
+ "ca-central-1" : { },
3640
3641
  "eu-west-2" : { },
3641
3642
  "fips-us-east-1" : {
3642
3643
  "credentialScope" : {
@@ -20915,6 +20916,7 @@
20915
20916
  } ]
20916
20917
  },
20917
20918
  "endpoints" : {
20919
+ "us-gov-east-1" : { },
20918
20920
  "us-gov-west-1" : {
20919
20921
  "variants" : [ {
20920
20922
  "hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com",
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.710.0
4
+ version: 1.711.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-02-10 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: