aws-partitions 1.239.0 → 1.240.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 +17 -17
- 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: a2b673c698ea49b23a4e1bd773dbc5b522400634
|
|
4
|
+
data.tar.gz: f62f46979087d737fe929f48e0c2ab2e6816d638
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e03d6b357e526d91332fb3d813fcb0a1dfe285f9fab730e9730909d15a0a783365430f8319ca0a0a2e287a39d612ab4d63307251cb809efd557df92ff0ba89ec
|
|
7
|
+
data.tar.gz: 58f320fc4642100e5c5051c6412018e62bdae367a98549a2f1bfd7bd42f1b0c140daab3d338c8edb1dfd323f10bcf3dacee5e0e6f19b6c8eaa5871973e089f31
|
data/partitions.json
CHANGED
|
@@ -1578,11 +1578,16 @@
|
|
|
1578
1578
|
"endpoints" : {
|
|
1579
1579
|
"ap-northeast-1" : { },
|
|
1580
1580
|
"ap-northeast-2" : { },
|
|
1581
|
+
"ap-south-1" : { },
|
|
1581
1582
|
"ap-southeast-1" : { },
|
|
1582
1583
|
"ap-southeast-2" : { },
|
|
1584
|
+
"ca-central-1" : { },
|
|
1583
1585
|
"eu-central-1" : { },
|
|
1586
|
+
"eu-north-1" : { },
|
|
1584
1587
|
"eu-west-1" : { },
|
|
1585
1588
|
"eu-west-2" : { },
|
|
1589
|
+
"eu-west-3" : { },
|
|
1590
|
+
"sa-east-1" : { },
|
|
1586
1591
|
"us-east-1" : { },
|
|
1587
1592
|
"us-east-2" : { },
|
|
1588
1593
|
"us-west-1" : { },
|
|
@@ -3330,25 +3335,10 @@
|
|
|
3330
3335
|
"shield" : {
|
|
3331
3336
|
"defaults" : {
|
|
3332
3337
|
"protocols" : [ "https" ],
|
|
3333
|
-
"sslCommonName" : "shield.
|
|
3338
|
+
"sslCommonName" : "shield.us-east-1.amazonaws.com"
|
|
3334
3339
|
},
|
|
3335
3340
|
"endpoints" : {
|
|
3336
|
-
"
|
|
3337
|
-
"ap-northeast-2" : { },
|
|
3338
|
-
"ap-south-1" : { },
|
|
3339
|
-
"ap-southeast-1" : { },
|
|
3340
|
-
"ap-southeast-2" : { },
|
|
3341
|
-
"ca-central-1" : { },
|
|
3342
|
-
"eu-central-1" : { },
|
|
3343
|
-
"eu-north-1" : { },
|
|
3344
|
-
"eu-west-1" : { },
|
|
3345
|
-
"eu-west-2" : { },
|
|
3346
|
-
"eu-west-3" : { },
|
|
3347
|
-
"sa-east-1" : { },
|
|
3348
|
-
"us-east-1" : { },
|
|
3349
|
-
"us-east-2" : { },
|
|
3350
|
-
"us-west-1" : { },
|
|
3351
|
-
"us-west-2" : { }
|
|
3341
|
+
"us-east-1" : { }
|
|
3352
3342
|
},
|
|
3353
3343
|
"isRegionalized" : false
|
|
3354
3344
|
},
|
|
@@ -4015,6 +4005,11 @@
|
|
|
4015
4005
|
"cn-northwest-1" : { }
|
|
4016
4006
|
}
|
|
4017
4007
|
},
|
|
4008
|
+
"dax" : {
|
|
4009
|
+
"endpoints" : {
|
|
4010
|
+
"cn-northwest-1" : { }
|
|
4011
|
+
}
|
|
4012
|
+
},
|
|
4018
4013
|
"directconnect" : {
|
|
4019
4014
|
"endpoints" : {
|
|
4020
4015
|
"cn-north-1" : { },
|
|
@@ -4360,6 +4355,11 @@
|
|
|
4360
4355
|
"hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn"
|
|
4361
4356
|
}
|
|
4362
4357
|
}
|
|
4358
|
+
},
|
|
4359
|
+
"workspaces" : {
|
|
4360
|
+
"endpoints" : {
|
|
4361
|
+
"cn-northwest-1" : { }
|
|
4362
|
+
}
|
|
4363
4363
|
}
|
|
4364
4364
|
}
|
|
4365
4365
|
}, {
|
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.240.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-11-
|
|
11
|
+
date: 2019-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|