aws-partitions 1.1152.0 → 1.1156.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 +20 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +4 -1
- data/partitions.json +74 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fba1f322ed42c142643968bff0e33e6f12829174077f5f1ff6331bea3bc74c0
|
4
|
+
data.tar.gz: f41d7f0eb19bcdcd5743ad66e61c8ae1209da62f5de6e8d583d82a81a624f8ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1c9c75934952c512a4b11c78c65f13ae6540933dbc77bd365b58773a368ae5064208f464764d261ea1cca7a607f1a4c6b0fe956636de2b1c422b60c8f8fc23e
|
7
|
+
data.tar.gz: 5e5da5b1a92e17b9d02ef89df62cb8fe0473ed8a5b5df3837dcfd4b192b6718b6d5815299a1252dc8721a4a7726a81471bce93c49b453b69379c90c042ca3807
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1156.0 (2025-09-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1155.0 (2025-09-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1154.0 (2025-09-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1153.0 (2025-08-29)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
4
24
|
1.1152.0 (2025-08-27)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1156.0
|
data/partitions-metadata.json
CHANGED
@@ -50,6 +50,9 @@
|
|
50
50
|
"ap-southeast-5" : {
|
51
51
|
"description" : "Asia Pacific (Malaysia)"
|
52
52
|
},
|
53
|
+
"ap-southeast-6" : {
|
54
|
+
"description" : "Asia Pacific (New Zealand)"
|
55
|
+
},
|
53
56
|
"ap-southeast-7" : {
|
54
57
|
"description" : "Asia Pacific (Thailand)"
|
55
58
|
},
|
@@ -143,7 +146,7 @@
|
|
143
146
|
"dualStackDnsSuffix" : "api.amazonwebservices.eu",
|
144
147
|
"implicitGlobalRegion" : "eusc-de-east-1",
|
145
148
|
"name" : "aws-eusc",
|
146
|
-
"supportsDualStack" :
|
149
|
+
"supportsDualStack" : true,
|
147
150
|
"supportsFIPS" : true
|
148
151
|
},
|
149
152
|
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
data/partitions.json
CHANGED
@@ -62,6 +62,9 @@
|
|
62
62
|
"ap-southeast-5" : {
|
63
63
|
"description" : "Asia Pacific (Malaysia)"
|
64
64
|
},
|
65
|
+
"ap-southeast-6" : {
|
66
|
+
"description" : "Asia Pacific (New Zealand)"
|
67
|
+
},
|
65
68
|
"ap-southeast-7" : {
|
66
69
|
"description" : "Asia Pacific (Thailand)"
|
67
70
|
},
|
@@ -199,6 +202,7 @@
|
|
199
202
|
"tags" : [ "dualstack" ]
|
200
203
|
} ]
|
201
204
|
},
|
205
|
+
"ap-southeast-6" : { },
|
202
206
|
"ap-southeast-7" : {
|
203
207
|
"variants" : [ {
|
204
208
|
"hostname" : "access-analyzer.ap-southeast-7.api.aws",
|
@@ -426,6 +430,7 @@
|
|
426
430
|
"ap-southeast-3" : { },
|
427
431
|
"ap-southeast-4" : { },
|
428
432
|
"ap-southeast-5" : { },
|
433
|
+
"ap-southeast-6" : { },
|
429
434
|
"ap-southeast-7" : { },
|
430
435
|
"ca-central-1" : {
|
431
436
|
"variants" : [ {
|
@@ -538,6 +543,7 @@
|
|
538
543
|
"ap-southeast-3" : { },
|
539
544
|
"ap-southeast-4" : { },
|
540
545
|
"ap-southeast-5" : { },
|
546
|
+
"ap-southeast-6" : { },
|
541
547
|
"ap-southeast-7" : { },
|
542
548
|
"ca-central-1" : {
|
543
549
|
"variants" : [ {
|
@@ -1099,6 +1105,7 @@
|
|
1099
1105
|
"tags" : [ "dualstack" ]
|
1100
1106
|
} ]
|
1101
1107
|
},
|
1108
|
+
"ap-southeast-6" : { },
|
1102
1109
|
"ap-southeast-7" : {
|
1103
1110
|
"credentialScope" : {
|
1104
1111
|
"region" : "ap-southeast-7"
|
@@ -1945,6 +1952,7 @@
|
|
1945
1952
|
"ap-southeast-3" : { },
|
1946
1953
|
"ap-southeast-4" : { },
|
1947
1954
|
"ap-southeast-5" : { },
|
1955
|
+
"ap-southeast-6" : { },
|
1948
1956
|
"ap-southeast-7" : { },
|
1949
1957
|
"ca-central-1" : {
|
1950
1958
|
"variants" : [ {
|
@@ -2068,6 +2076,7 @@
|
|
2068
2076
|
"ap-southeast-3" : { },
|
2069
2077
|
"ap-southeast-4" : { },
|
2070
2078
|
"ap-southeast-5" : { },
|
2079
|
+
"ap-southeast-6" : { },
|
2071
2080
|
"ap-southeast-7" : { },
|
2072
2081
|
"ca-central-1" : { },
|
2073
2082
|
"ca-west-1" : { },
|
@@ -2105,6 +2114,7 @@
|
|
2105
2114
|
"ap-southeast-3" : { },
|
2106
2115
|
"ap-southeast-4" : { },
|
2107
2116
|
"ap-southeast-5" : { },
|
2117
|
+
"ap-southeast-6" : { },
|
2108
2118
|
"ap-southeast-7" : { },
|
2109
2119
|
"ca-central-1" : { },
|
2110
2120
|
"ca-west-1" : { },
|
@@ -2213,6 +2223,7 @@
|
|
2213
2223
|
"ap-southeast-3" : { },
|
2214
2224
|
"ap-southeast-4" : { },
|
2215
2225
|
"ap-southeast-5" : { },
|
2226
|
+
"ap-southeast-6" : { },
|
2216
2227
|
"ap-southeast-7" : { },
|
2217
2228
|
"ca-central-1" : { },
|
2218
2229
|
"ca-west-1" : { },
|
@@ -3127,6 +3138,7 @@
|
|
3127
3138
|
"ap-southeast-3" : { },
|
3128
3139
|
"ap-southeast-4" : { },
|
3129
3140
|
"ap-southeast-5" : { },
|
3141
|
+
"ap-southeast-6" : { },
|
3130
3142
|
"ap-southeast-7" : { },
|
3131
3143
|
"ca-central-1" : { },
|
3132
3144
|
"ca-west-1" : { },
|
@@ -3496,6 +3508,7 @@
|
|
3496
3508
|
"ap-southeast-3" : { },
|
3497
3509
|
"ap-southeast-4" : { },
|
3498
3510
|
"ap-southeast-5" : { },
|
3511
|
+
"ap-southeast-6" : { },
|
3499
3512
|
"ap-southeast-7" : { },
|
3500
3513
|
"ca-central-1" : {
|
3501
3514
|
"variants" : [ {
|
@@ -3702,6 +3715,7 @@
|
|
3702
3715
|
"ap-southeast-3" : { },
|
3703
3716
|
"ap-southeast-4" : { },
|
3704
3717
|
"ap-southeast-5" : { },
|
3718
|
+
"ap-southeast-6" : { },
|
3705
3719
|
"ap-southeast-7" : { },
|
3706
3720
|
"ca-central-1" : { },
|
3707
3721
|
"ca-west-1" : { },
|
@@ -4615,6 +4629,7 @@
|
|
4615
4629
|
"tags" : [ "dualstack" ]
|
4616
4630
|
} ]
|
4617
4631
|
},
|
4632
|
+
"ap-southeast-6" : { },
|
4618
4633
|
"ap-southeast-7" : {
|
4619
4634
|
"variants" : [ {
|
4620
4635
|
"hostname" : "cloudcontrolapi.ap-southeast-7.api.aws",
|
@@ -4843,6 +4858,7 @@
|
|
4843
4858
|
"ap-southeast-3" : { },
|
4844
4859
|
"ap-southeast-4" : { },
|
4845
4860
|
"ap-southeast-5" : { },
|
4861
|
+
"ap-southeast-6" : { },
|
4846
4862
|
"ap-southeast-7" : { },
|
4847
4863
|
"ca-central-1" : { },
|
4848
4864
|
"ca-west-1" : { },
|
@@ -5126,6 +5142,7 @@
|
|
5126
5142
|
"ap-southeast-3" : { },
|
5127
5143
|
"ap-southeast-4" : { },
|
5128
5144
|
"ap-southeast-5" : { },
|
5145
|
+
"ap-southeast-6" : { },
|
5129
5146
|
"ap-southeast-7" : { },
|
5130
5147
|
"ca-central-1" : { },
|
5131
5148
|
"ca-west-1" : { },
|
@@ -6542,6 +6559,7 @@
|
|
6542
6559
|
"ap-southeast-3" : { },
|
6543
6560
|
"ap-southeast-4" : { },
|
6544
6561
|
"ap-southeast-5" : { },
|
6562
|
+
"ap-southeast-6" : { },
|
6545
6563
|
"ap-southeast-7" : { },
|
6546
6564
|
"ca-central-1" : { },
|
6547
6565
|
"ca-west-1" : { },
|
@@ -7285,6 +7303,7 @@
|
|
7285
7303
|
"tags" : [ "dualstack" ]
|
7286
7304
|
} ]
|
7287
7305
|
},
|
7306
|
+
"ap-southeast-6" : { },
|
7288
7307
|
"ap-southeast-7" : {
|
7289
7308
|
"variants" : [ {
|
7290
7309
|
"hostname" : "datasync.ap-southeast-7.api.aws",
|
@@ -7526,6 +7545,7 @@
|
|
7526
7545
|
"ap-southeast-5" : {
|
7527
7546
|
"hostname" : "datazone.ap-southeast-5.api.aws"
|
7528
7547
|
},
|
7548
|
+
"ap-southeast-6" : { },
|
7529
7549
|
"ap-southeast-7" : {
|
7530
7550
|
"hostname" : "datazone.ap-southeast-7.api.aws"
|
7531
7551
|
},
|
@@ -7720,6 +7740,7 @@
|
|
7720
7740
|
"ap-southeast-3" : { },
|
7721
7741
|
"ap-southeast-4" : { },
|
7722
7742
|
"ap-southeast-5" : { },
|
7743
|
+
"ap-southeast-6" : { },
|
7723
7744
|
"ap-southeast-7" : { },
|
7724
7745
|
"ca-central-1" : {
|
7725
7746
|
"variants" : [ {
|
@@ -7900,6 +7921,7 @@
|
|
7900
7921
|
"tags" : [ "dualstack" ]
|
7901
7922
|
} ]
|
7902
7923
|
},
|
7924
|
+
"ap-southeast-6" : { },
|
7903
7925
|
"ap-southeast-7" : {
|
7904
7926
|
"variants" : [ {
|
7905
7927
|
"hostname" : "dlm.ap-southeast-7.api.aws",
|
@@ -8055,6 +8077,7 @@
|
|
8055
8077
|
"ap-southeast-3" : { },
|
8056
8078
|
"ap-southeast-4" : { },
|
8057
8079
|
"ap-southeast-5" : { },
|
8080
|
+
"ap-southeast-6" : { },
|
8058
8081
|
"ap-southeast-7" : { },
|
8059
8082
|
"ca-central-1" : { },
|
8060
8083
|
"ca-west-1" : { },
|
@@ -8436,6 +8459,7 @@
|
|
8436
8459
|
"ap-southeast-3" : { },
|
8437
8460
|
"ap-southeast-4" : { },
|
8438
8461
|
"ap-southeast-5" : { },
|
8462
|
+
"ap-southeast-6" : { },
|
8439
8463
|
"ap-southeast-7" : { },
|
8440
8464
|
"ca-central-1" : {
|
8441
8465
|
"variants" : [ {
|
@@ -8552,6 +8576,7 @@
|
|
8552
8576
|
"ap-southeast-3" : { },
|
8553
8577
|
"ap-southeast-4" : { },
|
8554
8578
|
"ap-southeast-5" : { },
|
8579
|
+
"ap-southeast-6" : { },
|
8555
8580
|
"ap-southeast-7" : { },
|
8556
8581
|
"ca-central-1" : {
|
8557
8582
|
"variants" : [ {
|
@@ -8699,6 +8724,7 @@
|
|
8699
8724
|
"ap-southeast-3" : { },
|
8700
8725
|
"ap-southeast-4" : { },
|
8701
8726
|
"ap-southeast-5" : { },
|
8727
|
+
"ap-southeast-6" : { },
|
8702
8728
|
"ap-southeast-7" : { },
|
8703
8729
|
"ca-central-1" : {
|
8704
8730
|
"variants" : [ {
|
@@ -8863,6 +8889,7 @@
|
|
8863
8889
|
"ap-southeast-3" : { },
|
8864
8890
|
"ap-southeast-4" : { },
|
8865
8891
|
"ap-southeast-5" : { },
|
8892
|
+
"ap-southeast-6" : { },
|
8866
8893
|
"ap-southeast-7" : { },
|
8867
8894
|
"ca-central-1" : { },
|
8868
8895
|
"ca-west-1" : { },
|
@@ -8965,6 +8992,7 @@
|
|
8965
8992
|
"ap-southeast-3" : { },
|
8966
8993
|
"ap-southeast-4" : { },
|
8967
8994
|
"ap-southeast-5" : { },
|
8995
|
+
"ap-southeast-6" : { },
|
8968
8996
|
"ap-southeast-7" : { },
|
8969
8997
|
"ca-central-1" : { },
|
8970
8998
|
"ca-west-1" : { },
|
@@ -9082,6 +9110,7 @@
|
|
9082
9110
|
"ap-southeast-5" : {
|
9083
9111
|
"hostname" : "eks-auth.ap-southeast-5.api.aws"
|
9084
9112
|
},
|
9113
|
+
"ap-southeast-6" : { },
|
9085
9114
|
"ap-southeast-7" : {
|
9086
9115
|
"hostname" : "eks-auth.ap-southeast-7.api.aws"
|
9087
9116
|
},
|
@@ -9159,6 +9188,7 @@
|
|
9159
9188
|
"ap-southeast-3" : { },
|
9160
9189
|
"ap-southeast-4" : { },
|
9161
9190
|
"ap-southeast-5" : { },
|
9191
|
+
"ap-southeast-6" : { },
|
9162
9192
|
"ap-southeast-7" : { },
|
9163
9193
|
"ca-central-1" : { },
|
9164
9194
|
"ca-west-1" : { },
|
@@ -9873,6 +9903,7 @@
|
|
9873
9903
|
"ap-southeast-3" : { },
|
9874
9904
|
"ap-southeast-4" : { },
|
9875
9905
|
"ap-southeast-5" : { },
|
9906
|
+
"ap-southeast-6" : { },
|
9876
9907
|
"ap-southeast-7" : { },
|
9877
9908
|
"ca-central-1" : { },
|
9878
9909
|
"ca-west-1" : { },
|
@@ -9962,6 +9993,7 @@
|
|
9962
9993
|
"ap-southeast-3" : { },
|
9963
9994
|
"ap-southeast-4" : { },
|
9964
9995
|
"ap-southeast-5" : { },
|
9996
|
+
"ap-southeast-6" : { },
|
9965
9997
|
"ap-southeast-7" : { },
|
9966
9998
|
"ca-central-1" : {
|
9967
9999
|
"variants" : [ {
|
@@ -10436,6 +10468,7 @@
|
|
10436
10468
|
"tags" : [ "dualstack" ]
|
10437
10469
|
} ]
|
10438
10470
|
},
|
10471
|
+
"ap-southeast-6" : { },
|
10439
10472
|
"ap-southeast-7" : {
|
10440
10473
|
"variants" : [ {
|
10441
10474
|
"hostname" : "aos.ap-southeast-7.api.aws",
|
@@ -10680,6 +10713,7 @@
|
|
10680
10713
|
"tags" : [ "dualstack" ]
|
10681
10714
|
} ]
|
10682
10715
|
},
|
10716
|
+
"ap-southeast-6" : { },
|
10683
10717
|
"ap-southeast-7" : {
|
10684
10718
|
"variants" : [ {
|
10685
10719
|
"hostname" : "events.ap-southeast-7.api.aws",
|
@@ -10978,6 +11012,7 @@
|
|
10978
11012
|
} ]
|
10979
11013
|
},
|
10980
11014
|
"ap-southeast-5" : { },
|
11015
|
+
"ap-southeast-6" : { },
|
10981
11016
|
"ap-southeast-7" : {
|
10982
11017
|
"variants" : [ {
|
10983
11018
|
"hostname" : "firehose.ap-southeast-7.api.aws",
|
@@ -11826,6 +11861,7 @@
|
|
11826
11861
|
"ap-southeast-5" : {
|
11827
11862
|
"hostname" : "gameliftstreams.ap-southeast-5.api.aws"
|
11828
11863
|
},
|
11864
|
+
"ap-southeast-6" : { },
|
11829
11865
|
"ap-southeast-7" : {
|
11830
11866
|
"hostname" : "gameliftstreams.ap-southeast-7.api.aws"
|
11831
11867
|
},
|
@@ -13053,6 +13089,7 @@
|
|
13053
13089
|
"ap-southeast-5" : {
|
13054
13090
|
"hostname" : "internetmonitor.ap-southeast-5.api.aws"
|
13055
13091
|
},
|
13092
|
+
"ap-southeast-6" : { },
|
13056
13093
|
"ap-southeast-7" : {
|
13057
13094
|
"hostname" : "internetmonitor.ap-southeast-7.api.aws"
|
13058
13095
|
},
|
@@ -14013,6 +14050,7 @@
|
|
14013
14050
|
"ap-south-2" : { },
|
14014
14051
|
"ap-southeast-1" : { },
|
14015
14052
|
"ap-southeast-2" : { },
|
14053
|
+
"ap-southeast-5" : { },
|
14016
14054
|
"ca-central-1" : { },
|
14017
14055
|
"eu-central-1" : { },
|
14018
14056
|
"eu-north-1" : { },
|
@@ -14135,6 +14173,7 @@
|
|
14135
14173
|
"ap-southeast-5" : {
|
14136
14174
|
"hostname" : "kendra-ranking.ap-southeast-5.api.aws"
|
14137
14175
|
},
|
14176
|
+
"ap-southeast-6" : { },
|
14138
14177
|
"ap-southeast-7" : {
|
14139
14178
|
"hostname" : "kendra-ranking.ap-southeast-7.api.aws"
|
14140
14179
|
},
|
@@ -14222,6 +14261,7 @@
|
|
14222
14261
|
"ap-southeast-3" : { },
|
14223
14262
|
"ap-southeast-4" : { },
|
14224
14263
|
"ap-southeast-5" : { },
|
14264
|
+
"ap-southeast-6" : { },
|
14225
14265
|
"ap-southeast-7" : { },
|
14226
14266
|
"ca-central-1" : { },
|
14227
14267
|
"ca-west-1" : { },
|
@@ -14590,6 +14630,7 @@
|
|
14590
14630
|
"deprecated" : true,
|
14591
14631
|
"hostname" : "kms-fips.ap-southeast-5.amazonaws.com"
|
14592
14632
|
},
|
14633
|
+
"ap-southeast-6" : { },
|
14593
14634
|
"ap-southeast-7" : {
|
14594
14635
|
"variants" : [ {
|
14595
14636
|
"hostname" : "kms-fips.ap-southeast-7.amazonaws.com",
|
@@ -15176,6 +15217,7 @@
|
|
15176
15217
|
"tags" : [ "dualstack" ]
|
15177
15218
|
} ]
|
15178
15219
|
},
|
15220
|
+
"ap-southeast-6" : { },
|
15179
15221
|
"ap-southeast-7" : {
|
15180
15222
|
"variants" : [ {
|
15181
15223
|
"hostname" : "lambda.ap-southeast-7.api.aws",
|
@@ -15682,6 +15724,7 @@
|
|
15682
15724
|
} ]
|
15683
15725
|
},
|
15684
15726
|
"ap-southeast-5" : { },
|
15727
|
+
"ap-southeast-6" : { },
|
15685
15728
|
"ap-southeast-7" : { },
|
15686
15729
|
"ca-central-1" : {
|
15687
15730
|
"variants" : [ {
|
@@ -17197,6 +17240,7 @@
|
|
17197
17240
|
"ap-southeast-3" : { },
|
17198
17241
|
"ap-southeast-4" : { },
|
17199
17242
|
"ap-southeast-5" : { },
|
17243
|
+
"ap-southeast-6" : { },
|
17200
17244
|
"ap-southeast-7" : { },
|
17201
17245
|
"ca-central-1" : { },
|
17202
17246
|
"ca-west-1" : { },
|
@@ -17646,6 +17690,7 @@
|
|
17646
17690
|
"ap-southeast-5" : {
|
17647
17691
|
"hostname" : "notifications.ap-southeast-5.api.aws"
|
17648
17692
|
},
|
17693
|
+
"ap-southeast-6" : { },
|
17649
17694
|
"ap-southeast-7" : {
|
17650
17695
|
"hostname" : "notifications.ap-southeast-7.api.aws"
|
17651
17696
|
},
|
@@ -17735,6 +17780,7 @@
|
|
17735
17780
|
"ap-southeast-3" : { },
|
17736
17781
|
"ap-southeast-4" : { },
|
17737
17782
|
"ap-southeast-5" : { },
|
17783
|
+
"ap-southeast-6" : { },
|
17738
17784
|
"ap-southeast-7" : { },
|
17739
17785
|
"ca-central-1" : { },
|
17740
17786
|
"ca-west-1" : { },
|
@@ -17943,6 +17989,7 @@
|
|
17943
17989
|
},
|
17944
17990
|
"omics" : {
|
17945
17991
|
"endpoints" : {
|
17992
|
+
"ap-northeast-2" : { },
|
17946
17993
|
"ap-southeast-1" : {
|
17947
17994
|
"credentialScope" : {
|
17948
17995
|
"region" : "ap-southeast-1"
|
@@ -18281,6 +18328,7 @@
|
|
18281
18328
|
"tags" : [ "dualstack" ]
|
18282
18329
|
} ]
|
18283
18330
|
},
|
18331
|
+
"ap-southeast-6" : { },
|
18284
18332
|
"ap-southeast-7" : {
|
18285
18333
|
"protocols" : [ "https" ],
|
18286
18334
|
"variants" : [ {
|
@@ -19113,6 +19161,7 @@
|
|
19113
19161
|
"ap-southeast-5" : {
|
19114
19162
|
"hostname" : "qbusiness.ap-southeast-5.api.aws"
|
19115
19163
|
},
|
19164
|
+
"ap-southeast-6" : { },
|
19116
19165
|
"ap-southeast-7" : {
|
19117
19166
|
"hostname" : "qbusiness.ap-southeast-7.api.aws"
|
19118
19167
|
},
|
@@ -19268,6 +19317,8 @@
|
|
19268
19317
|
"eu-west-1" : { },
|
19269
19318
|
"eu-west-2" : { },
|
19270
19319
|
"eu-west-3" : { },
|
19320
|
+
"il-central-1" : { },
|
19321
|
+
"me-central-1" : { },
|
19271
19322
|
"sa-east-1" : { },
|
19272
19323
|
"us-east-1" : { },
|
19273
19324
|
"us-east-2" : { },
|
@@ -19337,6 +19388,7 @@
|
|
19337
19388
|
"tags" : [ "dualstack" ]
|
19338
19389
|
} ]
|
19339
19390
|
},
|
19391
|
+
"ap-southeast-6" : { },
|
19340
19392
|
"ap-southeast-7" : {
|
19341
19393
|
"variants" : [ {
|
19342
19394
|
"tags" : [ "dualstack" ]
|
@@ -19592,6 +19644,7 @@
|
|
19592
19644
|
"tags" : [ "dualstack" ]
|
19593
19645
|
} ]
|
19594
19646
|
},
|
19647
|
+
"ap-southeast-6" : { },
|
19595
19648
|
"ap-southeast-7" : { },
|
19596
19649
|
"ca-central-1" : {
|
19597
19650
|
"variants" : [ {
|
@@ -19797,6 +19850,7 @@
|
|
19797
19850
|
"ap-southeast-3" : { },
|
19798
19851
|
"ap-southeast-4" : { },
|
19799
19852
|
"ap-southeast-5" : { },
|
19853
|
+
"ap-southeast-6" : { },
|
19800
19854
|
"ap-southeast-7" : { },
|
19801
19855
|
"ca-central-1" : {
|
19802
19856
|
"variants" : [ {
|
@@ -20075,6 +20129,7 @@
|
|
20075
20129
|
"ap-southeast-3" : { },
|
20076
20130
|
"ap-southeast-4" : { },
|
20077
20131
|
"ap-southeast-5" : { },
|
20132
|
+
"ap-southeast-6" : { },
|
20078
20133
|
"ap-southeast-7" : { },
|
20079
20134
|
"ca-central-1" : {
|
20080
20135
|
"variants" : [ {
|
@@ -20768,6 +20823,7 @@
|
|
20768
20823
|
"ap-southeast-3" : { },
|
20769
20824
|
"ap-southeast-4" : { },
|
20770
20825
|
"ap-southeast-5" : { },
|
20826
|
+
"ap-southeast-6" : { },
|
20771
20827
|
"ap-southeast-7" : { },
|
20772
20828
|
"ca-central-1" : { },
|
20773
20829
|
"ca-west-1" : { },
|
@@ -20864,6 +20920,7 @@
|
|
20864
20920
|
"ap-southeast-3" : { },
|
20865
20921
|
"ap-southeast-4" : { },
|
20866
20922
|
"ap-southeast-5" : { },
|
20923
|
+
"ap-southeast-6" : { },
|
20867
20924
|
"ap-southeast-7" : { },
|
20868
20925
|
"ca-central-1" : { },
|
20869
20926
|
"ca-west-1" : { },
|
@@ -21249,6 +21306,7 @@
|
|
21249
21306
|
"tags" : [ "dualstack" ]
|
21250
21307
|
} ]
|
21251
21308
|
},
|
21309
|
+
"ap-southeast-6" : { },
|
21252
21310
|
"ap-southeast-7" : {
|
21253
21311
|
"variants" : [ {
|
21254
21312
|
"hostname" : "route53resolver.ap-southeast-7.api.aws",
|
@@ -21730,6 +21788,7 @@
|
|
21730
21788
|
"tags" : [ "dualstack" ]
|
21731
21789
|
} ]
|
21732
21790
|
},
|
21791
|
+
"ap-southeast-6" : { },
|
21733
21792
|
"ap-southeast-7" : {
|
21734
21793
|
"variants" : [ {
|
21735
21794
|
"hostname" : "s3.dualstack.ap-southeast-7.amazonaws.com",
|
@@ -22562,6 +22621,7 @@
|
|
22562
22621
|
"ap-southeast-3" : { },
|
22563
22622
|
"ap-southeast-4" : { },
|
22564
22623
|
"ap-southeast-5" : { },
|
22624
|
+
"ap-southeast-6" : { },
|
22565
22625
|
"ap-southeast-7" : { },
|
22566
22626
|
"ca-central-1" : { },
|
22567
22627
|
"ca-west-1" : { },
|
@@ -22694,6 +22754,7 @@
|
|
22694
22754
|
"tags" : [ "dualstack" ]
|
22695
22755
|
} ]
|
22696
22756
|
},
|
22757
|
+
"ap-southeast-6" : { },
|
22697
22758
|
"ap-southeast-7" : {
|
22698
22759
|
"variants" : [ {
|
22699
22760
|
"tags" : [ "dualstack" ]
|
@@ -23520,6 +23581,7 @@
|
|
23520
23581
|
"tags" : [ "dualstack" ]
|
23521
23582
|
} ]
|
23522
23583
|
},
|
23584
|
+
"ap-southeast-6" : { },
|
23523
23585
|
"ap-southeast-7" : {
|
23524
23586
|
"variants" : [ {
|
23525
23587
|
"hostname" : "servicediscovery.ap-southeast-7.api.aws",
|
@@ -23738,6 +23800,7 @@
|
|
23738
23800
|
"ap-southeast-3" : { },
|
23739
23801
|
"ap-southeast-4" : { },
|
23740
23802
|
"ap-southeast-5" : { },
|
23803
|
+
"ap-southeast-6" : { },
|
23741
23804
|
"ap-southeast-7" : { },
|
23742
23805
|
"ca-central-1" : { },
|
23743
23806
|
"ca-west-1" : { },
|
@@ -24853,6 +24916,7 @@
|
|
24853
24916
|
"tags" : [ "dualstack" ]
|
24854
24917
|
} ]
|
24855
24918
|
},
|
24919
|
+
"ap-southeast-6" : { },
|
24856
24920
|
"ap-southeast-7" : {
|
24857
24921
|
"variants" : [ {
|
24858
24922
|
"hostname" : "sns.ap-southeast-7.api.aws",
|
@@ -25104,6 +25168,7 @@
|
|
25104
25168
|
"tags" : [ "dualstack" ]
|
25105
25169
|
} ]
|
25106
25170
|
},
|
25171
|
+
"ap-southeast-6" : { },
|
25107
25172
|
"ap-southeast-7" : {
|
25108
25173
|
"variants" : [ {
|
25109
25174
|
"hostname" : "sqs.ap-southeast-7.api.aws",
|
@@ -25302,6 +25367,7 @@
|
|
25302
25367
|
"ap-southeast-3" : { },
|
25303
25368
|
"ap-southeast-4" : { },
|
25304
25369
|
"ap-southeast-5" : { },
|
25370
|
+
"ap-southeast-6" : { },
|
25305
25371
|
"ap-southeast-7" : { },
|
25306
25372
|
"ca-central-1" : {
|
25307
25373
|
"variants" : [ {
|
@@ -25995,6 +26061,7 @@
|
|
25995
26061
|
"ap-southeast-3" : { },
|
25996
26062
|
"ap-southeast-4" : { },
|
25997
26063
|
"ap-southeast-5" : { },
|
26064
|
+
"ap-southeast-6" : { },
|
25998
26065
|
"ap-southeast-7" : { },
|
25999
26066
|
"ca-central-1" : {
|
26000
26067
|
"variants" : [ {
|
@@ -26219,6 +26286,7 @@
|
|
26219
26286
|
"ap-southeast-3" : { },
|
26220
26287
|
"ap-southeast-4" : { },
|
26221
26288
|
"ap-southeast-5" : { },
|
26289
|
+
"ap-southeast-6" : { },
|
26222
26290
|
"ap-southeast-7" : { },
|
26223
26291
|
"ca-central-1" : { },
|
26224
26292
|
"ca-west-1" : { },
|
@@ -26263,6 +26331,7 @@
|
|
26263
26331
|
"ap-southeast-3" : { },
|
26264
26332
|
"ap-southeast-4" : { },
|
26265
26333
|
"ap-southeast-5" : { },
|
26334
|
+
"ap-southeast-6" : { },
|
26266
26335
|
"ap-southeast-7" : { },
|
26267
26336
|
"aws-global" : {
|
26268
26337
|
"credentialScope" : {
|
@@ -26373,6 +26442,7 @@
|
|
26373
26442
|
"ap-southeast-3" : { },
|
26374
26443
|
"ap-southeast-4" : { },
|
26375
26444
|
"ap-southeast-5" : { },
|
26445
|
+
"ap-southeast-6" : { },
|
26376
26446
|
"ap-southeast-7" : { },
|
26377
26447
|
"ca-central-1" : {
|
26378
26448
|
"variants" : [ {
|
@@ -26542,6 +26612,7 @@
|
|
26542
26612
|
"tags" : [ "dualstack" ]
|
26543
26613
|
} ]
|
26544
26614
|
},
|
26615
|
+
"ap-southeast-6" : { },
|
26545
26616
|
"ap-southeast-7" : {
|
26546
26617
|
"variants" : [ {
|
26547
26618
|
"hostname" : "synthetics.ap-southeast-7.api.aws",
|
@@ -26757,6 +26828,7 @@
|
|
26757
26828
|
"ap-southeast-3" : { },
|
26758
26829
|
"ap-southeast-4" : { },
|
26759
26830
|
"ap-southeast-5" : { },
|
26831
|
+
"ap-southeast-6" : { },
|
26760
26832
|
"ap-southeast-7" : { },
|
26761
26833
|
"ca-central-1" : { },
|
26762
26834
|
"ca-west-1" : { },
|
@@ -29102,6 +29174,7 @@
|
|
29102
29174
|
"ap-southeast-3" : { },
|
29103
29175
|
"ap-southeast-4" : { },
|
29104
29176
|
"ap-southeast-5" : { },
|
29177
|
+
"ap-southeast-6" : { },
|
29105
29178
|
"ap-southeast-7" : { },
|
29106
29179
|
"ca-central-1" : { },
|
29107
29180
|
"ca-west-1" : { },
|
@@ -39578,6 +39651,7 @@
|
|
39578
39651
|
},
|
39579
39652
|
"compute-optimizer" : {
|
39580
39653
|
"endpoints" : {
|
39654
|
+
"us-isof-east-1" : { },
|
39581
39655
|
"us-isof-south-1" : {
|
39582
39656
|
"credentialScope" : {
|
39583
39657
|
"region" : "us-isof-south-1"
|