aws-partitions 1.583.0 → 1.584.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +210 -28
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 839b3a33e97c4a818634a817dabf5666a3adba603b2ff31edac691badf44ff26
4
- data.tar.gz: 99c57d0c082e9daf480242a49bb1462bf64ae3ea8cc529e503a8b336afe2151e
3
+ metadata.gz: 58879132eb868252be49db0f7f7e91f3407fef819c5c4deaeecae4b3c9677ce5
4
+ data.tar.gz: 379076a6c5b7faab3ab0cf1ec9a05f3d32ab77b62e7bad2aaa10acedf61a24b8
5
5
  SHA512:
6
- metadata.gz: a1e39aa3e9d9988e81f778854333bc11fa71a2cb3f19f3944c559fad36486c29b31be2c2f5fe22856970b5a6815ffa594d60ce6602b7b95e4d8377d182148a31
7
- data.tar.gz: faa45e25802b113ab049202d45f73096aa603ed3d5aa63e8690dcdf8a25a4b702dde6b6e984864eeeabcb53749152bd88378b5e9e218d21b97d542c2bff85014
6
+ metadata.gz: ef5f74573ab5ff6354661c904ddda73a7f244d939bb1919bd2a31cea8df0c71a936821bce1e02f4abb9d44e31190f79c78f250161d44b7a32fa3c3be57809f01
7
+ data.tar.gz: 7b106c3973de1ccd3031f6c6fcafc3275f1d62ec7458718db79c5a6ee85f267e982076be714fbc2bf602a38982565b0ea65a27be47ab96c79dc4ffb377759830
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.584.0 (2022-05-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.583.0 (2022-05-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.583.0
1
+ 1.584.0
data/partitions.json CHANGED
@@ -1224,26 +1224,126 @@
1224
1224
  },
1225
1225
  "appmesh" : {
1226
1226
  "endpoints" : {
1227
- "af-south-1" : { },
1228
- "ap-east-1" : { },
1229
- "ap-northeast-1" : { },
1230
- "ap-northeast-2" : { },
1231
- "ap-south-1" : { },
1232
- "ap-southeast-1" : { },
1233
- "ap-southeast-2" : { },
1234
- "ca-central-1" : { },
1235
- "eu-central-1" : { },
1236
- "eu-north-1" : { },
1237
- "eu-south-1" : { },
1238
- "eu-west-1" : { },
1239
- "eu-west-2" : { },
1240
- "eu-west-3" : { },
1241
- "me-south-1" : { },
1242
- "sa-east-1" : { },
1243
- "us-east-1" : { },
1244
- "us-east-2" : { },
1245
- "us-west-1" : { },
1246
- "us-west-2" : { }
1227
+ "af-south-1" : {
1228
+ "variants" : [ {
1229
+ "hostname" : "appmesh.af-south-1.api.aws",
1230
+ "tags" : [ "dualstack" ]
1231
+ } ]
1232
+ },
1233
+ "ap-east-1" : {
1234
+ "variants" : [ {
1235
+ "hostname" : "appmesh.ap-east-1.api.aws",
1236
+ "tags" : [ "dualstack" ]
1237
+ } ]
1238
+ },
1239
+ "ap-northeast-1" : {
1240
+ "variants" : [ {
1241
+ "hostname" : "appmesh.ap-northeast-1.api.aws",
1242
+ "tags" : [ "dualstack" ]
1243
+ } ]
1244
+ },
1245
+ "ap-northeast-2" : {
1246
+ "variants" : [ {
1247
+ "hostname" : "appmesh.ap-northeast-2.api.aws",
1248
+ "tags" : [ "dualstack" ]
1249
+ } ]
1250
+ },
1251
+ "ap-south-1" : {
1252
+ "variants" : [ {
1253
+ "hostname" : "appmesh.ap-south-1.api.aws",
1254
+ "tags" : [ "dualstack" ]
1255
+ } ]
1256
+ },
1257
+ "ap-southeast-1" : {
1258
+ "variants" : [ {
1259
+ "hostname" : "appmesh.ap-southeast-1.api.aws",
1260
+ "tags" : [ "dualstack" ]
1261
+ } ]
1262
+ },
1263
+ "ap-southeast-2" : {
1264
+ "variants" : [ {
1265
+ "hostname" : "appmesh.ap-southeast-2.api.aws",
1266
+ "tags" : [ "dualstack" ]
1267
+ } ]
1268
+ },
1269
+ "ca-central-1" : {
1270
+ "variants" : [ {
1271
+ "hostname" : "appmesh.ca-central-1.api.aws",
1272
+ "tags" : [ "dualstack" ]
1273
+ } ]
1274
+ },
1275
+ "eu-central-1" : {
1276
+ "variants" : [ {
1277
+ "hostname" : "appmesh.eu-central-1.api.aws",
1278
+ "tags" : [ "dualstack" ]
1279
+ } ]
1280
+ },
1281
+ "eu-north-1" : {
1282
+ "variants" : [ {
1283
+ "hostname" : "appmesh.eu-north-1.api.aws",
1284
+ "tags" : [ "dualstack" ]
1285
+ } ]
1286
+ },
1287
+ "eu-south-1" : {
1288
+ "variants" : [ {
1289
+ "hostname" : "appmesh.eu-south-1.api.aws",
1290
+ "tags" : [ "dualstack" ]
1291
+ } ]
1292
+ },
1293
+ "eu-west-1" : {
1294
+ "variants" : [ {
1295
+ "hostname" : "appmesh.eu-west-1.api.aws",
1296
+ "tags" : [ "dualstack" ]
1297
+ } ]
1298
+ },
1299
+ "eu-west-2" : {
1300
+ "variants" : [ {
1301
+ "hostname" : "appmesh.eu-west-2.api.aws",
1302
+ "tags" : [ "dualstack" ]
1303
+ } ]
1304
+ },
1305
+ "eu-west-3" : {
1306
+ "variants" : [ {
1307
+ "hostname" : "appmesh.eu-west-3.api.aws",
1308
+ "tags" : [ "dualstack" ]
1309
+ } ]
1310
+ },
1311
+ "me-south-1" : {
1312
+ "variants" : [ {
1313
+ "hostname" : "appmesh.me-south-1.api.aws",
1314
+ "tags" : [ "dualstack" ]
1315
+ } ]
1316
+ },
1317
+ "sa-east-1" : {
1318
+ "variants" : [ {
1319
+ "hostname" : "appmesh.sa-east-1.api.aws",
1320
+ "tags" : [ "dualstack" ]
1321
+ } ]
1322
+ },
1323
+ "us-east-1" : {
1324
+ "variants" : [ {
1325
+ "hostname" : "appmesh.us-east-1.api.aws",
1326
+ "tags" : [ "dualstack" ]
1327
+ } ]
1328
+ },
1329
+ "us-east-2" : {
1330
+ "variants" : [ {
1331
+ "hostname" : "appmesh.us-east-2.api.aws",
1332
+ "tags" : [ "dualstack" ]
1333
+ } ]
1334
+ },
1335
+ "us-west-1" : {
1336
+ "variants" : [ {
1337
+ "hostname" : "appmesh.us-west-1.api.aws",
1338
+ "tags" : [ "dualstack" ]
1339
+ } ]
1340
+ },
1341
+ "us-west-2" : {
1342
+ "variants" : [ {
1343
+ "hostname" : "appmesh.us-west-2.api.aws",
1344
+ "tags" : [ "dualstack" ]
1345
+ } ]
1346
+ }
1247
1347
  }
1248
1348
  },
1249
1349
  "apprunner" : {
@@ -12129,12 +12229,60 @@
12129
12229
  "eu-west-1" : { },
12130
12230
  "eu-west-2" : { },
12131
12231
  "eu-west-3" : { },
12232
+ "fips-us-east-1" : {
12233
+ "credentialScope" : {
12234
+ "region" : "us-east-1"
12235
+ },
12236
+ "deprecated" : true,
12237
+ "hostname" : "synthetics-fips.us-east-1.amazonaws.com"
12238
+ },
12239
+ "fips-us-east-2" : {
12240
+ "credentialScope" : {
12241
+ "region" : "us-east-2"
12242
+ },
12243
+ "deprecated" : true,
12244
+ "hostname" : "synthetics-fips.us-east-2.amazonaws.com"
12245
+ },
12246
+ "fips-us-west-1" : {
12247
+ "credentialScope" : {
12248
+ "region" : "us-west-1"
12249
+ },
12250
+ "deprecated" : true,
12251
+ "hostname" : "synthetics-fips.us-west-1.amazonaws.com"
12252
+ },
12253
+ "fips-us-west-2" : {
12254
+ "credentialScope" : {
12255
+ "region" : "us-west-2"
12256
+ },
12257
+ "deprecated" : true,
12258
+ "hostname" : "synthetics-fips.us-west-2.amazonaws.com"
12259
+ },
12132
12260
  "me-south-1" : { },
12133
12261
  "sa-east-1" : { },
12134
- "us-east-1" : { },
12135
- "us-east-2" : { },
12136
- "us-west-1" : { },
12137
- "us-west-2" : { }
12262
+ "us-east-1" : {
12263
+ "variants" : [ {
12264
+ "hostname" : "synthetics-fips.us-east-1.amazonaws.com",
12265
+ "tags" : [ "fips" ]
12266
+ } ]
12267
+ },
12268
+ "us-east-2" : {
12269
+ "variants" : [ {
12270
+ "hostname" : "synthetics-fips.us-east-2.amazonaws.com",
12271
+ "tags" : [ "fips" ]
12272
+ } ]
12273
+ },
12274
+ "us-west-1" : {
12275
+ "variants" : [ {
12276
+ "hostname" : "synthetics-fips.us-west-1.amazonaws.com",
12277
+ "tags" : [ "fips" ]
12278
+ } ]
12279
+ },
12280
+ "us-west-2" : {
12281
+ "variants" : [ {
12282
+ "hostname" : "synthetics-fips.us-west-2.amazonaws.com",
12283
+ "tags" : [ "fips" ]
12284
+ } ]
12285
+ }
12138
12286
  }
12139
12287
  },
12140
12288
  "tagging" : {
@@ -13258,8 +13406,18 @@
13258
13406
  },
13259
13407
  "appmesh" : {
13260
13408
  "endpoints" : {
13261
- "cn-north-1" : { },
13262
- "cn-northwest-1" : { }
13409
+ "cn-north-1" : {
13410
+ "variants" : [ {
13411
+ "hostname" : "appmesh.cn-north-1.api.amazonwebservices.com.cn",
13412
+ "tags" : [ "dualstack" ]
13413
+ } ]
13414
+ },
13415
+ "cn-northwest-1" : {
13416
+ "variants" : [ {
13417
+ "hostname" : "appmesh.cn-northwest-1.api.amazonwebservices.com.cn",
13418
+ "tags" : [ "dualstack" ]
13419
+ } ]
13420
+ }
13263
13421
  }
13264
13422
  },
13265
13423
  "appsync" : {
@@ -17539,8 +17697,32 @@
17539
17697
  },
17540
17698
  "synthetics" : {
17541
17699
  "endpoints" : {
17542
- "us-gov-east-1" : { },
17543
- "us-gov-west-1" : { }
17700
+ "fips-us-gov-east-1" : {
17701
+ "credentialScope" : {
17702
+ "region" : "us-gov-east-1"
17703
+ },
17704
+ "deprecated" : true,
17705
+ "hostname" : "synthetics-fips.us-gov-east-1.amazonaws.com"
17706
+ },
17707
+ "fips-us-gov-west-1" : {
17708
+ "credentialScope" : {
17709
+ "region" : "us-gov-west-1"
17710
+ },
17711
+ "deprecated" : true,
17712
+ "hostname" : "synthetics-fips.us-gov-west-1.amazonaws.com"
17713
+ },
17714
+ "us-gov-east-1" : {
17715
+ "variants" : [ {
17716
+ "hostname" : "synthetics-fips.us-gov-east-1.amazonaws.com",
17717
+ "tags" : [ "fips" ]
17718
+ } ]
17719
+ },
17720
+ "us-gov-west-1" : {
17721
+ "variants" : [ {
17722
+ "hostname" : "synthetics-fips.us-gov-west-1.amazonaws.com",
17723
+ "tags" : [ "fips" ]
17724
+ } ]
17725
+ }
17544
17726
  }
17545
17727
  },
17546
17728
  "tagging" : {
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.583.0
4
+ version: 1.584.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-05-03 00:00:00.000000000 Z
11
+ date: 2022-05-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: