aws-partitions 1.791.0 → 1.793.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 +12 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +54 -29
- 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: 31cf55390eae6c7d1c19877a0290f0aff3711b51f2d0cff022658dfd9b31bd7d
|
4
|
+
data.tar.gz: 59a0bc0e4c3dcdb8e151a7e30464630de6adf28903253e61999c90c7ea33f036
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ed333ff16e66d9adc93bfac8bb27495367f6671b191965cbef8f483d7ce1e043fd6bf77650bec0fb4b95e782bfc4e304fe44e83776a9e2cf99c49c861407ebd
|
7
|
+
data.tar.gz: 2df29f15ef77e9b29bbb18dca971750404bd1327279ae3b5fd644e73189ae0c1044cee95dd79e9f0465783ecbf1433931748b12bae4d40fa38dad6fee944cbb8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.793.0 (2023-07-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::ManagedBlockchainQuery`.
|
8
|
+
|
9
|
+
* Feature - Added support for enumerating regions for `Aws::EntityResolution`.
|
10
|
+
|
11
|
+
1.792.0 (2023-07-24)
|
12
|
+
------------------
|
13
|
+
|
14
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
15
|
+
|
4
16
|
1.791.0 (2023-07-21)
|
5
17
|
------------------
|
6
18
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.793.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -367,6 +367,7 @@ module Aws
|
|
367
367
|
'ElasticLoadBalancingV2' => 'elasticloadbalancing',
|
368
368
|
'ElasticTranscoder' => 'elastictranscoder',
|
369
369
|
'ElasticsearchService' => 'es',
|
370
|
+
'EntityResolution' => 'entityresolution',
|
370
371
|
'EventBridge' => 'events',
|
371
372
|
'FIS' => 'fis',
|
372
373
|
'FMS' => 'fms',
|
@@ -453,6 +454,7 @@ module Aws
|
|
453
454
|
'Macie2' => 'macie2',
|
454
455
|
'MainframeModernization' => 'm2',
|
455
456
|
'ManagedBlockchain' => 'managedblockchain',
|
457
|
+
'ManagedBlockchainQuery' => 'managedblockchain-query',
|
456
458
|
'ManagedGrafana' => 'grafana',
|
457
459
|
'MarketplaceCatalog' => 'catalog.marketplace',
|
458
460
|
'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
|
data/partitions.json
CHANGED
@@ -1461,16 +1461,20 @@
|
|
1461
1461
|
"ap-northeast-2" : { },
|
1462
1462
|
"ap-northeast-3" : { },
|
1463
1463
|
"ap-south-1" : { },
|
1464
|
+
"ap-south-2" : { },
|
1464
1465
|
"ap-southeast-1" : { },
|
1465
1466
|
"ap-southeast-2" : { },
|
1466
1467
|
"ap-southeast-3" : { },
|
1467
1468
|
"ca-central-1" : { },
|
1468
1469
|
"eu-central-1" : { },
|
1470
|
+
"eu-central-2" : { },
|
1469
1471
|
"eu-north-1" : { },
|
1470
1472
|
"eu-south-1" : { },
|
1473
|
+
"eu-south-2" : { },
|
1471
1474
|
"eu-west-1" : { },
|
1472
1475
|
"eu-west-2" : { },
|
1473
1476
|
"eu-west-3" : { },
|
1477
|
+
"me-central-1" : { },
|
1474
1478
|
"me-south-1" : { },
|
1475
1479
|
"sa-east-1" : { },
|
1476
1480
|
"us-east-1" : { },
|
@@ -14426,67 +14430,67 @@
|
|
14426
14430
|
"endpoints" : {
|
14427
14431
|
"af-south-1" : {
|
14428
14432
|
"variants" : [ {
|
14429
|
-
"hostname" : "servicediscovery.af-south-1.
|
14433
|
+
"hostname" : "servicediscovery.af-south-1.api.aws",
|
14430
14434
|
"tags" : [ "dualstack" ]
|
14431
14435
|
} ]
|
14432
14436
|
},
|
14433
14437
|
"ap-east-1" : {
|
14434
14438
|
"variants" : [ {
|
14435
|
-
"hostname" : "servicediscovery.ap-east-1.
|
14439
|
+
"hostname" : "servicediscovery.ap-east-1.api.aws",
|
14436
14440
|
"tags" : [ "dualstack" ]
|
14437
14441
|
} ]
|
14438
14442
|
},
|
14439
14443
|
"ap-northeast-1" : {
|
14440
14444
|
"variants" : [ {
|
14441
|
-
"hostname" : "servicediscovery.ap-northeast-1.
|
14445
|
+
"hostname" : "servicediscovery.ap-northeast-1.api.aws",
|
14442
14446
|
"tags" : [ "dualstack" ]
|
14443
14447
|
} ]
|
14444
14448
|
},
|
14445
14449
|
"ap-northeast-2" : {
|
14446
14450
|
"variants" : [ {
|
14447
|
-
"hostname" : "servicediscovery.ap-northeast-2.
|
14451
|
+
"hostname" : "servicediscovery.ap-northeast-2.api.aws",
|
14448
14452
|
"tags" : [ "dualstack" ]
|
14449
14453
|
} ]
|
14450
14454
|
},
|
14451
14455
|
"ap-northeast-3" : {
|
14452
14456
|
"variants" : [ {
|
14453
|
-
"hostname" : "servicediscovery.ap-northeast-3.
|
14457
|
+
"hostname" : "servicediscovery.ap-northeast-3.api.aws",
|
14454
14458
|
"tags" : [ "dualstack" ]
|
14455
14459
|
} ]
|
14456
14460
|
},
|
14457
14461
|
"ap-south-1" : {
|
14458
14462
|
"variants" : [ {
|
14459
|
-
"hostname" : "servicediscovery.ap-south-1.
|
14463
|
+
"hostname" : "servicediscovery.ap-south-1.api.aws",
|
14460
14464
|
"tags" : [ "dualstack" ]
|
14461
14465
|
} ]
|
14462
14466
|
},
|
14463
14467
|
"ap-south-2" : {
|
14464
14468
|
"variants" : [ {
|
14465
|
-
"hostname" : "servicediscovery.ap-south-2.
|
14469
|
+
"hostname" : "servicediscovery.ap-south-2.api.aws",
|
14466
14470
|
"tags" : [ "dualstack" ]
|
14467
14471
|
} ]
|
14468
14472
|
},
|
14469
14473
|
"ap-southeast-1" : {
|
14470
14474
|
"variants" : [ {
|
14471
|
-
"hostname" : "servicediscovery.ap-southeast-1.
|
14475
|
+
"hostname" : "servicediscovery.ap-southeast-1.api.aws",
|
14472
14476
|
"tags" : [ "dualstack" ]
|
14473
14477
|
} ]
|
14474
14478
|
},
|
14475
14479
|
"ap-southeast-2" : {
|
14476
14480
|
"variants" : [ {
|
14477
|
-
"hostname" : "servicediscovery.ap-southeast-2.
|
14481
|
+
"hostname" : "servicediscovery.ap-southeast-2.api.aws",
|
14478
14482
|
"tags" : [ "dualstack" ]
|
14479
14483
|
} ]
|
14480
14484
|
},
|
14481
14485
|
"ap-southeast-3" : {
|
14482
14486
|
"variants" : [ {
|
14483
|
-
"hostname" : "servicediscovery.ap-southeast-3.
|
14487
|
+
"hostname" : "servicediscovery.ap-southeast-3.api.aws",
|
14484
14488
|
"tags" : [ "dualstack" ]
|
14485
14489
|
} ]
|
14486
14490
|
},
|
14487
14491
|
"ap-southeast-4" : {
|
14488
14492
|
"variants" : [ {
|
14489
|
-
"hostname" : "servicediscovery.ap-southeast-4.
|
14493
|
+
"hostname" : "servicediscovery.ap-southeast-4.api.aws",
|
14490
14494
|
"tags" : [ "dualstack" ]
|
14491
14495
|
} ]
|
14492
14496
|
},
|
@@ -14495,7 +14499,10 @@
|
|
14495
14499
|
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
|
14496
14500
|
"tags" : [ "fips" ]
|
14497
14501
|
}, {
|
14498
|
-
"hostname" : "servicediscovery.ca-central-1.
|
14502
|
+
"hostname" : "servicediscovery-fips.ca-central-1.api.aws",
|
14503
|
+
"tags" : [ "dualstack", "fips" ]
|
14504
|
+
}, {
|
14505
|
+
"hostname" : "servicediscovery.ca-central-1.api.aws",
|
14499
14506
|
"tags" : [ "dualstack" ]
|
14500
14507
|
} ]
|
14501
14508
|
},
|
@@ -14508,67 +14515,67 @@
|
|
14508
14515
|
},
|
14509
14516
|
"eu-central-1" : {
|
14510
14517
|
"variants" : [ {
|
14511
|
-
"hostname" : "servicediscovery.eu-central-1.
|
14518
|
+
"hostname" : "servicediscovery.eu-central-1.api.aws",
|
14512
14519
|
"tags" : [ "dualstack" ]
|
14513
14520
|
} ]
|
14514
14521
|
},
|
14515
14522
|
"eu-central-2" : {
|
14516
14523
|
"variants" : [ {
|
14517
|
-
"hostname" : "servicediscovery.eu-central-2.
|
14524
|
+
"hostname" : "servicediscovery.eu-central-2.api.aws",
|
14518
14525
|
"tags" : [ "dualstack" ]
|
14519
14526
|
} ]
|
14520
14527
|
},
|
14521
14528
|
"eu-north-1" : {
|
14522
14529
|
"variants" : [ {
|
14523
|
-
"hostname" : "servicediscovery.eu-north-1.
|
14530
|
+
"hostname" : "servicediscovery.eu-north-1.api.aws",
|
14524
14531
|
"tags" : [ "dualstack" ]
|
14525
14532
|
} ]
|
14526
14533
|
},
|
14527
14534
|
"eu-south-1" : {
|
14528
14535
|
"variants" : [ {
|
14529
|
-
"hostname" : "servicediscovery.eu-south-1.
|
14536
|
+
"hostname" : "servicediscovery.eu-south-1.api.aws",
|
14530
14537
|
"tags" : [ "dualstack" ]
|
14531
14538
|
} ]
|
14532
14539
|
},
|
14533
14540
|
"eu-south-2" : {
|
14534
14541
|
"variants" : [ {
|
14535
|
-
"hostname" : "servicediscovery.eu-south-2.
|
14542
|
+
"hostname" : "servicediscovery.eu-south-2.api.aws",
|
14536
14543
|
"tags" : [ "dualstack" ]
|
14537
14544
|
} ]
|
14538
14545
|
},
|
14539
14546
|
"eu-west-1" : {
|
14540
14547
|
"variants" : [ {
|
14541
|
-
"hostname" : "servicediscovery.eu-west-1.
|
14548
|
+
"hostname" : "servicediscovery.eu-west-1.api.aws",
|
14542
14549
|
"tags" : [ "dualstack" ]
|
14543
14550
|
} ]
|
14544
14551
|
},
|
14545
14552
|
"eu-west-2" : {
|
14546
14553
|
"variants" : [ {
|
14547
|
-
"hostname" : "servicediscovery.eu-west-2.
|
14554
|
+
"hostname" : "servicediscovery.eu-west-2.api.aws",
|
14548
14555
|
"tags" : [ "dualstack" ]
|
14549
14556
|
} ]
|
14550
14557
|
},
|
14551
14558
|
"eu-west-3" : {
|
14552
14559
|
"variants" : [ {
|
14553
|
-
"hostname" : "servicediscovery.eu-west-3.
|
14560
|
+
"hostname" : "servicediscovery.eu-west-3.api.aws",
|
14554
14561
|
"tags" : [ "dualstack" ]
|
14555
14562
|
} ]
|
14556
14563
|
},
|
14557
14564
|
"me-central-1" : {
|
14558
14565
|
"variants" : [ {
|
14559
|
-
"hostname" : "servicediscovery.me-central-1.
|
14566
|
+
"hostname" : "servicediscovery.me-central-1.api.aws",
|
14560
14567
|
"tags" : [ "dualstack" ]
|
14561
14568
|
} ]
|
14562
14569
|
},
|
14563
14570
|
"me-south-1" : {
|
14564
14571
|
"variants" : [ {
|
14565
|
-
"hostname" : "servicediscovery.me-south-1.
|
14572
|
+
"hostname" : "servicediscovery.me-south-1.api.aws",
|
14566
14573
|
"tags" : [ "dualstack" ]
|
14567
14574
|
} ]
|
14568
14575
|
},
|
14569
14576
|
"sa-east-1" : {
|
14570
14577
|
"variants" : [ {
|
14571
|
-
"hostname" : "servicediscovery.sa-east-1.
|
14578
|
+
"hostname" : "servicediscovery.sa-east-1.api.aws",
|
14572
14579
|
"tags" : [ "dualstack" ]
|
14573
14580
|
} ]
|
14574
14581
|
},
|
@@ -14577,7 +14584,10 @@
|
|
14577
14584
|
"hostname" : "servicediscovery-fips.us-east-1.amazonaws.com",
|
14578
14585
|
"tags" : [ "fips" ]
|
14579
14586
|
}, {
|
14580
|
-
"hostname" : "servicediscovery.us-east-1.
|
14587
|
+
"hostname" : "servicediscovery-fips.us-east-1.api.aws",
|
14588
|
+
"tags" : [ "dualstack", "fips" ]
|
14589
|
+
}, {
|
14590
|
+
"hostname" : "servicediscovery.us-east-1.api.aws",
|
14581
14591
|
"tags" : [ "dualstack" ]
|
14582
14592
|
} ]
|
14583
14593
|
},
|
@@ -14593,7 +14603,10 @@
|
|
14593
14603
|
"hostname" : "servicediscovery-fips.us-east-2.amazonaws.com",
|
14594
14604
|
"tags" : [ "fips" ]
|
14595
14605
|
}, {
|
14596
|
-
"hostname" : "servicediscovery.us-east-2.
|
14606
|
+
"hostname" : "servicediscovery-fips.us-east-2.api.aws",
|
14607
|
+
"tags" : [ "dualstack", "fips" ]
|
14608
|
+
}, {
|
14609
|
+
"hostname" : "servicediscovery.us-east-2.api.aws",
|
14597
14610
|
"tags" : [ "dualstack" ]
|
14598
14611
|
} ]
|
14599
14612
|
},
|
@@ -14609,7 +14622,10 @@
|
|
14609
14622
|
"hostname" : "servicediscovery-fips.us-west-1.amazonaws.com",
|
14610
14623
|
"tags" : [ "fips" ]
|
14611
14624
|
}, {
|
14612
|
-
"hostname" : "servicediscovery.us-west-1.
|
14625
|
+
"hostname" : "servicediscovery-fips.us-west-1.api.aws",
|
14626
|
+
"tags" : [ "dualstack", "fips" ]
|
14627
|
+
}, {
|
14628
|
+
"hostname" : "servicediscovery.us-west-1.api.aws",
|
14613
14629
|
"tags" : [ "dualstack" ]
|
14614
14630
|
} ]
|
14615
14631
|
},
|
@@ -14625,7 +14641,10 @@
|
|
14625
14641
|
"hostname" : "servicediscovery-fips.us-west-2.amazonaws.com",
|
14626
14642
|
"tags" : [ "fips" ]
|
14627
14643
|
}, {
|
14628
|
-
"hostname" : "servicediscovery.us-west-2.
|
14644
|
+
"hostname" : "servicediscovery-fips.us-west-2.api.aws",
|
14645
|
+
"tags" : [ "dualstack", "fips" ]
|
14646
|
+
}, {
|
14647
|
+
"hostname" : "servicediscovery.us-west-2.api.aws",
|
14629
14648
|
"tags" : [ "dualstack" ]
|
14630
14649
|
} ]
|
14631
14650
|
},
|
@@ -18992,13 +19011,13 @@
|
|
18992
19011
|
"endpoints" : {
|
18993
19012
|
"cn-north-1" : {
|
18994
19013
|
"variants" : [ {
|
18995
|
-
"hostname" : "servicediscovery.cn-north-1.
|
19014
|
+
"hostname" : "servicediscovery.cn-north-1.api.amazonwebservices.com.cn",
|
18996
19015
|
"tags" : [ "dualstack" ]
|
18997
19016
|
} ]
|
18998
19017
|
},
|
18999
19018
|
"cn-northwest-1" : {
|
19000
19019
|
"variants" : [ {
|
19001
|
-
"hostname" : "servicediscovery.cn-northwest-1.
|
19020
|
+
"hostname" : "servicediscovery.cn-northwest-1.api.amazonwebservices.com.cn",
|
19002
19021
|
"tags" : [ "dualstack" ]
|
19003
19022
|
} ]
|
19004
19023
|
}
|
@@ -22875,6 +22894,9 @@
|
|
22875
22894
|
},
|
22876
22895
|
"us-gov-east-1" : {
|
22877
22896
|
"variants" : [ {
|
22897
|
+
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
|
22898
|
+
"tags" : [ "dualstack", "fips" ]
|
22899
|
+
}, {
|
22878
22900
|
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
|
22879
22901
|
"tags" : [ "fips" ]
|
22880
22902
|
}, {
|
@@ -22891,6 +22913,9 @@
|
|
22891
22913
|
},
|
22892
22914
|
"us-gov-west-1" : {
|
22893
22915
|
"variants" : [ {
|
22916
|
+
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
|
22917
|
+
"tags" : [ "dualstack", "fips" ]
|
22918
|
+
}, {
|
22894
22919
|
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
|
22895
22920
|
"tags" : [ "fips" ]
|
22896
22921
|
}, {
|
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.793.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-07-
|
11
|
+
date: 2023-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|