aws-partitions 1.475.0 → 1.476.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 +24 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b45cda672f8970a9622c2615a68bdf51e49c26c4692cd8169523b591c664821e
4
- data.tar.gz: b585d47cad475451ae497d8361e9df37058e5016b0a1d952055901ecf902f721
3
+ metadata.gz: 23ac410ddc93bf21fec21933ab9f6fe09451297ec60f2f6c262cb676011e918e
4
+ data.tar.gz: 832fd25a563882d8405056f2acb2d1de02b1a3baae77c39b24d02e06378f02fd
5
5
  SHA512:
6
- metadata.gz: 331d4951818fbc98b1322a6e2b9b4e64ede800a342d1766c3b6c38d93b90dbe43e0475f5221aa5344c131599cb816f8e63699a11c352378ace53667f82077f44
7
- data.tar.gz: 023ce5275ed72abc9e805c934a80152f45f9f723931e06bd9e9144e37d7ce60824ab237d3385afb18a032d3d55252d78f8a53c5e57d58a5414683d52420c6b30
6
+ metadata.gz: d30874774caffa4bf3703ca6cdc5e7e4da5485506bbb7a29fb49dd2fd0276a902a038e5a2bb8fcf78319eb7e94cfd2e8dcd0055eb8588918a71cd2cd4f5ee301
7
+ data.tar.gz: 1e99854c0f6791d399ccd200d8bb92d4d5adf872c00fb50a76ac8ccdd3a7f737c161e74ec11787c3c0f081587ed376ff7df6ee65f51eabec4943e9addac55bb2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.476.0 (2021-07-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.475.0 (2021-07-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.475.0
1
+ 1.476.0
data/partitions.json CHANGED
@@ -3675,6 +3675,18 @@
3675
3675
  },
3676
3676
  "iotwireless" : {
3677
3677
  "endpoints" : {
3678
+ "ap-northeast-1" : {
3679
+ "credentialScope" : {
3680
+ "region" : "ap-northeast-1"
3681
+ },
3682
+ "hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
3683
+ },
3684
+ "ap-southeast-2" : {
3685
+ "credentialScope" : {
3686
+ "region" : "ap-southeast-2"
3687
+ },
3688
+ "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
3689
+ },
3678
3690
  "eu-west-1" : {
3679
3691
  "credentialScope" : {
3680
3692
  "region" : "eu-west-1"
@@ -3686,6 +3698,12 @@
3686
3698
  "region" : "us-east-1"
3687
3699
  },
3688
3700
  "hostname" : "api.iotwireless.us-east-1.amazonaws.com"
3701
+ },
3702
+ "us-west-2" : {
3703
+ "credentialScope" : {
3704
+ "region" : "us-west-2"
3705
+ },
3706
+ "hostname" : "api.iotwireless.us-west-2.amazonaws.com"
3689
3707
  }
3690
3708
  }
3691
3709
  },
@@ -8105,6 +8123,12 @@
8105
8123
  }
8106
8124
  }
8107
8125
  },
8126
+ "transcribestreaming" : {
8127
+ "endpoints" : {
8128
+ "cn-north-1" : { },
8129
+ "cn-northwest-1" : { }
8130
+ }
8131
+ },
8108
8132
  "transfer" : {
8109
8133
  "endpoints" : {
8110
8134
  "cn-north-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.475.0
4
+ version: 1.476.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-07-08 00:00:00.000000000 Z
11
+ date: 2021-07-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: