aws-partitions 1.475.0 → 1.479.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 +20 -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: b45cda672f8970a9622c2615a68bdf51e49c26c4692cd8169523b591c664821e
4
- data.tar.gz: b585d47cad475451ae497d8361e9df37058e5016b0a1d952055901ecf902f721
3
+ metadata.gz: f1a31cc990ca4398c84663b62fb5e19c0df54c6f8f6a2bb6dce78537609f3063
4
+ data.tar.gz: f1764578ad470efef60e2f012db9d32bcb9819b61bb886203dad1b1b080a03cc
5
5
  SHA512:
6
- metadata.gz: 331d4951818fbc98b1322a6e2b9b4e64ede800a342d1766c3b6c38d93b90dbe43e0475f5221aa5344c131599cb816f8e63699a11c352378ace53667f82077f44
7
- data.tar.gz: 023ce5275ed72abc9e805c934a80152f45f9f723931e06bd9e9144e37d7ce60824ab237d3385afb18a032d3d55252d78f8a53c5e57d58a5414683d52420c6b30
6
+ metadata.gz: d60024f6df99db72db1b706776691c784b9325f8bface106624e239363942237b18db4840afef6fc8695b6f761b120fd7e463c0fa7d0e36a780ceb32833aef7a
7
+ data.tar.gz: '09c3240a2f3c8465a1b61c584ff4cdc8bdd0929f3491e83d59a634486c4b3370185425f8ad94c526d7a2c313c345263b17e74c66ff5bfd02b8b53934833b2f5b'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.479.0 (2021-07-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.478.0 (2021-07-13)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.477.0 (2021-07-12)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.476.0 (2021-07-09)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
4
24
  1.475.0 (2021-07-08)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.475.0
1
+ 1.479.0
data/partitions.json CHANGED
@@ -678,6 +678,7 @@
678
678
  },
679
679
  "appflow" : {
680
680
  "endpoints" : {
681
+ "af-south-1" : { },
681
682
  "ap-northeast-1" : { },
682
683
  "ap-northeast-2" : { },
683
684
  "ap-south-1" : { },
@@ -787,6 +788,7 @@
787
788
  "ap-east-1" : { },
788
789
  "ap-northeast-1" : { },
789
790
  "ap-northeast-2" : { },
791
+ "ap-northeast-3" : { },
790
792
  "ap-south-1" : { },
791
793
  "ap-southeast-1" : { },
792
794
  "ap-southeast-2" : { },
@@ -2041,6 +2043,7 @@
2041
2043
  "ap-east-1" : { },
2042
2044
  "ap-northeast-1" : { },
2043
2045
  "ap-northeast-2" : { },
2046
+ "ap-northeast-3" : { },
2044
2047
  "ap-south-1" : { },
2045
2048
  "ap-southeast-1" : { },
2046
2049
  "ap-southeast-2" : { },
@@ -3423,7 +3426,9 @@
3423
3426
  "protocols" : [ "https" ]
3424
3427
  },
3425
3428
  "endpoints" : {
3426
- "us-east-1" : { }
3429
+ "us-east-1" : { },
3430
+ "us-east-2" : { },
3431
+ "us-west-2" : { }
3427
3432
  }
3428
3433
  },
3429
3434
  "honeycode" : {
@@ -3675,6 +3680,18 @@
3675
3680
  },
3676
3681
  "iotwireless" : {
3677
3682
  "endpoints" : {
3683
+ "ap-northeast-1" : {
3684
+ "credentialScope" : {
3685
+ "region" : "ap-northeast-1"
3686
+ },
3687
+ "hostname" : "api.iotwireless.ap-northeast-1.amazonaws.com"
3688
+ },
3689
+ "ap-southeast-2" : {
3690
+ "credentialScope" : {
3691
+ "region" : "ap-southeast-2"
3692
+ },
3693
+ "hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
3694
+ },
3678
3695
  "eu-west-1" : {
3679
3696
  "credentialScope" : {
3680
3697
  "region" : "eu-west-1"
@@ -3686,6 +3703,12 @@
3686
3703
  "region" : "us-east-1"
3687
3704
  },
3688
3705
  "hostname" : "api.iotwireless.us-east-1.amazonaws.com"
3706
+ },
3707
+ "us-west-2" : {
3708
+ "credentialScope" : {
3709
+ "region" : "us-west-2"
3710
+ },
3711
+ "hostname" : "api.iotwireless.us-west-2.amazonaws.com"
3689
3712
  }
3690
3713
  }
3691
3714
  },
@@ -4267,6 +4290,7 @@
4267
4290
  "eu-west-3" : { },
4268
4291
  "sa-east-1" : { },
4269
4292
  "us-east-1" : { },
4293
+ "us-east-2" : { },
4270
4294
  "us-west-1" : { },
4271
4295
  "us-west-2" : { }
4272
4296
  }
@@ -8105,6 +8129,12 @@
8105
8129
  }
8106
8130
  }
8107
8131
  },
8132
+ "transcribestreaming" : {
8133
+ "endpoints" : {
8134
+ "cn-north-1" : { },
8135
+ "cn-northwest-1" : { }
8136
+ }
8137
+ },
8108
8138
  "transfer" : {
8109
8139
  "endpoints" : {
8110
8140
  "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.479.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-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: