aws-partitions 1.577.0 → 1.578.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 +23 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a790e27e1b9e53ef8ce44fc77db1ce138803d3d5410f90dff8f90e4d9eb3403
4
- data.tar.gz: 6e71325d2687fb51ecf8f0cdd34c2840e10d74f9187a42c63a9da7e03c2ed6aa
3
+ metadata.gz: 385a0777989fe3795a6e8469aceabffa1088f2305c7ffb45032f0ddf32683d7d
4
+ data.tar.gz: 6f141956ac7b925f2714e5b4f1ac488ece985506943fe783f53445b5afa75bf6
5
5
  SHA512:
6
- metadata.gz: 23963dea829ce2f2d95037eec8ca71b196fd4cec8876533edf52a66a8cf58c2bad2640b58130e437071683ef0c6cf11bacff4ba35745e273b55cb20737d5c2e6
7
- data.tar.gz: 7fd36b2bfb31022f39f4ed9399690955544e388042d8c9241ad0d53d1318cf5301140f42e32ccc1ed4bd4988c0446b085b80620f7781e9f7ca40ff6b914b5e22
6
+ metadata.gz: f3ab20e45d407b7400c0302856f7d1c9e2ad6b0336f2be30980f72ea57e0a3704e49ae9cb528b4b910ca0736d5224af05655815a987237eba2bcd37329a3851c
7
+ data.tar.gz: e2a805a6bea942154bce40845e2c605239f8c379a60366d7e50df3e76830355bf467fdcfd89082fb8eb4f2c257fd25b2bada8aee67f2d195c3a4dfee800ce6bc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.578.0 (2022-04-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.577.0 (2022-04-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.577.0
1
+ 1.578.0
data/partitions.json CHANGED
@@ -6582,6 +6582,16 @@
6582
6582
  "us-west-2" : { }
6583
6583
  }
6584
6584
  },
6585
+ "iottwinmaker" : {
6586
+ "endpoints" : {
6587
+ "ap-southeast-1" : { },
6588
+ "ap-southeast-2" : { },
6589
+ "eu-central-1" : { },
6590
+ "eu-west-1" : { },
6591
+ "us-east-1" : { },
6592
+ "us-west-2" : { }
6593
+ }
6594
+ },
6585
6595
  "iotwireless" : {
6586
6596
  "endpoints" : {
6587
6597
  "ap-northeast-1" : {
@@ -8993,10 +9003,22 @@
8993
9003
  "ap-northeast-2" : { },
8994
9004
  "ap-southeast-1" : { },
8995
9005
  "ap-southeast-2" : { },
8996
- "ca-central-1" : { },
9006
+ "ca-central-1" : {
9007
+ "variants" : [ {
9008
+ "hostname" : "qldb-fips.ca-central-1.amazonaws.com",
9009
+ "tags" : [ "fips" ]
9010
+ } ]
9011
+ },
8997
9012
  "eu-central-1" : { },
8998
9013
  "eu-west-1" : { },
8999
9014
  "eu-west-2" : { },
9015
+ "fips-ca-central-1" : {
9016
+ "credentialScope" : {
9017
+ "region" : "ca-central-1"
9018
+ },
9019
+ "deprecated" : true,
9020
+ "hostname" : "qldb-fips.ca-central-1.amazonaws.com"
9021
+ },
9000
9022
  "fips-us-east-1" : {
9001
9023
  "credentialScope" : {
9002
9024
  "region" : "us-east-1"
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.577.0
4
+ version: 1.578.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-04-14 00:00:00.000000000 Z
11
+ date: 2022-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: