aws-partitions 1.735.0 → 1.739.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +274 -7
- 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: 7f6856621a95ccbc9527c48cd47efd4954a545941803cc5556eac1b20e03ac30
|
|
4
|
+
data.tar.gz: 0a657acf4cb87979428c5f5b9abfd0ffbca75fba4ac4b73362640e19616cc570
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47b5c07595ed0873288219c21e35c59953399479b7bd67e5af69f9b0157f5746ff6192a7612ed52cba55d7edb301f54ffad26f708d2ea6b8f4c5b06dfcfbee4c
|
|
7
|
+
data.tar.gz: b8863e2dd68eb3ad2acf3efc68f23ad61751e8eeead6cbc8937eaab6ea5b5681b70e0a062b1f295ebbb62da345569080eb84ff7112ed4727c9f703664d503c98
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.739.0 (2023-03-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.738.0 (2023-03-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::VPCLattice`.
|
|
13
|
+
|
|
14
|
+
1.737.0 (2023-03-29)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.736.0 (2023-03-28)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
4
24
|
1.735.0 (2023-03-24)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.739.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ap-northeast-2" : { },
|
|
317
317
|
"ap-northeast-3" : { },
|
|
318
318
|
"ap-south-1" : { },
|
|
319
|
+
"ap-south-2" : { },
|
|
319
320
|
"ap-southeast-1" : { },
|
|
320
321
|
"ap-southeast-2" : { },
|
|
321
322
|
"ap-southeast-3" : { },
|
|
@@ -326,8 +327,10 @@
|
|
|
326
327
|
} ]
|
|
327
328
|
},
|
|
328
329
|
"eu-central-1" : { },
|
|
330
|
+
"eu-central-2" : { },
|
|
329
331
|
"eu-north-1" : { },
|
|
330
332
|
"eu-south-1" : { },
|
|
333
|
+
"eu-south-2" : { },
|
|
331
334
|
"eu-west-1" : { },
|
|
332
335
|
"eu-west-2" : { },
|
|
333
336
|
"eu-west-3" : { },
|
|
@@ -1074,6 +1077,7 @@
|
|
|
1074
1077
|
"eu-central-2" : { },
|
|
1075
1078
|
"eu-north-1" : { },
|
|
1076
1079
|
"eu-south-1" : { },
|
|
1080
|
+
"eu-south-2" : { },
|
|
1077
1081
|
"eu-west-1" : { },
|
|
1078
1082
|
"eu-west-2" : { },
|
|
1079
1083
|
"eu-west-3" : { },
|
|
@@ -1818,12 +1822,14 @@
|
|
|
1818
1822
|
"arc-zonal-shift" : {
|
|
1819
1823
|
"endpoints" : {
|
|
1820
1824
|
"ap-northeast-1" : { },
|
|
1825
|
+
"ap-south-1" : { },
|
|
1821
1826
|
"ap-southeast-1" : { },
|
|
1822
1827
|
"ap-southeast-2" : { },
|
|
1823
1828
|
"ap-southeast-3" : { },
|
|
1824
1829
|
"eu-central-1" : { },
|
|
1825
1830
|
"eu-north-1" : { },
|
|
1826
1831
|
"eu-west-1" : { },
|
|
1832
|
+
"eu-west-2" : { },
|
|
1827
1833
|
"us-east-1" : { },
|
|
1828
1834
|
"us-east-2" : { },
|
|
1829
1835
|
"us-west-2" : { }
|
|
@@ -7244,13 +7250,61 @@
|
|
|
7244
7250
|
"ap-south-1" : { },
|
|
7245
7251
|
"ap-southeast-1" : { },
|
|
7246
7252
|
"ap-southeast-2" : { },
|
|
7247
|
-
"ca-central-1" : {
|
|
7253
|
+
"ca-central-1" : {
|
|
7254
|
+
"variants" : [ {
|
|
7255
|
+
"hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
|
|
7256
|
+
"tags" : [ "fips" ]
|
|
7257
|
+
} ]
|
|
7258
|
+
},
|
|
7248
7259
|
"eu-central-1" : { },
|
|
7249
7260
|
"eu-west-1" : { },
|
|
7250
7261
|
"eu-west-2" : { },
|
|
7251
|
-
"
|
|
7252
|
-
|
|
7253
|
-
|
|
7262
|
+
"fips-ca-central-1" : {
|
|
7263
|
+
"credentialScope" : {
|
|
7264
|
+
"region" : "ca-central-1"
|
|
7265
|
+
},
|
|
7266
|
+
"deprecated" : true,
|
|
7267
|
+
"hostname" : "greengrass-fips.ca-central-1.amazonaws.com"
|
|
7268
|
+
},
|
|
7269
|
+
"fips-us-east-1" : {
|
|
7270
|
+
"credentialScope" : {
|
|
7271
|
+
"region" : "us-east-1"
|
|
7272
|
+
},
|
|
7273
|
+
"deprecated" : true,
|
|
7274
|
+
"hostname" : "greengrass-fips.us-east-1.amazonaws.com"
|
|
7275
|
+
},
|
|
7276
|
+
"fips-us-east-2" : {
|
|
7277
|
+
"credentialScope" : {
|
|
7278
|
+
"region" : "us-east-2"
|
|
7279
|
+
},
|
|
7280
|
+
"deprecated" : true,
|
|
7281
|
+
"hostname" : "greengrass-fips.us-east-2.amazonaws.com"
|
|
7282
|
+
},
|
|
7283
|
+
"fips-us-west-2" : {
|
|
7284
|
+
"credentialScope" : {
|
|
7285
|
+
"region" : "us-west-2"
|
|
7286
|
+
},
|
|
7287
|
+
"deprecated" : true,
|
|
7288
|
+
"hostname" : "greengrass-fips.us-west-2.amazonaws.com"
|
|
7289
|
+
},
|
|
7290
|
+
"us-east-1" : {
|
|
7291
|
+
"variants" : [ {
|
|
7292
|
+
"hostname" : "greengrass-fips.us-east-1.amazonaws.com",
|
|
7293
|
+
"tags" : [ "fips" ]
|
|
7294
|
+
} ]
|
|
7295
|
+
},
|
|
7296
|
+
"us-east-2" : {
|
|
7297
|
+
"variants" : [ {
|
|
7298
|
+
"hostname" : "greengrass-fips.us-east-2.amazonaws.com",
|
|
7299
|
+
"tags" : [ "fips" ]
|
|
7300
|
+
} ]
|
|
7301
|
+
},
|
|
7302
|
+
"us-west-2" : {
|
|
7303
|
+
"variants" : [ {
|
|
7304
|
+
"hostname" : "greengrass-fips.us-west-2.amazonaws.com",
|
|
7305
|
+
"tags" : [ "fips" ]
|
|
7306
|
+
} ]
|
|
7307
|
+
}
|
|
7254
7308
|
},
|
|
7255
7309
|
"isRegionalized" : true
|
|
7256
7310
|
},
|
|
@@ -8241,8 +8295,32 @@
|
|
|
8241
8295
|
"ap-southeast-2" : { },
|
|
8242
8296
|
"eu-central-1" : { },
|
|
8243
8297
|
"eu-west-1" : { },
|
|
8244
|
-
"us-east-1" : {
|
|
8245
|
-
|
|
8298
|
+
"fips-us-east-1" : {
|
|
8299
|
+
"credentialScope" : {
|
|
8300
|
+
"region" : "us-east-1"
|
|
8301
|
+
},
|
|
8302
|
+
"deprecated" : true,
|
|
8303
|
+
"hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com"
|
|
8304
|
+
},
|
|
8305
|
+
"fips-us-west-2" : {
|
|
8306
|
+
"credentialScope" : {
|
|
8307
|
+
"region" : "us-west-2"
|
|
8308
|
+
},
|
|
8309
|
+
"deprecated" : true,
|
|
8310
|
+
"hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com"
|
|
8311
|
+
},
|
|
8312
|
+
"us-east-1" : {
|
|
8313
|
+
"variants" : [ {
|
|
8314
|
+
"hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com",
|
|
8315
|
+
"tags" : [ "fips" ]
|
|
8316
|
+
} ]
|
|
8317
|
+
},
|
|
8318
|
+
"us-west-2" : {
|
|
8319
|
+
"variants" : [ {
|
|
8320
|
+
"hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com",
|
|
8321
|
+
"tags" : [ "fips" ]
|
|
8322
|
+
} ]
|
|
8323
|
+
}
|
|
8246
8324
|
}
|
|
8247
8325
|
},
|
|
8248
8326
|
"iotwireless" : {
|
|
@@ -9029,6 +9107,7 @@
|
|
|
9029
9107
|
"deprecated" : true,
|
|
9030
9108
|
"hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
|
|
9031
9109
|
},
|
|
9110
|
+
"me-central-1" : { },
|
|
9032
9111
|
"me-south-1" : { },
|
|
9033
9112
|
"sa-east-1" : { },
|
|
9034
9113
|
"us-east-1" : {
|
|
@@ -10153,6 +10232,7 @@
|
|
|
10153
10232
|
"eu-central-2" : { },
|
|
10154
10233
|
"eu-north-1" : { },
|
|
10155
10234
|
"eu-south-1" : { },
|
|
10235
|
+
"eu-south-2" : { },
|
|
10156
10236
|
"eu-west-1" : { },
|
|
10157
10237
|
"eu-west-2" : { },
|
|
10158
10238
|
"me-central-1" : { },
|
|
@@ -10221,6 +10301,7 @@
|
|
|
10221
10301
|
"deprecated" : true,
|
|
10222
10302
|
"hostname" : "mgn-fips.us-west-2.amazonaws.com"
|
|
10223
10303
|
},
|
|
10304
|
+
"me-central-1" : { },
|
|
10224
10305
|
"me-south-1" : { },
|
|
10225
10306
|
"sa-east-1" : { },
|
|
10226
10307
|
"us-east-1" : {
|
|
@@ -12636,6 +12717,7 @@
|
|
|
12636
12717
|
"eu-central-2" : { },
|
|
12637
12718
|
"eu-north-1" : { },
|
|
12638
12719
|
"eu-south-1" : { },
|
|
12720
|
+
"eu-south-2" : { },
|
|
12639
12721
|
"eu-west-1" : { },
|
|
12640
12722
|
"eu-west-2" : { },
|
|
12641
12723
|
"eu-west-3" : { },
|
|
@@ -13326,14 +13408,32 @@
|
|
|
13326
13408
|
},
|
|
13327
13409
|
"scheduler" : {
|
|
13328
13410
|
"endpoints" : {
|
|
13411
|
+
"af-south-1" : { },
|
|
13412
|
+
"ap-east-1" : { },
|
|
13329
13413
|
"ap-northeast-1" : { },
|
|
13414
|
+
"ap-northeast-2" : { },
|
|
13415
|
+
"ap-northeast-3" : { },
|
|
13416
|
+
"ap-south-1" : { },
|
|
13417
|
+
"ap-south-2" : { },
|
|
13330
13418
|
"ap-southeast-1" : { },
|
|
13331
13419
|
"ap-southeast-2" : { },
|
|
13420
|
+
"ap-southeast-3" : { },
|
|
13421
|
+
"ap-southeast-4" : { },
|
|
13422
|
+
"ca-central-1" : { },
|
|
13332
13423
|
"eu-central-1" : { },
|
|
13424
|
+
"eu-central-2" : { },
|
|
13333
13425
|
"eu-north-1" : { },
|
|
13426
|
+
"eu-south-1" : { },
|
|
13427
|
+
"eu-south-2" : { },
|
|
13334
13428
|
"eu-west-1" : { },
|
|
13429
|
+
"eu-west-2" : { },
|
|
13430
|
+
"eu-west-3" : { },
|
|
13431
|
+
"me-central-1" : { },
|
|
13432
|
+
"me-south-1" : { },
|
|
13433
|
+
"sa-east-1" : { },
|
|
13335
13434
|
"us-east-1" : { },
|
|
13336
13435
|
"us-east-2" : { },
|
|
13436
|
+
"us-west-1" : { },
|
|
13337
13437
|
"us-west-2" : { }
|
|
13338
13438
|
}
|
|
13339
13439
|
},
|
|
@@ -13628,13 +13728,17 @@
|
|
|
13628
13728
|
"ap-northeast-2" : { },
|
|
13629
13729
|
"ap-northeast-3" : { },
|
|
13630
13730
|
"ap-south-1" : { },
|
|
13731
|
+
"ap-south-2" : { },
|
|
13631
13732
|
"ap-southeast-1" : { },
|
|
13632
13733
|
"ap-southeast-2" : { },
|
|
13633
13734
|
"ap-southeast-3" : { },
|
|
13735
|
+
"ap-southeast-4" : { },
|
|
13634
13736
|
"ca-central-1" : { },
|
|
13635
13737
|
"eu-central-1" : { },
|
|
13738
|
+
"eu-central-2" : { },
|
|
13636
13739
|
"eu-north-1" : { },
|
|
13637
13740
|
"eu-south-1" : { },
|
|
13741
|
+
"eu-south-2" : { },
|
|
13638
13742
|
"eu-west-1" : { },
|
|
13639
13743
|
"eu-west-2" : { },
|
|
13640
13744
|
"eu-west-3" : { },
|
|
@@ -14026,13 +14130,17 @@
|
|
|
14026
14130
|
"ap-northeast-2" : { },
|
|
14027
14131
|
"ap-northeast-3" : { },
|
|
14028
14132
|
"ap-south-1" : { },
|
|
14133
|
+
"ap-south-2" : { },
|
|
14029
14134
|
"ap-southeast-1" : { },
|
|
14030
14135
|
"ap-southeast-2" : { },
|
|
14031
14136
|
"ap-southeast-3" : { },
|
|
14137
|
+
"ap-southeast-4" : { },
|
|
14032
14138
|
"ca-central-1" : { },
|
|
14033
14139
|
"eu-central-1" : { },
|
|
14140
|
+
"eu-central-2" : { },
|
|
14034
14141
|
"eu-north-1" : { },
|
|
14035
14142
|
"eu-south-1" : { },
|
|
14143
|
+
"eu-south-2" : { },
|
|
14036
14144
|
"eu-west-1" : { },
|
|
14037
14145
|
"eu-west-2" : { },
|
|
14038
14146
|
"eu-west-3" : { },
|
|
@@ -15870,6 +15978,17 @@
|
|
|
15870
15978
|
}
|
|
15871
15979
|
}
|
|
15872
15980
|
},
|
|
15981
|
+
"vpc-lattice" : {
|
|
15982
|
+
"endpoints" : {
|
|
15983
|
+
"ap-northeast-1" : { },
|
|
15984
|
+
"ap-southeast-1" : { },
|
|
15985
|
+
"ap-southeast-2" : { },
|
|
15986
|
+
"eu-west-1" : { },
|
|
15987
|
+
"us-east-1" : { },
|
|
15988
|
+
"us-east-2" : { },
|
|
15989
|
+
"us-west-2" : { }
|
|
15990
|
+
}
|
|
15991
|
+
},
|
|
15873
15992
|
"waf" : {
|
|
15874
15993
|
"endpoints" : {
|
|
15875
15994
|
"aws" : {
|
|
@@ -15972,6 +16091,16 @@
|
|
|
15972
16091
|
"tags" : [ "fips" ]
|
|
15973
16092
|
} ]
|
|
15974
16093
|
},
|
|
16094
|
+
"ap-south-2" : {
|
|
16095
|
+
"credentialScope" : {
|
|
16096
|
+
"region" : "ap-south-2"
|
|
16097
|
+
},
|
|
16098
|
+
"hostname" : "waf-regional.ap-south-2.amazonaws.com",
|
|
16099
|
+
"variants" : [ {
|
|
16100
|
+
"hostname" : "waf-regional-fips.ap-south-2.amazonaws.com",
|
|
16101
|
+
"tags" : [ "fips" ]
|
|
16102
|
+
} ]
|
|
16103
|
+
},
|
|
15975
16104
|
"ap-southeast-1" : {
|
|
15976
16105
|
"credentialScope" : {
|
|
15977
16106
|
"region" : "ap-southeast-1"
|
|
@@ -16002,6 +16131,16 @@
|
|
|
16002
16131
|
"tags" : [ "fips" ]
|
|
16003
16132
|
} ]
|
|
16004
16133
|
},
|
|
16134
|
+
"ap-southeast-4" : {
|
|
16135
|
+
"credentialScope" : {
|
|
16136
|
+
"region" : "ap-southeast-4"
|
|
16137
|
+
},
|
|
16138
|
+
"hostname" : "waf-regional.ap-southeast-4.amazonaws.com",
|
|
16139
|
+
"variants" : [ {
|
|
16140
|
+
"hostname" : "waf-regional-fips.ap-southeast-4.amazonaws.com",
|
|
16141
|
+
"tags" : [ "fips" ]
|
|
16142
|
+
} ]
|
|
16143
|
+
},
|
|
16005
16144
|
"ca-central-1" : {
|
|
16006
16145
|
"credentialScope" : {
|
|
16007
16146
|
"region" : "ca-central-1"
|
|
@@ -16022,6 +16161,16 @@
|
|
|
16022
16161
|
"tags" : [ "fips" ]
|
|
16023
16162
|
} ]
|
|
16024
16163
|
},
|
|
16164
|
+
"eu-central-2" : {
|
|
16165
|
+
"credentialScope" : {
|
|
16166
|
+
"region" : "eu-central-2"
|
|
16167
|
+
},
|
|
16168
|
+
"hostname" : "waf-regional.eu-central-2.amazonaws.com",
|
|
16169
|
+
"variants" : [ {
|
|
16170
|
+
"hostname" : "waf-regional-fips.eu-central-2.amazonaws.com",
|
|
16171
|
+
"tags" : [ "fips" ]
|
|
16172
|
+
} ]
|
|
16173
|
+
},
|
|
16025
16174
|
"eu-north-1" : {
|
|
16026
16175
|
"credentialScope" : {
|
|
16027
16176
|
"region" : "eu-north-1"
|
|
@@ -16042,6 +16191,16 @@
|
|
|
16042
16191
|
"tags" : [ "fips" ]
|
|
16043
16192
|
} ]
|
|
16044
16193
|
},
|
|
16194
|
+
"eu-south-2" : {
|
|
16195
|
+
"credentialScope" : {
|
|
16196
|
+
"region" : "eu-south-2"
|
|
16197
|
+
},
|
|
16198
|
+
"hostname" : "waf-regional.eu-south-2.amazonaws.com",
|
|
16199
|
+
"variants" : [ {
|
|
16200
|
+
"hostname" : "waf-regional-fips.eu-south-2.amazonaws.com",
|
|
16201
|
+
"tags" : [ "fips" ]
|
|
16202
|
+
} ]
|
|
16203
|
+
},
|
|
16045
16204
|
"eu-west-1" : {
|
|
16046
16205
|
"credentialScope" : {
|
|
16047
16206
|
"region" : "eu-west-1"
|
|
@@ -16114,6 +16273,13 @@
|
|
|
16114
16273
|
"deprecated" : true,
|
|
16115
16274
|
"hostname" : "waf-regional-fips.ap-south-1.amazonaws.com"
|
|
16116
16275
|
},
|
|
16276
|
+
"fips-ap-south-2" : {
|
|
16277
|
+
"credentialScope" : {
|
|
16278
|
+
"region" : "ap-south-2"
|
|
16279
|
+
},
|
|
16280
|
+
"deprecated" : true,
|
|
16281
|
+
"hostname" : "waf-regional-fips.ap-south-2.amazonaws.com"
|
|
16282
|
+
},
|
|
16117
16283
|
"fips-ap-southeast-1" : {
|
|
16118
16284
|
"credentialScope" : {
|
|
16119
16285
|
"region" : "ap-southeast-1"
|
|
@@ -16135,6 +16301,13 @@
|
|
|
16135
16301
|
"deprecated" : true,
|
|
16136
16302
|
"hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com"
|
|
16137
16303
|
},
|
|
16304
|
+
"fips-ap-southeast-4" : {
|
|
16305
|
+
"credentialScope" : {
|
|
16306
|
+
"region" : "ap-southeast-4"
|
|
16307
|
+
},
|
|
16308
|
+
"deprecated" : true,
|
|
16309
|
+
"hostname" : "waf-regional-fips.ap-southeast-4.amazonaws.com"
|
|
16310
|
+
},
|
|
16138
16311
|
"fips-ca-central-1" : {
|
|
16139
16312
|
"credentialScope" : {
|
|
16140
16313
|
"region" : "ca-central-1"
|
|
@@ -16149,6 +16322,13 @@
|
|
|
16149
16322
|
"deprecated" : true,
|
|
16150
16323
|
"hostname" : "waf-regional-fips.eu-central-1.amazonaws.com"
|
|
16151
16324
|
},
|
|
16325
|
+
"fips-eu-central-2" : {
|
|
16326
|
+
"credentialScope" : {
|
|
16327
|
+
"region" : "eu-central-2"
|
|
16328
|
+
},
|
|
16329
|
+
"deprecated" : true,
|
|
16330
|
+
"hostname" : "waf-regional-fips.eu-central-2.amazonaws.com"
|
|
16331
|
+
},
|
|
16152
16332
|
"fips-eu-north-1" : {
|
|
16153
16333
|
"credentialScope" : {
|
|
16154
16334
|
"region" : "eu-north-1"
|
|
@@ -16163,6 +16343,13 @@
|
|
|
16163
16343
|
"deprecated" : true,
|
|
16164
16344
|
"hostname" : "waf-regional-fips.eu-south-1.amazonaws.com"
|
|
16165
16345
|
},
|
|
16346
|
+
"fips-eu-south-2" : {
|
|
16347
|
+
"credentialScope" : {
|
|
16348
|
+
"region" : "eu-south-2"
|
|
16349
|
+
},
|
|
16350
|
+
"deprecated" : true,
|
|
16351
|
+
"hostname" : "waf-regional-fips.eu-south-2.amazonaws.com"
|
|
16352
|
+
},
|
|
16166
16353
|
"fips-eu-west-1" : {
|
|
16167
16354
|
"credentialScope" : {
|
|
16168
16355
|
"region" : "eu-west-1"
|
|
@@ -16367,6 +16554,16 @@
|
|
|
16367
16554
|
"tags" : [ "fips" ]
|
|
16368
16555
|
} ]
|
|
16369
16556
|
},
|
|
16557
|
+
"ap-south-2" : {
|
|
16558
|
+
"credentialScope" : {
|
|
16559
|
+
"region" : "ap-south-2"
|
|
16560
|
+
},
|
|
16561
|
+
"hostname" : "wafv2.ap-south-2.amazonaws.com",
|
|
16562
|
+
"variants" : [ {
|
|
16563
|
+
"hostname" : "wafv2-fips.ap-south-2.amazonaws.com",
|
|
16564
|
+
"tags" : [ "fips" ]
|
|
16565
|
+
} ]
|
|
16566
|
+
},
|
|
16370
16567
|
"ap-southeast-1" : {
|
|
16371
16568
|
"credentialScope" : {
|
|
16372
16569
|
"region" : "ap-southeast-1"
|
|
@@ -16397,6 +16594,16 @@
|
|
|
16397
16594
|
"tags" : [ "fips" ]
|
|
16398
16595
|
} ]
|
|
16399
16596
|
},
|
|
16597
|
+
"ap-southeast-4" : {
|
|
16598
|
+
"credentialScope" : {
|
|
16599
|
+
"region" : "ap-southeast-4"
|
|
16600
|
+
},
|
|
16601
|
+
"hostname" : "wafv2.ap-southeast-4.amazonaws.com",
|
|
16602
|
+
"variants" : [ {
|
|
16603
|
+
"hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com",
|
|
16604
|
+
"tags" : [ "fips" ]
|
|
16605
|
+
} ]
|
|
16606
|
+
},
|
|
16400
16607
|
"ca-central-1" : {
|
|
16401
16608
|
"credentialScope" : {
|
|
16402
16609
|
"region" : "ca-central-1"
|
|
@@ -16417,6 +16624,16 @@
|
|
|
16417
16624
|
"tags" : [ "fips" ]
|
|
16418
16625
|
} ]
|
|
16419
16626
|
},
|
|
16627
|
+
"eu-central-2" : {
|
|
16628
|
+
"credentialScope" : {
|
|
16629
|
+
"region" : "eu-central-2"
|
|
16630
|
+
},
|
|
16631
|
+
"hostname" : "wafv2.eu-central-2.amazonaws.com",
|
|
16632
|
+
"variants" : [ {
|
|
16633
|
+
"hostname" : "wafv2-fips.eu-central-2.amazonaws.com",
|
|
16634
|
+
"tags" : [ "fips" ]
|
|
16635
|
+
} ]
|
|
16636
|
+
},
|
|
16420
16637
|
"eu-north-1" : {
|
|
16421
16638
|
"credentialScope" : {
|
|
16422
16639
|
"region" : "eu-north-1"
|
|
@@ -16437,6 +16654,16 @@
|
|
|
16437
16654
|
"tags" : [ "fips" ]
|
|
16438
16655
|
} ]
|
|
16439
16656
|
},
|
|
16657
|
+
"eu-south-2" : {
|
|
16658
|
+
"credentialScope" : {
|
|
16659
|
+
"region" : "eu-south-2"
|
|
16660
|
+
},
|
|
16661
|
+
"hostname" : "wafv2.eu-south-2.amazonaws.com",
|
|
16662
|
+
"variants" : [ {
|
|
16663
|
+
"hostname" : "wafv2-fips.eu-south-2.amazonaws.com",
|
|
16664
|
+
"tags" : [ "fips" ]
|
|
16665
|
+
} ]
|
|
16666
|
+
},
|
|
16440
16667
|
"eu-west-1" : {
|
|
16441
16668
|
"credentialScope" : {
|
|
16442
16669
|
"region" : "eu-west-1"
|
|
@@ -16509,6 +16736,13 @@
|
|
|
16509
16736
|
"deprecated" : true,
|
|
16510
16737
|
"hostname" : "wafv2-fips.ap-south-1.amazonaws.com"
|
|
16511
16738
|
},
|
|
16739
|
+
"fips-ap-south-2" : {
|
|
16740
|
+
"credentialScope" : {
|
|
16741
|
+
"region" : "ap-south-2"
|
|
16742
|
+
},
|
|
16743
|
+
"deprecated" : true,
|
|
16744
|
+
"hostname" : "wafv2-fips.ap-south-2.amazonaws.com"
|
|
16745
|
+
},
|
|
16512
16746
|
"fips-ap-southeast-1" : {
|
|
16513
16747
|
"credentialScope" : {
|
|
16514
16748
|
"region" : "ap-southeast-1"
|
|
@@ -16530,6 +16764,13 @@
|
|
|
16530
16764
|
"deprecated" : true,
|
|
16531
16765
|
"hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com"
|
|
16532
16766
|
},
|
|
16767
|
+
"fips-ap-southeast-4" : {
|
|
16768
|
+
"credentialScope" : {
|
|
16769
|
+
"region" : "ap-southeast-4"
|
|
16770
|
+
},
|
|
16771
|
+
"deprecated" : true,
|
|
16772
|
+
"hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com"
|
|
16773
|
+
},
|
|
16533
16774
|
"fips-ca-central-1" : {
|
|
16534
16775
|
"credentialScope" : {
|
|
16535
16776
|
"region" : "ca-central-1"
|
|
@@ -16544,6 +16785,13 @@
|
|
|
16544
16785
|
"deprecated" : true,
|
|
16545
16786
|
"hostname" : "wafv2-fips.eu-central-1.amazonaws.com"
|
|
16546
16787
|
},
|
|
16788
|
+
"fips-eu-central-2" : {
|
|
16789
|
+
"credentialScope" : {
|
|
16790
|
+
"region" : "eu-central-2"
|
|
16791
|
+
},
|
|
16792
|
+
"deprecated" : true,
|
|
16793
|
+
"hostname" : "wafv2-fips.eu-central-2.amazonaws.com"
|
|
16794
|
+
},
|
|
16547
16795
|
"fips-eu-north-1" : {
|
|
16548
16796
|
"credentialScope" : {
|
|
16549
16797
|
"region" : "eu-north-1"
|
|
@@ -16558,6 +16806,13 @@
|
|
|
16558
16806
|
"deprecated" : true,
|
|
16559
16807
|
"hostname" : "wafv2-fips.eu-south-1.amazonaws.com"
|
|
16560
16808
|
},
|
|
16809
|
+
"fips-eu-south-2" : {
|
|
16810
|
+
"credentialScope" : {
|
|
16811
|
+
"region" : "eu-south-2"
|
|
16812
|
+
},
|
|
16813
|
+
"deprecated" : true,
|
|
16814
|
+
"hostname" : "wafv2-fips.eu-south-2.amazonaws.com"
|
|
16815
|
+
},
|
|
16561
16816
|
"fips-eu-west-1" : {
|
|
16562
16817
|
"credentialScope" : {
|
|
16563
16818
|
"region" : "eu-west-1"
|
|
@@ -20407,7 +20662,19 @@
|
|
|
20407
20662
|
},
|
|
20408
20663
|
"iottwinmaker" : {
|
|
20409
20664
|
"endpoints" : {
|
|
20410
|
-
"us-gov-west-1" : {
|
|
20665
|
+
"fips-us-gov-west-1" : {
|
|
20666
|
+
"credentialScope" : {
|
|
20667
|
+
"region" : "us-gov-west-1"
|
|
20668
|
+
},
|
|
20669
|
+
"deprecated" : true,
|
|
20670
|
+
"hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com"
|
|
20671
|
+
},
|
|
20672
|
+
"us-gov-west-1" : {
|
|
20673
|
+
"variants" : [ {
|
|
20674
|
+
"hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com",
|
|
20675
|
+
"tags" : [ "fips" ]
|
|
20676
|
+
} ]
|
|
20677
|
+
}
|
|
20411
20678
|
}
|
|
20412
20679
|
},
|
|
20413
20680
|
"kafka" : {
|
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.739.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-03-
|
|
11
|
+
date: 2023-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|