aws-partitions 1.445.0 → 1.446.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +18 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d85c6a6429f1591f7c746f8e5764962adc2d686e2f63b78587297c8db728c1d7
4
- data.tar.gz: 2741a6b8bc686eaf5544d09d24b42dd26975c58e5b0c293af7a5aebaa1a78e9f
3
+ metadata.gz: 4038c09923c1a83be471c673d645a92f8579eaf8c147fd4ebf1ca62615831321
4
+ data.tar.gz: d810a31013ac83d6d9fc4878a97434cbe84256b92047e5e2e653d399ee7d7372
5
5
  SHA512:
6
- metadata.gz: 0bef33d1a8103886e224485e875d1e4bbb6e04880f46088c8b14c1a86b8e63527408e2daa5ebf024aff994bbf95048e8d5be914e2a4b3eba7c826b952f6ba8ff
7
- data.tar.gz: 1366553af208049d55c223f2fc89a204a19039d98ed75f1d858ce4fb83e539d5fe10f36ed4110a1d88be3678c7bba9d917f3d2e8bdc8873de75e03170a380641
6
+ metadata.gz: fcf3bc13bfa2fe6e5499158042358e838ce241bbb434ddab8900f0275180d4d55452bee09eea0154390aada02736d09d526882d6e567e9d67c76ebafcb80d2b4
7
+ data.tar.gz: c5e5a159749a8734d45002c999b969f35572fd4315a3dc1bce963606409149f861ad9b4b9e48280e57e057b4ff12383611130697fd70d5754b0fbbab38cc576d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.446.0 (2021-04-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.445.0 (2021-04-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.445.0
1
+ 1.446.0
data/partitions.json CHANGED
@@ -1186,7 +1186,10 @@
1186
1186
  "ap-southeast-2" : { },
1187
1187
  "eu-central-1" : { },
1188
1188
  "eu-north-1" : { },
1189
+ "eu-south-1" : { },
1189
1190
  "eu-west-1" : { },
1191
+ "eu-west-2" : { },
1192
+ "eu-west-3" : { },
1190
1193
  "us-east-1" : { },
1191
1194
  "us-east-2" : { },
1192
1195
  "us-west-2" : { }
@@ -6201,7 +6204,9 @@
6201
6204
  },
6202
6205
  "me-south-1" : { },
6203
6206
  "sa-east-1" : { },
6204
- "us-east-1" : { },
6207
+ "us-east-1" : {
6208
+ "sslCommonName" : "queue.{dnsSuffix}"
6209
+ },
6205
6210
  "us-east-2" : { },
6206
6211
  "us-west-1" : { },
6207
6212
  "us-west-2" : { }
@@ -8104,6 +8109,18 @@
8104
8109
  },
8105
8110
  "batch" : {
8106
8111
  "endpoints" : {
8112
+ "fips-us-gov-east-1" : {
8113
+ "credentialScope" : {
8114
+ "region" : "us-gov-east-1"
8115
+ },
8116
+ "hostname" : "batch.us-gov-east-1.amazonaws.com"
8117
+ },
8118
+ "fips-us-gov-west-1" : {
8119
+ "credentialScope" : {
8120
+ "region" : "us-gov-west-1"
8121
+ },
8122
+ "hostname" : "batch.us-gov-west-1.amazonaws.com"
8123
+ },
8107
8124
  "us-gov-east-1" : { },
8108
8125
  "us-gov-west-1" : { }
8109
8126
  }
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.445.0
4
+ version: 1.446.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-04-15 00:00:00.000000000 Z
11
+ date: 2021-04-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: