aws-partitions 1.509.0 → 1.510.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +9 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7790b89f7cb96afb192a6406cb42809ebc6e99980b58f4c28855386beb48b82
4
- data.tar.gz: f63d9e989f0c3841c916226d43c552e4a30606c2705d0967b897b4cab938e03a
3
+ metadata.gz: 8b6b025cfd781f84ff02b55462b50fa162bfc4ff97d0af55e13b56a3f504a6cf
4
+ data.tar.gz: 9c2316cf7ec4ccfb491f755121452bf499f4891b1bd2c49fab3ac8d565f97ef7
5
5
  SHA512:
6
- metadata.gz: cf4487d57503c6d181cf1fd5f885cc7b2b2f1f9ed7dd9534d2d07fe7329dccdb4c8e885f00dd096a6cfadceed0adb86120079a6259378bcc3d6ac1f2df840dc9
7
- data.tar.gz: 4b2d65b0c6c4f46d166cd2de055dde59c16e4cbe5693e18eb25e405e523af40beeadb7358a0a596dd988627983c7b9addebb7df093b278602dfc204464460995
6
+ metadata.gz: b5daaefc50f9f233f365623616c7469117cee38eb2263b030c02b332b70e83982c19e6e194d03ce8ee143b69f9cd5d5bb39631451f0326edb2da8e841b888e42
7
+ data.tar.gz: bfbb03c1c6499e6e7fa9366236b0c47870719ee1d683e46247fd1e1dd2ed1baf46a13e2c11a17c71a221ed47f83451b36030e4ef77ae968cff6f600c58657ae8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.510.0 (2021-10-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.509.0 (2021-09-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.509.0
1
+ 1.510.0
data/partitions.json CHANGED
@@ -1132,7 +1132,7 @@
1132
1132
  "us-west-2" : { }
1133
1133
  }
1134
1134
  },
1135
- "cloudcontrol" : {
1135
+ "cloudcontrolapi" : {
1136
1136
  "endpoints" : {
1137
1137
  "af-south-1" : { },
1138
1138
  "ap-east-1" : { },
@@ -3875,6 +3875,7 @@
3875
3875
  "endpoints" : {
3876
3876
  "ap-northeast-1" : { },
3877
3877
  "ap-northeast-2" : { },
3878
+ "ap-south-1" : { },
3878
3879
  "ap-southeast-1" : { },
3879
3880
  "ap-southeast-2" : { },
3880
3881
  "eu-central-1" : { },
@@ -3899,6 +3900,12 @@
3899
3900
  },
3900
3901
  "hostname" : "data.iotevents.ap-northeast-2.amazonaws.com"
3901
3902
  },
3903
+ "ap-south-1" : {
3904
+ "credentialScope" : {
3905
+ "region" : "ap-south-1"
3906
+ },
3907
+ "hostname" : "data.iotevents.ap-south-1.amazonaws.com"
3908
+ },
3902
3909
  "ap-southeast-1" : {
3903
3910
  "credentialScope" : {
3904
3911
  "region" : "ap-southeast-1"
@@ -9038,7 +9045,7 @@
9038
9045
  "us-gov-west-1" : { }
9039
9046
  }
9040
9047
  },
9041
- "cloudcontrol" : {
9048
+ "cloudcontrolapi" : {
9042
9049
  "endpoints" : {
9043
9050
  "fips-us-gov-east-1" : {
9044
9051
  "credentialScope" : {
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.509.0
4
+ version: 1.510.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: 2021-09-30 00:00:00.000000000 Z
11
+ date: 2021-10-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: