aws-partitions 1.1028.0 → 1.1030.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +545 -63
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8fc1537468ee088a5a5aa5578da500549bf3614edc8c7c915fc7662abe5e191
4
- data.tar.gz: ddd4c07a3c0fffbaf79e60cd48a93a9be68cd32b4c5d7803fea76d66ebdedc1b
3
+ metadata.gz: 10cd466614320cc671134c763468d2e22b1d5817e97733fc5589ff67afa78778
4
+ data.tar.gz: 20710194a216bb128f198d7953c3d461778addb6733222219b1753db5aa55f5b
5
5
  SHA512:
6
- metadata.gz: '09b2172d4b6500084009f373b9947ebda111fa16a5caffc8c0f2ebf687c5e353f09affcaaed6117e1b46e451b1766795338a72be9bb7feada13b93744e21cdc0'
7
- data.tar.gz: bc424e0378978aee1dfdb0de43fc5dbc8520f9e61802de7fe81bee55d0c8acddc8a0c72e2d1d1b51ab9253712ec55372bb076ac853c95cb0b18ce7e264963a5a
6
+ metadata.gz: '038e65052623d0bb9ef6036e77587d1801a8d57950d7c7a2155bcb3f372a01e72c9150ffc7a46f30a395bfbd983d6b4e4598ab656100aa0fe7b7a25201821caa'
7
+ data.tar.gz: 4cc0b994a82320a4d472e3d55ff967b7a9215ad21440350a301233420a21cecc59f05f5eabcfcce072536609d295f6d9c23644e046c1f083adb54c0370d93276
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1030.0 (2025-01-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1029.0 (2024-12-26)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1028.0 (2024-12-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1028.0
1
+ 1.1030.0
data/partitions.json CHANGED
@@ -675,85 +675,283 @@
675
675
  "credentialScope" : {
676
676
  "region" : "af-south-1"
677
677
  },
678
- "hostname" : "api.ecr.af-south-1.amazonaws.com"
678
+ "hostname" : "api.ecr.af-south-1.amazonaws.com",
679
+ "variants" : [ {
680
+ "tags" : [ "dualstack" ]
681
+ } ]
679
682
  },
680
683
  "ap-east-1" : {
681
684
  "credentialScope" : {
682
685
  "region" : "ap-east-1"
683
686
  },
684
- "hostname" : "api.ecr.ap-east-1.amazonaws.com"
687
+ "hostname" : "api.ecr.ap-east-1.amazonaws.com",
688
+ "variants" : [ {
689
+ "tags" : [ "dualstack" ]
690
+ } ]
685
691
  },
686
692
  "ap-northeast-1" : {
687
693
  "credentialScope" : {
688
694
  "region" : "ap-northeast-1"
689
695
  },
690
- "hostname" : "api.ecr.ap-northeast-1.amazonaws.com"
696
+ "hostname" : "api.ecr.ap-northeast-1.amazonaws.com",
697
+ "variants" : [ {
698
+ "tags" : [ "dualstack" ]
699
+ } ]
691
700
  },
692
701
  "ap-northeast-2" : {
693
702
  "credentialScope" : {
694
703
  "region" : "ap-northeast-2"
695
704
  },
696
- "hostname" : "api.ecr.ap-northeast-2.amazonaws.com"
705
+ "hostname" : "api.ecr.ap-northeast-2.amazonaws.com",
706
+ "variants" : [ {
707
+ "tags" : [ "dualstack" ]
708
+ } ]
697
709
  },
698
710
  "ap-northeast-3" : {
699
711
  "credentialScope" : {
700
712
  "region" : "ap-northeast-3"
701
713
  },
702
- "hostname" : "api.ecr.ap-northeast-3.amazonaws.com"
714
+ "hostname" : "api.ecr.ap-northeast-3.amazonaws.com",
715
+ "variants" : [ {
716
+ "tags" : [ "dualstack" ]
717
+ } ]
703
718
  },
704
719
  "ap-south-1" : {
705
720
  "credentialScope" : {
706
721
  "region" : "ap-south-1"
707
722
  },
708
- "hostname" : "api.ecr.ap-south-1.amazonaws.com"
723
+ "hostname" : "api.ecr.ap-south-1.amazonaws.com",
724
+ "variants" : [ {
725
+ "tags" : [ "dualstack" ]
726
+ } ]
709
727
  },
710
728
  "ap-south-2" : {
711
729
  "credentialScope" : {
712
730
  "region" : "ap-south-2"
713
731
  },
714
- "hostname" : "api.ecr.ap-south-2.amazonaws.com"
732
+ "hostname" : "api.ecr.ap-south-2.amazonaws.com",
733
+ "variants" : [ {
734
+ "tags" : [ "dualstack" ]
735
+ } ]
715
736
  },
716
737
  "ap-southeast-1" : {
717
738
  "credentialScope" : {
718
739
  "region" : "ap-southeast-1"
719
740
  },
720
- "hostname" : "api.ecr.ap-southeast-1.amazonaws.com"
741
+ "hostname" : "api.ecr.ap-southeast-1.amazonaws.com",
742
+ "variants" : [ {
743
+ "tags" : [ "dualstack" ]
744
+ } ]
721
745
  },
722
746
  "ap-southeast-2" : {
723
747
  "credentialScope" : {
724
748
  "region" : "ap-southeast-2"
725
749
  },
726
- "hostname" : "api.ecr.ap-southeast-2.amazonaws.com"
750
+ "hostname" : "api.ecr.ap-southeast-2.amazonaws.com",
751
+ "variants" : [ {
752
+ "tags" : [ "dualstack" ]
753
+ } ]
727
754
  },
728
755
  "ap-southeast-3" : {
729
756
  "credentialScope" : {
730
757
  "region" : "ap-southeast-3"
731
758
  },
732
- "hostname" : "api.ecr.ap-southeast-3.amazonaws.com"
759
+ "hostname" : "api.ecr.ap-southeast-3.amazonaws.com",
760
+ "variants" : [ {
761
+ "tags" : [ "dualstack" ]
762
+ } ]
733
763
  },
734
764
  "ap-southeast-4" : {
735
765
  "credentialScope" : {
736
766
  "region" : "ap-southeast-4"
737
767
  },
738
- "hostname" : "api.ecr.ap-southeast-4.amazonaws.com"
768
+ "hostname" : "api.ecr.ap-southeast-4.amazonaws.com",
769
+ "variants" : [ {
770
+ "tags" : [ "dualstack" ]
771
+ } ]
739
772
  },
740
773
  "ap-southeast-5" : {
741
774
  "credentialScope" : {
742
775
  "region" : "ap-southeast-5"
743
776
  },
744
- "hostname" : "api.ecr.ap-southeast-5.amazonaws.com"
777
+ "hostname" : "api.ecr.ap-southeast-5.amazonaws.com",
778
+ "variants" : [ {
779
+ "tags" : [ "dualstack" ]
780
+ } ]
745
781
  },
746
782
  "ca-central-1" : {
747
783
  "credentialScope" : {
748
784
  "region" : "ca-central-1"
749
785
  },
750
- "hostname" : "api.ecr.ca-central-1.amazonaws.com"
786
+ "hostname" : "api.ecr.ca-central-1.amazonaws.com",
787
+ "variants" : [ {
788
+ "tags" : [ "dualstack" ]
789
+ } ]
751
790
  },
752
791
  "ca-west-1" : {
753
792
  "credentialScope" : {
754
793
  "region" : "ca-west-1"
755
794
  },
756
- "hostname" : "api.ecr.ca-west-1.amazonaws.com"
795
+ "hostname" : "api.ecr.ca-west-1.amazonaws.com",
796
+ "variants" : [ {
797
+ "tags" : [ "dualstack" ]
798
+ } ]
799
+ },
800
+ "dkr-af-south-1" : {
801
+ "deprecated" : true,
802
+ "variants" : [ {
803
+ "tags" : [ "dualstack" ]
804
+ } ]
805
+ },
806
+ "dkr-ap-east-1" : {
807
+ "deprecated" : true,
808
+ "variants" : [ {
809
+ "tags" : [ "dualstack" ]
810
+ } ]
811
+ },
812
+ "dkr-ap-northeast-1" : {
813
+ "deprecated" : true,
814
+ "variants" : [ {
815
+ "tags" : [ "dualstack" ]
816
+ } ]
817
+ },
818
+ "dkr-ap-northeast-2" : {
819
+ "deprecated" : true,
820
+ "variants" : [ {
821
+ "tags" : [ "dualstack" ]
822
+ } ]
823
+ },
824
+ "dkr-ap-northeast-3" : {
825
+ "deprecated" : true,
826
+ "variants" : [ {
827
+ "tags" : [ "dualstack" ]
828
+ } ]
829
+ },
830
+ "dkr-ap-south-1" : {
831
+ "deprecated" : true,
832
+ "variants" : [ {
833
+ "tags" : [ "dualstack" ]
834
+ } ]
835
+ },
836
+ "dkr-ap-south-2" : {
837
+ "deprecated" : true,
838
+ "variants" : [ {
839
+ "tags" : [ "dualstack" ]
840
+ } ]
841
+ },
842
+ "dkr-ap-southeast-1" : {
843
+ "deprecated" : true,
844
+ "variants" : [ {
845
+ "tags" : [ "dualstack" ]
846
+ } ]
847
+ },
848
+ "dkr-ap-southeast-2" : {
849
+ "deprecated" : true,
850
+ "variants" : [ {
851
+ "tags" : [ "dualstack" ]
852
+ } ]
853
+ },
854
+ "dkr-ap-southeast-3" : {
855
+ "deprecated" : true,
856
+ "variants" : [ {
857
+ "tags" : [ "dualstack" ]
858
+ } ]
859
+ },
860
+ "dkr-ap-southeast-4" : {
861
+ "deprecated" : true,
862
+ "variants" : [ {
863
+ "tags" : [ "dualstack" ]
864
+ } ]
865
+ },
866
+ "dkr-ap-southeast-5" : {
867
+ "deprecated" : true,
868
+ "variants" : [ {
869
+ "tags" : [ "dualstack" ]
870
+ } ]
871
+ },
872
+ "dkr-ca-central-1" : {
873
+ "deprecated" : true,
874
+ "variants" : [ {
875
+ "tags" : [ "dualstack" ]
876
+ } ]
877
+ },
878
+ "dkr-ca-west-1" : {
879
+ "deprecated" : true,
880
+ "variants" : [ {
881
+ "tags" : [ "dualstack" ]
882
+ } ]
883
+ },
884
+ "dkr-eu-central-1" : {
885
+ "deprecated" : true,
886
+ "variants" : [ {
887
+ "tags" : [ "dualstack" ]
888
+ } ]
889
+ },
890
+ "dkr-eu-central-2" : {
891
+ "deprecated" : true,
892
+ "variants" : [ {
893
+ "tags" : [ "dualstack" ]
894
+ } ]
895
+ },
896
+ "dkr-eu-north-1" : {
897
+ "deprecated" : true,
898
+ "variants" : [ {
899
+ "tags" : [ "dualstack" ]
900
+ } ]
901
+ },
902
+ "dkr-eu-south-1" : {
903
+ "deprecated" : true,
904
+ "variants" : [ {
905
+ "tags" : [ "dualstack" ]
906
+ } ]
907
+ },
908
+ "dkr-eu-south-2" : {
909
+ "deprecated" : true,
910
+ "variants" : [ {
911
+ "tags" : [ "dualstack" ]
912
+ } ]
913
+ },
914
+ "dkr-eu-west-1" : {
915
+ "deprecated" : true,
916
+ "variants" : [ {
917
+ "tags" : [ "dualstack" ]
918
+ } ]
919
+ },
920
+ "dkr-eu-west-2" : {
921
+ "deprecated" : true,
922
+ "variants" : [ {
923
+ "tags" : [ "dualstack" ]
924
+ } ]
925
+ },
926
+ "dkr-eu-west-3" : {
927
+ "deprecated" : true,
928
+ "variants" : [ {
929
+ "tags" : [ "dualstack" ]
930
+ } ]
931
+ },
932
+ "dkr-il-central-1" : {
933
+ "deprecated" : true,
934
+ "variants" : [ {
935
+ "tags" : [ "dualstack" ]
936
+ } ]
937
+ },
938
+ "dkr-me-central-1" : {
939
+ "deprecated" : true,
940
+ "variants" : [ {
941
+ "tags" : [ "dualstack" ]
942
+ } ]
943
+ },
944
+ "dkr-me-south-1" : {
945
+ "deprecated" : true,
946
+ "variants" : [ {
947
+ "tags" : [ "dualstack" ]
948
+ } ]
949
+ },
950
+ "dkr-sa-east-1" : {
951
+ "deprecated" : true,
952
+ "variants" : [ {
953
+ "tags" : [ "dualstack" ]
954
+ } ]
757
955
  },
758
956
  "dkr-us-east-1" : {
759
957
  "credentialScope" : {
@@ -761,6 +959,10 @@
761
959
  },
762
960
  "deprecated" : true,
763
961
  "variants" : [ {
962
+ "tags" : [ "dualstack" ]
963
+ }, {
964
+ "tags" : [ "dualstack", "fips" ]
965
+ }, {
764
966
  "hostname" : "ecr-fips.us-east-1.amazonaws.com",
765
967
  "tags" : [ "fips" ]
766
968
  } ]
@@ -771,6 +973,10 @@
771
973
  },
772
974
  "deprecated" : true,
773
975
  "variants" : [ {
976
+ "tags" : [ "dualstack" ]
977
+ }, {
978
+ "tags" : [ "dualstack", "fips" ]
979
+ }, {
774
980
  "hostname" : "ecr-fips.us-east-2.amazonaws.com",
775
981
  "tags" : [ "fips" ]
776
982
  } ]
@@ -781,6 +987,10 @@
781
987
  },
782
988
  "deprecated" : true,
783
989
  "variants" : [ {
990
+ "tags" : [ "dualstack" ]
991
+ }, {
992
+ "tags" : [ "dualstack", "fips" ]
993
+ }, {
784
994
  "hostname" : "ecr-fips.us-west-1.amazonaws.com",
785
995
  "tags" : [ "fips" ]
786
996
  } ]
@@ -791,6 +1001,10 @@
791
1001
  },
792
1002
  "deprecated" : true,
793
1003
  "variants" : [ {
1004
+ "tags" : [ "dualstack" ]
1005
+ }, {
1006
+ "tags" : [ "dualstack", "fips" ]
1007
+ }, {
794
1008
  "hostname" : "ecr-fips.us-west-2.amazonaws.com",
795
1009
  "tags" : [ "fips" ]
796
1010
  } ]
@@ -799,49 +1013,73 @@
799
1013
  "credentialScope" : {
800
1014
  "region" : "eu-central-1"
801
1015
  },
802
- "hostname" : "api.ecr.eu-central-1.amazonaws.com"
1016
+ "hostname" : "api.ecr.eu-central-1.amazonaws.com",
1017
+ "variants" : [ {
1018
+ "tags" : [ "dualstack" ]
1019
+ } ]
803
1020
  },
804
1021
  "eu-central-2" : {
805
1022
  "credentialScope" : {
806
1023
  "region" : "eu-central-2"
807
1024
  },
808
- "hostname" : "api.ecr.eu-central-2.amazonaws.com"
1025
+ "hostname" : "api.ecr.eu-central-2.amazonaws.com",
1026
+ "variants" : [ {
1027
+ "tags" : [ "dualstack" ]
1028
+ } ]
809
1029
  },
810
1030
  "eu-north-1" : {
811
1031
  "credentialScope" : {
812
1032
  "region" : "eu-north-1"
813
1033
  },
814
- "hostname" : "api.ecr.eu-north-1.amazonaws.com"
1034
+ "hostname" : "api.ecr.eu-north-1.amazonaws.com",
1035
+ "variants" : [ {
1036
+ "tags" : [ "dualstack" ]
1037
+ } ]
815
1038
  },
816
1039
  "eu-south-1" : {
817
1040
  "credentialScope" : {
818
1041
  "region" : "eu-south-1"
819
1042
  },
820
- "hostname" : "api.ecr.eu-south-1.amazonaws.com"
1043
+ "hostname" : "api.ecr.eu-south-1.amazonaws.com",
1044
+ "variants" : [ {
1045
+ "tags" : [ "dualstack" ]
1046
+ } ]
821
1047
  },
822
1048
  "eu-south-2" : {
823
1049
  "credentialScope" : {
824
1050
  "region" : "eu-south-2"
825
1051
  },
826
- "hostname" : "api.ecr.eu-south-2.amazonaws.com"
1052
+ "hostname" : "api.ecr.eu-south-2.amazonaws.com",
1053
+ "variants" : [ {
1054
+ "tags" : [ "dualstack" ]
1055
+ } ]
827
1056
  },
828
1057
  "eu-west-1" : {
829
1058
  "credentialScope" : {
830
1059
  "region" : "eu-west-1"
831
1060
  },
832
- "hostname" : "api.ecr.eu-west-1.amazonaws.com"
1061
+ "hostname" : "api.ecr.eu-west-1.amazonaws.com",
1062
+ "variants" : [ {
1063
+ "tags" : [ "dualstack" ]
1064
+ } ]
833
1065
  },
834
1066
  "eu-west-2" : {
835
1067
  "credentialScope" : {
836
1068
  "region" : "eu-west-2"
837
1069
  },
838
- "hostname" : "api.ecr.eu-west-2.amazonaws.com"
1070
+ "hostname" : "api.ecr.eu-west-2.amazonaws.com",
1071
+ "variants" : [ {
1072
+ "tags" : [ "dualstack" ]
1073
+ } ]
839
1074
  },
840
1075
  "eu-west-3" : {
841
1076
  "credentialScope" : {
842
1077
  "region" : "eu-west-3"
843
1078
  },
844
- "hostname" : "api.ecr.eu-west-3.amazonaws.com"
1079
+ "hostname" : "api.ecr.eu-west-3.amazonaws.com",
1080
+ "variants" : [ {
1081
+ "tags" : [ "dualstack" ]
1082
+ } ]
845
1083
  },
846
1084
  "fips-dkr-us-east-1" : {
847
1085
  "credentialScope" : {
@@ -903,25 +1141,37 @@
903
1141
  "credentialScope" : {
904
1142
  "region" : "il-central-1"
905
1143
  },
906
- "hostname" : "api.ecr.il-central-1.amazonaws.com"
1144
+ "hostname" : "api.ecr.il-central-1.amazonaws.com",
1145
+ "variants" : [ {
1146
+ "tags" : [ "dualstack" ]
1147
+ } ]
907
1148
  },
908
1149
  "me-central-1" : {
909
1150
  "credentialScope" : {
910
1151
  "region" : "me-central-1"
911
1152
  },
912
- "hostname" : "api.ecr.me-central-1.amazonaws.com"
1153
+ "hostname" : "api.ecr.me-central-1.amazonaws.com",
1154
+ "variants" : [ {
1155
+ "tags" : [ "dualstack" ]
1156
+ } ]
913
1157
  },
914
1158
  "me-south-1" : {
915
1159
  "credentialScope" : {
916
1160
  "region" : "me-south-1"
917
1161
  },
918
- "hostname" : "api.ecr.me-south-1.amazonaws.com"
1162
+ "hostname" : "api.ecr.me-south-1.amazonaws.com",
1163
+ "variants" : [ {
1164
+ "tags" : [ "dualstack" ]
1165
+ } ]
919
1166
  },
920
1167
  "sa-east-1" : {
921
1168
  "credentialScope" : {
922
1169
  "region" : "sa-east-1"
923
1170
  },
924
- "hostname" : "api.ecr.sa-east-1.amazonaws.com"
1171
+ "hostname" : "api.ecr.sa-east-1.amazonaws.com",
1172
+ "variants" : [ {
1173
+ "tags" : [ "dualstack" ]
1174
+ } ]
925
1175
  },
926
1176
  "us-east-1" : {
927
1177
  "credentialScope" : {
@@ -929,6 +1179,10 @@
929
1179
  },
930
1180
  "hostname" : "api.ecr.us-east-1.amazonaws.com",
931
1181
  "variants" : [ {
1182
+ "tags" : [ "dualstack" ]
1183
+ }, {
1184
+ "tags" : [ "dualstack", "fips" ]
1185
+ }, {
932
1186
  "hostname" : "ecr-fips.us-east-1.amazonaws.com",
933
1187
  "tags" : [ "fips" ]
934
1188
  } ]
@@ -939,6 +1193,10 @@
939
1193
  },
940
1194
  "hostname" : "api.ecr.us-east-2.amazonaws.com",
941
1195
  "variants" : [ {
1196
+ "tags" : [ "dualstack" ]
1197
+ }, {
1198
+ "tags" : [ "dualstack", "fips" ]
1199
+ }, {
942
1200
  "hostname" : "ecr-fips.us-east-2.amazonaws.com",
943
1201
  "tags" : [ "fips" ]
944
1202
  } ]
@@ -949,6 +1207,10 @@
949
1207
  },
950
1208
  "hostname" : "api.ecr.us-west-1.amazonaws.com",
951
1209
  "variants" : [ {
1210
+ "tags" : [ "dualstack" ]
1211
+ }, {
1212
+ "tags" : [ "dualstack", "fips" ]
1213
+ }, {
952
1214
  "hostname" : "ecr-fips.us-west-1.amazonaws.com",
953
1215
  "tags" : [ "fips" ]
954
1216
  } ]
@@ -959,6 +1221,10 @@
959
1221
  },
960
1222
  "hostname" : "api.ecr.us-west-2.amazonaws.com",
961
1223
  "variants" : [ {
1224
+ "tags" : [ "dualstack" ]
1225
+ }, {
1226
+ "tags" : [ "dualstack", "fips" ]
1227
+ }, {
962
1228
  "hostname" : "ecr-fips.us-west-2.amazonaws.com",
963
1229
  "tags" : [ "fips" ]
964
1230
  } ]
@@ -971,7 +1237,10 @@
971
1237
  "credentialScope" : {
972
1238
  "region" : "us-east-1"
973
1239
  },
974
- "hostname" : "api.ecr-public.us-east-1.amazonaws.com"
1240
+ "hostname" : "api.ecr-public.us-east-1.amazonaws.com",
1241
+ "variants" : [ {
1242
+ "tags" : [ "dualstack" ]
1243
+ } ]
975
1244
  },
976
1245
  "us-west-2" : {
977
1246
  "credentialScope" : {
@@ -1267,14 +1536,17 @@
1267
1536
  "api.tunneling.iot" : {
1268
1537
  "defaults" : {
1269
1538
  "variants" : [ {
1539
+ "dnsSuffix" : "amazonaws.com",
1540
+ "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
1541
+ "tags" : [ "fips" ]
1542
+ }, {
1543
+ "dnsSuffix" : "api.aws",
1270
1544
  "hostname" : "api.iot-tunneling-fips.{region}.{dnsSuffix}",
1271
1545
  "tags" : [ "dualstack", "fips" ]
1272
1546
  }, {
1547
+ "dnsSuffix" : "api.aws",
1273
1548
  "hostname" : "api.iot-tunneling.{region}.{dnsSuffix}",
1274
1549
  "tags" : [ "dualstack" ]
1275
- }, {
1276
- "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
1277
- "tags" : [ "fips" ]
1278
1550
  } ]
1279
1551
  },
1280
1552
  "endpoints" : {
@@ -5465,9 +5737,21 @@
5465
5737
  "ap-northeast-2" : { },
5466
5738
  "ap-southeast-1" : { },
5467
5739
  "ap-southeast-2" : { },
5468
- "ca-central-1" : { },
5740
+ "ca-central-1" : {
5741
+ "variants" : [ {
5742
+ "hostname" : "connect-fips.ca-central-1.amazonaws.com",
5743
+ "tags" : [ "fips" ]
5744
+ } ]
5745
+ },
5469
5746
  "eu-central-1" : { },
5470
5747
  "eu-west-2" : { },
5748
+ "fips-ca-central-1" : {
5749
+ "credentialScope" : {
5750
+ "region" : "ca-central-1"
5751
+ },
5752
+ "deprecated" : true,
5753
+ "hostname" : "connect-fips.ca-central-1.amazonaws.com"
5754
+ },
5471
5755
  "fips-us-east-1" : {
5472
5756
  "credentialScope" : {
5473
5757
  "region" : "us-east-1"
@@ -10289,6 +10573,7 @@
10289
10573
  "ap-south-1" : { },
10290
10574
  "ap-southeast-1" : { },
10291
10575
  "ap-southeast-2" : { },
10576
+ "ap-southeast-5" : { },
10292
10577
  "ca-central-1" : { },
10293
10578
  "eu-central-1" : { },
10294
10579
  "eu-north-1" : { },
@@ -22064,31 +22349,132 @@
22064
22349
  },
22065
22350
  "ssm-sap" : {
22066
22351
  "endpoints" : {
22067
- "af-south-1" : { },
22068
- "ap-east-1" : { },
22069
- "ap-northeast-1" : { },
22070
- "ap-northeast-2" : { },
22071
- "ap-northeast-3" : { },
22072
- "ap-south-1" : { },
22073
- "ap-south-2" : { },
22074
- "ap-southeast-1" : { },
22075
- "ap-southeast-2" : { },
22076
- "ap-southeast-3" : { },
22077
- "ap-southeast-4" : { },
22352
+ "af-south-1" : {
22353
+ "variants" : [ {
22354
+ "hostname" : "ssm-sap.af-south-1.api.aws",
22355
+ "tags" : [ "dualstack" ]
22356
+ } ]
22357
+ },
22358
+ "ap-east-1" : {
22359
+ "variants" : [ {
22360
+ "hostname" : "ssm-sap.ap-east-1.api.aws",
22361
+ "tags" : [ "dualstack" ]
22362
+ } ]
22363
+ },
22364
+ "ap-northeast-1" : {
22365
+ "variants" : [ {
22366
+ "hostname" : "ssm-sap.ap-northeast-1.api.aws",
22367
+ "tags" : [ "dualstack" ]
22368
+ } ]
22369
+ },
22370
+ "ap-northeast-2" : {
22371
+ "variants" : [ {
22372
+ "hostname" : "ssm-sap.ap-northeast-2.api.aws",
22373
+ "tags" : [ "dualstack" ]
22374
+ } ]
22375
+ },
22376
+ "ap-northeast-3" : {
22377
+ "variants" : [ {
22378
+ "hostname" : "ssm-sap.ap-northeast-3.api.aws",
22379
+ "tags" : [ "dualstack" ]
22380
+ } ]
22381
+ },
22382
+ "ap-south-1" : {
22383
+ "variants" : [ {
22384
+ "hostname" : "ssm-sap.ap-south-1.api.aws",
22385
+ "tags" : [ "dualstack" ]
22386
+ } ]
22387
+ },
22388
+ "ap-south-2" : {
22389
+ "variants" : [ {
22390
+ "hostname" : "ssm-sap.ap-south-2.api.aws",
22391
+ "tags" : [ "dualstack" ]
22392
+ } ]
22393
+ },
22394
+ "ap-southeast-1" : {
22395
+ "variants" : [ {
22396
+ "hostname" : "ssm-sap.ap-southeast-1.api.aws",
22397
+ "tags" : [ "dualstack" ]
22398
+ } ]
22399
+ },
22400
+ "ap-southeast-2" : {
22401
+ "variants" : [ {
22402
+ "hostname" : "ssm-sap.ap-southeast-2.api.aws",
22403
+ "tags" : [ "dualstack" ]
22404
+ } ]
22405
+ },
22406
+ "ap-southeast-3" : {
22407
+ "variants" : [ {
22408
+ "hostname" : "ssm-sap.ap-southeast-3.api.aws",
22409
+ "tags" : [ "dualstack" ]
22410
+ } ]
22411
+ },
22412
+ "ap-southeast-4" : {
22413
+ "variants" : [ {
22414
+ "hostname" : "ssm-sap.ap-southeast-4.api.aws",
22415
+ "tags" : [ "dualstack" ]
22416
+ } ]
22417
+ },
22078
22418
  "ca-central-1" : {
22079
22419
  "variants" : [ {
22080
22420
  "hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
22081
22421
  "tags" : [ "fips" ]
22422
+ }, {
22423
+ "hostname" : "ssm-sap-fips.ca-central-1.api.aws",
22424
+ "tags" : [ "dualstack", "fips" ]
22425
+ }, {
22426
+ "hostname" : "ssm-sap.ca-central-1.api.aws",
22427
+ "tags" : [ "dualstack" ]
22428
+ } ]
22429
+ },
22430
+ "eu-central-1" : {
22431
+ "variants" : [ {
22432
+ "hostname" : "ssm-sap.eu-central-1.api.aws",
22433
+ "tags" : [ "dualstack" ]
22434
+ } ]
22435
+ },
22436
+ "eu-central-2" : {
22437
+ "variants" : [ {
22438
+ "hostname" : "ssm-sap.eu-central-2.api.aws",
22439
+ "tags" : [ "dualstack" ]
22440
+ } ]
22441
+ },
22442
+ "eu-north-1" : {
22443
+ "variants" : [ {
22444
+ "hostname" : "ssm-sap.eu-north-1.api.aws",
22445
+ "tags" : [ "dualstack" ]
22446
+ } ]
22447
+ },
22448
+ "eu-south-1" : {
22449
+ "variants" : [ {
22450
+ "hostname" : "ssm-sap.eu-south-1.api.aws",
22451
+ "tags" : [ "dualstack" ]
22452
+ } ]
22453
+ },
22454
+ "eu-south-2" : {
22455
+ "variants" : [ {
22456
+ "hostname" : "ssm-sap.eu-south-2.api.aws",
22457
+ "tags" : [ "dualstack" ]
22458
+ } ]
22459
+ },
22460
+ "eu-west-1" : {
22461
+ "variants" : [ {
22462
+ "hostname" : "ssm-sap.eu-west-1.api.aws",
22463
+ "tags" : [ "dualstack" ]
22464
+ } ]
22465
+ },
22466
+ "eu-west-2" : {
22467
+ "variants" : [ {
22468
+ "hostname" : "ssm-sap.eu-west-2.api.aws",
22469
+ "tags" : [ "dualstack" ]
22470
+ } ]
22471
+ },
22472
+ "eu-west-3" : {
22473
+ "variants" : [ {
22474
+ "hostname" : "ssm-sap.eu-west-3.api.aws",
22475
+ "tags" : [ "dualstack" ]
22082
22476
  } ]
22083
22477
  },
22084
- "eu-central-1" : { },
22085
- "eu-central-2" : { },
22086
- "eu-north-1" : { },
22087
- "eu-south-1" : { },
22088
- "eu-south-2" : { },
22089
- "eu-west-1" : { },
22090
- "eu-west-2" : { },
22091
- "eu-west-3" : { },
22092
22478
  "fips-ca-central-1" : {
22093
22479
  "credentialScope" : {
22094
22480
  "region" : "ca-central-1"
@@ -22124,32 +22510,76 @@
22124
22510
  "deprecated" : true,
22125
22511
  "hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
22126
22512
  },
22127
- "il-central-1" : { },
22128
- "me-central-1" : { },
22129
- "me-south-1" : { },
22130
- "sa-east-1" : { },
22513
+ "il-central-1" : {
22514
+ "variants" : [ {
22515
+ "hostname" : "ssm-sap.il-central-1.api.aws",
22516
+ "tags" : [ "dualstack" ]
22517
+ } ]
22518
+ },
22519
+ "me-central-1" : {
22520
+ "variants" : [ {
22521
+ "hostname" : "ssm-sap.me-central-1.api.aws",
22522
+ "tags" : [ "dualstack" ]
22523
+ } ]
22524
+ },
22525
+ "me-south-1" : {
22526
+ "variants" : [ {
22527
+ "hostname" : "ssm-sap.me-south-1.api.aws",
22528
+ "tags" : [ "dualstack" ]
22529
+ } ]
22530
+ },
22531
+ "sa-east-1" : {
22532
+ "variants" : [ {
22533
+ "hostname" : "ssm-sap.sa-east-1.api.aws",
22534
+ "tags" : [ "dualstack" ]
22535
+ } ]
22536
+ },
22131
22537
  "us-east-1" : {
22132
22538
  "variants" : [ {
22133
22539
  "hostname" : "ssm-sap-fips.us-east-1.amazonaws.com",
22134
22540
  "tags" : [ "fips" ]
22541
+ }, {
22542
+ "hostname" : "ssm-sap-fips.us-east-1.api.aws",
22543
+ "tags" : [ "dualstack", "fips" ]
22544
+ }, {
22545
+ "hostname" : "ssm-sap.us-east-1.api.aws",
22546
+ "tags" : [ "dualstack" ]
22135
22547
  } ]
22136
22548
  },
22137
22549
  "us-east-2" : {
22138
22550
  "variants" : [ {
22139
22551
  "hostname" : "ssm-sap-fips.us-east-2.amazonaws.com",
22140
22552
  "tags" : [ "fips" ]
22553
+ }, {
22554
+ "hostname" : "ssm-sap-fips.us-east-2.api.aws",
22555
+ "tags" : [ "dualstack", "fips" ]
22556
+ }, {
22557
+ "hostname" : "ssm-sap.us-east-2.api.aws",
22558
+ "tags" : [ "dualstack" ]
22141
22559
  } ]
22142
22560
  },
22143
22561
  "us-west-1" : {
22144
22562
  "variants" : [ {
22145
22563
  "hostname" : "ssm-sap-fips.us-west-1.amazonaws.com",
22146
22564
  "tags" : [ "fips" ]
22565
+ }, {
22566
+ "hostname" : "ssm-sap-fips.us-west-1.api.aws",
22567
+ "tags" : [ "dualstack", "fips" ]
22568
+ }, {
22569
+ "hostname" : "ssm-sap.us-west-1.api.aws",
22570
+ "tags" : [ "dualstack" ]
22147
22571
  } ]
22148
22572
  },
22149
22573
  "us-west-2" : {
22150
22574
  "variants" : [ {
22151
22575
  "hostname" : "ssm-sap-fips.us-west-2.amazonaws.com",
22152
22576
  "tags" : [ "fips" ]
22577
+ }, {
22578
+ "hostname" : "ssm-sap-fips.us-west-2.api.aws",
22579
+ "tags" : [ "dualstack", "fips" ]
22580
+ }, {
22581
+ "hostname" : "ssm-sap.us-west-2.api.aws",
22582
+ "tags" : [ "dualstack" ]
22153
22583
  } ]
22154
22584
  }
22155
22585
  }
@@ -24938,13 +25368,31 @@
24938
25368
  "credentialScope" : {
24939
25369
  "region" : "cn-north-1"
24940
25370
  },
24941
- "hostname" : "api.ecr.cn-north-1.amazonaws.com.cn"
25371
+ "hostname" : "api.ecr.cn-north-1.amazonaws.com.cn",
25372
+ "variants" : [ {
25373
+ "tags" : [ "dualstack" ]
25374
+ } ]
24942
25375
  },
24943
25376
  "cn-northwest-1" : {
24944
25377
  "credentialScope" : {
24945
25378
  "region" : "cn-northwest-1"
24946
25379
  },
24947
- "hostname" : "api.ecr.cn-northwest-1.amazonaws.com.cn"
25380
+ "hostname" : "api.ecr.cn-northwest-1.amazonaws.com.cn",
25381
+ "variants" : [ {
25382
+ "tags" : [ "dualstack" ]
25383
+ } ]
25384
+ },
25385
+ "dkr-cn-north-1" : {
25386
+ "deprecated" : true,
25387
+ "variants" : [ {
25388
+ "tags" : [ "dualstack" ]
25389
+ } ]
25390
+ },
25391
+ "dkr-cn-northwest-1" : {
25392
+ "deprecated" : true,
25393
+ "variants" : [ {
25394
+ "tags" : [ "dualstack" ]
25395
+ } ]
24948
25396
  }
24949
25397
  }
24950
25398
  },
@@ -24967,14 +25415,17 @@
24967
25415
  "api.tunneling.iot" : {
24968
25416
  "defaults" : {
24969
25417
  "variants" : [ {
25418
+ "dnsSuffix" : "amazonaws.com.cn",
25419
+ "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
25420
+ "tags" : [ "fips" ]
25421
+ }, {
25422
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
24970
25423
  "hostname" : "api.iot-tunneling-fips.{region}.{dnsSuffix}",
24971
25424
  "tags" : [ "dualstack", "fips" ]
24972
25425
  }, {
25426
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
24973
25427
  "hostname" : "api.iot-tunneling.{region}.{dnsSuffix}",
24974
25428
  "tags" : [ "dualstack" ]
24975
- }, {
24976
- "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
24977
- "tags" : [ "fips" ]
24978
25429
  } ]
24979
25430
  },
24980
25431
  "endpoints" : {
@@ -26695,6 +27146,10 @@
26695
27146
  },
26696
27147
  "deprecated" : true,
26697
27148
  "variants" : [ {
27149
+ "tags" : [ "dualstack" ]
27150
+ }, {
27151
+ "tags" : [ "dualstack", "fips" ]
27152
+ }, {
26698
27153
  "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com",
26699
27154
  "tags" : [ "fips" ]
26700
27155
  } ]
@@ -26705,6 +27160,10 @@
26705
27160
  },
26706
27161
  "deprecated" : true,
26707
27162
  "variants" : [ {
27163
+ "tags" : [ "dualstack" ]
27164
+ }, {
27165
+ "tags" : [ "dualstack", "fips" ]
27166
+ }, {
26708
27167
  "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com",
26709
27168
  "tags" : [ "fips" ]
26710
27169
  } ]
@@ -26743,6 +27202,10 @@
26743
27202
  },
26744
27203
  "hostname" : "api.ecr.us-gov-east-1.amazonaws.com",
26745
27204
  "variants" : [ {
27205
+ "tags" : [ "dualstack" ]
27206
+ }, {
27207
+ "tags" : [ "dualstack", "fips" ]
27208
+ }, {
26746
27209
  "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com",
26747
27210
  "tags" : [ "fips" ]
26748
27211
  } ]
@@ -26753,6 +27216,10 @@
26753
27216
  },
26754
27217
  "hostname" : "api.ecr.us-gov-west-1.amazonaws.com",
26755
27218
  "variants" : [ {
27219
+ "tags" : [ "dualstack" ]
27220
+ }, {
27221
+ "tags" : [ "dualstack", "fips" ]
27222
+ }, {
26756
27223
  "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com",
26757
27224
  "tags" : [ "fips" ]
26758
27225
  } ]
@@ -26803,14 +27270,17 @@
26803
27270
  "api.tunneling.iot" : {
26804
27271
  "defaults" : {
26805
27272
  "variants" : [ {
27273
+ "dnsSuffix" : "amazonaws.com",
27274
+ "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
27275
+ "tags" : [ "fips" ]
27276
+ }, {
27277
+ "dnsSuffix" : "api.aws",
26806
27278
  "hostname" : "api.iot-tunneling-fips.{region}.{dnsSuffix}",
26807
27279
  "tags" : [ "dualstack", "fips" ]
26808
27280
  }, {
27281
+ "dnsSuffix" : "api.aws",
26809
27282
  "hostname" : "api.iot-tunneling.{region}.{dnsSuffix}",
26810
27283
  "tags" : [ "dualstack" ]
26811
- }, {
26812
- "hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
26813
- "tags" : [ "fips" ]
26814
27284
  } ]
26815
27285
  },
26816
27286
  "endpoints" : {
@@ -32019,7 +32489,19 @@
32019
32489
  "protocols" : [ "https" ]
32020
32490
  },
32021
32491
  "endpoints" : {
32022
- "us-iso-east-1" : { }
32492
+ "fips-us-iso-east-1" : {
32493
+ "credentialScope" : {
32494
+ "region" : "us-iso-east-1"
32495
+ },
32496
+ "deprecated" : true,
32497
+ "hostname" : "comprehend-fips.us-iso-east-1.c2s.ic.gov"
32498
+ },
32499
+ "us-iso-east-1" : {
32500
+ "variants" : [ {
32501
+ "hostname" : "comprehend-fips.us-iso-east-1.c2s.ic.gov",
32502
+ "tags" : [ "fips" ]
32503
+ } ]
32504
+ }
32023
32505
  }
32024
32506
  },
32025
32507
  "config" : {
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.1028.0
4
+ version: 1.1030.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: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2025-01-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: