aws-partitions 1.377.0 → 1.378.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +39 -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: 5350bf43cea220dfc0f7d695ecf04c88f4761a55683bea089508c5e1ebd1f662
|
4
|
+
data.tar.gz: c11785cd9a68855113929acf42241a91a12035f50e3bea02454b2d66f1bf00bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 168f9759c546da40d06eb83c49556eaa85d4d35967a8898ac7cc5a686e736152c7f51049110083e10d6bad65b02c161f1714cb6badf0ff62d9ebc7cdbf966d0a
|
7
|
+
data.tar.gz: ed0b08019d93e726d14520a8234f1d7e4557bd401703e32a4b7815e79d23126b0db1886cce5373c8e59e8eba3476f9e3ceea8a6de4cee9f3e56b587854e7fa47
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -6358,6 +6358,18 @@
|
|
6358
6358
|
"eu-central-1" : { },
|
6359
6359
|
"eu-west-1" : { },
|
6360
6360
|
"eu-west-2" : { },
|
6361
|
+
"fips-us-east-1" : {
|
6362
|
+
"credentialScope" : {
|
6363
|
+
"region" : "us-east-1"
|
6364
|
+
},
|
6365
|
+
"hostname" : "workspaces-fips.us-east-1.amazonaws.com"
|
6366
|
+
},
|
6367
|
+
"fips-us-west-2" : {
|
6368
|
+
"credentialScope" : {
|
6369
|
+
"region" : "us-west-2"
|
6370
|
+
},
|
6371
|
+
"hostname" : "workspaces-fips.us-west-2.amazonaws.com"
|
6372
|
+
},
|
6361
6373
|
"sa-east-1" : { },
|
6362
6374
|
"us-east-1" : { },
|
6363
6375
|
"us-west-2" : { }
|
@@ -6778,6 +6790,21 @@
|
|
6778
6790
|
"cn-northwest-1" : { }
|
6779
6791
|
}
|
6780
6792
|
},
|
6793
|
+
"iotevents" : {
|
6794
|
+
"endpoints" : {
|
6795
|
+
"cn-north-1" : { }
|
6796
|
+
}
|
6797
|
+
},
|
6798
|
+
"ioteventsdata" : {
|
6799
|
+
"endpoints" : {
|
6800
|
+
"cn-north-1" : {
|
6801
|
+
"credentialScope" : {
|
6802
|
+
"region" : "cn-north-1"
|
6803
|
+
},
|
6804
|
+
"hostname" : "data.iotevents.cn-north-1.amazonaws.com.cn"
|
6805
|
+
}
|
6806
|
+
}
|
6807
|
+
},
|
6781
6808
|
"iotsecuredtunneling" : {
|
6782
6809
|
"endpoints" : {
|
6783
6810
|
"cn-north-1" : { },
|
@@ -8544,6 +8571,12 @@
|
|
8544
8571
|
"us-gov-west-1" : { }
|
8545
8572
|
}
|
8546
8573
|
},
|
8574
|
+
"transfer" : {
|
8575
|
+
"endpoints" : {
|
8576
|
+
"us-gov-east-1" : { },
|
8577
|
+
"us-gov-west-1" : { }
|
8578
|
+
}
|
8579
|
+
},
|
8547
8580
|
"translate" : {
|
8548
8581
|
"defaults" : {
|
8549
8582
|
"protocols" : [ "https" ]
|
@@ -8576,6 +8609,12 @@
|
|
8576
8609
|
},
|
8577
8610
|
"workspaces" : {
|
8578
8611
|
"endpoints" : {
|
8612
|
+
"fips-us-gov-west-1" : {
|
8613
|
+
"credentialScope" : {
|
8614
|
+
"region" : "us-gov-west-1"
|
8615
|
+
},
|
8616
|
+
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
|
8617
|
+
},
|
8579
8618
|
"us-gov-west-1" : { }
|
8580
8619
|
}
|
8581
8620
|
},
|
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.378.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: 2020-09-
|
11
|
+
date: 2020-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|