aws-partitions 1.1065.0 → 1.1067.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 +131 -5
- 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: 30f518e87a580f555da0c869d35b56fbe9ca062609e635f1c0f302666da2cd67
|
4
|
+
data.tar.gz: 8eafebfb581f51b59684b680be69adc6c679cf43fa2cd8a4fb406116369e159a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7416c87d4668870146a51ae7cdfcf682366e9b502bcab51a742f9a53805af512b71aacaf5e8cf035fff3e5abd3d59a6036b97b5799199b829e113abedce21f72
|
7
|
+
data.tar.gz: a9095091fdee9cd53d4818e25818e1e82640c8fc7b4d804ee732e470392ae466b0d06039e4ca62c66612f6f33ca91644b8c94e152e66a570c3cb093e70f23963
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1067.0 (2025-03-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1066.0 (2025-03-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1065.0 (2025-03-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1067.0
|
data/partitions.json
CHANGED
@@ -3565,6 +3565,18 @@
|
|
3565
3565
|
},
|
3566
3566
|
"hostname" : "bedrock.eu-north-1.amazonaws.com"
|
3567
3567
|
},
|
3568
|
+
"bedrock-eu-south-1" : {
|
3569
|
+
"credentialScope" : {
|
3570
|
+
"region" : "eu-south-1"
|
3571
|
+
},
|
3572
|
+
"hostname" : "bedrock.eu-south-1.amazonaws.com"
|
3573
|
+
},
|
3574
|
+
"bedrock-eu-south-2" : {
|
3575
|
+
"credentialScope" : {
|
3576
|
+
"region" : "eu-south-2"
|
3577
|
+
},
|
3578
|
+
"hostname" : "bedrock.eu-south-2.amazonaws.com"
|
3579
|
+
},
|
3568
3580
|
"bedrock-eu-west-1" : {
|
3569
3581
|
"credentialScope" : {
|
3570
3582
|
"region" : "eu-west-1"
|
@@ -3673,6 +3685,18 @@
|
|
3673
3685
|
},
|
3674
3686
|
"hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
|
3675
3687
|
},
|
3688
|
+
"bedrock-runtime-eu-south-1" : {
|
3689
|
+
"credentialScope" : {
|
3690
|
+
"region" : "eu-south-1"
|
3691
|
+
},
|
3692
|
+
"hostname" : "bedrock-runtime.eu-south-1.amazonaws.com"
|
3693
|
+
},
|
3694
|
+
"bedrock-runtime-eu-south-2" : {
|
3695
|
+
"credentialScope" : {
|
3696
|
+
"region" : "eu-south-2"
|
3697
|
+
},
|
3698
|
+
"hostname" : "bedrock-runtime.eu-south-2.amazonaws.com"
|
3699
|
+
},
|
3676
3700
|
"bedrock-runtime-eu-west-1" : {
|
3677
3701
|
"credentialScope" : {
|
3678
3702
|
"region" : "eu-west-1"
|
@@ -3767,6 +3791,8 @@
|
|
3767
3791
|
"eu-central-1" : { },
|
3768
3792
|
"eu-central-2" : { },
|
3769
3793
|
"eu-north-1" : { },
|
3794
|
+
"eu-south-1" : { },
|
3795
|
+
"eu-south-2" : { },
|
3770
3796
|
"eu-west-1" : { },
|
3771
3797
|
"eu-west-2" : { },
|
3772
3798
|
"eu-west-3" : { },
|
@@ -5163,6 +5189,7 @@
|
|
5163
5189
|
"ap-southeast-2" : { },
|
5164
5190
|
"ap-southeast-3" : { },
|
5165
5191
|
"ap-southeast-4" : { },
|
5192
|
+
"ap-southeast-5" : { },
|
5166
5193
|
"ca-central-1" : {
|
5167
5194
|
"variants" : [ {
|
5168
5195
|
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
|
@@ -10529,6 +10556,7 @@
|
|
10529
10556
|
"ap-southeast-3" : { },
|
10530
10557
|
"ap-southeast-4" : { },
|
10531
10558
|
"ap-southeast-5" : { },
|
10559
|
+
"ap-southeast-7" : { },
|
10532
10560
|
"ca-central-1" : {
|
10533
10561
|
"variants" : [ {
|
10534
10562
|
"hostname" : "fms-fips.ca-central-1.amazonaws.com",
|
@@ -10722,6 +10750,7 @@
|
|
10722
10750
|
"tags" : [ "fips" ]
|
10723
10751
|
} ]
|
10724
10752
|
},
|
10753
|
+
"mx-central-1" : { },
|
10725
10754
|
"sa-east-1" : {
|
10726
10755
|
"variants" : [ {
|
10727
10756
|
"hostname" : "fms-fips.sa-east-1.amazonaws.com",
|
@@ -11397,6 +11426,12 @@
|
|
11397
11426
|
"tags" : [ "dualstack" ]
|
11398
11427
|
} ]
|
11399
11428
|
},
|
11429
|
+
"ap-southeast-7" : {
|
11430
|
+
"variants" : [ {
|
11431
|
+
"hostname" : "glue.ap-southeast-7.api.aws",
|
11432
|
+
"tags" : [ "dualstack" ]
|
11433
|
+
} ]
|
11434
|
+
},
|
11400
11435
|
"ca-central-1" : {
|
11401
11436
|
"variants" : [ {
|
11402
11437
|
"hostname" : "glue.ca-central-1.api.aws",
|
@@ -11503,6 +11538,12 @@
|
|
11503
11538
|
"tags" : [ "dualstack" ]
|
11504
11539
|
} ]
|
11505
11540
|
},
|
11541
|
+
"mx-central-1" : {
|
11542
|
+
"variants" : [ {
|
11543
|
+
"hostname" : "glue.mx-central-1.api.aws",
|
11544
|
+
"tags" : [ "dualstack" ]
|
11545
|
+
} ]
|
11546
|
+
},
|
11506
11547
|
"sa-east-1" : {
|
11507
11548
|
"variants" : [ {
|
11508
11549
|
"hostname" : "glue.sa-east-1.api.aws",
|
@@ -14688,6 +14729,7 @@
|
|
14688
14729
|
"ap-southeast-3" : { },
|
14689
14730
|
"ap-southeast-4" : { },
|
14690
14731
|
"ap-southeast-5" : { },
|
14732
|
+
"ap-southeast-7" : { },
|
14691
14733
|
"ca-central-1" : { },
|
14692
14734
|
"ca-west-1" : { },
|
14693
14735
|
"eu-central-1" : { },
|
@@ -17716,6 +17758,12 @@
|
|
17716
17758
|
},
|
17717
17759
|
"ca-central-1" : {
|
17718
17760
|
"variants" : [ {
|
17761
|
+
"hostname" : "polly-fips.ca-central-1.amazonaws.com",
|
17762
|
+
"tags" : [ "fips" ]
|
17763
|
+
}, {
|
17764
|
+
"hostname" : "polly-fips.ca-central-1.api.aws",
|
17765
|
+
"tags" : [ "dualstack", "fips" ]
|
17766
|
+
}, {
|
17719
17767
|
"hostname" : "polly.ca-central-1.api.aws",
|
17720
17768
|
"tags" : [ "dualstack" ]
|
17721
17769
|
} ]
|
@@ -17756,6 +17804,13 @@
|
|
17756
17804
|
"tags" : [ "dualstack" ]
|
17757
17805
|
} ]
|
17758
17806
|
},
|
17807
|
+
"fips-ca-central-1" : {
|
17808
|
+
"credentialScope" : {
|
17809
|
+
"region" : "ca-central-1"
|
17810
|
+
},
|
17811
|
+
"deprecated" : true,
|
17812
|
+
"hostname" : "polly-fips.ca-central-1.amazonaws.com"
|
17813
|
+
},
|
17759
17814
|
"fips-us-east-1" : {
|
17760
17815
|
"credentialScope" : {
|
17761
17816
|
"region" : "us-east-1"
|
@@ -18281,6 +18336,7 @@
|
|
18281
18336
|
"eu-central-2" : { },
|
18282
18337
|
"eu-north-1" : { },
|
18283
18338
|
"eu-south-1" : { },
|
18339
|
+
"eu-south-2" : { },
|
18284
18340
|
"eu-west-1" : { },
|
18285
18341
|
"eu-west-2" : { },
|
18286
18342
|
"eu-west-3" : { },
|
@@ -24386,8 +24442,18 @@
|
|
24386
24442
|
"ap-southeast-4" : { },
|
24387
24443
|
"ap-southeast-5" : { },
|
24388
24444
|
"ap-southeast-7" : { },
|
24389
|
-
"ca-central-1" : {
|
24390
|
-
|
24445
|
+
"ca-central-1" : {
|
24446
|
+
"variants" : [ {
|
24447
|
+
"hostname" : "states-fips.ca-central-1.amazonaws.com",
|
24448
|
+
"tags" : [ "fips" ]
|
24449
|
+
} ]
|
24450
|
+
},
|
24451
|
+
"ca-west-1" : {
|
24452
|
+
"variants" : [ {
|
24453
|
+
"hostname" : "states-fips.ca-west-1.amazonaws.com",
|
24454
|
+
"tags" : [ "fips" ]
|
24455
|
+
} ]
|
24456
|
+
},
|
24391
24457
|
"eu-central-1" : { },
|
24392
24458
|
"eu-central-2" : { },
|
24393
24459
|
"eu-north-1" : { },
|
@@ -24396,6 +24462,20 @@
|
|
24396
24462
|
"eu-west-1" : { },
|
24397
24463
|
"eu-west-2" : { },
|
24398
24464
|
"eu-west-3" : { },
|
24465
|
+
"fips-ca-central-1" : {
|
24466
|
+
"credentialScope" : {
|
24467
|
+
"region" : "ca-central-1"
|
24468
|
+
},
|
24469
|
+
"deprecated" : true,
|
24470
|
+
"hostname" : "states-fips.ca-central-1.amazonaws.com"
|
24471
|
+
},
|
24472
|
+
"fips-ca-west-1" : {
|
24473
|
+
"credentialScope" : {
|
24474
|
+
"region" : "ca-west-1"
|
24475
|
+
},
|
24476
|
+
"deprecated" : true,
|
24477
|
+
"hostname" : "states-fips.ca-west-1.amazonaws.com"
|
24478
|
+
},
|
24399
24479
|
"fips-us-east-1" : {
|
24400
24480
|
"credentialScope" : {
|
24401
24481
|
"region" : "us-east-1"
|
@@ -28474,6 +28554,16 @@
|
|
28474
28554
|
"cn-northwest-1" : { }
|
28475
28555
|
}
|
28476
28556
|
},
|
28557
|
+
"metering.marketplace" : {
|
28558
|
+
"defaults" : {
|
28559
|
+
"credentialScope" : {
|
28560
|
+
"service" : "aws-marketplace"
|
28561
|
+
}
|
28562
|
+
},
|
28563
|
+
"endpoints" : {
|
28564
|
+
"cn-northwest-1" : { }
|
28565
|
+
}
|
28566
|
+
},
|
28477
28567
|
"metrics.sagemaker" : {
|
28478
28568
|
"endpoints" : {
|
28479
28569
|
"cn-north-1" : { },
|
@@ -35660,8 +35750,32 @@
|
|
35660
35750
|
},
|
35661
35751
|
"states" : {
|
35662
35752
|
"endpoints" : {
|
35663
|
-
"us-iso-east-1" : {
|
35664
|
-
|
35753
|
+
"fips-us-iso-east-1" : {
|
35754
|
+
"credentialScope" : {
|
35755
|
+
"region" : "us-iso-east-1"
|
35756
|
+
},
|
35757
|
+
"deprecated" : true,
|
35758
|
+
"hostname" : "states-fips.us-iso-east-1.c2s.ic.gov"
|
35759
|
+
},
|
35760
|
+
"fips-us-iso-west-1" : {
|
35761
|
+
"credentialScope" : {
|
35762
|
+
"region" : "us-iso-west-1"
|
35763
|
+
},
|
35764
|
+
"deprecated" : true,
|
35765
|
+
"hostname" : "states-fips.us-iso-west-1.c2s.ic.gov"
|
35766
|
+
},
|
35767
|
+
"us-iso-east-1" : {
|
35768
|
+
"variants" : [ {
|
35769
|
+
"hostname" : "states-fips.us-iso-east-1.c2s.ic.gov",
|
35770
|
+
"tags" : [ "fips" ]
|
35771
|
+
} ]
|
35772
|
+
},
|
35773
|
+
"us-iso-west-1" : {
|
35774
|
+
"variants" : [ {
|
35775
|
+
"hostname" : "states-fips.us-iso-west-1.c2s.ic.gov",
|
35776
|
+
"tags" : [ "fips" ]
|
35777
|
+
} ]
|
35778
|
+
}
|
35665
35779
|
}
|
35666
35780
|
},
|
35667
35781
|
"streams.dynamodb" : {
|
@@ -36466,7 +36580,19 @@
|
|
36466
36580
|
},
|
36467
36581
|
"states" : {
|
36468
36582
|
"endpoints" : {
|
36469
|
-
"us-isob-east-1" : {
|
36583
|
+
"fips-us-isob-east-1" : {
|
36584
|
+
"credentialScope" : {
|
36585
|
+
"region" : "us-isob-east-1"
|
36586
|
+
},
|
36587
|
+
"deprecated" : true,
|
36588
|
+
"hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov"
|
36589
|
+
},
|
36590
|
+
"us-isob-east-1" : {
|
36591
|
+
"variants" : [ {
|
36592
|
+
"hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
|
36593
|
+
"tags" : [ "fips" ]
|
36594
|
+
} ]
|
36595
|
+
}
|
36470
36596
|
}
|
36471
36597
|
},
|
36472
36598
|
"storagegateway" : {
|
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.1067.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: 2025-03-
|
11
|
+
date: 2025-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|