aws-partitions 1.527.0 → 1.528.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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +31 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03505c853ed2153bfa3ef4e89ea2ff5ae495372c0a84ea5c4320fb002f22f19f
4
- data.tar.gz: b92ec98486aa868ddf84b2269ae5c0d4dd05ddbcef7d751457bdf3e1300774c4
3
+ metadata.gz: 4772a4a96820cc044cbc58b62265508f180d477e62a7c35336d41e3a4c7dd533
4
+ data.tar.gz: 795571f3e83f8e36bfd7d8e9f900c964055219d38255fefecae109f36077054e
5
5
  SHA512:
6
- metadata.gz: d50da5b07b0545331b197b9d9d8bdb04c88f5b37f46e9b33f0935c774040dc84fdc8256381454054bea4a77e36ff9628ac9055d1d017d7e1b523c27fdb85fdab
7
- data.tar.gz: 95e349c06c1fb9c7b92b7628508d311441ebf99c21a9acc9397b281e8c7f5783b92bbc1081120b5c24ca61560d4a501cb8210848c4bba813cfbb798f61f8da93
6
+ metadata.gz: 9addf3d86bcaed197c715f0f7652b08af207625a1a8975791e8f0e4fe968cef1d39a5d4f27c57b2afc6bd9c54d5efbefbdcab0a91280b8e9168a070352b7ff1e
7
+ data.tar.gz: edb3b1bd311d1777a9c09ee48efca446d12e265c3c892bbb7b530e1f255c1f4bb470881c4672470977ca8acb44aa1810a15271174446b889c5648383ddc7a7be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.528.0 (2021-11-11)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.527.0 (2021-11-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.527.0
1
+ 1.528.0
data/partitions.json CHANGED
@@ -11378,12 +11378,24 @@
11378
11378
  "ap-south-1" : { },
11379
11379
  "ap-southeast-1" : { },
11380
11380
  "ap-southeast-2" : { },
11381
- "ca-central-1" : { },
11381
+ "ca-central-1" : {
11382
+ "variants" : [ {
11383
+ "hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
11384
+ "tags" : [ "fips" ]
11385
+ } ]
11386
+ },
11382
11387
  "eu-central-1" : { },
11383
11388
  "eu-north-1" : { },
11384
11389
  "eu-west-1" : { },
11385
11390
  "eu-west-2" : { },
11386
11391
  "eu-west-3" : { },
11392
+ "fips-ca-central-1" : {
11393
+ "credentialScope" : {
11394
+ "region" : "ca-central-1"
11395
+ },
11396
+ "deprecated" : true,
11397
+ "hostname" : "fips.transcribe.ca-central-1.amazonaws.com"
11398
+ },
11387
11399
  "fips-us-east-1" : {
11388
11400
  "credentialScope" : {
11389
11401
  "region" : "us-east-1"
@@ -14836,6 +14848,12 @@
14836
14848
  "partitionEndpoint" : "aws-us-gov-global"
14837
14849
  },
14838
14850
  "identitystore" : {
14851
+ "defaults" : {
14852
+ "variants" : [ {
14853
+ "hostname" : "identitystore.{region}.{dnsSuffix}",
14854
+ "tags" : [ "fips" ]
14855
+ } ]
14856
+ },
14839
14857
  "endpoints" : {
14840
14858
  "fips-us-gov-west-1" : {
14841
14859
  "credentialScope" : {
@@ -15444,6 +15462,12 @@
15444
15462
  }
15445
15463
  },
15446
15464
  "rds" : {
15465
+ "defaults" : {
15466
+ "variants" : [ {
15467
+ "hostname" : "rds.{region}.{dnsSuffix}",
15468
+ "tags" : [ "fips" ]
15469
+ } ]
15470
+ },
15447
15471
  "endpoints" : {
15448
15472
  "rds.us-gov-east-1" : {
15449
15473
  "credentialScope" : {
@@ -15629,6 +15653,12 @@
15629
15653
  }
15630
15654
  },
15631
15655
  "runtime.sagemaker" : {
15656
+ "defaults" : {
15657
+ "variants" : [ {
15658
+ "hostname" : "runtime.sagemaker.{region}.{dnsSuffix}",
15659
+ "tags" : [ "fips" ]
15660
+ } ]
15661
+ },
15632
15662
  "endpoints" : {
15633
15663
  "us-gov-west-1" : {
15634
15664
  "variants" : [ {
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.527.0
4
+ version: 1.528.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-11-10 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: