aws-partitions 1.603.0 → 1.604.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 +33 -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: 9d7111fcdddf467f3f4e4c566a3d486fb307a91f4a0d19581ed8c9f3e470701f
|
|
4
|
+
data.tar.gz: 199553d4778596e2bc38a4f9b25c89b174c68d82621c6e9ba3154c8ad9cdb348
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86104983bd915720a0a8845d0896f6468e30e447a4a150e7512237ba681b85dea343a9ae9c90ccc72130d30fa92e589b56d936420127b77771de1972d6c66da1
|
|
7
|
+
data.tar.gz: 8194daa0c133511993fb5791d106676f058cd1b84801fd4efb84be0a597f4825f96290a3dd456a6fa1a0fc91b4ddc1bdd4a7e009d2f60b01821617a9e941cb98
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.604.0
|
data/partitions.json
CHANGED
|
@@ -420,10 +420,15 @@
|
|
|
420
420
|
"ap-southeast-2" : { },
|
|
421
421
|
"ca-central-1" : { },
|
|
422
422
|
"eu-central-1" : { },
|
|
423
|
+
"eu-north-1" : { },
|
|
423
424
|
"eu-west-1" : { },
|
|
424
425
|
"eu-west-2" : { },
|
|
426
|
+
"eu-west-3" : { },
|
|
427
|
+
"me-south-1" : { },
|
|
428
|
+
"sa-east-1" : { },
|
|
425
429
|
"us-east-1" : { },
|
|
426
430
|
"us-east-2" : { },
|
|
431
|
+
"us-west-1" : { },
|
|
427
432
|
"us-west-2" : { }
|
|
428
433
|
}
|
|
429
434
|
},
|
|
@@ -1459,6 +1464,7 @@
|
|
|
1459
1464
|
"deprecated" : true,
|
|
1460
1465
|
"hostname" : "appstream2-fips.us-east-1.amazonaws.com"
|
|
1461
1466
|
},
|
|
1467
|
+
"us-east-2" : { },
|
|
1462
1468
|
"us-west-2" : {
|
|
1463
1469
|
"variants" : [ {
|
|
1464
1470
|
"hostname" : "appstream2-fips.us-west-2.amazonaws.com",
|
|
@@ -7128,6 +7134,7 @@
|
|
|
7128
7134
|
},
|
|
7129
7135
|
"kinesisvideo" : {
|
|
7130
7136
|
"endpoints" : {
|
|
7137
|
+
"af-south-1" : { },
|
|
7131
7138
|
"ap-east-1" : { },
|
|
7132
7139
|
"ap-northeast-1" : { },
|
|
7133
7140
|
"ap-northeast-2" : { },
|
|
@@ -8853,6 +8860,12 @@
|
|
|
8853
8860
|
},
|
|
8854
8861
|
"oidc" : {
|
|
8855
8862
|
"endpoints" : {
|
|
8863
|
+
"ap-east-1" : {
|
|
8864
|
+
"credentialScope" : {
|
|
8865
|
+
"region" : "ap-east-1"
|
|
8866
|
+
},
|
|
8867
|
+
"hostname" : "oidc.ap-east-1.amazonaws.com"
|
|
8868
|
+
},
|
|
8856
8869
|
"ap-northeast-1" : {
|
|
8857
8870
|
"credentialScope" : {
|
|
8858
8871
|
"region" : "ap-northeast-1"
|
|
@@ -8931,6 +8944,12 @@
|
|
|
8931
8944
|
},
|
|
8932
8945
|
"hostname" : "oidc.eu-west-3.amazonaws.com"
|
|
8933
8946
|
},
|
|
8947
|
+
"me-south-1" : {
|
|
8948
|
+
"credentialScope" : {
|
|
8949
|
+
"region" : "me-south-1"
|
|
8950
|
+
},
|
|
8951
|
+
"hostname" : "oidc.me-south-1.amazonaws.com"
|
|
8952
|
+
},
|
|
8934
8953
|
"sa-east-1" : {
|
|
8935
8954
|
"credentialScope" : {
|
|
8936
8955
|
"region" : "sa-east-1"
|
|
@@ -9262,6 +9281,12 @@
|
|
|
9262
9281
|
},
|
|
9263
9282
|
"portal.sso" : {
|
|
9264
9283
|
"endpoints" : {
|
|
9284
|
+
"ap-east-1" : {
|
|
9285
|
+
"credentialScope" : {
|
|
9286
|
+
"region" : "ap-east-1"
|
|
9287
|
+
},
|
|
9288
|
+
"hostname" : "portal.sso.ap-east-1.amazonaws.com"
|
|
9289
|
+
},
|
|
9265
9290
|
"ap-northeast-1" : {
|
|
9266
9291
|
"credentialScope" : {
|
|
9267
9292
|
"region" : "ap-northeast-1"
|
|
@@ -9340,6 +9365,12 @@
|
|
|
9340
9365
|
},
|
|
9341
9366
|
"hostname" : "portal.sso.eu-west-3.amazonaws.com"
|
|
9342
9367
|
},
|
|
9368
|
+
"me-south-1" : {
|
|
9369
|
+
"credentialScope" : {
|
|
9370
|
+
"region" : "me-south-1"
|
|
9371
|
+
},
|
|
9372
|
+
"hostname" : "portal.sso.me-south-1.amazonaws.com"
|
|
9373
|
+
},
|
|
9343
9374
|
"sa-east-1" : {
|
|
9344
9375
|
"credentialScope" : {
|
|
9345
9376
|
"region" : "sa-east-1"
|
|
@@ -19010,7 +19041,8 @@
|
|
|
19010
19041
|
},
|
|
19011
19042
|
"es" : {
|
|
19012
19043
|
"endpoints" : {
|
|
19013
|
-
"us-iso-east-1" : { }
|
|
19044
|
+
"us-iso-east-1" : { },
|
|
19045
|
+
"us-iso-west-1" : { }
|
|
19014
19046
|
}
|
|
19015
19047
|
},
|
|
19016
19048
|
"events" : {
|
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.604.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-07-
|
|
11
|
+
date: 2022-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|