aws-partitions 1.1027.0 → 1.1029.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 +811 -119
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f19f2646ff7e4e1ccdf6fd3031bff6201d33d6b200bef9f5b10e9ffc2fbba04b
4
- data.tar.gz: 402e77fc749c978984d7d32eecf62881fea9128b54308fbf76af7f532b52f022
3
+ metadata.gz: 1f69bd2ec4b718cd724c0616e41eea9a50ed11fe027513a267e45760c838baf7
4
+ data.tar.gz: afc3e467bd49b15302d0c4aeba5346c6e89aa45e20a7514f94304d03272583a0
5
5
  SHA512:
6
- metadata.gz: e08727ef86cd568f397a8936e21e857331abbd4e2ecbf2176718696fb6e6c2d3145cc789714e0efb0e097f030dc737e850c339683ff7a08ca81cb4b689c044a9
7
- data.tar.gz: dcf490f08d0cef0805ca7b6fc9c34ed560f9115fa313fdde442b45817f351c910135806207c52aaed0d75bf09f59d1845fb9957f60e297e09f4e95f0413cb8ce
6
+ metadata.gz: 705d21542c681e1fd6ae9e98233342f20aa247a6a334a86385fb51507a148e75edafc59ac6e60d3bfdb6856a60fb30acc340c20d9a91aee6ff3a74120c5e0733
7
+ data.tar.gz: d76fe4e4deb7ae9cfb613515b7a1e06e6d1982db9b92cc7c83e866674367a0913f91c588ffb51676a5d359827f620665e16d4a81902636089ae92a27c195f23b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1029.0 (2024-12-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1028.0 (2024-12-23)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1027.0 (2024-12-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1027.0
1
+ 1.1029.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" : {
@@ -10402,28 +10671,138 @@
10402
10671
  },
10403
10672
  "glue" : {
10404
10673
  "endpoints" : {
10405
- "af-south-1" : { },
10406
- "ap-east-1" : { },
10407
- "ap-northeast-1" : { },
10408
- "ap-northeast-2" : { },
10409
- "ap-northeast-3" : { },
10410
- "ap-south-1" : { },
10411
- "ap-south-2" : { },
10412
- "ap-southeast-1" : { },
10413
- "ap-southeast-2" : { },
10414
- "ap-southeast-3" : { },
10415
- "ap-southeast-4" : { },
10416
- "ap-southeast-5" : { },
10417
- "ca-central-1" : { },
10418
- "ca-west-1" : { },
10419
- "eu-central-1" : { },
10420
- "eu-central-2" : { },
10421
- "eu-north-1" : { },
10422
- "eu-south-1" : { },
10423
- "eu-south-2" : { },
10424
- "eu-west-1" : { },
10425
- "eu-west-2" : { },
10426
- "eu-west-3" : { },
10674
+ "af-south-1" : {
10675
+ "variants" : [ {
10676
+ "hostname" : "glue.af-south-1.api.aws",
10677
+ "tags" : [ "dualstack" ]
10678
+ } ]
10679
+ },
10680
+ "ap-east-1" : {
10681
+ "variants" : [ {
10682
+ "hostname" : "glue.ap-east-1.api.aws",
10683
+ "tags" : [ "dualstack" ]
10684
+ } ]
10685
+ },
10686
+ "ap-northeast-1" : {
10687
+ "variants" : [ {
10688
+ "hostname" : "glue.ap-northeast-1.api.aws",
10689
+ "tags" : [ "dualstack" ]
10690
+ } ]
10691
+ },
10692
+ "ap-northeast-2" : {
10693
+ "variants" : [ {
10694
+ "hostname" : "glue.ap-northeast-2.api.aws",
10695
+ "tags" : [ "dualstack" ]
10696
+ } ]
10697
+ },
10698
+ "ap-northeast-3" : {
10699
+ "variants" : [ {
10700
+ "hostname" : "glue.ap-northeast-3.api.aws",
10701
+ "tags" : [ "dualstack" ]
10702
+ } ]
10703
+ },
10704
+ "ap-south-1" : {
10705
+ "variants" : [ {
10706
+ "hostname" : "glue.ap-south-1.api.aws",
10707
+ "tags" : [ "dualstack" ]
10708
+ } ]
10709
+ },
10710
+ "ap-south-2" : {
10711
+ "variants" : [ {
10712
+ "hostname" : "glue.ap-south-2.api.aws",
10713
+ "tags" : [ "dualstack" ]
10714
+ } ]
10715
+ },
10716
+ "ap-southeast-1" : {
10717
+ "variants" : [ {
10718
+ "hostname" : "glue.ap-southeast-1.api.aws",
10719
+ "tags" : [ "dualstack" ]
10720
+ } ]
10721
+ },
10722
+ "ap-southeast-2" : {
10723
+ "variants" : [ {
10724
+ "hostname" : "glue.ap-southeast-2.api.aws",
10725
+ "tags" : [ "dualstack" ]
10726
+ } ]
10727
+ },
10728
+ "ap-southeast-3" : {
10729
+ "variants" : [ {
10730
+ "hostname" : "glue.ap-southeast-3.api.aws",
10731
+ "tags" : [ "dualstack" ]
10732
+ } ]
10733
+ },
10734
+ "ap-southeast-4" : {
10735
+ "variants" : [ {
10736
+ "hostname" : "glue.ap-southeast-4.api.aws",
10737
+ "tags" : [ "dualstack" ]
10738
+ } ]
10739
+ },
10740
+ "ap-southeast-5" : {
10741
+ "variants" : [ {
10742
+ "hostname" : "glue.ap-southeast-5.api.aws",
10743
+ "tags" : [ "dualstack" ]
10744
+ } ]
10745
+ },
10746
+ "ca-central-1" : {
10747
+ "variants" : [ {
10748
+ "hostname" : "glue.ca-central-1.api.aws",
10749
+ "tags" : [ "dualstack" ]
10750
+ } ]
10751
+ },
10752
+ "ca-west-1" : {
10753
+ "variants" : [ {
10754
+ "hostname" : "glue.ca-west-1.api.aws",
10755
+ "tags" : [ "dualstack" ]
10756
+ } ]
10757
+ },
10758
+ "eu-central-1" : {
10759
+ "variants" : [ {
10760
+ "hostname" : "glue.eu-central-1.api.aws",
10761
+ "tags" : [ "dualstack" ]
10762
+ } ]
10763
+ },
10764
+ "eu-central-2" : {
10765
+ "variants" : [ {
10766
+ "hostname" : "glue.eu-central-2.api.aws",
10767
+ "tags" : [ "dualstack" ]
10768
+ } ]
10769
+ },
10770
+ "eu-north-1" : {
10771
+ "variants" : [ {
10772
+ "hostname" : "glue.eu-north-1.api.aws",
10773
+ "tags" : [ "dualstack" ]
10774
+ } ]
10775
+ },
10776
+ "eu-south-1" : {
10777
+ "variants" : [ {
10778
+ "hostname" : "glue.eu-south-1.api.aws",
10779
+ "tags" : [ "dualstack" ]
10780
+ } ]
10781
+ },
10782
+ "eu-south-2" : {
10783
+ "variants" : [ {
10784
+ "hostname" : "glue.eu-south-2.api.aws",
10785
+ "tags" : [ "dualstack" ]
10786
+ } ]
10787
+ },
10788
+ "eu-west-1" : {
10789
+ "variants" : [ {
10790
+ "hostname" : "glue.eu-west-1.api.aws",
10791
+ "tags" : [ "dualstack" ]
10792
+ } ]
10793
+ },
10794
+ "eu-west-2" : {
10795
+ "variants" : [ {
10796
+ "hostname" : "glue.eu-west-2.api.aws",
10797
+ "tags" : [ "dualstack" ]
10798
+ } ]
10799
+ },
10800
+ "eu-west-3" : {
10801
+ "variants" : [ {
10802
+ "hostname" : "glue.eu-west-3.api.aws",
10803
+ "tags" : [ "dualstack" ]
10804
+ } ]
10805
+ },
10427
10806
  "fips-us-east-1" : {
10428
10807
  "credentialScope" : {
10429
10808
  "region" : "us-east-1"
@@ -10452,32 +10831,76 @@
10452
10831
  "deprecated" : true,
10453
10832
  "hostname" : "glue-fips.us-west-2.amazonaws.com"
10454
10833
  },
10455
- "il-central-1" : { },
10456
- "me-central-1" : { },
10457
- "me-south-1" : { },
10458
- "sa-east-1" : { },
10834
+ "il-central-1" : {
10835
+ "variants" : [ {
10836
+ "hostname" : "glue.il-central-1.api.aws",
10837
+ "tags" : [ "dualstack" ]
10838
+ } ]
10839
+ },
10840
+ "me-central-1" : {
10841
+ "variants" : [ {
10842
+ "hostname" : "glue.me-central-1.api.aws",
10843
+ "tags" : [ "dualstack" ]
10844
+ } ]
10845
+ },
10846
+ "me-south-1" : {
10847
+ "variants" : [ {
10848
+ "hostname" : "glue.me-south-1.api.aws",
10849
+ "tags" : [ "dualstack" ]
10850
+ } ]
10851
+ },
10852
+ "sa-east-1" : {
10853
+ "variants" : [ {
10854
+ "hostname" : "glue.sa-east-1.api.aws",
10855
+ "tags" : [ "dualstack" ]
10856
+ } ]
10857
+ },
10459
10858
  "us-east-1" : {
10460
10859
  "variants" : [ {
10461
10860
  "hostname" : "glue-fips.us-east-1.amazonaws.com",
10462
10861
  "tags" : [ "fips" ]
10862
+ }, {
10863
+ "hostname" : "glue-fips.us-east-1.api.aws",
10864
+ "tags" : [ "dualstack", "fips" ]
10865
+ }, {
10866
+ "hostname" : "glue.us-east-1.api.aws",
10867
+ "tags" : [ "dualstack" ]
10463
10868
  } ]
10464
10869
  },
10465
10870
  "us-east-2" : {
10466
10871
  "variants" : [ {
10467
10872
  "hostname" : "glue-fips.us-east-2.amazonaws.com",
10468
10873
  "tags" : [ "fips" ]
10874
+ }, {
10875
+ "hostname" : "glue-fips.us-east-2.api.aws",
10876
+ "tags" : [ "dualstack", "fips" ]
10877
+ }, {
10878
+ "hostname" : "glue.us-east-2.api.aws",
10879
+ "tags" : [ "dualstack" ]
10469
10880
  } ]
10470
10881
  },
10471
10882
  "us-west-1" : {
10472
10883
  "variants" : [ {
10473
10884
  "hostname" : "glue-fips.us-west-1.amazonaws.com",
10474
10885
  "tags" : [ "fips" ]
10886
+ }, {
10887
+ "hostname" : "glue-fips.us-west-1.api.aws",
10888
+ "tags" : [ "dualstack", "fips" ]
10889
+ }, {
10890
+ "hostname" : "glue.us-west-1.api.aws",
10891
+ "tags" : [ "dualstack" ]
10475
10892
  } ]
10476
10893
  },
10477
10894
  "us-west-2" : {
10478
10895
  "variants" : [ {
10479
10896
  "hostname" : "glue-fips.us-west-2.amazonaws.com",
10480
10897
  "tags" : [ "fips" ]
10898
+ }, {
10899
+ "hostname" : "glue-fips.us-west-2.api.aws",
10900
+ "tags" : [ "dualstack", "fips" ]
10901
+ }, {
10902
+ "hostname" : "glue.us-west-2.api.aws",
10903
+ "tags" : [ "dualstack" ]
10481
10904
  } ]
10482
10905
  }
10483
10906
  }
@@ -13953,59 +14376,134 @@
13953
14376
  "fips-us-east-2" : {
13954
14377
  "deprecated" : true
13955
14378
  },
13956
- "fips-us-west-1" : {
13957
- "deprecated" : true
14379
+ "fips-us-west-1" : {
14380
+ "deprecated" : true
14381
+ },
14382
+ "fips-us-west-2" : {
14383
+ "deprecated" : true
14384
+ },
14385
+ "il-central-1" : { },
14386
+ "sa-east-1" : { },
14387
+ "us-east-1" : {
14388
+ "variants" : [ {
14389
+ "tags" : [ "fips" ]
14390
+ } ]
14391
+ },
14392
+ "us-east-2" : {
14393
+ "variants" : [ {
14394
+ "tags" : [ "fips" ]
14395
+ } ]
14396
+ },
14397
+ "us-west-1" : {
14398
+ "variants" : [ {
14399
+ "tags" : [ "fips" ]
14400
+ } ]
14401
+ },
14402
+ "us-west-2" : {
14403
+ "variants" : [ {
14404
+ "tags" : [ "fips" ]
14405
+ } ]
14406
+ }
14407
+ }
14408
+ },
14409
+ "machinelearning" : {
14410
+ "endpoints" : {
14411
+ "eu-west-1" : { },
14412
+ "us-east-1" : { }
14413
+ }
14414
+ },
14415
+ "macie2" : {
14416
+ "endpoints" : {
14417
+ "af-south-1" : {
14418
+ "variants" : [ {
14419
+ "hostname" : "macie2.af-south-1.api.aws",
14420
+ "tags" : [ "dualstack" ]
14421
+ } ]
14422
+ },
14423
+ "ap-east-1" : {
14424
+ "variants" : [ {
14425
+ "hostname" : "macie2.ap-east-1.api.aws",
14426
+ "tags" : [ "dualstack" ]
14427
+ } ]
14428
+ },
14429
+ "ap-northeast-1" : {
14430
+ "variants" : [ {
14431
+ "hostname" : "macie2.ap-northeast-1.api.aws",
14432
+ "tags" : [ "dualstack" ]
14433
+ } ]
14434
+ },
14435
+ "ap-northeast-2" : {
14436
+ "variants" : [ {
14437
+ "hostname" : "macie2.ap-northeast-2.api.aws",
14438
+ "tags" : [ "dualstack" ]
14439
+ } ]
14440
+ },
14441
+ "ap-northeast-3" : {
14442
+ "variants" : [ {
14443
+ "hostname" : "macie2.ap-northeast-3.api.aws",
14444
+ "tags" : [ "dualstack" ]
14445
+ } ]
14446
+ },
14447
+ "ap-south-1" : {
14448
+ "variants" : [ {
14449
+ "hostname" : "macie2.ap-south-1.api.aws",
14450
+ "tags" : [ "dualstack" ]
14451
+ } ]
14452
+ },
14453
+ "ap-southeast-1" : {
14454
+ "variants" : [ {
14455
+ "hostname" : "macie2.ap-southeast-1.api.aws",
14456
+ "tags" : [ "dualstack" ]
14457
+ } ]
14458
+ },
14459
+ "ap-southeast-2" : {
14460
+ "variants" : [ {
14461
+ "hostname" : "macie2.ap-southeast-2.api.aws",
14462
+ "tags" : [ "dualstack" ]
14463
+ } ]
14464
+ },
14465
+ "ca-central-1" : {
14466
+ "variants" : [ {
14467
+ "hostname" : "macie2.ca-central-1.api.aws",
14468
+ "tags" : [ "dualstack" ]
14469
+ } ]
14470
+ },
14471
+ "eu-central-1" : {
14472
+ "variants" : [ {
14473
+ "hostname" : "macie2.eu-central-1.api.aws",
14474
+ "tags" : [ "dualstack" ]
14475
+ } ]
13958
14476
  },
13959
- "fips-us-west-2" : {
13960
- "deprecated" : true
14477
+ "eu-north-1" : {
14478
+ "variants" : [ {
14479
+ "hostname" : "macie2.eu-north-1.api.aws",
14480
+ "tags" : [ "dualstack" ]
14481
+ } ]
13961
14482
  },
13962
- "il-central-1" : { },
13963
- "sa-east-1" : { },
13964
- "us-east-1" : {
14483
+ "eu-south-1" : {
13965
14484
  "variants" : [ {
13966
- "tags" : [ "fips" ]
14485
+ "hostname" : "macie2.eu-south-1.api.aws",
14486
+ "tags" : [ "dualstack" ]
13967
14487
  } ]
13968
14488
  },
13969
- "us-east-2" : {
14489
+ "eu-west-1" : {
13970
14490
  "variants" : [ {
13971
- "tags" : [ "fips" ]
14491
+ "hostname" : "macie2.eu-west-1.api.aws",
14492
+ "tags" : [ "dualstack" ]
13972
14493
  } ]
13973
14494
  },
13974
- "us-west-1" : {
14495
+ "eu-west-2" : {
13975
14496
  "variants" : [ {
13976
- "tags" : [ "fips" ]
14497
+ "hostname" : "macie2.eu-west-2.api.aws",
14498
+ "tags" : [ "dualstack" ]
13977
14499
  } ]
13978
14500
  },
13979
- "us-west-2" : {
14501
+ "eu-west-3" : {
13980
14502
  "variants" : [ {
13981
- "tags" : [ "fips" ]
14503
+ "hostname" : "macie2.eu-west-3.api.aws",
14504
+ "tags" : [ "dualstack" ]
13982
14505
  } ]
13983
- }
13984
- }
13985
- },
13986
- "machinelearning" : {
13987
- "endpoints" : {
13988
- "eu-west-1" : { },
13989
- "us-east-1" : { }
13990
- }
13991
- },
13992
- "macie2" : {
13993
- "endpoints" : {
13994
- "af-south-1" : { },
13995
- "ap-east-1" : { },
13996
- "ap-northeast-1" : { },
13997
- "ap-northeast-2" : { },
13998
- "ap-northeast-3" : { },
13999
- "ap-south-1" : { },
14000
- "ap-southeast-1" : { },
14001
- "ap-southeast-2" : { },
14002
- "ca-central-1" : { },
14003
- "eu-central-1" : { },
14004
- "eu-north-1" : { },
14005
- "eu-south-1" : { },
14006
- "eu-west-1" : { },
14007
- "eu-west-2" : { },
14008
- "eu-west-3" : { },
14506
+ },
14009
14507
  "fips-us-east-1" : {
14010
14508
  "credentialScope" : {
14011
14509
  "region" : "us-east-1"
@@ -14034,31 +14532,70 @@
14034
14532
  "deprecated" : true,
14035
14533
  "hostname" : "macie2-fips.us-west-2.amazonaws.com"
14036
14534
  },
14037
- "il-central-1" : { },
14038
- "me-south-1" : { },
14039
- "sa-east-1" : { },
14535
+ "il-central-1" : {
14536
+ "variants" : [ {
14537
+ "hostname" : "macie2.il-central-1.api.aws",
14538
+ "tags" : [ "dualstack" ]
14539
+ } ]
14540
+ },
14541
+ "me-south-1" : {
14542
+ "variants" : [ {
14543
+ "hostname" : "macie2.me-south-1.api.aws",
14544
+ "tags" : [ "dualstack" ]
14545
+ } ]
14546
+ },
14547
+ "sa-east-1" : {
14548
+ "variants" : [ {
14549
+ "hostname" : "macie2.sa-east-1.api.aws",
14550
+ "tags" : [ "dualstack" ]
14551
+ } ]
14552
+ },
14040
14553
  "us-east-1" : {
14041
14554
  "variants" : [ {
14042
14555
  "hostname" : "macie2-fips.us-east-1.amazonaws.com",
14043
14556
  "tags" : [ "fips" ]
14557
+ }, {
14558
+ "hostname" : "macie2-fips.us-east-1.api.aws",
14559
+ "tags" : [ "dualstack", "fips" ]
14560
+ }, {
14561
+ "hostname" : "macie2.us-east-1.api.aws",
14562
+ "tags" : [ "dualstack" ]
14044
14563
  } ]
14045
14564
  },
14046
14565
  "us-east-2" : {
14047
14566
  "variants" : [ {
14048
14567
  "hostname" : "macie2-fips.us-east-2.amazonaws.com",
14049
14568
  "tags" : [ "fips" ]
14569
+ }, {
14570
+ "hostname" : "macie2-fips.us-east-2.api.aws",
14571
+ "tags" : [ "dualstack", "fips" ]
14572
+ }, {
14573
+ "hostname" : "macie2.us-east-2.api.aws",
14574
+ "tags" : [ "dualstack" ]
14050
14575
  } ]
14051
14576
  },
14052
14577
  "us-west-1" : {
14053
14578
  "variants" : [ {
14054
14579
  "hostname" : "macie2-fips.us-west-1.amazonaws.com",
14055
14580
  "tags" : [ "fips" ]
14581
+ }, {
14582
+ "hostname" : "macie2-fips.us-west-1.api.aws",
14583
+ "tags" : [ "dualstack", "fips" ]
14584
+ }, {
14585
+ "hostname" : "macie2.us-west-1.api.aws",
14586
+ "tags" : [ "dualstack" ]
14056
14587
  } ]
14057
14588
  },
14058
14589
  "us-west-2" : {
14059
14590
  "variants" : [ {
14060
14591
  "hostname" : "macie2-fips.us-west-2.amazonaws.com",
14061
14592
  "tags" : [ "fips" ]
14593
+ }, {
14594
+ "hostname" : "macie2-fips.us-west-2.api.aws",
14595
+ "tags" : [ "dualstack", "fips" ]
14596
+ }, {
14597
+ "hostname" : "macie2.us-west-2.api.aws",
14598
+ "tags" : [ "dualstack" ]
14062
14599
  } ]
14063
14600
  }
14064
14601
  }
@@ -14149,25 +14686,96 @@
14149
14686
  },
14150
14687
  "mediaconvert" : {
14151
14688
  "endpoints" : {
14152
- "af-south-1" : { },
14153
- "ap-northeast-1" : { },
14154
- "ap-northeast-2" : { },
14155
- "ap-northeast-3" : { },
14156
- "ap-south-1" : { },
14157
- "ap-southeast-1" : { },
14158
- "ap-southeast-2" : { },
14159
- "ap-southeast-4" : { },
14689
+ "af-south-1" : {
14690
+ "variants" : [ {
14691
+ "hostname" : "mediaconvert.af-south-1.api.aws",
14692
+ "tags" : [ "dualstack" ]
14693
+ } ]
14694
+ },
14695
+ "ap-northeast-1" : {
14696
+ "variants" : [ {
14697
+ "hostname" : "mediaconvert.ap-northeast-1.api.aws",
14698
+ "tags" : [ "dualstack" ]
14699
+ } ]
14700
+ },
14701
+ "ap-northeast-2" : {
14702
+ "variants" : [ {
14703
+ "hostname" : "mediaconvert.ap-northeast-2.api.aws",
14704
+ "tags" : [ "dualstack" ]
14705
+ } ]
14706
+ },
14707
+ "ap-northeast-3" : {
14708
+ "variants" : [ {
14709
+ "hostname" : "mediaconvert.ap-northeast-3.api.aws",
14710
+ "tags" : [ "dualstack" ]
14711
+ } ]
14712
+ },
14713
+ "ap-south-1" : {
14714
+ "variants" : [ {
14715
+ "hostname" : "mediaconvert.ap-south-1.api.aws",
14716
+ "tags" : [ "dualstack" ]
14717
+ } ]
14718
+ },
14719
+ "ap-southeast-1" : {
14720
+ "variants" : [ {
14721
+ "hostname" : "mediaconvert.ap-southeast-1.api.aws",
14722
+ "tags" : [ "dualstack" ]
14723
+ } ]
14724
+ },
14725
+ "ap-southeast-2" : {
14726
+ "variants" : [ {
14727
+ "hostname" : "mediaconvert.ap-southeast-2.api.aws",
14728
+ "tags" : [ "dualstack" ]
14729
+ } ]
14730
+ },
14731
+ "ap-southeast-4" : {
14732
+ "variants" : [ {
14733
+ "hostname" : "mediaconvert.ap-southeast-4.api.aws",
14734
+ "tags" : [ "dualstack" ]
14735
+ } ]
14736
+ },
14160
14737
  "ca-central-1" : {
14161
14738
  "variants" : [ {
14162
14739
  "hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com",
14163
14740
  "tags" : [ "fips" ]
14741
+ }, {
14742
+ "hostname" : "mediaconvert-fips.ca-central-1.api.aws",
14743
+ "tags" : [ "dualstack", "fips" ]
14744
+ }, {
14745
+ "hostname" : "mediaconvert.ca-central-1.api.aws",
14746
+ "tags" : [ "dualstack" ]
14747
+ } ]
14748
+ },
14749
+ "eu-central-1" : {
14750
+ "variants" : [ {
14751
+ "hostname" : "mediaconvert.eu-central-1.api.aws",
14752
+ "tags" : [ "dualstack" ]
14753
+ } ]
14754
+ },
14755
+ "eu-north-1" : {
14756
+ "variants" : [ {
14757
+ "hostname" : "mediaconvert.eu-north-1.api.aws",
14758
+ "tags" : [ "dualstack" ]
14759
+ } ]
14760
+ },
14761
+ "eu-west-1" : {
14762
+ "variants" : [ {
14763
+ "hostname" : "mediaconvert.eu-west-1.api.aws",
14764
+ "tags" : [ "dualstack" ]
14765
+ } ]
14766
+ },
14767
+ "eu-west-2" : {
14768
+ "variants" : [ {
14769
+ "hostname" : "mediaconvert.eu-west-2.api.aws",
14770
+ "tags" : [ "dualstack" ]
14771
+ } ]
14772
+ },
14773
+ "eu-west-3" : {
14774
+ "variants" : [ {
14775
+ "hostname" : "mediaconvert.eu-west-3.api.aws",
14776
+ "tags" : [ "dualstack" ]
14164
14777
  } ]
14165
14778
  },
14166
- "eu-central-1" : { },
14167
- "eu-north-1" : { },
14168
- "eu-west-1" : { },
14169
- "eu-west-2" : { },
14170
- "eu-west-3" : { },
14171
14779
  "fips-ca-central-1" : {
14172
14780
  "credentialScope" : {
14173
14781
  "region" : "ca-central-1"
@@ -14203,30 +14811,64 @@
14203
14811
  "deprecated" : true,
14204
14812
  "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
14205
14813
  },
14206
- "me-central-1" : { },
14207
- "sa-east-1" : { },
14814
+ "me-central-1" : {
14815
+ "variants" : [ {
14816
+ "hostname" : "mediaconvert.me-central-1.api.aws",
14817
+ "tags" : [ "dualstack" ]
14818
+ } ]
14819
+ },
14820
+ "sa-east-1" : {
14821
+ "variants" : [ {
14822
+ "hostname" : "mediaconvert.sa-east-1.api.aws",
14823
+ "tags" : [ "dualstack" ]
14824
+ } ]
14825
+ },
14208
14826
  "us-east-1" : {
14209
14827
  "variants" : [ {
14210
14828
  "hostname" : "mediaconvert-fips.us-east-1.amazonaws.com",
14211
14829
  "tags" : [ "fips" ]
14830
+ }, {
14831
+ "hostname" : "mediaconvert-fips.us-east-1.api.aws",
14832
+ "tags" : [ "dualstack", "fips" ]
14833
+ }, {
14834
+ "hostname" : "mediaconvert.us-east-1.api.aws",
14835
+ "tags" : [ "dualstack" ]
14212
14836
  } ]
14213
14837
  },
14214
14838
  "us-east-2" : {
14215
14839
  "variants" : [ {
14216
14840
  "hostname" : "mediaconvert-fips.us-east-2.amazonaws.com",
14217
14841
  "tags" : [ "fips" ]
14842
+ }, {
14843
+ "hostname" : "mediaconvert-fips.us-east-2.api.aws",
14844
+ "tags" : [ "dualstack", "fips" ]
14845
+ }, {
14846
+ "hostname" : "mediaconvert.us-east-2.api.aws",
14847
+ "tags" : [ "dualstack" ]
14218
14848
  } ]
14219
14849
  },
14220
14850
  "us-west-1" : {
14221
14851
  "variants" : [ {
14222
14852
  "hostname" : "mediaconvert-fips.us-west-1.amazonaws.com",
14223
14853
  "tags" : [ "fips" ]
14854
+ }, {
14855
+ "hostname" : "mediaconvert-fips.us-west-1.api.aws",
14856
+ "tags" : [ "dualstack", "fips" ]
14857
+ }, {
14858
+ "hostname" : "mediaconvert.us-west-1.api.aws",
14859
+ "tags" : [ "dualstack" ]
14224
14860
  } ]
14225
14861
  },
14226
14862
  "us-west-2" : {
14227
14863
  "variants" : [ {
14228
14864
  "hostname" : "mediaconvert-fips.us-west-2.amazonaws.com",
14229
14865
  "tags" : [ "fips" ]
14866
+ }, {
14867
+ "hostname" : "mediaconvert-fips.us-west-2.api.aws",
14868
+ "tags" : [ "dualstack", "fips" ]
14869
+ }, {
14870
+ "hostname" : "mediaconvert.us-west-2.api.aws",
14871
+ "tags" : [ "dualstack" ]
14230
14872
  } ]
14231
14873
  }
14232
14874
  }
@@ -24565,13 +25207,31 @@
24565
25207
  "credentialScope" : {
24566
25208
  "region" : "cn-north-1"
24567
25209
  },
24568
- "hostname" : "api.ecr.cn-north-1.amazonaws.com.cn"
25210
+ "hostname" : "api.ecr.cn-north-1.amazonaws.com.cn",
25211
+ "variants" : [ {
25212
+ "tags" : [ "dualstack" ]
25213
+ } ]
24569
25214
  },
24570
25215
  "cn-northwest-1" : {
24571
25216
  "credentialScope" : {
24572
25217
  "region" : "cn-northwest-1"
24573
25218
  },
24574
- "hostname" : "api.ecr.cn-northwest-1.amazonaws.com.cn"
25219
+ "hostname" : "api.ecr.cn-northwest-1.amazonaws.com.cn",
25220
+ "variants" : [ {
25221
+ "tags" : [ "dualstack" ]
25222
+ } ]
25223
+ },
25224
+ "dkr-cn-north-1" : {
25225
+ "deprecated" : true,
25226
+ "variants" : [ {
25227
+ "tags" : [ "dualstack" ]
25228
+ } ]
25229
+ },
25230
+ "dkr-cn-northwest-1" : {
25231
+ "deprecated" : true,
25232
+ "variants" : [ {
25233
+ "tags" : [ "dualstack" ]
25234
+ } ]
24575
25235
  }
24576
25236
  }
24577
25237
  },
@@ -25211,8 +25871,18 @@
25211
25871
  },
25212
25872
  "glue" : {
25213
25873
  "endpoints" : {
25214
- "cn-north-1" : { },
25215
- "cn-northwest-1" : { }
25874
+ "cn-north-1" : {
25875
+ "variants" : [ {
25876
+ "hostname" : "glue.cn-north-1.api.amazonwebservices.com.cn",
25877
+ "tags" : [ "dualstack" ]
25878
+ } ]
25879
+ },
25880
+ "cn-northwest-1" : {
25881
+ "variants" : [ {
25882
+ "hostname" : "glue.cn-northwest-1.api.amazonwebservices.com.cn",
25883
+ "tags" : [ "dualstack" ]
25884
+ } ]
25885
+ }
25216
25886
  }
25217
25887
  },
25218
25888
  "greengrass" : {
@@ -25446,10 +26116,10 @@
25446
26116
  "mediaconvert" : {
25447
26117
  "endpoints" : {
25448
26118
  "cn-northwest-1" : {
25449
- "credentialScope" : {
25450
- "region" : "cn-northwest-1"
25451
- },
25452
- "hostname" : "mediaconvert.cn-northwest-1.amazonaws.com.cn"
26119
+ "variants" : [ {
26120
+ "hostname" : "mediaconvert.cn-northwest-1.api.amazonwebservices.com.cn",
26121
+ "tags" : [ "dualstack" ]
26122
+ } ]
25453
26123
  }
25454
26124
  }
25455
26125
  },
@@ -26312,6 +26982,10 @@
26312
26982
  },
26313
26983
  "deprecated" : true,
26314
26984
  "variants" : [ {
26985
+ "tags" : [ "dualstack" ]
26986
+ }, {
26987
+ "tags" : [ "dualstack", "fips" ]
26988
+ }, {
26315
26989
  "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com",
26316
26990
  "tags" : [ "fips" ]
26317
26991
  } ]
@@ -26322,6 +26996,10 @@
26322
26996
  },
26323
26997
  "deprecated" : true,
26324
26998
  "variants" : [ {
26999
+ "tags" : [ "dualstack" ]
27000
+ }, {
27001
+ "tags" : [ "dualstack", "fips" ]
27002
+ }, {
26325
27003
  "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com",
26326
27004
  "tags" : [ "fips" ]
26327
27005
  } ]
@@ -26360,6 +27038,10 @@
26360
27038
  },
26361
27039
  "hostname" : "api.ecr.us-gov-east-1.amazonaws.com",
26362
27040
  "variants" : [ {
27041
+ "tags" : [ "dualstack" ]
27042
+ }, {
27043
+ "tags" : [ "dualstack", "fips" ]
27044
+ }, {
26363
27045
  "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com",
26364
27046
  "tags" : [ "fips" ]
26365
27047
  } ]
@@ -26370,6 +27052,10 @@
26370
27052
  },
26371
27053
  "hostname" : "api.ecr.us-gov-west-1.amazonaws.com",
26372
27054
  "variants" : [ {
27055
+ "tags" : [ "dualstack" ]
27056
+ }, {
27057
+ "tags" : [ "dualstack", "fips" ]
27058
+ }, {
26373
27059
  "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com",
26374
27060
  "tags" : [ "fips" ]
26375
27061
  } ]
@@ -29265,6 +29951,12 @@
29265
29951
  "variants" : [ {
29266
29952
  "hostname" : "mediaconvert.us-gov-west-1.amazonaws.com",
29267
29953
  "tags" : [ "fips" ]
29954
+ }, {
29955
+ "hostname" : "mediaconvert.us-gov-west-1.api.aws",
29956
+ "tags" : [ "dualstack" ]
29957
+ }, {
29958
+ "hostname" : "mediaconvert.us-gov-west-1.api.aws",
29959
+ "tags" : [ "dualstack", "fips" ]
29268
29960
  } ]
29269
29961
  }
29270
29962
  }
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.1027.0
4
+ version: 1.1029.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-20 00:00:00.000000000 Z
11
+ date: 2024-12-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: