aws-partitions 1.630.0 → 1.631.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 +49 -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: ccc9d15d4c31d57085341b9ae671ef39b2829dce5d5cc91cfa4982f7bfb2f377
|
|
4
|
+
data.tar.gz: df8e2f7f7599086edb699d19c7addfd30e491e884053bb23dd07b9958d5d41bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26f17bce5437deae287e292d1a02c13d3dfda3c727dee59c3b67d83402d8291544d428c074af2b116d5e7fd244ba1e08bcea5efb346487c0a81850f6bfd71c8b
|
|
7
|
+
data.tar.gz: 7bb35ed3f7a62e9254894ebc09fa266b932e0dc785673880a6555fff1849a020887ca30b8512f04821269e463e10f9aa40ae8fd9943cc74ebdeb8a1e9bf2c407
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.631.0
|
data/partitions.json
CHANGED
|
@@ -9755,6 +9755,44 @@
|
|
|
9755
9755
|
}
|
|
9756
9756
|
}
|
|
9757
9757
|
},
|
|
9758
|
+
"participant.connect" : {
|
|
9759
|
+
"endpoints" : {
|
|
9760
|
+
"af-south-1" : { },
|
|
9761
|
+
"ap-northeast-1" : { },
|
|
9762
|
+
"ap-northeast-2" : { },
|
|
9763
|
+
"ap-southeast-1" : { },
|
|
9764
|
+
"ap-southeast-2" : { },
|
|
9765
|
+
"ca-central-1" : { },
|
|
9766
|
+
"eu-central-1" : { },
|
|
9767
|
+
"eu-west-2" : { },
|
|
9768
|
+
"fips-us-east-1" : {
|
|
9769
|
+
"credentialScope" : {
|
|
9770
|
+
"region" : "us-east-1"
|
|
9771
|
+
},
|
|
9772
|
+
"deprecated" : true,
|
|
9773
|
+
"hostname" : "participant.connect-fips.us-east-1.amazonaws.com"
|
|
9774
|
+
},
|
|
9775
|
+
"fips-us-west-2" : {
|
|
9776
|
+
"credentialScope" : {
|
|
9777
|
+
"region" : "us-west-2"
|
|
9778
|
+
},
|
|
9779
|
+
"deprecated" : true,
|
|
9780
|
+
"hostname" : "participant.connect-fips.us-west-2.amazonaws.com"
|
|
9781
|
+
},
|
|
9782
|
+
"us-east-1" : {
|
|
9783
|
+
"variants" : [ {
|
|
9784
|
+
"hostname" : "participant.connect-fips.us-east-1.amazonaws.com",
|
|
9785
|
+
"tags" : [ "fips" ]
|
|
9786
|
+
} ]
|
|
9787
|
+
},
|
|
9788
|
+
"us-west-2" : {
|
|
9789
|
+
"variants" : [ {
|
|
9790
|
+
"hostname" : "participant.connect-fips.us-west-2.amazonaws.com",
|
|
9791
|
+
"tags" : [ "fips" ]
|
|
9792
|
+
} ]
|
|
9793
|
+
}
|
|
9794
|
+
}
|
|
9795
|
+
},
|
|
9758
9796
|
"personalize" : {
|
|
9759
9797
|
"endpoints" : {
|
|
9760
9798
|
"ap-northeast-1" : { },
|
|
@@ -12539,6 +12577,7 @@
|
|
|
12539
12577
|
"tags" : [ "fips" ]
|
|
12540
12578
|
} ]
|
|
12541
12579
|
},
|
|
12580
|
+
"ap-southeast-3" : { },
|
|
12542
12581
|
"ca-central-1" : {
|
|
12543
12582
|
"variants" : [ {
|
|
12544
12583
|
"hostname" : "snowball-fips.ca-central-1.amazonaws.com",
|
|
@@ -18492,6 +18531,16 @@
|
|
|
18492
18531
|
}
|
|
18493
18532
|
}
|
|
18494
18533
|
},
|
|
18534
|
+
"participant.connect" : {
|
|
18535
|
+
"endpoints" : {
|
|
18536
|
+
"us-gov-west-1" : {
|
|
18537
|
+
"credentialScope" : {
|
|
18538
|
+
"region" : "us-gov-west-1"
|
|
18539
|
+
},
|
|
18540
|
+
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
|
|
18541
|
+
}
|
|
18542
|
+
}
|
|
18543
|
+
},
|
|
18495
18544
|
"pinpoint" : {
|
|
18496
18545
|
"defaults" : {
|
|
18497
18546
|
"credentialScope" : {
|
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.631.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: 2022-09-
|
|
11
|
+
date: 2022-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|