aws-partitions 1.820.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +38 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fe2cd143344fd17095cfb81e0a13f98648ea8e3538c628a4f944ca9fa0a5f40
4
- data.tar.gz: 2f7a2639f8c577cf351cb6d7e3c03d9c488f4b1b5099c4774e09104b0eb45f78
3
+ metadata.gz: dbd1f178051bb1e9a54678f3ad83438a6d876b384e3ad587fafe329631e600b8
4
+ data.tar.gz: 64a586c548d0765541eaf54fdaee159b238e61963cb5004a5af276a8ba5587f7
5
5
  SHA512:
6
- metadata.gz: eaecd7d8b87f10d33a75f1543cdee0caf4b47258c3496063320c2af4b89ef0f58ed5a2821a990918fca8512ea986d70c8aba6e8823fe656c2fb352df44f4c6b3
7
- data.tar.gz: 891ba8f92462626cd321a481e1557e31ecbc9258feb737a1792038b1b8d19ba5d8b289d2fe6091398c70d58e6a1e9bd828c9c5bd890506193d3358bc0dcc7c9e
6
+ metadata.gz: 5bc2aa189ab7612e9d0b70d9275593fc5d88678942e4fe4b1ba17d937c8ceb6154369ad07c864354a8a46ab0298a1517542423bec510670e8a780a996644d7a6
7
+ data.tar.gz: bdc3467fcd8f5baa5d398c8ef025c271477a1ae4f05d99a2cafeb9f81fb9c688c7074a6c3113995286eabd1d1b009d29b673139ceb2af6b1da57300d29d71c75
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.820.0 (2023-09-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.820.0
1
+ 1.821.0
data/partitions.json CHANGED
@@ -24447,10 +24447,33 @@
24447
24447
  },
24448
24448
  "elasticmapreduce" : {
24449
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
+ },
24450
24464
  "us-iso-east-1" : {
24451
- "protocols" : [ "https" ]
24465
+ "protocols" : [ "https" ],
24466
+ "variants" : [ {
24467
+ "hostname" : "elasticmapreduce.us-iso-east-1.c2s.ic.gov",
24468
+ "tags" : [ "fips" ]
24469
+ } ]
24452
24470
  },
24453
- "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
+ }
24454
24477
  }
24455
24478
  },
24456
24479
  "es" : {
@@ -24987,7 +25010,19 @@
24987
25010
  },
24988
25011
  "elasticmapreduce" : {
24989
25012
  "endpoints" : {
24990
- "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
+ }
24991
25026
  }
24992
25027
  },
24993
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.820.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-08 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: