aws-partitions 1.234.0 → 1.235.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/partitions.json +14 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80e1fc596f39c090d83a6b11c1e061d04dce60e4
4
- data.tar.gz: 98ce3e11d298e512fdb6badf915e1648b7f3942d
3
+ metadata.gz: c6a672c82bfe78a928b6040ddf2ae28bb428f1b6
4
+ data.tar.gz: 6ce2b5f32e7805c62f92f3efaac570c797496902
5
5
  SHA512:
6
- metadata.gz: 4e89b5c8c4e6c9c6877b57d5076c62d4246203b159d49e181dc49cc20ad3e72fb78d56956b1824fd8157d937162bf36c790fcc33c93ff289fd6a97f17d434c4e
7
- data.tar.gz: e8255ece75f27d1d78ab960217d069f0deaf68dc98df40ae84f293444981e65dcc720c5211d91e8ba5b9fe777d5447096045cf560bfc95edce2dedbd8dbb0f5e
6
+ metadata.gz: 4c4458abe9e47deac0030a54fd2b666bfcfc4fa95588ad1098f32bebf7188050ee1cee3200058d46fea500678bd4171eaa1e4f86387ea80efd6196740fea7919
7
+ data.tar.gz: 6f4c27c186091ff27ef2e06086a405ea66c945ca39e2d80cb56c9a001002a74b23f7d3c8f50818e15afafea2ae1d27c378d20ebb4a6cb3cfb2566c3f190cda84
@@ -418,8 +418,10 @@
418
418
  "eu-north-1" : { },
419
419
  "eu-west-1" : { },
420
420
  "eu-west-2" : { },
421
+ "eu-west-3" : { },
421
422
  "us-east-1" : { },
422
423
  "us-east-2" : { },
424
+ "us-west-1" : { },
423
425
  "us-west-2" : { }
424
426
  }
425
427
  },
@@ -2952,6 +2954,18 @@
2952
2954
  }
2953
2955
  }
2954
2956
  },
2957
+ "savingsplans" : {
2958
+ "endpoints" : {
2959
+ "aws-global" : {
2960
+ "credentialScope" : {
2961
+ "region" : "us-east-1"
2962
+ },
2963
+ "hostname" : "savingsplans.amazonaws.com"
2964
+ }
2965
+ },
2966
+ "isRegionalized" : false,
2967
+ "partitionEndpoint" : "aws-global"
2968
+ },
2955
2969
  "sdb" : {
2956
2970
  "defaults" : {
2957
2971
  "protocols" : [ "http", "https" ],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.234.0
4
+ version: 1.235.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services