aws-partitions 1.919.0 → 1.921.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +20 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef0af3d8ea392c6b3ee458a9c1ff1f122fff0c71cf9119b3d785de7cfd136cb5
4
- data.tar.gz: 85a908f01cb0a1e0ddae5d031b2f45459e4c4153276e83b5998bfee06aaff074
3
+ metadata.gz: 83a6f68e83dcabea3372593e7ecf12136949280e10956caeb0ea84cbd6360d30
4
+ data.tar.gz: 0dd1bb3b24504d90d262fa46766e44ef3fc59e94a2e0f39da4de5c7c2ce4c22d
5
5
  SHA512:
6
- metadata.gz: 4af8e0a4b63c9161d3dbaacd7bbb79fb97419ff8cc0b08736ff9b8dc50afded768442eabf30d00fd5eac399a776e1670cee48a70cbed9de658f1631d80c2ac44
7
- data.tar.gz: 164591f3656740209be44f1b8563d5e2c20929dfc283ba8e5bf76607da4cd76bb4ab0301d6fceb0da254a7c292f68fa55f51c0d07f469868d86540f6ea6e7272
6
+ metadata.gz: b34fcb92e1d36af3338579ccfd6c89d1aee6f13a944f3a0caf2e40123f89531259e5c4f631acd80ace635c82f9eb1ee7f460dbb8ff4ed0443a9a3778740f4974
7
+ data.tar.gz: b8da6fafd360cac7df45523acac45620d3cf6148016b085d81e5cd3baa22bc0035c4af14da1130a93f58e1953eb6036952d73e352e29e243f174527dc2411747
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.921.0 (2024-04-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.920.0 (2024-04-25)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.919.0 (2024-04-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.919.0
1
+ 1.921.0
data/partitions.json CHANGED
@@ -21263,7 +21263,7 @@
21263
21263
  "region" : "cn-northwest-1"
21264
21264
  },
21265
21265
  "hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
21266
- "protocols" : [ "HTTPS" ]
21266
+ "protocols" : [ "https" ]
21267
21267
  }
21268
21268
  }
21269
21269
  },
@@ -23994,6 +23994,13 @@
23994
23994
  },
23995
23995
  "email" : {
23996
23996
  "endpoints" : {
23997
+ "fips-us-gov-east-1" : {
23998
+ "credentialScope" : {
23999
+ "region" : "us-gov-east-1"
24000
+ },
24001
+ "deprecated" : true,
24002
+ "hostname" : "email-fips.us-gov-east-1.amazonaws.com"
24003
+ },
23997
24004
  "fips-us-gov-west-1" : {
23998
24005
  "credentialScope" : {
23999
24006
  "region" : "us-gov-west-1"
@@ -24001,6 +24008,12 @@
24001
24008
  "deprecated" : true,
24002
24009
  "hostname" : "email-fips.us-gov-west-1.amazonaws.com"
24003
24010
  },
24011
+ "us-gov-east-1" : {
24012
+ "variants" : [ {
24013
+ "hostname" : "email-fips.us-gov-east-1.amazonaws.com",
24014
+ "tags" : [ "fips" ]
24015
+ } ]
24016
+ },
24004
24017
  "us-gov-west-1" : {
24005
24018
  "variants" : [ {
24006
24019
  "hostname" : "email-fips.us-gov-west-1.amazonaws.com",
@@ -25021,6 +25034,12 @@
25021
25034
  "us-gov-west-1" : { }
25022
25035
  }
25023
25036
  },
25037
+ "license-manager-user-subscriptions" : {
25038
+ "endpoints" : {
25039
+ "us-gov-east-1" : { },
25040
+ "us-gov-west-1" : { }
25041
+ }
25042
+ },
25024
25043
  "logs" : {
25025
25044
  "endpoints" : {
25026
25045
  "fips-us-gov-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.919.0
4
+ version: 1.921.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: 2024-04-24 00:00:00.000000000 Z
11
+ date: 2024-04-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: