aws-partitions 1.75.0 → 1.76.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65b5aad962ab02da57c342663333550fe29b214d
4
- data.tar.gz: c788bc5a0e80b244c4281aa9ac26c01ee81f03cb
3
+ metadata.gz: 28b28185f8e341c75dc972ec88ecbeb0c5ba3df7
4
+ data.tar.gz: da2a838ec36864f3d443fe43a9b1b7c961c59f4b
5
5
  SHA512:
6
- metadata.gz: 839bdf567d14114c6d3e29d937d98c012dcffcfe4e16bbed89e81a4a06ff8d29820bece43b7fd3f91d065ae8bd95d858541599b72d827edad8ed6b32bc96695c
7
- data.tar.gz: ae8a16495c6ef8f21c96a4e684b6c2e3de75afe97905d4267896ccc3d063c573de9dae24d005d9b9a503b4f5c2a2d321ef822e63ab4ad9dd3245c7af2b909e15
6
+ metadata.gz: 5201de30d4abd4c490c1d74150b3421db09f0ca4b200d88f744e598914bfc67ae5b67881b4d4ecb753d5273387db971bcd810d186f8fe2da2808c0e29352bc5c
7
+ data.tar.gz: f6a1b6e72e37f9c7555467345e69fcf38b0d6793fb6d080f7cde88dd02784836e0cb49fc490c5a83ed3029a9367b5293bacf165cd8bed66fdac73cd52b5b16ad
@@ -254,6 +254,7 @@ module Aws
254
254
  'CognitoSync' => 'cognito-sync',
255
255
  'Comprehend' => 'comprehend',
256
256
  'ConfigService' => 'config',
257
+ 'Connect' => 'connect',
257
258
  'CostExplorer' => 'ce',
258
259
  'CostandUsageReportService' => 'cur',
259
260
  'DAX' => 'dax',
data/partitions.json CHANGED
@@ -375,9 +375,33 @@
375
375
  "eu-west-3" : { },
376
376
  "sa-east-1" : { },
377
377
  "us-east-1" : { },
378
+ "us-east-1-fips" : {
379
+ "credentialScope" : {
380
+ "region" : "us-east-1"
381
+ },
382
+ "hostname" : "codebuild-fips.us-east-1.amazonaws.com"
383
+ },
378
384
  "us-east-2" : { },
385
+ "us-east-2-fips" : {
386
+ "credentialScope" : {
387
+ "region" : "us-east-2"
388
+ },
389
+ "hostname" : "codebuild-fips.us-east-2.amazonaws.com"
390
+ },
379
391
  "us-west-1" : { },
380
- "us-west-2" : { }
392
+ "us-west-1-fips" : {
393
+ "credentialScope" : {
394
+ "region" : "us-west-1"
395
+ },
396
+ "hostname" : "codebuild-fips.us-west-1.amazonaws.com"
397
+ },
398
+ "us-west-2" : { },
399
+ "us-west-2-fips" : {
400
+ "credentialScope" : {
401
+ "region" : "us-west-2"
402
+ },
403
+ "hostname" : "codebuild-fips.us-west-2.amazonaws.com"
404
+ }
381
405
  }
382
406
  },
383
407
  "codecommit" : {
@@ -947,6 +971,8 @@
947
971
  "glue" : {
948
972
  "endpoints" : {
949
973
  "ap-northeast-1" : { },
974
+ "ap-southeast-2" : { },
975
+ "eu-central-1" : { },
950
976
  "eu-west-1" : { },
951
977
  "us-east-1" : { },
952
978
  "us-east-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.75.0
4
+ version: 1.76.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: 2018-03-29 00:00:00.000000000 Z
11
+ date: 2018-03-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: