aws-partitions 1.232.0 → 1.233.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: dbac57d166732c77d9824d89fdb96da04d9c5aea
4
- data.tar.gz: 960743a35202c88f6c91cf7f04f191608fbb0483
3
+ metadata.gz: '090d13a87fcfb5956cb3ebe5e0beac00707ad710'
4
+ data.tar.gz: 03c27b8642a1eccd0392e99f2a636c7b9e7267d4
5
5
  SHA512:
6
- metadata.gz: 03cadf4752d669b8aca7e7aadcc7f997cee6285b52db5e9a410b65d08507c215e8074434d5a5bf866eefbe4ec1e8ad2f40354d13bf502941f47ca6ce7a286daf
7
- data.tar.gz: 2e4b21d51acf9185f6529ce88a42317f1fb4246083d6ddbd49776928a514cf1badcc330ec7ec53bd1dde27586cda4c125538b5b65f154f9e51be5707d8c56dd2
6
+ metadata.gz: 369363c493bac8e9f99f3f75f0970baaa18715e8932ac77d539b85955ec06050394b28f826a58de5fa3df204d5d1e7f569d8633e72a76e263593ce1818c8f4ed
7
+ data.tar.gz: d4b499bc833c928ac9997405c5f4960f4c6c4e5e289654ab0d29c1758431e9059b253db1f0f3f16fa7b0f3a8246336db51457fdd570349431bf8bcec6cf7d7e9
@@ -257,6 +257,7 @@ module Aws
257
257
  'CodeDeploy' => 'codedeploy',
258
258
  'CodePipeline' => 'codepipeline',
259
259
  'CodeStar' => 'codestar',
260
+ 'CodeStarNotifications' => 'codestar-notifications',
260
261
  'CognitoIdentity' => 'cognito-identity',
261
262
  'CognitoIdentityProvider' => 'cognito-idp',
262
263
  'CognitoSync' => 'cognito-sync',
@@ -35,7 +35,7 @@ module Aws
35
35
 
36
36
  # Returns `false` if the service operates with a single global
37
37
  # endpoint for the current partition, returns `true` if the service
38
- # is available in mutliple regions.
38
+ # is available in multiple regions.
39
39
  #
40
40
  # Some services have both a partition endpoint and regional endpoints.
41
41
  #
@@ -758,6 +758,7 @@
758
758
  },
759
759
  "hostname" : "codecommit-fips.ca-central-1.amazonaws.com"
760
760
  },
761
+ "me-south-1" : { },
761
762
  "sa-east-1" : { },
762
763
  "us-east-1" : { },
763
764
  "us-east-2" : { },
@@ -1195,6 +1196,7 @@
1195
1196
  },
1196
1197
  "ds" : {
1197
1198
  "endpoints" : {
1199
+ "ap-east-1" : { },
1198
1200
  "ap-northeast-1" : { },
1199
1201
  "ap-northeast-2" : { },
1200
1202
  "ap-south-1" : { },
@@ -2354,6 +2356,12 @@
2354
2356
  },
2355
2357
  "hostname" : "rds.ap-southeast-2.amazonaws.com"
2356
2358
  },
2359
+ "ca-central-1" : {
2360
+ "credentialScope" : {
2361
+ "region" : "ca-central-1"
2362
+ },
2363
+ "hostname" : "rds.ca-central-1.amazonaws.com"
2364
+ },
2357
2365
  "eu-central-1" : {
2358
2366
  "credentialScope" : {
2359
2367
  "region" : "eu-central-1"
@@ -2378,6 +2386,12 @@
2378
2386
  },
2379
2387
  "hostname" : "rds.eu-west-2.amazonaws.com"
2380
2388
  },
2389
+ "me-south-1" : {
2390
+ "credentialScope" : {
2391
+ "region" : "me-south-1"
2392
+ },
2393
+ "hostname" : "rds.me-south-1.amazonaws.com"
2394
+ },
2381
2395
  "us-east-1" : {
2382
2396
  "credentialScope" : {
2383
2397
  "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.232.0
4
+ version: 1.233.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: 2019-10-31 00:00:00.000000000 Z
11
+ date: 2019-11-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: