aws-partitions 1.756.0 → 1.758.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +108 -78
- 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: 325f8eab7743a42746fee2aa07ae3fa8ec7add533f7c25cac39e536f9b7be78a
|
|
4
|
+
data.tar.gz: 8e603c13327ec093b507b4362f7d033156c653a2370ffc85e4ffd80a219a74af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d025293a04fb82fbbded2fa915e7251e1ed64dbd83008b8a1bc82a3027164fc0f151402680c40c7192e67348152249fc9970466426d13096043b2755d080e6b8
|
|
7
|
+
data.tar.gz: 325e6a56ff7e981fb4a95844fde9c9b71d7f9b5b24d079d139f34152eadc63063d029f83e22d9928f15569d5d4725b9a29cbaf6e3cad3870c79179bcec6608bb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.758.0 (2023-05-01)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.757.0 (2023-04-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.756.0 (2023-04-27)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.758.0
|
data/partitions.json
CHANGED
|
@@ -1855,6 +1855,7 @@
|
|
|
1855
1855
|
"sa-east-1" : { },
|
|
1856
1856
|
"us-east-1" : { },
|
|
1857
1857
|
"us-east-2" : { },
|
|
1858
|
+
"us-west-1" : { },
|
|
1858
1859
|
"us-west-2" : { }
|
|
1859
1860
|
}
|
|
1860
1861
|
},
|
|
@@ -2066,12 +2067,7 @@
|
|
|
2066
2067
|
"ap-southeast-2" : { },
|
|
2067
2068
|
"ap-southeast-3" : { },
|
|
2068
2069
|
"ap-southeast-4" : { },
|
|
2069
|
-
"ca-central-1" : {
|
|
2070
|
-
"variants" : [ {
|
|
2071
|
-
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
|
|
2072
|
-
"tags" : [ "fips" ]
|
|
2073
|
-
} ]
|
|
2074
|
-
},
|
|
2070
|
+
"ca-central-1" : { },
|
|
2075
2071
|
"eu-central-1" : { },
|
|
2076
2072
|
"eu-central-2" : { },
|
|
2077
2073
|
"eu-north-1" : { },
|
|
@@ -2080,68 +2076,13 @@
|
|
|
2080
2076
|
"eu-west-1" : { },
|
|
2081
2077
|
"eu-west-2" : { },
|
|
2082
2078
|
"eu-west-3" : { },
|
|
2083
|
-
"fips-ca-central-1" : {
|
|
2084
|
-
"credentialScope" : {
|
|
2085
|
-
"region" : "ca-central-1"
|
|
2086
|
-
},
|
|
2087
|
-
"deprecated" : true,
|
|
2088
|
-
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
|
|
2089
|
-
},
|
|
2090
|
-
"fips-us-east-1" : {
|
|
2091
|
-
"credentialScope" : {
|
|
2092
|
-
"region" : "us-east-1"
|
|
2093
|
-
},
|
|
2094
|
-
"deprecated" : true,
|
|
2095
|
-
"hostname" : "autoscaling-fips.us-east-1.amazonaws.com"
|
|
2096
|
-
},
|
|
2097
|
-
"fips-us-east-2" : {
|
|
2098
|
-
"credentialScope" : {
|
|
2099
|
-
"region" : "us-east-2"
|
|
2100
|
-
},
|
|
2101
|
-
"deprecated" : true,
|
|
2102
|
-
"hostname" : "autoscaling-fips.us-east-2.amazonaws.com"
|
|
2103
|
-
},
|
|
2104
|
-
"fips-us-west-1" : {
|
|
2105
|
-
"credentialScope" : {
|
|
2106
|
-
"region" : "us-west-1"
|
|
2107
|
-
},
|
|
2108
|
-
"deprecated" : true,
|
|
2109
|
-
"hostname" : "autoscaling-fips.us-west-1.amazonaws.com"
|
|
2110
|
-
},
|
|
2111
|
-
"fips-us-west-2" : {
|
|
2112
|
-
"credentialScope" : {
|
|
2113
|
-
"region" : "us-west-2"
|
|
2114
|
-
},
|
|
2115
|
-
"deprecated" : true,
|
|
2116
|
-
"hostname" : "autoscaling-fips.us-west-2.amazonaws.com"
|
|
2117
|
-
},
|
|
2118
2079
|
"me-central-1" : { },
|
|
2119
2080
|
"me-south-1" : { },
|
|
2120
2081
|
"sa-east-1" : { },
|
|
2121
|
-
"us-east-1" : {
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
} ]
|
|
2126
|
-
},
|
|
2127
|
-
"us-east-2" : {
|
|
2128
|
-
"variants" : [ {
|
|
2129
|
-
"hostname" : "autoscaling-fips.us-east-2.amazonaws.com",
|
|
2130
|
-
"tags" : [ "fips" ]
|
|
2131
|
-
} ]
|
|
2132
|
-
},
|
|
2133
|
-
"us-west-1" : {
|
|
2134
|
-
"variants" : [ {
|
|
2135
|
-
"hostname" : "autoscaling-fips.us-west-1.amazonaws.com",
|
|
2136
|
-
"tags" : [ "fips" ]
|
|
2137
|
-
} ]
|
|
2138
|
-
},
|
|
2139
|
-
"us-west-2" : {
|
|
2140
|
-
"variants" : [ {
|
|
2141
|
-
"hostname" : "autoscaling-fips.us-west-2.amazonaws.com",
|
|
2142
|
-
"tags" : [ "fips" ]
|
|
2143
|
-
} ]
|
|
2144
|
-
}
|
|
2082
|
+
"us-east-1" : { },
|
|
2083
|
+
"us-east-2" : { },
|
|
2084
|
+
"us-west-1" : { },
|
|
2085
|
+
"us-west-2" : { }
|
|
2145
2086
|
}
|
|
2146
2087
|
},
|
|
2147
2088
|
"autoscaling-plans" : {
|
|
@@ -6198,6 +6139,7 @@
|
|
|
6198
6139
|
},
|
|
6199
6140
|
"emr-serverless" : {
|
|
6200
6141
|
"endpoints" : {
|
|
6142
|
+
"ap-east-1" : { },
|
|
6201
6143
|
"ap-northeast-1" : { },
|
|
6202
6144
|
"ap-northeast-2" : { },
|
|
6203
6145
|
"ap-south-1" : { },
|
|
@@ -6249,6 +6191,7 @@
|
|
|
6249
6191
|
"deprecated" : true,
|
|
6250
6192
|
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
|
|
6251
6193
|
},
|
|
6194
|
+
"me-south-1" : { },
|
|
6252
6195
|
"sa-east-1" : { },
|
|
6253
6196
|
"us-east-1" : {
|
|
6254
6197
|
"variants" : [ {
|
|
@@ -8567,7 +8510,12 @@
|
|
|
8567
8510
|
"ap-southeast-1" : { },
|
|
8568
8511
|
"ap-southeast-2" : { },
|
|
8569
8512
|
"ap-southeast-3" : { },
|
|
8570
|
-
"ca-central-1" : {
|
|
8513
|
+
"ca-central-1" : {
|
|
8514
|
+
"variants" : [ {
|
|
8515
|
+
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
|
|
8516
|
+
"tags" : [ "fips" ]
|
|
8517
|
+
} ]
|
|
8518
|
+
},
|
|
8571
8519
|
"eu-central-1" : { },
|
|
8572
8520
|
"eu-central-2" : { },
|
|
8573
8521
|
"eu-north-1" : { },
|
|
@@ -8576,13 +8524,68 @@
|
|
|
8576
8524
|
"eu-west-1" : { },
|
|
8577
8525
|
"eu-west-2" : { },
|
|
8578
8526
|
"eu-west-3" : { },
|
|
8527
|
+
"fips-ca-central-1" : {
|
|
8528
|
+
"credentialScope" : {
|
|
8529
|
+
"region" : "ca-central-1"
|
|
8530
|
+
},
|
|
8531
|
+
"deprecated" : true,
|
|
8532
|
+
"hostname" : "kafka-fips.ca-central-1.amazonaws.com"
|
|
8533
|
+
},
|
|
8534
|
+
"fips-us-east-1" : {
|
|
8535
|
+
"credentialScope" : {
|
|
8536
|
+
"region" : "us-east-1"
|
|
8537
|
+
},
|
|
8538
|
+
"deprecated" : true,
|
|
8539
|
+
"hostname" : "kafka-fips.us-east-1.amazonaws.com"
|
|
8540
|
+
},
|
|
8541
|
+
"fips-us-east-2" : {
|
|
8542
|
+
"credentialScope" : {
|
|
8543
|
+
"region" : "us-east-2"
|
|
8544
|
+
},
|
|
8545
|
+
"deprecated" : true,
|
|
8546
|
+
"hostname" : "kafka-fips.us-east-2.amazonaws.com"
|
|
8547
|
+
},
|
|
8548
|
+
"fips-us-west-1" : {
|
|
8549
|
+
"credentialScope" : {
|
|
8550
|
+
"region" : "us-west-1"
|
|
8551
|
+
},
|
|
8552
|
+
"deprecated" : true,
|
|
8553
|
+
"hostname" : "kafka-fips.us-west-1.amazonaws.com"
|
|
8554
|
+
},
|
|
8555
|
+
"fips-us-west-2" : {
|
|
8556
|
+
"credentialScope" : {
|
|
8557
|
+
"region" : "us-west-2"
|
|
8558
|
+
},
|
|
8559
|
+
"deprecated" : true,
|
|
8560
|
+
"hostname" : "kafka-fips.us-west-2.amazonaws.com"
|
|
8561
|
+
},
|
|
8579
8562
|
"me-central-1" : { },
|
|
8580
8563
|
"me-south-1" : { },
|
|
8581
8564
|
"sa-east-1" : { },
|
|
8582
|
-
"us-east-1" : {
|
|
8583
|
-
|
|
8584
|
-
|
|
8585
|
-
|
|
8565
|
+
"us-east-1" : {
|
|
8566
|
+
"variants" : [ {
|
|
8567
|
+
"hostname" : "kafka-fips.us-east-1.amazonaws.com",
|
|
8568
|
+
"tags" : [ "fips" ]
|
|
8569
|
+
} ]
|
|
8570
|
+
},
|
|
8571
|
+
"us-east-2" : {
|
|
8572
|
+
"variants" : [ {
|
|
8573
|
+
"hostname" : "kafka-fips.us-east-2.amazonaws.com",
|
|
8574
|
+
"tags" : [ "fips" ]
|
|
8575
|
+
} ]
|
|
8576
|
+
},
|
|
8577
|
+
"us-west-1" : {
|
|
8578
|
+
"variants" : [ {
|
|
8579
|
+
"hostname" : "kafka-fips.us-west-1.amazonaws.com",
|
|
8580
|
+
"tags" : [ "fips" ]
|
|
8581
|
+
} ]
|
|
8582
|
+
},
|
|
8583
|
+
"us-west-2" : {
|
|
8584
|
+
"variants" : [ {
|
|
8585
|
+
"hostname" : "kafka-fips.us-west-2.amazonaws.com",
|
|
8586
|
+
"tags" : [ "fips" ]
|
|
8587
|
+
} ]
|
|
8588
|
+
}
|
|
8586
8589
|
}
|
|
8587
8590
|
},
|
|
8588
8591
|
"kafkaconnect" : {
|
|
@@ -12635,12 +12638,6 @@
|
|
|
12635
12638
|
} ]
|
|
12636
12639
|
},
|
|
12637
12640
|
"endpoints" : {
|
|
12638
|
-
"af-south-1" : {
|
|
12639
|
-
"hostname" : "resource-explorer-2.af-south-1.api.aws"
|
|
12640
|
-
},
|
|
12641
|
-
"ap-east-1" : {
|
|
12642
|
-
"hostname" : "resource-explorer-2.ap-east-1.api.aws"
|
|
12643
|
-
},
|
|
12644
12641
|
"ap-northeast-1" : {
|
|
12645
12642
|
"hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
|
|
12646
12643
|
},
|
|
@@ -12872,6 +12869,7 @@
|
|
|
12872
12869
|
"ap-southeast-1" : { },
|
|
12873
12870
|
"ap-southeast-2" : { },
|
|
12874
12871
|
"ap-southeast-3" : { },
|
|
12872
|
+
"ap-southeast-4" : { },
|
|
12875
12873
|
"ca-central-1" : { },
|
|
12876
12874
|
"eu-central-1" : { },
|
|
12877
12875
|
"eu-central-2" : { },
|
|
@@ -21016,8 +21014,40 @@
|
|
|
21016
21014
|
},
|
|
21017
21015
|
"kafka" : {
|
|
21018
21016
|
"endpoints" : {
|
|
21019
|
-
"us-gov-east-1" : {
|
|
21020
|
-
|
|
21017
|
+
"us-gov-east-1" : {
|
|
21018
|
+
"credentialScope" : {
|
|
21019
|
+
"region" : "us-gov-east-1"
|
|
21020
|
+
},
|
|
21021
|
+
"hostname" : "kafka.us-gov-east-1.amazonaws.com",
|
|
21022
|
+
"variants" : [ {
|
|
21023
|
+
"hostname" : "kafka.us-gov-east-1.amazonaws.com",
|
|
21024
|
+
"tags" : [ "fips" ]
|
|
21025
|
+
} ]
|
|
21026
|
+
},
|
|
21027
|
+
"us-gov-east-1-fips" : {
|
|
21028
|
+
"credentialScope" : {
|
|
21029
|
+
"region" : "us-gov-east-1"
|
|
21030
|
+
},
|
|
21031
|
+
"deprecated" : true,
|
|
21032
|
+
"hostname" : "kafka.us-gov-east-1.amazonaws.com"
|
|
21033
|
+
},
|
|
21034
|
+
"us-gov-west-1" : {
|
|
21035
|
+
"credentialScope" : {
|
|
21036
|
+
"region" : "us-gov-west-1"
|
|
21037
|
+
},
|
|
21038
|
+
"hostname" : "kafka.us-gov-west-1.amazonaws.com",
|
|
21039
|
+
"variants" : [ {
|
|
21040
|
+
"hostname" : "kafka.us-gov-west-1.amazonaws.com",
|
|
21041
|
+
"tags" : [ "fips" ]
|
|
21042
|
+
} ]
|
|
21043
|
+
},
|
|
21044
|
+
"us-gov-west-1-fips" : {
|
|
21045
|
+
"credentialScope" : {
|
|
21046
|
+
"region" : "us-gov-west-1"
|
|
21047
|
+
},
|
|
21048
|
+
"deprecated" : true,
|
|
21049
|
+
"hostname" : "kafka.us-gov-west-1.amazonaws.com"
|
|
21050
|
+
}
|
|
21021
21051
|
}
|
|
21022
21052
|
},
|
|
21023
21053
|
"kendra" : {
|
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.758.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: 2023-
|
|
11
|
+
date: 2023-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|