aws-partitions 1.773.0 → 1.775.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 +15 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 888f58d00c30a9569853747837ea736a2f651d19e8ecc74f16eae78bb04dbb24
4
- data.tar.gz: e743d553d70127170b876e6acaf3dedf6cae8f3b0b23ca8718b5d6d2bb07a923
3
+ metadata.gz: f7cebaec26b58d72a2c6bdc179a44e609a64b5f4eb27643e629c15b327c061fa
4
+ data.tar.gz: bbb9406aec4e1e08d08357399a790c1cc36201c2af2fd52e6ae98c367c8e0296
5
5
  SHA512:
6
- metadata.gz: ac2ba6c0cc636713b3933b23af0cf29771293f8e6f0bc5a88197dfac53e774457da7c704a2df54b83d168644e1467758101893231afc2a68432adb8a511dea3c
7
- data.tar.gz: f0c0bded0fadb0fba57ee53386e96f34988d3e3fb5b45a34f3d26b524402798710072de16e820d55e6804e333e50b26282aa5f3a76346c5340bf24328046f101
6
+ metadata.gz: 63ba80edf2f0f1824c7d1506d9fc47e05ae9aebc6b852854d2b4d8bb6d31764e2b2ba6ba321dc700ef55aae790b8662d1230f6869ef20961573aadc6f55294a8
7
+ data.tar.gz: 3a32e444990f7b90bdb301588d69e33a86467044a29c7b8e94d318b149adc679d533a656ed2f6d4553a25b3101d67b9f8df0fc9806a9b1d4beeba62d1b0f6087
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.775.0 (2023-06-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.774.0 (2023-06-02)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.773.0 (2023-06-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.773.0
1
+ 1.775.0
data/partitions.json CHANGED
@@ -23195,6 +23195,13 @@
23195
23195
  },
23196
23196
  "workspaces" : {
23197
23197
  "endpoints" : {
23198
+ "fips-us-gov-east-1" : {
23199
+ "credentialScope" : {
23200
+ "region" : "us-gov-east-1"
23201
+ },
23202
+ "deprecated" : true,
23203
+ "hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com"
23204
+ },
23198
23205
  "fips-us-gov-west-1" : {
23199
23206
  "credentialScope" : {
23200
23207
  "region" : "us-gov-west-1"
@@ -23202,7 +23209,12 @@
23202
23209
  "deprecated" : true,
23203
23210
  "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
23204
23211
  },
23205
- "us-gov-east-1" : { },
23212
+ "us-gov-east-1" : {
23213
+ "variants" : [ {
23214
+ "hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com",
23215
+ "tags" : [ "fips" ]
23216
+ } ]
23217
+ },
23206
23218
  "us-gov-west-1" : {
23207
23219
  "variants" : [ {
23208
23220
  "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
@@ -23703,7 +23715,8 @@
23703
23715
  },
23704
23716
  "route53resolver" : {
23705
23717
  "endpoints" : {
23706
- "us-iso-east-1" : { }
23718
+ "us-iso-east-1" : { },
23719
+ "us-iso-west-1" : { }
23707
23720
  }
23708
23721
  },
23709
23722
  "runtime.sagemaker" : {
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.773.0
4
+ version: 1.775.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-06-01 00:00:00.000000000 Z
11
+ date: 2023-06-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: