aws-partitions 1.226.0 → 1.227.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/partitions.json +48 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85a0e95d14bdc5765f56a53d577b6f6f946c6fd9
|
|
4
|
+
data.tar.gz: fb466b498a608082ad29a2045b3b665b3db90f24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d1d6a0eee3f6422967960347bba4632fd2ca8e060b2597b10ebe83d95b945af86a4b4e0eff90fab7de2a52b7739ac08a235760118d2e9f61beed0927893d722
|
|
7
|
+
data.tar.gz: '090b1fa6eff7fbc4f48a60e3af312147b7ea93bae8bb2e26475455059649b8dadd4f40a2c002ff135d499467110531f9fe654384b1b7845a90e328eb921d9eee'
|
data/partitions.json
CHANGED
|
@@ -3505,6 +3505,27 @@
|
|
|
3505
3505
|
"us-west-2" : { }
|
|
3506
3506
|
}
|
|
3507
3507
|
},
|
|
3508
|
+
"transcribe" : {
|
|
3509
|
+
"defaults" : {
|
|
3510
|
+
"protocols" : [ "https" ]
|
|
3511
|
+
},
|
|
3512
|
+
"endpoints" : {
|
|
3513
|
+
"ap-northeast-2" : { },
|
|
3514
|
+
"ap-south-1" : { },
|
|
3515
|
+
"ap-southeast-1" : { },
|
|
3516
|
+
"ap-southeast-2" : { },
|
|
3517
|
+
"ca-central-1" : { },
|
|
3518
|
+
"eu-central-1" : { },
|
|
3519
|
+
"eu-west-1" : { },
|
|
3520
|
+
"eu-west-2" : { },
|
|
3521
|
+
"eu-west-3" : { },
|
|
3522
|
+
"sa-east-1" : { },
|
|
3523
|
+
"us-east-1" : { },
|
|
3524
|
+
"us-east-2" : { },
|
|
3525
|
+
"us-west-1" : { },
|
|
3526
|
+
"us-west-2" : { }
|
|
3527
|
+
}
|
|
3528
|
+
},
|
|
3508
3529
|
"transfer" : {
|
|
3509
3530
|
"endpoints" : {
|
|
3510
3531
|
"ap-northeast-1" : { },
|
|
@@ -4100,6 +4121,25 @@
|
|
|
4100
4121
|
"cn-north-1" : { },
|
|
4101
4122
|
"cn-northwest-1" : { }
|
|
4102
4123
|
}
|
|
4124
|
+
},
|
|
4125
|
+
"transcribe" : {
|
|
4126
|
+
"defaults" : {
|
|
4127
|
+
"protocols" : [ "https" ]
|
|
4128
|
+
},
|
|
4129
|
+
"endpoints" : {
|
|
4130
|
+
"cn-north-1" : {
|
|
4131
|
+
"credentialScope" : {
|
|
4132
|
+
"region" : "cn-north-1"
|
|
4133
|
+
},
|
|
4134
|
+
"hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn"
|
|
4135
|
+
},
|
|
4136
|
+
"cn-northwest-1" : {
|
|
4137
|
+
"credentialScope" : {
|
|
4138
|
+
"region" : "cn-northwest-1"
|
|
4139
|
+
},
|
|
4140
|
+
"hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn"
|
|
4141
|
+
}
|
|
4142
|
+
}
|
|
4103
4143
|
}
|
|
4104
4144
|
}
|
|
4105
4145
|
}, {
|
|
@@ -4816,6 +4856,14 @@
|
|
|
4816
4856
|
"us-gov-west-1" : { }
|
|
4817
4857
|
}
|
|
4818
4858
|
},
|
|
4859
|
+
"transcribe" : {
|
|
4860
|
+
"defaults" : {
|
|
4861
|
+
"protocols" : [ "https" ]
|
|
4862
|
+
},
|
|
4863
|
+
"endpoints" : {
|
|
4864
|
+
"us-gov-west-1" : { }
|
|
4865
|
+
}
|
|
4866
|
+
},
|
|
4819
4867
|
"translate" : {
|
|
4820
4868
|
"defaults" : {
|
|
4821
4869
|
"protocols" : [ "https" ]
|
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.227.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: 2019-10-
|
|
11
|
+
date: 2019-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|