aws-partitions 1.475.0 → 1.476.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +24 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23ac410ddc93bf21fec21933ab9f6fe09451297ec60f2f6c262cb676011e918e
|
|
4
|
+
data.tar.gz: 832fd25a563882d8405056f2acb2d1de02b1a3baae77c39b24d02e06378f02fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d30874774caffa4bf3703ca6cdc5e7e4da5485506bbb7a29fb49dd2fd0276a902a038e5a2bb8fcf78319eb7e94cfd2e8dcd0055eb8588918a71cd2cd4f5ee301
|
|
7
|
+
data.tar.gz: 1e99854c0f6791d399ccd200d8bb92d4d5adf872c00fb50a76ac8ccdd3a7f737c161e74ec11787c3c0f081587ed376ff7df6ee65f51eabec4943e9addac55bb2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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-
|
|
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:
|