aws-partitions 1.651.0 → 1.653.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 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dcc02d873496276ad8043f41ae1658b2afdf0a332ce99b05ff48989894b510a2
4
- data.tar.gz: 0ef2a04a36a4b808b96d0d76ad952c7af100ce3d3cfea5e86e7bc8384e55cb51
3
+ metadata.gz: a4ad104cae1fdfa21c94d5d6de328d2d63e10cd5d878e8b5c81ed876fd492732
4
+ data.tar.gz: 863213dae1521919dcf4164ce93bac8062b5641796d14732809f604303be398e
5
5
  SHA512:
6
- metadata.gz: 575a2c637da0bcb4ea6ed4759a206de6d60531ea0fbce46f7cecb4ce5a71ba7771532569856f26b4fd06b2538b169fab8bd450662edef5295dbd2cda5e997f96
7
- data.tar.gz: 4d055f5cf07168316c2099c8506ff9476625128e11a7c37eb4152f48e8b673030aae283d5e593b9672d1cbddfe04f384534b75586c578186cddc77005ef608c0
6
+ metadata.gz: 4cc3ea293bdf29f161b0b06fe0f12700083d85ad385f43f7c927e3d4ba2467b0aa985ef164a010d117ef1389511e5c1609b49dd75f0ae3a27014e1d69e57aeb6
7
+ data.tar.gz: fdb139c0f9e8e4d0e5d6952c4fd4bf16e007e6830a7952f519de77913378243c85b7f2971ac1758b44099133cfeb9e556cad75cd8662aa7440308fb585329747
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.653.0 (2022-10-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.652.0 (2022-10-27)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.651.0 (2022-10-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.651.0
1
+ 1.653.0
data/partitions.json CHANGED
@@ -922,12 +922,24 @@
922
922
  },
923
923
  "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
924
924
  },
925
+ "eu-central-1" : {
926
+ "credentialScope" : {
927
+ "region" : "eu-central-1"
928
+ },
929
+ "hostname" : "api.iotwireless.eu-central-1.amazonaws.com"
930
+ },
925
931
  "eu-west-1" : {
926
932
  "credentialScope" : {
927
933
  "region" : "eu-west-1"
928
934
  },
929
935
  "hostname" : "api.iotwireless.eu-west-1.amazonaws.com"
930
936
  },
937
+ "sa-east-1" : {
938
+ "credentialScope" : {
939
+ "region" : "sa-east-1"
940
+ },
941
+ "hostname" : "api.iotwireless.sa-east-1.amazonaws.com"
942
+ },
931
943
  "us-east-1" : {
932
944
  "credentialScope" : {
933
945
  "region" : "us-east-1"
@@ -2190,6 +2202,7 @@
2190
2202
  "deprecated" : true,
2191
2203
  "hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
2192
2204
  },
2205
+ "me-central-1" : { },
2193
2206
  "me-south-1" : { },
2194
2207
  "sa-east-1" : { },
2195
2208
  "us-east-1" : {
@@ -20372,7 +20385,8 @@
20372
20385
  },
20373
20386
  "ds" : {
20374
20387
  "endpoints" : {
20375
- "us-iso-east-1" : { }
20388
+ "us-iso-east-1" : { },
20389
+ "us-iso-west-1" : { }
20376
20390
  }
20377
20391
  },
20378
20392
  "dynamodb" : {
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.651.0
4
+ version: 1.653.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: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: