aws-partitions 1.475.0 → 1.478.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 +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +28 -1
  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: 136d5e2c89bcacf11c51c8425b996a3a79fd6df9ebc7d83010cbc43f5cfd8d3e
4
+ data.tar.gz: 1f86835d73b635406220254a453b35e416da8fe04bccb1c294302063c590cad4
5
5
  SHA512:
6
- metadata.gz: 331d4951818fbc98b1322a6e2b9b4e64ede800a342d1766c3b6c38d93b90dbe43e0475f5221aa5344c131599cb816f8e63699a11c352378ace53667f82077f44
7
- data.tar.gz: 023ce5275ed72abc9e805c934a80152f45f9f723931e06bd9e9144e37d7ce60824ab237d3385afb18a032d3d55252d78f8a53c5e57d58a5414683d52420c6b30
6
+ metadata.gz: 5833b451023d4ac4338f7c942f292458986ebe7ef8ad0bc0eeed6151e1fa22a6bf51eace56e64455c83c1fe24eef6828864f06766f8668547e50dc27c69c235c
7
+ data.tar.gz: 007fd3537d0edf475b3d9201b43960f03f98fa2a9167ba6a8187c6221cddbd0d4e4a068b38eeef2bccc92beb469eb9ac0b2ea8ec07f1bbf300d99d5c5497d931
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.478.0 (2021-07-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.477.0 (2021-07-12)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.476.0 (2021-07-09)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.475.0 (2021-07-08)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.475.0
1
+ 1.478.0
data/partitions.json CHANGED
@@ -787,6 +787,7 @@
787
787
  "ap-east-1" : { },
788
788
  "ap-northeast-1" : { },
789
789
  "ap-northeast-2" : { },
790
+ "ap-northeast-3" : { },
790
791
  "ap-south-1" : { },
791
792
  "ap-southeast-1" : { },
792
793
  "ap-southeast-2" : { },
@@ -3423,7 +3424,9 @@
3423
3424
  "protocols" : [ "https" ]
3424
3425
  },
3425
3426
  "endpoints" : {
3426
- "us-east-1" : { }
3427
+ "us-east-1" : { },
3428
+ "us-east-2" : { },
3429
+ "us-west-2" : { }
3427
3430
  }
3428
3431
  },
3429
3432
  "honeycode" : {
@@ -3675,6 +3678,18 @@
3675
3678
  },
3676
3679
  "iotwireless" : {
3677
3680
  "endpoints" : {
3681
+ "ap-northeast-1" : {
3682
+ "credentialScope" : {
3683
+ "region" : "ap-northeast-1"
3684
+ },
3685
+ "hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
3686
+ },
3687
+ "ap-southeast-2" : {
3688
+ "credentialScope" : {
3689
+ "region" : "ap-southeast-2"
3690
+ },
3691
+ "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
3692
+ },
3678
3693
  "eu-west-1" : {
3679
3694
  "credentialScope" : {
3680
3695
  "region" : "eu-west-1"
@@ -3686,6 +3701,12 @@
3686
3701
  "region" : "us-east-1"
3687
3702
  },
3688
3703
  "hostname" : "api.iotwireless.us-east-1.amazonaws.com"
3704
+ },
3705
+ "us-west-2" : {
3706
+ "credentialScope" : {
3707
+ "region" : "us-west-2"
3708
+ },
3709
+ "hostname" : "api.iotwireless.us-west-2.amazonaws.com"
3689
3710
  }
3690
3711
  }
3691
3712
  },
@@ -8105,6 +8126,12 @@
8105
8126
  }
8106
8127
  }
8107
8128
  },
8129
+ "transcribestreaming" : {
8130
+ "endpoints" : {
8131
+ "cn-north-1" : { },
8132
+ "cn-northwest-1" : { }
8133
+ }
8134
+ },
8108
8135
  "transfer" : {
8109
8136
  "endpoints" : {
8110
8137
  "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.478.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-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: