aws-partitions 1.1065.0 → 1.1072.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 +35 -0
- data/VERSION +1 -1
- data/partitions.json +308 -37
- 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: f33bf74708e8a6b384ea1e29ff0cb447dedea4954ce4da4a07e7d6e649b86f3b
|
4
|
+
data.tar.gz: 2e1af871a570bde0a81d66d7cc8635bbec0027a7fcaae74e2c5f5bd010e7692e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 350c17bed34230c0a7fd94d4458452c4424905ff1d1f7a1ffb1794a909267a7f93e56b60c8194ffd15f81ef5b85ccfd19a51070618485c051912505e17222a05
|
7
|
+
data.tar.gz: 6dd8b7936e5149675798c9dab4366ba9b85ac2a95b76eed4173fdab2c01efbff90c9515b3bb1dd1ac3dd97eef9a24888c7c6c9a73db1dff2cac6ee736b56bc35
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,41 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1072.0 (2025-03-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1071.0 (2025-03-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1070.0 (2025-03-19)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1069.0 (2025-03-18)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1068.0 (2025-03-17)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1067.0 (2025-03-14)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1066.0 (2025-03-13)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
4
39
|
1.1065.0 (2025-03-11)
|
5
40
|
------------------
|
6
41
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1072.0
|
data/partitions.json
CHANGED
@@ -628,7 +628,12 @@
|
|
628
628
|
},
|
629
629
|
"agreement-marketplace" : {
|
630
630
|
"endpoints" : {
|
631
|
-
"us-east-1" : {
|
631
|
+
"us-east-1" : {
|
632
|
+
"variants" : [ {
|
633
|
+
"hostname" : "agreement-marketplace.us-east-1.api.aws",
|
634
|
+
"tags" : [ "dualstack" ]
|
635
|
+
} ]
|
636
|
+
}
|
632
637
|
}
|
633
638
|
},
|
634
639
|
"airflow" : {
|
@@ -3565,6 +3570,18 @@
|
|
3565
3570
|
},
|
3566
3571
|
"hostname" : "bedrock.eu-north-1.amazonaws.com"
|
3567
3572
|
},
|
3573
|
+
"bedrock-eu-south-1" : {
|
3574
|
+
"credentialScope" : {
|
3575
|
+
"region" : "eu-south-1"
|
3576
|
+
},
|
3577
|
+
"hostname" : "bedrock.eu-south-1.amazonaws.com"
|
3578
|
+
},
|
3579
|
+
"bedrock-eu-south-2" : {
|
3580
|
+
"credentialScope" : {
|
3581
|
+
"region" : "eu-south-2"
|
3582
|
+
},
|
3583
|
+
"hostname" : "bedrock.eu-south-2.amazonaws.com"
|
3584
|
+
},
|
3568
3585
|
"bedrock-eu-west-1" : {
|
3569
3586
|
"credentialScope" : {
|
3570
3587
|
"region" : "eu-west-1"
|
@@ -3673,6 +3690,18 @@
|
|
3673
3690
|
},
|
3674
3691
|
"hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
|
3675
3692
|
},
|
3693
|
+
"bedrock-runtime-eu-south-1" : {
|
3694
|
+
"credentialScope" : {
|
3695
|
+
"region" : "eu-south-1"
|
3696
|
+
},
|
3697
|
+
"hostname" : "bedrock-runtime.eu-south-1.amazonaws.com"
|
3698
|
+
},
|
3699
|
+
"bedrock-runtime-eu-south-2" : {
|
3700
|
+
"credentialScope" : {
|
3701
|
+
"region" : "eu-south-2"
|
3702
|
+
},
|
3703
|
+
"hostname" : "bedrock-runtime.eu-south-2.amazonaws.com"
|
3704
|
+
},
|
3676
3705
|
"bedrock-runtime-eu-west-1" : {
|
3677
3706
|
"credentialScope" : {
|
3678
3707
|
"region" : "eu-west-1"
|
@@ -3767,6 +3796,8 @@
|
|
3767
3796
|
"eu-central-1" : { },
|
3768
3797
|
"eu-central-2" : { },
|
3769
3798
|
"eu-north-1" : { },
|
3799
|
+
"eu-south-1" : { },
|
3800
|
+
"eu-south-2" : { },
|
3770
3801
|
"eu-west-1" : { },
|
3771
3802
|
"eu-west-2" : { },
|
3772
3803
|
"eu-west-3" : { },
|
@@ -3943,14 +3974,54 @@
|
|
3943
3974
|
},
|
3944
3975
|
"cleanrooms" : {
|
3945
3976
|
"endpoints" : {
|
3946
|
-
"ap-northeast-1" : {
|
3947
|
-
|
3948
|
-
|
3949
|
-
|
3950
|
-
|
3951
|
-
|
3952
|
-
"
|
3953
|
-
|
3977
|
+
"ap-northeast-1" : {
|
3978
|
+
"variants" : [ {
|
3979
|
+
"hostname" : "cleanrooms.ap-northeast-1.api.aws",
|
3980
|
+
"tags" : [ "dualstack" ]
|
3981
|
+
} ]
|
3982
|
+
},
|
3983
|
+
"ap-northeast-2" : {
|
3984
|
+
"variants" : [ {
|
3985
|
+
"hostname" : "cleanrooms.ap-northeast-2.api.aws",
|
3986
|
+
"tags" : [ "dualstack" ]
|
3987
|
+
} ]
|
3988
|
+
},
|
3989
|
+
"ap-southeast-1" : {
|
3990
|
+
"variants" : [ {
|
3991
|
+
"hostname" : "cleanrooms.ap-southeast-1.api.aws",
|
3992
|
+
"tags" : [ "dualstack" ]
|
3993
|
+
} ]
|
3994
|
+
},
|
3995
|
+
"ap-southeast-2" : {
|
3996
|
+
"variants" : [ {
|
3997
|
+
"hostname" : "cleanrooms.ap-southeast-2.api.aws",
|
3998
|
+
"tags" : [ "dualstack" ]
|
3999
|
+
} ]
|
4000
|
+
},
|
4001
|
+
"eu-central-1" : {
|
4002
|
+
"variants" : [ {
|
4003
|
+
"hostname" : "cleanrooms.eu-central-1.api.aws",
|
4004
|
+
"tags" : [ "dualstack" ]
|
4005
|
+
} ]
|
4006
|
+
},
|
4007
|
+
"eu-north-1" : {
|
4008
|
+
"variants" : [ {
|
4009
|
+
"hostname" : "cleanrooms.eu-north-1.api.aws",
|
4010
|
+
"tags" : [ "dualstack" ]
|
4011
|
+
} ]
|
4012
|
+
},
|
4013
|
+
"eu-west-1" : {
|
4014
|
+
"variants" : [ {
|
4015
|
+
"hostname" : "cleanrooms.eu-west-1.api.aws",
|
4016
|
+
"tags" : [ "dualstack" ]
|
4017
|
+
} ]
|
4018
|
+
},
|
4019
|
+
"eu-west-2" : {
|
4020
|
+
"variants" : [ {
|
4021
|
+
"hostname" : "cleanrooms.eu-west-2.api.aws",
|
4022
|
+
"tags" : [ "dualstack" ]
|
4023
|
+
} ]
|
4024
|
+
},
|
3954
4025
|
"fips-us-east-1" : {
|
3955
4026
|
"credentialScope" : {
|
3956
4027
|
"region" : "us-east-1"
|
@@ -3976,18 +4047,36 @@
|
|
3976
4047
|
"variants" : [ {
|
3977
4048
|
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
|
3978
4049
|
"tags" : [ "fips" ]
|
4050
|
+
}, {
|
4051
|
+
"hostname" : "cleanrooms-fips.us-east-1.api.aws",
|
4052
|
+
"tags" : [ "dualstack", "fips" ]
|
4053
|
+
}, {
|
4054
|
+
"hostname" : "cleanrooms.us-east-1.api.aws",
|
4055
|
+
"tags" : [ "dualstack" ]
|
3979
4056
|
} ]
|
3980
4057
|
},
|
3981
4058
|
"us-east-2" : {
|
3982
4059
|
"variants" : [ {
|
3983
4060
|
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
|
3984
4061
|
"tags" : [ "fips" ]
|
4062
|
+
}, {
|
4063
|
+
"hostname" : "cleanrooms-fips.us-east-2.api.aws",
|
4064
|
+
"tags" : [ "dualstack", "fips" ]
|
4065
|
+
}, {
|
4066
|
+
"hostname" : "cleanrooms.us-east-2.api.aws",
|
4067
|
+
"tags" : [ "dualstack" ]
|
3985
4068
|
} ]
|
3986
4069
|
},
|
3987
4070
|
"us-west-2" : {
|
3988
4071
|
"variants" : [ {
|
3989
4072
|
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
|
3990
4073
|
"tags" : [ "fips" ]
|
4074
|
+
}, {
|
4075
|
+
"hostname" : "cleanrooms-fips.us-west-2.api.aws",
|
4076
|
+
"tags" : [ "dualstack", "fips" ]
|
4077
|
+
}, {
|
4078
|
+
"hostname" : "cleanrooms.us-west-2.api.aws",
|
4079
|
+
"tags" : [ "dualstack" ]
|
3991
4080
|
} ]
|
3992
4081
|
}
|
3993
4082
|
}
|
@@ -5163,6 +5252,7 @@
|
|
5163
5252
|
"ap-southeast-2" : { },
|
5164
5253
|
"ap-southeast-3" : { },
|
5165
5254
|
"ap-southeast-4" : { },
|
5255
|
+
"ap-southeast-5" : { },
|
5166
5256
|
"ca-central-1" : {
|
5167
5257
|
"variants" : [ {
|
5168
5258
|
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
|
@@ -7034,6 +7124,9 @@
|
|
7034
7124
|
"ap-northeast-3" : {
|
7035
7125
|
"hostname" : "datazone.ap-northeast-3.api.aws"
|
7036
7126
|
},
|
7127
|
+
"ap-south-1" : {
|
7128
|
+
"hostname" : "datazone.ap-south-1.api.aws"
|
7129
|
+
},
|
7037
7130
|
"ap-south-2" : {
|
7038
7131
|
"hostname" : "datazone.ap-south-2.api.aws"
|
7039
7132
|
},
|
@@ -7092,6 +7185,9 @@
|
|
7092
7185
|
"me-south-1" : {
|
7093
7186
|
"hostname" : "datazone.me-south-1.api.aws"
|
7094
7187
|
},
|
7188
|
+
"mx-central-1" : {
|
7189
|
+
"hostname" : "datazone.mx-central-1.api.aws"
|
7190
|
+
},
|
7095
7191
|
"sa-east-1" : {
|
7096
7192
|
"hostname" : "datazone.sa-east-1.api.aws"
|
7097
7193
|
},
|
@@ -7844,6 +7940,7 @@
|
|
7844
7940
|
"ap-southeast-3" : { },
|
7845
7941
|
"ap-southeast-4" : { },
|
7846
7942
|
"ap-southeast-5" : { },
|
7943
|
+
"ap-southeast-7" : { },
|
7847
7944
|
"ca-central-1" : {
|
7848
7945
|
"variants" : [ {
|
7849
7946
|
"hostname" : "ds-fips.ca-central-1.amazonaws.com",
|
@@ -7909,6 +8006,7 @@
|
|
7909
8006
|
"il-central-1" : { },
|
7910
8007
|
"me-central-1" : { },
|
7911
8008
|
"me-south-1" : { },
|
8009
|
+
"mx-central-1" : { },
|
7912
8010
|
"sa-east-1" : { },
|
7913
8011
|
"us-east-1" : {
|
7914
8012
|
"variants" : [ {
|
@@ -9850,7 +9948,12 @@
|
|
9850
9948
|
}
|
9851
9949
|
},
|
9852
9950
|
"endpoints" : {
|
9853
|
-
"us-east-1" : {
|
9951
|
+
"us-east-1" : {
|
9952
|
+
"variants" : [ {
|
9953
|
+
"hostname" : "entitlement-marketplace.us-east-1.api.aws",
|
9954
|
+
"tags" : [ "dualstack" ]
|
9955
|
+
} ]
|
9956
|
+
}
|
9854
9957
|
}
|
9855
9958
|
},
|
9856
9959
|
"es" : {
|
@@ -10529,6 +10632,7 @@
|
|
10529
10632
|
"ap-southeast-3" : { },
|
10530
10633
|
"ap-southeast-4" : { },
|
10531
10634
|
"ap-southeast-5" : { },
|
10635
|
+
"ap-southeast-7" : { },
|
10532
10636
|
"ca-central-1" : {
|
10533
10637
|
"variants" : [ {
|
10534
10638
|
"hostname" : "fms-fips.ca-central-1.amazonaws.com",
|
@@ -10722,6 +10826,7 @@
|
|
10722
10826
|
"tags" : [ "fips" ]
|
10723
10827
|
} ]
|
10724
10828
|
},
|
10829
|
+
"mx-central-1" : { },
|
10725
10830
|
"sa-east-1" : {
|
10726
10831
|
"variants" : [ {
|
10727
10832
|
"hostname" : "fms-fips.sa-east-1.amazonaws.com",
|
@@ -11397,6 +11502,12 @@
|
|
11397
11502
|
"tags" : [ "dualstack" ]
|
11398
11503
|
} ]
|
11399
11504
|
},
|
11505
|
+
"ap-southeast-7" : {
|
11506
|
+
"variants" : [ {
|
11507
|
+
"hostname" : "glue.ap-southeast-7.api.aws",
|
11508
|
+
"tags" : [ "dualstack" ]
|
11509
|
+
} ]
|
11510
|
+
},
|
11400
11511
|
"ca-central-1" : {
|
11401
11512
|
"variants" : [ {
|
11402
11513
|
"hostname" : "glue.ca-central-1.api.aws",
|
@@ -11503,6 +11614,12 @@
|
|
11503
11614
|
"tags" : [ "dualstack" ]
|
11504
11615
|
} ]
|
11505
11616
|
},
|
11617
|
+
"mx-central-1" : {
|
11618
|
+
"variants" : [ {
|
11619
|
+
"hostname" : "glue.mx-central-1.api.aws",
|
11620
|
+
"tags" : [ "dualstack" ]
|
11621
|
+
} ]
|
11622
|
+
},
|
11506
11623
|
"sa-east-1" : {
|
11507
11624
|
"variants" : [ {
|
11508
11625
|
"hostname" : "glue.sa-east-1.api.aws",
|
@@ -11948,6 +12065,9 @@
|
|
11948
12065
|
"variants" : [ {
|
11949
12066
|
"hostname" : "iam-fips.amazonaws.com",
|
11950
12067
|
"tags" : [ "fips" ]
|
12068
|
+
}, {
|
12069
|
+
"hostname" : "iam.global.api.aws",
|
12070
|
+
"tags" : [ "dualstack" ]
|
11951
12071
|
} ]
|
11952
12072
|
},
|
11953
12073
|
"aws-global-fips" : {
|
@@ -14688,6 +14808,7 @@
|
|
14688
14808
|
"ap-southeast-3" : { },
|
14689
14809
|
"ap-southeast-4" : { },
|
14690
14810
|
"ap-southeast-5" : { },
|
14811
|
+
"ap-southeast-7" : { },
|
14691
14812
|
"ca-central-1" : { },
|
14692
14813
|
"ca-west-1" : { },
|
14693
14814
|
"eu-central-1" : { },
|
@@ -14729,6 +14850,7 @@
|
|
14729
14850
|
"il-central-1" : { },
|
14730
14851
|
"me-central-1" : { },
|
14731
14852
|
"me-south-1" : { },
|
14853
|
+
"mx-central-1" : { },
|
14732
14854
|
"sa-east-1" : { },
|
14733
14855
|
"us-east-1" : {
|
14734
14856
|
"variants" : [ {
|
@@ -14924,18 +15046,8 @@
|
|
14924
15046
|
"tags" : [ "dualstack" ]
|
14925
15047
|
} ]
|
14926
15048
|
},
|
14927
|
-
"ap-southeast-5" : {
|
14928
|
-
|
14929
|
-
"hostname" : "logs.ap-southeast-5.api.aws",
|
14930
|
-
"tags" : [ "dualstack" ]
|
14931
|
-
} ]
|
14932
|
-
},
|
14933
|
-
"ap-southeast-7" : {
|
14934
|
-
"variants" : [ {
|
14935
|
-
"hostname" : "logs.ap-southeast-7.api.aws",
|
14936
|
-
"tags" : [ "dualstack" ]
|
14937
|
-
} ]
|
14938
|
-
},
|
15049
|
+
"ap-southeast-5" : { },
|
15050
|
+
"ap-southeast-7" : { },
|
14939
15051
|
"ca-central-1" : {
|
14940
15052
|
"variants" : [ {
|
14941
15053
|
"hostname" : "logs-fips.ca-central-1.amazonaws.com",
|
@@ -15062,12 +15174,7 @@
|
|
15062
15174
|
"tags" : [ "dualstack" ]
|
15063
15175
|
} ]
|
15064
15176
|
},
|
15065
|
-
"mx-central-1" : {
|
15066
|
-
"variants" : [ {
|
15067
|
-
"hostname" : "logs.mx-central-1.api.aws",
|
15068
|
-
"tags" : [ "dualstack" ]
|
15069
|
-
} ]
|
15070
|
-
},
|
15177
|
+
"mx-central-1" : { },
|
15071
15178
|
"sa-east-1" : {
|
15072
15179
|
"variants" : [ {
|
15073
15180
|
"hostname" : "logs.sa-east-1.api.aws",
|
@@ -17716,6 +17823,12 @@
|
|
17716
17823
|
},
|
17717
17824
|
"ca-central-1" : {
|
17718
17825
|
"variants" : [ {
|
17826
|
+
"hostname" : "polly-fips.ca-central-1.amazonaws.com",
|
17827
|
+
"tags" : [ "fips" ]
|
17828
|
+
}, {
|
17829
|
+
"hostname" : "polly-fips.ca-central-1.api.aws",
|
17830
|
+
"tags" : [ "dualstack", "fips" ]
|
17831
|
+
}, {
|
17719
17832
|
"hostname" : "polly.ca-central-1.api.aws",
|
17720
17833
|
"tags" : [ "dualstack" ]
|
17721
17834
|
} ]
|
@@ -17756,6 +17869,13 @@
|
|
17756
17869
|
"tags" : [ "dualstack" ]
|
17757
17870
|
} ]
|
17758
17871
|
},
|
17872
|
+
"fips-ca-central-1" : {
|
17873
|
+
"credentialScope" : {
|
17874
|
+
"region" : "ca-central-1"
|
17875
|
+
},
|
17876
|
+
"deprecated" : true,
|
17877
|
+
"hostname" : "polly-fips.ca-central-1.amazonaws.com"
|
17878
|
+
},
|
17759
17879
|
"fips-us-east-1" : {
|
17760
17880
|
"credentialScope" : {
|
17761
17881
|
"region" : "us-east-1"
|
@@ -18281,6 +18401,7 @@
|
|
18281
18401
|
"eu-central-2" : { },
|
18282
18402
|
"eu-north-1" : { },
|
18283
18403
|
"eu-south-1" : { },
|
18404
|
+
"eu-south-2" : { },
|
18284
18405
|
"eu-west-1" : { },
|
18285
18406
|
"eu-west-2" : { },
|
18286
18407
|
"eu-west-3" : { },
|
@@ -19190,6 +19311,7 @@
|
|
19190
19311
|
"ap-southeast-1" : { },
|
19191
19312
|
"ap-southeast-2" : { },
|
19192
19313
|
"ap-southeast-3" : { },
|
19314
|
+
"ap-southeast-7" : { },
|
19193
19315
|
"ca-central-1" : {
|
19194
19316
|
"variants" : [ {
|
19195
19317
|
"hostname" : "redshift-serverless-fips.ca-central-1.amazonaws.com",
|
@@ -19240,6 +19362,7 @@
|
|
19240
19362
|
},
|
19241
19363
|
"il-central-1" : { },
|
19242
19364
|
"me-central-1" : { },
|
19365
|
+
"mx-central-1" : { },
|
19243
19366
|
"sa-east-1" : { },
|
19244
19367
|
"us-east-1" : {
|
19245
19368
|
"variants" : [ {
|
@@ -19965,12 +20088,18 @@
|
|
19965
20088
|
},
|
19966
20089
|
"ca-central-1" : {
|
19967
20090
|
"variants" : [ {
|
20091
|
+
"hostname" : "route53profiles-fips.ca-central-1.api.aws",
|
20092
|
+
"tags" : [ "dualstack", "fips" ]
|
20093
|
+
}, {
|
19968
20094
|
"hostname" : "route53profiles.ca-central-1.api.aws",
|
19969
20095
|
"tags" : [ "dualstack" ]
|
19970
20096
|
} ]
|
19971
20097
|
},
|
19972
20098
|
"ca-west-1" : {
|
19973
20099
|
"variants" : [ {
|
20100
|
+
"hostname" : "route53profiles-fips.ca-west-1.api.aws",
|
20101
|
+
"tags" : [ "dualstack", "fips" ]
|
20102
|
+
}, {
|
19974
20103
|
"hostname" : "route53profiles.ca-west-1.api.aws",
|
19975
20104
|
"tags" : [ "dualstack" ]
|
19976
20105
|
} ]
|
@@ -20049,24 +20178,36 @@
|
|
20049
20178
|
},
|
20050
20179
|
"us-east-1" : {
|
20051
20180
|
"variants" : [ {
|
20181
|
+
"hostname" : "route53profiles-fips.us-east-1.api.aws",
|
20182
|
+
"tags" : [ "dualstack", "fips" ]
|
20183
|
+
}, {
|
20052
20184
|
"hostname" : "route53profiles.us-east-1.api.aws",
|
20053
20185
|
"tags" : [ "dualstack" ]
|
20054
20186
|
} ]
|
20055
20187
|
},
|
20056
20188
|
"us-east-2" : {
|
20057
20189
|
"variants" : [ {
|
20190
|
+
"hostname" : "route53profiles-fips.us-east-2.api.aws",
|
20191
|
+
"tags" : [ "dualstack", "fips" ]
|
20192
|
+
}, {
|
20058
20193
|
"hostname" : "route53profiles.us-east-2.api.aws",
|
20059
20194
|
"tags" : [ "dualstack" ]
|
20060
20195
|
} ]
|
20061
20196
|
},
|
20062
20197
|
"us-west-1" : {
|
20063
20198
|
"variants" : [ {
|
20199
|
+
"hostname" : "route53profiles-fips.us-west-1.api.aws",
|
20200
|
+
"tags" : [ "dualstack", "fips" ]
|
20201
|
+
}, {
|
20064
20202
|
"hostname" : "route53profiles.us-west-1.api.aws",
|
20065
20203
|
"tags" : [ "dualstack" ]
|
20066
20204
|
} ]
|
20067
20205
|
},
|
20068
20206
|
"us-west-2" : {
|
20069
20207
|
"variants" : [ {
|
20208
|
+
"hostname" : "route53profiles-fips.us-west-2.api.aws",
|
20209
|
+
"tags" : [ "dualstack", "fips" ]
|
20210
|
+
}, {
|
20070
20211
|
"hostname" : "route53profiles.us-west-2.api.aws",
|
20071
20212
|
"tags" : [ "dualstack" ]
|
20072
20213
|
} ]
|
@@ -22803,7 +22944,12 @@
|
|
22803
22944
|
"tags" : [ "fips" ]
|
22804
22945
|
} ]
|
22805
22946
|
},
|
22806
|
-
"ca-west-1" : {
|
22947
|
+
"ca-west-1" : {
|
22948
|
+
"variants" : [ {
|
22949
|
+
"hostname" : "sms-voice-fips.ca-west-1.amazonaws.com",
|
22950
|
+
"tags" : [ "fips" ]
|
22951
|
+
} ]
|
22952
|
+
},
|
22807
22953
|
"eu-central-1" : { },
|
22808
22954
|
"eu-central-2" : { },
|
22809
22955
|
"eu-north-1" : { },
|
@@ -22819,6 +22965,13 @@
|
|
22819
22965
|
"deprecated" : true,
|
22820
22966
|
"hostname" : "sms-voice-fips.ca-central-1.amazonaws.com"
|
22821
22967
|
},
|
22968
|
+
"fips-ca-west-1" : {
|
22969
|
+
"credentialScope" : {
|
22970
|
+
"region" : "ca-west-1"
|
22971
|
+
},
|
22972
|
+
"deprecated" : true,
|
22973
|
+
"hostname" : "sms-voice-fips.ca-west-1.amazonaws.com"
|
22974
|
+
},
|
22822
22975
|
"fips-us-east-1" : {
|
22823
22976
|
"credentialScope" : {
|
22824
22977
|
"region" : "us-east-1"
|
@@ -24386,8 +24539,18 @@
|
|
24386
24539
|
"ap-southeast-4" : { },
|
24387
24540
|
"ap-southeast-5" : { },
|
24388
24541
|
"ap-southeast-7" : { },
|
24389
|
-
"ca-central-1" : {
|
24390
|
-
|
24542
|
+
"ca-central-1" : {
|
24543
|
+
"variants" : [ {
|
24544
|
+
"hostname" : "states-fips.ca-central-1.amazonaws.com",
|
24545
|
+
"tags" : [ "fips" ]
|
24546
|
+
} ]
|
24547
|
+
},
|
24548
|
+
"ca-west-1" : {
|
24549
|
+
"variants" : [ {
|
24550
|
+
"hostname" : "states-fips.ca-west-1.amazonaws.com",
|
24551
|
+
"tags" : [ "fips" ]
|
24552
|
+
} ]
|
24553
|
+
},
|
24391
24554
|
"eu-central-1" : { },
|
24392
24555
|
"eu-central-2" : { },
|
24393
24556
|
"eu-north-1" : { },
|
@@ -24396,6 +24559,20 @@
|
|
24396
24559
|
"eu-west-1" : { },
|
24397
24560
|
"eu-west-2" : { },
|
24398
24561
|
"eu-west-3" : { },
|
24562
|
+
"fips-ca-central-1" : {
|
24563
|
+
"credentialScope" : {
|
24564
|
+
"region" : "ca-central-1"
|
24565
|
+
},
|
24566
|
+
"deprecated" : true,
|
24567
|
+
"hostname" : "states-fips.ca-central-1.amazonaws.com"
|
24568
|
+
},
|
24569
|
+
"fips-ca-west-1" : {
|
24570
|
+
"credentialScope" : {
|
24571
|
+
"region" : "ca-west-1"
|
24572
|
+
},
|
24573
|
+
"deprecated" : true,
|
24574
|
+
"hostname" : "states-fips.ca-west-1.amazonaws.com"
|
24575
|
+
},
|
24399
24576
|
"fips-us-east-1" : {
|
24400
24577
|
"credentialScope" : {
|
24401
24578
|
"region" : "us-east-1"
|
@@ -24469,6 +24646,7 @@
|
|
24469
24646
|
"ap-southeast-3" : { },
|
24470
24647
|
"ap-southeast-4" : { },
|
24471
24648
|
"ap-southeast-5" : { },
|
24649
|
+
"ap-southeast-7" : { },
|
24472
24650
|
"ca-central-1" : {
|
24473
24651
|
"variants" : [ {
|
24474
24652
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
|
@@ -28454,8 +28632,18 @@
|
|
28454
28632
|
},
|
28455
28633
|
"logs" : {
|
28456
28634
|
"endpoints" : {
|
28457
|
-
"cn-north-1" : {
|
28458
|
-
|
28635
|
+
"cn-north-1" : {
|
28636
|
+
"variants" : [ {
|
28637
|
+
"hostname" : "logs.cn-north-1.api.amazonwebservices.com.cn",
|
28638
|
+
"tags" : [ "dualstack" ]
|
28639
|
+
} ]
|
28640
|
+
},
|
28641
|
+
"cn-northwest-1" : {
|
28642
|
+
"variants" : [ {
|
28643
|
+
"hostname" : "logs.cn-northwest-1.api.amazonwebservices.com.cn",
|
28644
|
+
"tags" : [ "dualstack" ]
|
28645
|
+
} ]
|
28646
|
+
}
|
28459
28647
|
}
|
28460
28648
|
},
|
28461
28649
|
"mediaconvert" : {
|
@@ -28474,6 +28662,16 @@
|
|
28474
28662
|
"cn-northwest-1" : { }
|
28475
28663
|
}
|
28476
28664
|
},
|
28665
|
+
"metering.marketplace" : {
|
28666
|
+
"defaults" : {
|
28667
|
+
"credentialScope" : {
|
28668
|
+
"service" : "aws-marketplace"
|
28669
|
+
}
|
28670
|
+
},
|
28671
|
+
"endpoints" : {
|
28672
|
+
"cn-northwest-1" : { }
|
28673
|
+
}
|
28674
|
+
},
|
28477
28675
|
"metrics.sagemaker" : {
|
28478
28676
|
"endpoints" : {
|
28479
28677
|
"cn-north-1" : { },
|
@@ -30662,8 +30860,14 @@
|
|
30662
30860
|
"endpoints" : {
|
30663
30861
|
"us-gov-east-1" : {
|
30664
30862
|
"variants" : [ {
|
30863
|
+
"hostname" : "dlm-fips.us-gov-east-1.api.aws",
|
30864
|
+
"tags" : [ "dualstack", "fips" ]
|
30865
|
+
}, {
|
30665
30866
|
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
|
30666
30867
|
"tags" : [ "fips" ]
|
30868
|
+
}, {
|
30869
|
+
"hostname" : "dlm.us-gov-east-1.api.aws",
|
30870
|
+
"tags" : [ "dualstack" ]
|
30667
30871
|
} ]
|
30668
30872
|
},
|
30669
30873
|
"us-gov-east-1-fips" : {
|
@@ -30675,8 +30879,14 @@
|
|
30675
30879
|
},
|
30676
30880
|
"us-gov-west-1" : {
|
30677
30881
|
"variants" : [ {
|
30882
|
+
"hostname" : "dlm-fips.us-gov-west-1.api.aws",
|
30883
|
+
"tags" : [ "dualstack", "fips" ]
|
30884
|
+
}, {
|
30678
30885
|
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
|
30679
30886
|
"tags" : [ "fips" ]
|
30887
|
+
}, {
|
30888
|
+
"hostname" : "dlm.us-gov-west-1.api.aws",
|
30889
|
+
"tags" : [ "dualstack" ]
|
30680
30890
|
} ]
|
30681
30891
|
},
|
30682
30892
|
"us-gov-west-1-fips" : {
|
@@ -32349,12 +32559,18 @@
|
|
32349
32559
|
"variants" : [ {
|
32350
32560
|
"hostname" : "logs.us-gov-east-1.amazonaws.com",
|
32351
32561
|
"tags" : [ "fips" ]
|
32562
|
+
}, {
|
32563
|
+
"hostname" : "logs.us-gov-east-1.api.aws",
|
32564
|
+
"tags" : [ "dualstack" ]
|
32352
32565
|
} ]
|
32353
32566
|
},
|
32354
32567
|
"us-gov-west-1" : {
|
32355
32568
|
"variants" : [ {
|
32356
32569
|
"hostname" : "logs.us-gov-west-1.amazonaws.com",
|
32357
32570
|
"tags" : [ "fips" ]
|
32571
|
+
}, {
|
32572
|
+
"hostname" : "logs.us-gov-west-1.api.aws",
|
32573
|
+
"tags" : [ "dualstack" ]
|
32358
32574
|
} ]
|
32359
32575
|
}
|
32360
32576
|
}
|
@@ -33259,12 +33475,18 @@
|
|
33259
33475
|
"endpoints" : {
|
33260
33476
|
"us-gov-east-1" : {
|
33261
33477
|
"variants" : [ {
|
33478
|
+
"hostname" : "route53profiles-fips.us-gov-east-1.api.aws",
|
33479
|
+
"tags" : [ "dualstack", "fips" ]
|
33480
|
+
}, {
|
33262
33481
|
"hostname" : "route53profiles.us-gov-east-1.api.aws",
|
33263
33482
|
"tags" : [ "dualstack" ]
|
33264
33483
|
} ]
|
33265
33484
|
},
|
33266
33485
|
"us-gov-west-1" : {
|
33267
33486
|
"variants" : [ {
|
33487
|
+
"hostname" : "route53profiles-fips.us-gov-west-1.api.aws",
|
33488
|
+
"tags" : [ "dualstack", "fips" ]
|
33489
|
+
}, {
|
33268
33490
|
"hostname" : "route53profiles.us-gov-west-1.api.aws",
|
33269
33491
|
"tags" : [ "dualstack" ]
|
33270
33492
|
} ]
|
@@ -33921,12 +34143,24 @@
|
|
33921
34143
|
"variants" : [ {
|
33922
34144
|
"hostname" : "snowball-fips.us-gov-east-1.amazonaws.com",
|
33923
34145
|
"tags" : [ "fips" ]
|
34146
|
+
}, {
|
34147
|
+
"hostname" : "snowball-fips.us-gov-east-1.api.aws",
|
34148
|
+
"tags" : [ "dualstack", "fips" ]
|
34149
|
+
}, {
|
34150
|
+
"hostname" : "snowball.us-gov-east-1.api.aws",
|
34151
|
+
"tags" : [ "dualstack" ]
|
33924
34152
|
} ]
|
33925
34153
|
},
|
33926
34154
|
"us-gov-west-1" : {
|
33927
34155
|
"variants" : [ {
|
33928
34156
|
"hostname" : "snowball-fips.us-gov-west-1.amazonaws.com",
|
33929
34157
|
"tags" : [ "fips" ]
|
34158
|
+
}, {
|
34159
|
+
"hostname" : "snowball-fips.us-gov-west-1.api.aws",
|
34160
|
+
"tags" : [ "dualstack", "fips" ]
|
34161
|
+
}, {
|
34162
|
+
"hostname" : "snowball.us-gov-west-1.api.aws",
|
34163
|
+
"tags" : [ "dualstack" ]
|
33930
34164
|
} ]
|
33931
34165
|
}
|
33932
34166
|
}
|
@@ -35338,7 +35572,8 @@
|
|
35338
35572
|
},
|
35339
35573
|
"oam" : {
|
35340
35574
|
"endpoints" : {
|
35341
|
-
"us-iso-east-1" : { }
|
35575
|
+
"us-iso-east-1" : { },
|
35576
|
+
"us-iso-west-1" : { }
|
35342
35577
|
}
|
35343
35578
|
},
|
35344
35579
|
"organizations" : {
|
@@ -35660,8 +35895,32 @@
|
|
35660
35895
|
},
|
35661
35896
|
"states" : {
|
35662
35897
|
"endpoints" : {
|
35663
|
-
"us-iso-east-1" : {
|
35664
|
-
|
35898
|
+
"fips-us-iso-east-1" : {
|
35899
|
+
"credentialScope" : {
|
35900
|
+
"region" : "us-iso-east-1"
|
35901
|
+
},
|
35902
|
+
"deprecated" : true,
|
35903
|
+
"hostname" : "states-fips.us-iso-east-1.c2s.ic.gov"
|
35904
|
+
},
|
35905
|
+
"fips-us-iso-west-1" : {
|
35906
|
+
"credentialScope" : {
|
35907
|
+
"region" : "us-iso-west-1"
|
35908
|
+
},
|
35909
|
+
"deprecated" : true,
|
35910
|
+
"hostname" : "states-fips.us-iso-west-1.c2s.ic.gov"
|
35911
|
+
},
|
35912
|
+
"us-iso-east-1" : {
|
35913
|
+
"variants" : [ {
|
35914
|
+
"hostname" : "states-fips.us-iso-east-1.c2s.ic.gov",
|
35915
|
+
"tags" : [ "fips" ]
|
35916
|
+
} ]
|
35917
|
+
},
|
35918
|
+
"us-iso-west-1" : {
|
35919
|
+
"variants" : [ {
|
35920
|
+
"hostname" : "states-fips.us-iso-west-1.c2s.ic.gov",
|
35921
|
+
"tags" : [ "fips" ]
|
35922
|
+
} ]
|
35923
|
+
}
|
35665
35924
|
}
|
35666
35925
|
},
|
35667
35926
|
"streams.dynamodb" : {
|
@@ -36466,7 +36725,19 @@
|
|
36466
36725
|
},
|
36467
36726
|
"states" : {
|
36468
36727
|
"endpoints" : {
|
36469
|
-
"us-isob-east-1" : {
|
36728
|
+
"fips-us-isob-east-1" : {
|
36729
|
+
"credentialScope" : {
|
36730
|
+
"region" : "us-isob-east-1"
|
36731
|
+
},
|
36732
|
+
"deprecated" : true,
|
36733
|
+
"hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov"
|
36734
|
+
},
|
36735
|
+
"us-isob-east-1" : {
|
36736
|
+
"variants" : [ {
|
36737
|
+
"hostname" : "states-fips.us-isob-east-1.sc2s.sgov.gov",
|
36738
|
+
"tags" : [ "fips" ]
|
36739
|
+
} ]
|
36740
|
+
}
|
36470
36741
|
}
|
36471
36742
|
},
|
36472
36743
|
"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.1072.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-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|