aws-partitions 1.819.0 → 1.821.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +44 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e966198dd1d433f35e30cb68b571563f1b2b92df25b0583e8ad39277d9310b7d
4
- data.tar.gz: fb7969144f46a9c2dbc7dd061f2cd6d0e27246b1ee320a1a0af40475e513e3fc
3
+ metadata.gz: dbd1f178051bb1e9a54678f3ad83438a6d876b384e3ad587fafe329631e600b8
4
+ data.tar.gz: 64a586c548d0765541eaf54fdaee159b238e61963cb5004a5af276a8ba5587f7
5
5
  SHA512:
6
- metadata.gz: 4b5a41b9bd04b2ca805d5d3abb0581df03abaf57c6d517a97b46d2df03665bd7ca4bfb16eebbe230156286d373fc1f943f0e333bec80fb52ba4d8dda717764dd
7
- data.tar.gz: 30214152ea7637c8e19f6315b815a41ee7f995ec386d127c7735609e53c3645ba8447434c005dff5238f634a03f2aaa7785098d1ba4eda717cb5eb902c72963f
6
+ metadata.gz: 5bc2aa189ab7612e9d0b70d9275593fc5d88678942e4fe4b1ba17d937c8ceb6154369ad07c864354a8a46ab0298a1517542423bec510670e8a780a996644d7a6
7
+ data.tar.gz: bdc3467fcd8f5baa5d398c8ef025c271477a1ae4f05d99a2cafeb9f81fb9c688c7074a6c3113995286eabd1d1b009d29b673139ceb2af6b1da57300d29d71c75
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.821.0 (2023-09-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.820.0 (2023-09-08)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.819.0 (2023-09-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.819.0
1
+ 1.821.0
data/partitions.json CHANGED
@@ -19027,6 +19027,12 @@
19027
19027
  "isRegionalized" : false,
19028
19028
  "partitionEndpoint" : "aws-cn-global"
19029
19029
  },
19030
+ "identitystore" : {
19031
+ "endpoints" : {
19032
+ "cn-north-1" : { },
19033
+ "cn-northwest-1" : { }
19034
+ }
19035
+ },
19030
19036
  "internetmonitor" : {
19031
19037
  "defaults" : {
19032
19038
  "dnsSuffix" : "api.amazonwebservices.com.cn",
@@ -24441,10 +24447,33 @@
24441
24447
  },
24442
24448
  "elasticmapreduce" : {
24443
24449
  "endpoints" : {
24450
+ "fips-us-iso-east-1" : {
24451
+ "credentialScope" : {
24452
+ "region" : "us-iso-east-1"
24453
+ },
24454
+ "deprecated" : true,
24455
+ "hostname" : "elasticmapreduce.us-iso-east-1.c2s.ic.gov"
24456
+ },
24457
+ "fips-us-iso-west-1" : {
24458
+ "credentialScope" : {
24459
+ "region" : "us-iso-west-1"
24460
+ },
24461
+ "deprecated" : true,
24462
+ "hostname" : "elasticmapreduce.us-iso-west-1.c2s.ic.gov"
24463
+ },
24444
24464
  "us-iso-east-1" : {
24445
- "protocols" : [ "https" ]
24465
+ "protocols" : [ "https" ],
24466
+ "variants" : [ {
24467
+ "hostname" : "elasticmapreduce.us-iso-east-1.c2s.ic.gov",
24468
+ "tags" : [ "fips" ]
24469
+ } ]
24446
24470
  },
24447
- "us-iso-west-1" : { }
24471
+ "us-iso-west-1" : {
24472
+ "variants" : [ {
24473
+ "hostname" : "elasticmapreduce.us-iso-west-1.c2s.ic.gov",
24474
+ "tags" : [ "fips" ]
24475
+ } ]
24476
+ }
24448
24477
  }
24449
24478
  },
24450
24479
  "es" : {
@@ -24981,7 +25010,19 @@
24981
25010
  },
24982
25011
  "elasticmapreduce" : {
24983
25012
  "endpoints" : {
24984
- "us-isob-east-1" : { }
25013
+ "fips-us-isob-east-1" : {
25014
+ "credentialScope" : {
25015
+ "region" : "us-isob-east-1"
25016
+ },
25017
+ "deprecated" : true,
25018
+ "hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov"
25019
+ },
25020
+ "us-isob-east-1" : {
25021
+ "variants" : [ {
25022
+ "hostname" : "elasticmapreduce.us-isob-east-1.sc2s.sgov.gov",
25023
+ "tags" : [ "fips" ]
25024
+ } ]
25025
+ }
24985
25026
  }
24986
25027
  },
24987
25028
  "es" : {
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.819.0
4
+ version: 1.821.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: 2023-09-07 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: