aws-partitions 1.918.0 → 1.920.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 +24 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d240daf1a47c66ed17e5535f4dc0b0f464bd4459e60f798012a85534dfdc06e2
4
- data.tar.gz: be3c2679eab5b235a6f77d326e026b61f3553cfcedde82b9311d374d415b7003
3
+ metadata.gz: f2d2bc005d2a87c5bf3eff6081d609e9ece1489f0ec9607b8cfdb9003bda4216
4
+ data.tar.gz: b6a988bbff28bbb25f44db17ec9b8f63fa129ecce27fbf04645db7ed9b6ec2f2
5
5
  SHA512:
6
- metadata.gz: 237c0f95b33d20938a28f14227a3d0ecbc5f216aad480c17fb6e356eca61b8f654997b2ee690aa232f560f210e1749956bbd089ad966a9f4084c121c976d7673
7
- data.tar.gz: 529f41a870f4b5e75cf41ac7c95bddeab5e17421bf47cf9ed53520ecb71d77d58bbb0ec09c9259bee9182411e5c0a9b805e1ef17ee5cf1630ffb4916464519cf
6
+ metadata.gz: 53aa7668f38979ec5b746c12130573acecbf0abee1e8705d912cbdb69b10fcbe4a9ce7864d9c329b6ef4a1f396bcd02f95ffe6e0a6f31b0ddc40ced2b9e25e50
7
+ data.tar.gz: 546f9ec840dbb4727c81098f41af07bb032c9ffd1ac97bb28c4240779eba4c6fe7fcbd988f11121ed8351104a6e2b9b095c74c1b6b40af2652bc930aed0205d1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.920.0 (2024-04-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.919.0 (2024-04-24)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.918.0 (2024-04-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.918.0
1
+ 1.920.0
data/partitions.json CHANGED
@@ -15065,16 +15065,21 @@
15065
15065
  "ap-northeast-2" : { },
15066
15066
  "ap-northeast-3" : { },
15067
15067
  "ap-south-1" : { },
15068
+ "ap-south-2" : { },
15068
15069
  "ap-southeast-1" : { },
15069
15070
  "ap-southeast-2" : { },
15070
15071
  "ap-southeast-3" : { },
15072
+ "ap-southeast-4" : { },
15071
15073
  "ca-central-1" : { },
15072
15074
  "eu-central-1" : { },
15075
+ "eu-central-2" : { },
15073
15076
  "eu-north-1" : { },
15074
15077
  "eu-south-1" : { },
15078
+ "eu-south-2" : { },
15075
15079
  "eu-west-1" : { },
15076
15080
  "eu-west-2" : { },
15077
15081
  "eu-west-3" : { },
15082
+ "me-central-1" : { },
15078
15083
  "me-south-1" : { },
15079
15084
  "sa-east-1" : { },
15080
15085
  "us-east-1" : { },
@@ -23989,6 +23994,13 @@
23989
23994
  },
23990
23995
  "email" : {
23991
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
+ },
23992
24004
  "fips-us-gov-west-1" : {
23993
24005
  "credentialScope" : {
23994
24006
  "region" : "us-gov-west-1"
@@ -23996,6 +24008,12 @@
23996
24008
  "deprecated" : true,
23997
24009
  "hostname" : "email-fips.us-gov-west-1.amazonaws.com"
23998
24010
  },
24011
+ "us-gov-east-1" : {
24012
+ "variants" : [ {
24013
+ "hostname" : "email-fips.us-gov-east-1.amazonaws.com",
24014
+ "tags" : [ "fips" ]
24015
+ } ]
24016
+ },
23999
24017
  "us-gov-west-1" : {
24000
24018
  "variants" : [ {
24001
24019
  "hostname" : "email-fips.us-gov-west-1.amazonaws.com",
@@ -25016,6 +25034,12 @@
25016
25034
  "us-gov-west-1" : { }
25017
25035
  }
25018
25036
  },
25037
+ "license-manager-user-subscriptions" : {
25038
+ "endpoints" : {
25039
+ "us-gov-east-1" : { },
25040
+ "us-gov-west-1" : { }
25041
+ }
25042
+ },
25019
25043
  "logs" : {
25020
25044
  "endpoints" : {
25021
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.918.0
4
+ version: 1.920.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-23 00:00:00.000000000 Z
11
+ date: 2024-04-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: