aws-partitions 1.474.0 → 1.475.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.
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 +24 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6421d1abee7f0a31530217d20d545c0a095046c20314905b44e2f5c124a22c2
4
- data.tar.gz: '09d4cb9497867d0b1bc35a407bf31e20fe6301a2a1700f37eb33dff348651a36'
3
+ metadata.gz: b45cda672f8970a9622c2615a68bdf51e49c26c4692cd8169523b591c664821e
4
+ data.tar.gz: b585d47cad475451ae497d8361e9df37058e5016b0a1d952055901ecf902f721
5
5
  SHA512:
6
- metadata.gz: d64a7fd1fc22c8e804d8134eb377a75df1f658a9a86bddda483190d8e238e7d3dc4c6e45e8d8f0bd7ce4284a8c3c962eb81b8fdf3f1d684e21dab088c631fafc
7
- data.tar.gz: a62246ac5cfb89bf4413a3cc842296d32bec870209ce4d8cb309a7f6c7ae84f041159de338a227bd0a1420767c4dfec4ed07900f32f07fa70f053ef1cba587c7
6
+ metadata.gz: 331d4951818fbc98b1322a6e2b9b4e64ede800a342d1766c3b6c38d93b90dbe43e0475f5221aa5344c131599cb816f8e63699a11c352378ace53667f82077f44
7
+ data.tar.gz: 023ce5275ed72abc9e805c934a80152f45f9f723931e06bd9e9144e37d7ce60824ab237d3385afb18a032d3d55252d78f8a53c5e57d58a5414683d52420c6b30
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.475.0 (2021-07-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.474.0 (2021-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.474.0
1
+ 1.475.0
data/partitions.json CHANGED
@@ -540,6 +540,30 @@
540
540
  "eu-north-1" : { },
541
541
  "eu-west-1" : { },
542
542
  "eu-west-2" : { },
543
+ "fips-ca-central-1" : {
544
+ "credentialScope" : {
545
+ "region" : "ca-central-1"
546
+ },
547
+ "hostname" : "api.fleethub.iot-fips.ca-central-1.amazonaws.com"
548
+ },
549
+ "fips-us-east-1" : {
550
+ "credentialScope" : {
551
+ "region" : "us-east-1"
552
+ },
553
+ "hostname" : "api.fleethub.iot-fips.us-east-1.amazonaws.com"
554
+ },
555
+ "fips-us-east-2" : {
556
+ "credentialScope" : {
557
+ "region" : "us-east-2"
558
+ },
559
+ "hostname" : "api.fleethub.iot-fips.us-east-2.amazonaws.com"
560
+ },
561
+ "fips-us-west-2" : {
562
+ "credentialScope" : {
563
+ "region" : "us-west-2"
564
+ },
565
+ "hostname" : "api.fleethub.iot-fips.us-west-2.amazonaws.com"
566
+ },
543
567
  "us-east-1" : { },
544
568
  "us-east-2" : { },
545
569
  "us-west-2" : { }
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.474.0
4
+ version: 1.475.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-07-06 00:00:00.000000000 Z
11
+ date: 2021-07-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: