aws-partitions 1.505.0 → 1.506.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 +37 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1baec3b51803968d52e33cb8ec7c8ae9e66a133c011f1a5777feedb1297cd160
4
- data.tar.gz: da30f30dcc327e54bc381f4687915971dcf8246a4431a6cc36a334a445174f58
3
+ metadata.gz: 5a87de5452c677d8973ffac0c0525d47b9eaa302fa5354fad715684f8449a510
4
+ data.tar.gz: 3238447b09c2fb518e2f59553defd0decc3d259ec2f82f6e28dd878deb1beb4d
5
5
  SHA512:
6
- metadata.gz: f7f6d53932645e20eb0a2107562bc2160a35123b8fea2c23c6df488891093067036c658db1bcb1bfedf09a499b830f5aa986ceb379772e5c08561fafe68ad5a9
7
- data.tar.gz: aff541d0b548e2278db204c4301a61440a65c2c98e7cdbbe08a3aa497f919c4ff9159f681cdc1dd1290c34aff5c11bbd98d501f08921a0f34b655d5553511256
6
+ metadata.gz: a2a55cf928a9b867b0dc24608a5281e23b37e7c9e421019ac2ab4885bd42d3d653ddb9b512ae84bc4b950e9ee1b9c5aa4b8a94917106e843cbcbddbe6103da40
7
+ data.tar.gz: a09e43b6e5d5a0b103032c064559f25acccfb708450511aa23d2f8f76a069f880626b215a802650beee66aa26a6142cfe56b52c92a8cbe93989fb595822042a6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.506.0 (2021-09-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.505.0 (2021-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.505.0
1
+ 1.506.0
data/partitions.json CHANGED
@@ -5408,6 +5408,24 @@
5408
5408
  "us-west-2" : { }
5409
5409
  }
5410
5410
  },
5411
+ "quicksight" : {
5412
+ "endpoints" : {
5413
+ "ap-northeast-1" : { },
5414
+ "ap-northeast-2" : { },
5415
+ "ap-south-1" : { },
5416
+ "ap-southeast-1" : { },
5417
+ "ap-southeast-2" : { },
5418
+ "api" : { },
5419
+ "ca-central-1" : { },
5420
+ "eu-central-1" : { },
5421
+ "eu-west-1" : { },
5422
+ "eu-west-2" : { },
5423
+ "sa-east-1" : { },
5424
+ "us-east-1" : { },
5425
+ "us-east-2" : { },
5426
+ "us-west-2" : { }
5427
+ }
5428
+ },
5411
5429
  "ram" : {
5412
5430
  "endpoints" : {
5413
5431
  "af-south-1" : { },
@@ -5745,7 +5763,9 @@
5745
5763
  },
5746
5764
  "runtime-v2-lex" : {
5747
5765
  "endpoints" : {
5766
+ "af-south-1" : { },
5748
5767
  "ap-northeast-1" : { },
5768
+ "ap-northeast-2" : { },
5749
5769
  "ap-southeast-1" : { },
5750
5770
  "ap-southeast-2" : { },
5751
5771
  "ca-central-1" : { },
@@ -9605,6 +9625,17 @@
9605
9625
  "isRegionalized" : false,
9606
9626
  "partitionEndpoint" : "aws-us-gov-global"
9607
9627
  },
9628
+ "identitystore" : {
9629
+ "endpoints" : {
9630
+ "fips-us-gov-west-1" : {
9631
+ "credentialScope" : {
9632
+ "region" : "us-gov-west-1"
9633
+ },
9634
+ "hostname" : "identitystore.us-gov-west-1.amazonaws.com"
9635
+ },
9636
+ "us-gov-west-1" : { }
9637
+ }
9638
+ },
9608
9639
  "inspector" : {
9609
9640
  "endpoints" : {
9610
9641
  "fips-us-gov-east-1" : {
@@ -9965,6 +9996,12 @@
9965
9996
  "us-gov-west-1" : { }
9966
9997
  }
9967
9998
  },
9999
+ "quicksight" : {
10000
+ "endpoints" : {
10001
+ "api" : { },
10002
+ "us-gov-west-1" : { }
10003
+ }
10004
+ },
9968
10005
  "ram" : {
9969
10006
  "endpoints" : {
9970
10007
  "us-gov-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.505.0
4
+ version: 1.506.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-09-23 00:00:00.000000000 Z
11
+ date: 2021-09-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: