aws-partitions 1.737.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +266 -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,16 @@
|
|
|
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
|
+
|
|
4
14
|
1.737.0 (2023-03-29)
|
|
5
15
|
------------------
|
|
6
16
|
|
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" : { },
|
|
@@ -7246,13 +7250,61 @@
|
|
|
7246
7250
|
"ap-south-1" : { },
|
|
7247
7251
|
"ap-southeast-1" : { },
|
|
7248
7252
|
"ap-southeast-2" : { },
|
|
7249
|
-
"ca-central-1" : {
|
|
7253
|
+
"ca-central-1" : {
|
|
7254
|
+
"variants" : [ {
|
|
7255
|
+
"hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
|
|
7256
|
+
"tags" : [ "fips" ]
|
|
7257
|
+
} ]
|
|
7258
|
+
},
|
|
7250
7259
|
"eu-central-1" : { },
|
|
7251
7260
|
"eu-west-1" : { },
|
|
7252
7261
|
"eu-west-2" : { },
|
|
7253
|
-
"
|
|
7254
|
-
|
|
7255
|
-
|
|
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
|
+
}
|
|
7256
7308
|
},
|
|
7257
7309
|
"isRegionalized" : true
|
|
7258
7310
|
},
|
|
@@ -8243,8 +8295,32 @@
|
|
|
8243
8295
|
"ap-southeast-2" : { },
|
|
8244
8296
|
"eu-central-1" : { },
|
|
8245
8297
|
"eu-west-1" : { },
|
|
8246
|
-
"us-east-1" : {
|
|
8247
|
-
|
|
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
|
+
}
|
|
8248
8324
|
}
|
|
8249
8325
|
},
|
|
8250
8326
|
"iotwireless" : {
|
|
@@ -9031,6 +9107,7 @@
|
|
|
9031
9107
|
"deprecated" : true,
|
|
9032
9108
|
"hostname" : "lakeformation-fips.us-west-2.amazonaws.com"
|
|
9033
9109
|
},
|
|
9110
|
+
"me-central-1" : { },
|
|
9034
9111
|
"me-south-1" : { },
|
|
9035
9112
|
"sa-east-1" : { },
|
|
9036
9113
|
"us-east-1" : {
|
|
@@ -13331,14 +13408,32 @@
|
|
|
13331
13408
|
},
|
|
13332
13409
|
"scheduler" : {
|
|
13333
13410
|
"endpoints" : {
|
|
13411
|
+
"af-south-1" : { },
|
|
13412
|
+
"ap-east-1" : { },
|
|
13334
13413
|
"ap-northeast-1" : { },
|
|
13414
|
+
"ap-northeast-2" : { },
|
|
13415
|
+
"ap-northeast-3" : { },
|
|
13416
|
+
"ap-south-1" : { },
|
|
13417
|
+
"ap-south-2" : { },
|
|
13335
13418
|
"ap-southeast-1" : { },
|
|
13336
13419
|
"ap-southeast-2" : { },
|
|
13420
|
+
"ap-southeast-3" : { },
|
|
13421
|
+
"ap-southeast-4" : { },
|
|
13422
|
+
"ca-central-1" : { },
|
|
13337
13423
|
"eu-central-1" : { },
|
|
13424
|
+
"eu-central-2" : { },
|
|
13338
13425
|
"eu-north-1" : { },
|
|
13426
|
+
"eu-south-1" : { },
|
|
13427
|
+
"eu-south-2" : { },
|
|
13339
13428
|
"eu-west-1" : { },
|
|
13429
|
+
"eu-west-2" : { },
|
|
13430
|
+
"eu-west-3" : { },
|
|
13431
|
+
"me-central-1" : { },
|
|
13432
|
+
"me-south-1" : { },
|
|
13433
|
+
"sa-east-1" : { },
|
|
13340
13434
|
"us-east-1" : { },
|
|
13341
13435
|
"us-east-2" : { },
|
|
13436
|
+
"us-west-1" : { },
|
|
13342
13437
|
"us-west-2" : { }
|
|
13343
13438
|
}
|
|
13344
13439
|
},
|
|
@@ -13637,6 +13732,7 @@
|
|
|
13637
13732
|
"ap-southeast-1" : { },
|
|
13638
13733
|
"ap-southeast-2" : { },
|
|
13639
13734
|
"ap-southeast-3" : { },
|
|
13735
|
+
"ap-southeast-4" : { },
|
|
13640
13736
|
"ca-central-1" : { },
|
|
13641
13737
|
"eu-central-1" : { },
|
|
13642
13738
|
"eu-central-2" : { },
|
|
@@ -14034,13 +14130,17 @@
|
|
|
14034
14130
|
"ap-northeast-2" : { },
|
|
14035
14131
|
"ap-northeast-3" : { },
|
|
14036
14132
|
"ap-south-1" : { },
|
|
14133
|
+
"ap-south-2" : { },
|
|
14037
14134
|
"ap-southeast-1" : { },
|
|
14038
14135
|
"ap-southeast-2" : { },
|
|
14039
14136
|
"ap-southeast-3" : { },
|
|
14137
|
+
"ap-southeast-4" : { },
|
|
14040
14138
|
"ca-central-1" : { },
|
|
14041
14139
|
"eu-central-1" : { },
|
|
14140
|
+
"eu-central-2" : { },
|
|
14042
14141
|
"eu-north-1" : { },
|
|
14043
14142
|
"eu-south-1" : { },
|
|
14143
|
+
"eu-south-2" : { },
|
|
14044
14144
|
"eu-west-1" : { },
|
|
14045
14145
|
"eu-west-2" : { },
|
|
14046
14146
|
"eu-west-3" : { },
|
|
@@ -15878,6 +15978,17 @@
|
|
|
15878
15978
|
}
|
|
15879
15979
|
}
|
|
15880
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
|
+
},
|
|
15881
15992
|
"waf" : {
|
|
15882
15993
|
"endpoints" : {
|
|
15883
15994
|
"aws" : {
|
|
@@ -15980,6 +16091,16 @@
|
|
|
15980
16091
|
"tags" : [ "fips" ]
|
|
15981
16092
|
} ]
|
|
15982
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
|
+
},
|
|
15983
16104
|
"ap-southeast-1" : {
|
|
15984
16105
|
"credentialScope" : {
|
|
15985
16106
|
"region" : "ap-southeast-1"
|
|
@@ -16010,6 +16131,16 @@
|
|
|
16010
16131
|
"tags" : [ "fips" ]
|
|
16011
16132
|
} ]
|
|
16012
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
|
+
},
|
|
16013
16144
|
"ca-central-1" : {
|
|
16014
16145
|
"credentialScope" : {
|
|
16015
16146
|
"region" : "ca-central-1"
|
|
@@ -16030,6 +16161,16 @@
|
|
|
16030
16161
|
"tags" : [ "fips" ]
|
|
16031
16162
|
} ]
|
|
16032
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
|
+
},
|
|
16033
16174
|
"eu-north-1" : {
|
|
16034
16175
|
"credentialScope" : {
|
|
16035
16176
|
"region" : "eu-north-1"
|
|
@@ -16050,6 +16191,16 @@
|
|
|
16050
16191
|
"tags" : [ "fips" ]
|
|
16051
16192
|
} ]
|
|
16052
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
|
+
},
|
|
16053
16204
|
"eu-west-1" : {
|
|
16054
16205
|
"credentialScope" : {
|
|
16055
16206
|
"region" : "eu-west-1"
|
|
@@ -16122,6 +16273,13 @@
|
|
|
16122
16273
|
"deprecated" : true,
|
|
16123
16274
|
"hostname" : "waf-regional-fips.ap-south-1.amazonaws.com"
|
|
16124
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
|
+
},
|
|
16125
16283
|
"fips-ap-southeast-1" : {
|
|
16126
16284
|
"credentialScope" : {
|
|
16127
16285
|
"region" : "ap-southeast-1"
|
|
@@ -16143,6 +16301,13 @@
|
|
|
16143
16301
|
"deprecated" : true,
|
|
16144
16302
|
"hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com"
|
|
16145
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
|
+
},
|
|
16146
16311
|
"fips-ca-central-1" : {
|
|
16147
16312
|
"credentialScope" : {
|
|
16148
16313
|
"region" : "ca-central-1"
|
|
@@ -16157,6 +16322,13 @@
|
|
|
16157
16322
|
"deprecated" : true,
|
|
16158
16323
|
"hostname" : "waf-regional-fips.eu-central-1.amazonaws.com"
|
|
16159
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
|
+
},
|
|
16160
16332
|
"fips-eu-north-1" : {
|
|
16161
16333
|
"credentialScope" : {
|
|
16162
16334
|
"region" : "eu-north-1"
|
|
@@ -16171,6 +16343,13 @@
|
|
|
16171
16343
|
"deprecated" : true,
|
|
16172
16344
|
"hostname" : "waf-regional-fips.eu-south-1.amazonaws.com"
|
|
16173
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
|
+
},
|
|
16174
16353
|
"fips-eu-west-1" : {
|
|
16175
16354
|
"credentialScope" : {
|
|
16176
16355
|
"region" : "eu-west-1"
|
|
@@ -16375,6 +16554,16 @@
|
|
|
16375
16554
|
"tags" : [ "fips" ]
|
|
16376
16555
|
} ]
|
|
16377
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
|
+
},
|
|
16378
16567
|
"ap-southeast-1" : {
|
|
16379
16568
|
"credentialScope" : {
|
|
16380
16569
|
"region" : "ap-southeast-1"
|
|
@@ -16405,6 +16594,16 @@
|
|
|
16405
16594
|
"tags" : [ "fips" ]
|
|
16406
16595
|
} ]
|
|
16407
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
|
+
},
|
|
16408
16607
|
"ca-central-1" : {
|
|
16409
16608
|
"credentialScope" : {
|
|
16410
16609
|
"region" : "ca-central-1"
|
|
@@ -16425,6 +16624,16 @@
|
|
|
16425
16624
|
"tags" : [ "fips" ]
|
|
16426
16625
|
} ]
|
|
16427
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
|
+
},
|
|
16428
16637
|
"eu-north-1" : {
|
|
16429
16638
|
"credentialScope" : {
|
|
16430
16639
|
"region" : "eu-north-1"
|
|
@@ -16445,6 +16654,16 @@
|
|
|
16445
16654
|
"tags" : [ "fips" ]
|
|
16446
16655
|
} ]
|
|
16447
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
|
+
},
|
|
16448
16667
|
"eu-west-1" : {
|
|
16449
16668
|
"credentialScope" : {
|
|
16450
16669
|
"region" : "eu-west-1"
|
|
@@ -16517,6 +16736,13 @@
|
|
|
16517
16736
|
"deprecated" : true,
|
|
16518
16737
|
"hostname" : "wafv2-fips.ap-south-1.amazonaws.com"
|
|
16519
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
|
+
},
|
|
16520
16746
|
"fips-ap-southeast-1" : {
|
|
16521
16747
|
"credentialScope" : {
|
|
16522
16748
|
"region" : "ap-southeast-1"
|
|
@@ -16538,6 +16764,13 @@
|
|
|
16538
16764
|
"deprecated" : true,
|
|
16539
16765
|
"hostname" : "wafv2-fips.ap-southeast-3.amazonaws.com"
|
|
16540
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
|
+
},
|
|
16541
16774
|
"fips-ca-central-1" : {
|
|
16542
16775
|
"credentialScope" : {
|
|
16543
16776
|
"region" : "ca-central-1"
|
|
@@ -16552,6 +16785,13 @@
|
|
|
16552
16785
|
"deprecated" : true,
|
|
16553
16786
|
"hostname" : "wafv2-fips.eu-central-1.amazonaws.com"
|
|
16554
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
|
+
},
|
|
16555
16795
|
"fips-eu-north-1" : {
|
|
16556
16796
|
"credentialScope" : {
|
|
16557
16797
|
"region" : "eu-north-1"
|
|
@@ -16566,6 +16806,13 @@
|
|
|
16566
16806
|
"deprecated" : true,
|
|
16567
16807
|
"hostname" : "wafv2-fips.eu-south-1.amazonaws.com"
|
|
16568
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
|
+
},
|
|
16569
16816
|
"fips-eu-west-1" : {
|
|
16570
16817
|
"credentialScope" : {
|
|
16571
16818
|
"region" : "eu-west-1"
|
|
@@ -20415,7 +20662,19 @@
|
|
|
20415
20662
|
},
|
|
20416
20663
|
"iottwinmaker" : {
|
|
20417
20664
|
"endpoints" : {
|
|
20418
|
-
"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
|
+
}
|
|
20419
20678
|
}
|
|
20420
20679
|
},
|
|
20421
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:
|