aws-partitions 1.798.0 → 1.800.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0edd520dce19e4496d449a371e2843bc57ac848aff21fbf066c410d00da10462
4
- data.tar.gz: ede3ba37996de32a8f4bf880ef55e5d14f694d5a14b1bd4fe172734388195498
3
+ metadata.gz: 48acabb68c502b36446364358413af0adfb1b04c7b7ffe36e30a33a8ac7fe951
4
+ data.tar.gz: '0290355be5c1ac7d3eda7b26dda743c6f9e50788cce9e6d54aeed8f602880920'
5
5
  SHA512:
6
- metadata.gz: 109893114532ace75503f177174dd2ee9fe8bb16ea7bd321c70c38505863c6140298a0d6e56b076906360d443b1b713de493a4bc6891faff93ae6fbbeaaeb604
7
- data.tar.gz: 875ea876fa22c2c06b4de52cb17fee4faca10f7a4018bc6620b5560321018d9f23cd8c3ab263c495f6b2f141e0b99e23829c93fcba5026b537d729b1cb84af37
6
+ metadata.gz: 0f4e4dc0937646fcc254eee814e7c86258a54d5b8796a82791e4fd843502ad218448711addf718751d332c0cf65bf396fda7a340898aa26b1dda1c605e024d1d
7
+ data.tar.gz: 0a34c22e9931f1c41af1e1891304909a32faa04f9575957500e0a75da45aaa129d111687d591d6a3e94991b1a43174ba3a23771eae1dc678ce5724fe0204a9ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.800.0 (2023-08-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.799.0 (2023-08-07)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.798.0 (2023-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.798.0
1
+ 1.800.0
@@ -73,6 +73,9 @@
73
73
  "eu-west-3" : {
74
74
  "description" : "Europe (Paris)"
75
75
  },
76
+ "il-central-1" : {
77
+ "description" : "Israel (Tel Aviv)"
78
+ },
76
79
  "me-central-1" : {
77
80
  "description" : "Middle East (UAE)"
78
81
  },
data/partitions.json CHANGED
@@ -5878,6 +5878,13 @@
5878
5878
  "deprecated" : true,
5879
5879
  "hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com"
5880
5880
  },
5881
+ "fips-il-central-1" : {
5882
+ "credentialScope" : {
5883
+ "region" : "il-central-1"
5884
+ },
5885
+ "deprecated" : true,
5886
+ "hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com"
5887
+ },
5881
5888
  "fips-me-central-1" : {
5882
5889
  "credentialScope" : {
5883
5890
  "region" : "me-central-1"
@@ -5927,6 +5934,12 @@
5927
5934
  "deprecated" : true,
5928
5935
  "hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com"
5929
5936
  },
5937
+ "il-central-1" : {
5938
+ "variants" : [ {
5939
+ "hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com",
5940
+ "tags" : [ "fips" ]
5941
+ } ]
5942
+ },
5930
5943
  "me-central-1" : {
5931
5944
  "variants" : [ {
5932
5945
  "hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com",
@@ -9955,6 +9968,7 @@
9955
9968
  "deprecated" : true,
9956
9969
  "hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
9957
9970
  },
9971
+ "il-central-1" : { },
9958
9972
  "me-central-1" : { },
9959
9973
  "me-south-1" : { },
9960
9974
  "sa-east-1" : { },
@@ -14425,6 +14439,7 @@
14425
14439
  "eu-west-1" : { },
14426
14440
  "eu-west-2" : { },
14427
14441
  "eu-west-3" : { },
14442
+ "il-central-1" : { },
14428
14443
  "me-central-1" : { },
14429
14444
  "me-south-1" : { },
14430
14445
  "sa-east-1" : { },
@@ -16401,6 +16416,15 @@
16401
16416
  }
16402
16417
  }
16403
16418
  },
16419
+ "tnb" : {
16420
+ "endpoints" : {
16421
+ "ap-southeast-2" : { },
16422
+ "eu-central-1" : { },
16423
+ "eu-west-3" : { },
16424
+ "us-east-1" : { },
16425
+ "us-west-2" : { }
16426
+ }
16427
+ },
16404
16428
  "transcribe" : {
16405
16429
  "defaults" : {
16406
16430
  "protocols" : [ "https" ],
@@ -21966,6 +21990,12 @@
21966
21990
  }
21967
21991
  }
21968
21992
  },
21993
+ "license-manager-linux-subscriptions" : {
21994
+ "endpoints" : {
21995
+ "us-gov-east-1" : { },
21996
+ "us-gov-west-1" : { }
21997
+ }
21998
+ },
21969
21999
  "logs" : {
21970
22000
  "endpoints" : {
21971
22001
  "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.798.0
4
+ version: 1.800.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-08-04 00:00:00.000000000 Z
11
+ date: 2023-08-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: