aws-partitions 1.445.0 → 1.446.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +18 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4038c09923c1a83be471c673d645a92f8579eaf8c147fd4ebf1ca62615831321
|
4
|
+
data.tar.gz: d810a31013ac83d6d9fc4878a97434cbe84256b92047e5e2e653d399ee7d7372
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcf3bc13bfa2fe6e5499158042358e838ce241bbb434ddab8900f0275180d4d55452bee09eea0154390aada02736d09d526882d6e567e9d67c76ebafcb80d2b4
|
7
|
+
data.tar.gz: c5e5a159749a8734d45002c999b969f35572fd4315a3dc1bce963606409149f861ad9b4b9e48280e57e057b4ff12383611130697fd70d5754b0fbbab38cc576d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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-
|
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:
|