aws-partitions 1.1152.0 → 1.1153.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 +5 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +4 -1
- data/partitions.json +67 -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: 5310437da12c47f19129127b3e6500243261afd3dd1793d477c300700d782d78
|
4
|
+
data.tar.gz: e4568f5741a9d81e73479017a3e22c066e799d3515f24d8dcb5b9187b2fa455c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f96f64cadb47cc8db18737936daf94620ae70997cf649886758f2c8bab69e7bf22dab613396fbb0a77028f85fc78e5261803a7da881338a73c2adf2730ae003c
|
7
|
+
data.tar.gz: 0d4caf6d7380af7d86e6a030277a9f2947e7881bc0d7ff5dc03cd5abdac8e7f5a3aae0fa70cb8c189ac4006c9f8bdd5d51086286cc4cdd9a727c507eed5beb0a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1153.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
|
},
|
@@ -14135,6 +14172,7 @@
|
|
14135
14172
|
"ap-southeast-5" : {
|
14136
14173
|
"hostname" : "kendra-ranking.ap-southeast-5.api.aws"
|
14137
14174
|
},
|
14175
|
+
"ap-southeast-6" : { },
|
14138
14176
|
"ap-southeast-7" : {
|
14139
14177
|
"hostname" : "kendra-ranking.ap-southeast-7.api.aws"
|
14140
14178
|
},
|
@@ -14222,6 +14260,7 @@
|
|
14222
14260
|
"ap-southeast-3" : { },
|
14223
14261
|
"ap-southeast-4" : { },
|
14224
14262
|
"ap-southeast-5" : { },
|
14263
|
+
"ap-southeast-6" : { },
|
14225
14264
|
"ap-southeast-7" : { },
|
14226
14265
|
"ca-central-1" : { },
|
14227
14266
|
"ca-west-1" : { },
|
@@ -14590,6 +14629,7 @@
|
|
14590
14629
|
"deprecated" : true,
|
14591
14630
|
"hostname" : "kms-fips.ap-southeast-5.amazonaws.com"
|
14592
14631
|
},
|
14632
|
+
"ap-southeast-6" : { },
|
14593
14633
|
"ap-southeast-7" : {
|
14594
14634
|
"variants" : [ {
|
14595
14635
|
"hostname" : "kms-fips.ap-southeast-7.amazonaws.com",
|
@@ -15176,6 +15216,7 @@
|
|
15176
15216
|
"tags" : [ "dualstack" ]
|
15177
15217
|
} ]
|
15178
15218
|
},
|
15219
|
+
"ap-southeast-6" : { },
|
15179
15220
|
"ap-southeast-7" : {
|
15180
15221
|
"variants" : [ {
|
15181
15222
|
"hostname" : "lambda.ap-southeast-7.api.aws",
|
@@ -15682,6 +15723,7 @@
|
|
15682
15723
|
} ]
|
15683
15724
|
},
|
15684
15725
|
"ap-southeast-5" : { },
|
15726
|
+
"ap-southeast-6" : { },
|
15685
15727
|
"ap-southeast-7" : { },
|
15686
15728
|
"ca-central-1" : {
|
15687
15729
|
"variants" : [ {
|
@@ -17197,6 +17239,7 @@
|
|
17197
17239
|
"ap-southeast-3" : { },
|
17198
17240
|
"ap-southeast-4" : { },
|
17199
17241
|
"ap-southeast-5" : { },
|
17242
|
+
"ap-southeast-6" : { },
|
17200
17243
|
"ap-southeast-7" : { },
|
17201
17244
|
"ca-central-1" : { },
|
17202
17245
|
"ca-west-1" : { },
|
@@ -17646,6 +17689,7 @@
|
|
17646
17689
|
"ap-southeast-5" : {
|
17647
17690
|
"hostname" : "notifications.ap-southeast-5.api.aws"
|
17648
17691
|
},
|
17692
|
+
"ap-southeast-6" : { },
|
17649
17693
|
"ap-southeast-7" : {
|
17650
17694
|
"hostname" : "notifications.ap-southeast-7.api.aws"
|
17651
17695
|
},
|
@@ -17735,6 +17779,7 @@
|
|
17735
17779
|
"ap-southeast-3" : { },
|
17736
17780
|
"ap-southeast-4" : { },
|
17737
17781
|
"ap-southeast-5" : { },
|
17782
|
+
"ap-southeast-6" : { },
|
17738
17783
|
"ap-southeast-7" : { },
|
17739
17784
|
"ca-central-1" : { },
|
17740
17785
|
"ca-west-1" : { },
|
@@ -18281,6 +18326,7 @@
|
|
18281
18326
|
"tags" : [ "dualstack" ]
|
18282
18327
|
} ]
|
18283
18328
|
},
|
18329
|
+
"ap-southeast-6" : { },
|
18284
18330
|
"ap-southeast-7" : {
|
18285
18331
|
"protocols" : [ "https" ],
|
18286
18332
|
"variants" : [ {
|
@@ -19113,6 +19159,7 @@
|
|
19113
19159
|
"ap-southeast-5" : {
|
19114
19160
|
"hostname" : "qbusiness.ap-southeast-5.api.aws"
|
19115
19161
|
},
|
19162
|
+
"ap-southeast-6" : { },
|
19116
19163
|
"ap-southeast-7" : {
|
19117
19164
|
"hostname" : "qbusiness.ap-southeast-7.api.aws"
|
19118
19165
|
},
|
@@ -19337,6 +19384,7 @@
|
|
19337
19384
|
"tags" : [ "dualstack" ]
|
19338
19385
|
} ]
|
19339
19386
|
},
|
19387
|
+
"ap-southeast-6" : { },
|
19340
19388
|
"ap-southeast-7" : {
|
19341
19389
|
"variants" : [ {
|
19342
19390
|
"tags" : [ "dualstack" ]
|
@@ -19592,6 +19640,7 @@
|
|
19592
19640
|
"tags" : [ "dualstack" ]
|
19593
19641
|
} ]
|
19594
19642
|
},
|
19643
|
+
"ap-southeast-6" : { },
|
19595
19644
|
"ap-southeast-7" : { },
|
19596
19645
|
"ca-central-1" : {
|
19597
19646
|
"variants" : [ {
|
@@ -19797,6 +19846,7 @@
|
|
19797
19846
|
"ap-southeast-3" : { },
|
19798
19847
|
"ap-southeast-4" : { },
|
19799
19848
|
"ap-southeast-5" : { },
|
19849
|
+
"ap-southeast-6" : { },
|
19800
19850
|
"ap-southeast-7" : { },
|
19801
19851
|
"ca-central-1" : {
|
19802
19852
|
"variants" : [ {
|
@@ -20075,6 +20125,7 @@
|
|
20075
20125
|
"ap-southeast-3" : { },
|
20076
20126
|
"ap-southeast-4" : { },
|
20077
20127
|
"ap-southeast-5" : { },
|
20128
|
+
"ap-southeast-6" : { },
|
20078
20129
|
"ap-southeast-7" : { },
|
20079
20130
|
"ca-central-1" : {
|
20080
20131
|
"variants" : [ {
|
@@ -20864,6 +20915,7 @@
|
|
20864
20915
|
"ap-southeast-3" : { },
|
20865
20916
|
"ap-southeast-4" : { },
|
20866
20917
|
"ap-southeast-5" : { },
|
20918
|
+
"ap-southeast-6" : { },
|
20867
20919
|
"ap-southeast-7" : { },
|
20868
20920
|
"ca-central-1" : { },
|
20869
20921
|
"ca-west-1" : { },
|
@@ -21249,6 +21301,7 @@
|
|
21249
21301
|
"tags" : [ "dualstack" ]
|
21250
21302
|
} ]
|
21251
21303
|
},
|
21304
|
+
"ap-southeast-6" : { },
|
21252
21305
|
"ap-southeast-7" : {
|
21253
21306
|
"variants" : [ {
|
21254
21307
|
"hostname" : "route53resolver.ap-southeast-7.api.aws",
|
@@ -21730,6 +21783,7 @@
|
|
21730
21783
|
"tags" : [ "dualstack" ]
|
21731
21784
|
} ]
|
21732
21785
|
},
|
21786
|
+
"ap-southeast-6" : { },
|
21733
21787
|
"ap-southeast-7" : {
|
21734
21788
|
"variants" : [ {
|
21735
21789
|
"hostname" : "s3.dualstack.ap-southeast-7.amazonaws.com",
|
@@ -22694,6 +22748,7 @@
|
|
22694
22748
|
"tags" : [ "dualstack" ]
|
22695
22749
|
} ]
|
22696
22750
|
},
|
22751
|
+
"ap-southeast-6" : { },
|
22697
22752
|
"ap-southeast-7" : {
|
22698
22753
|
"variants" : [ {
|
22699
22754
|
"tags" : [ "dualstack" ]
|
@@ -23520,6 +23575,7 @@
|
|
23520
23575
|
"tags" : [ "dualstack" ]
|
23521
23576
|
} ]
|
23522
23577
|
},
|
23578
|
+
"ap-southeast-6" : { },
|
23523
23579
|
"ap-southeast-7" : {
|
23524
23580
|
"variants" : [ {
|
23525
23581
|
"hostname" : "servicediscovery.ap-southeast-7.api.aws",
|
@@ -23738,6 +23794,7 @@
|
|
23738
23794
|
"ap-southeast-3" : { },
|
23739
23795
|
"ap-southeast-4" : { },
|
23740
23796
|
"ap-southeast-5" : { },
|
23797
|
+
"ap-southeast-6" : { },
|
23741
23798
|
"ap-southeast-7" : { },
|
23742
23799
|
"ca-central-1" : { },
|
23743
23800
|
"ca-west-1" : { },
|
@@ -24853,6 +24910,7 @@
|
|
24853
24910
|
"tags" : [ "dualstack" ]
|
24854
24911
|
} ]
|
24855
24912
|
},
|
24913
|
+
"ap-southeast-6" : { },
|
24856
24914
|
"ap-southeast-7" : {
|
24857
24915
|
"variants" : [ {
|
24858
24916
|
"hostname" : "sns.ap-southeast-7.api.aws",
|
@@ -25104,6 +25162,7 @@
|
|
25104
25162
|
"tags" : [ "dualstack" ]
|
25105
25163
|
} ]
|
25106
25164
|
},
|
25165
|
+
"ap-southeast-6" : { },
|
25107
25166
|
"ap-southeast-7" : {
|
25108
25167
|
"variants" : [ {
|
25109
25168
|
"hostname" : "sqs.ap-southeast-7.api.aws",
|
@@ -25302,6 +25361,7 @@
|
|
25302
25361
|
"ap-southeast-3" : { },
|
25303
25362
|
"ap-southeast-4" : { },
|
25304
25363
|
"ap-southeast-5" : { },
|
25364
|
+
"ap-southeast-6" : { },
|
25305
25365
|
"ap-southeast-7" : { },
|
25306
25366
|
"ca-central-1" : {
|
25307
25367
|
"variants" : [ {
|
@@ -25995,6 +26055,7 @@
|
|
25995
26055
|
"ap-southeast-3" : { },
|
25996
26056
|
"ap-southeast-4" : { },
|
25997
26057
|
"ap-southeast-5" : { },
|
26058
|
+
"ap-southeast-6" : { },
|
25998
26059
|
"ap-southeast-7" : { },
|
25999
26060
|
"ca-central-1" : {
|
26000
26061
|
"variants" : [ {
|
@@ -26219,6 +26280,7 @@
|
|
26219
26280
|
"ap-southeast-3" : { },
|
26220
26281
|
"ap-southeast-4" : { },
|
26221
26282
|
"ap-southeast-5" : { },
|
26283
|
+
"ap-southeast-6" : { },
|
26222
26284
|
"ap-southeast-7" : { },
|
26223
26285
|
"ca-central-1" : { },
|
26224
26286
|
"ca-west-1" : { },
|
@@ -26263,6 +26325,7 @@
|
|
26263
26325
|
"ap-southeast-3" : { },
|
26264
26326
|
"ap-southeast-4" : { },
|
26265
26327
|
"ap-southeast-5" : { },
|
26328
|
+
"ap-southeast-6" : { },
|
26266
26329
|
"ap-southeast-7" : { },
|
26267
26330
|
"aws-global" : {
|
26268
26331
|
"credentialScope" : {
|
@@ -26373,6 +26436,7 @@
|
|
26373
26436
|
"ap-southeast-3" : { },
|
26374
26437
|
"ap-southeast-4" : { },
|
26375
26438
|
"ap-southeast-5" : { },
|
26439
|
+
"ap-southeast-6" : { },
|
26376
26440
|
"ap-southeast-7" : { },
|
26377
26441
|
"ca-central-1" : {
|
26378
26442
|
"variants" : [ {
|
@@ -26542,6 +26606,7 @@
|
|
26542
26606
|
"tags" : [ "dualstack" ]
|
26543
26607
|
} ]
|
26544
26608
|
},
|
26609
|
+
"ap-southeast-6" : { },
|
26545
26610
|
"ap-southeast-7" : {
|
26546
26611
|
"variants" : [ {
|
26547
26612
|
"hostname" : "synthetics.ap-southeast-7.api.aws",
|
@@ -26757,6 +26822,7 @@
|
|
26757
26822
|
"ap-southeast-3" : { },
|
26758
26823
|
"ap-southeast-4" : { },
|
26759
26824
|
"ap-southeast-5" : { },
|
26825
|
+
"ap-southeast-6" : { },
|
26760
26826
|
"ap-southeast-7" : { },
|
26761
26827
|
"ca-central-1" : { },
|
26762
26828
|
"ca-west-1" : { },
|
@@ -29102,6 +29168,7 @@
|
|
29102
29168
|
"ap-southeast-3" : { },
|
29103
29169
|
"ap-southeast-4" : { },
|
29104
29170
|
"ap-southeast-5" : { },
|
29171
|
+
"ap-southeast-6" : { },
|
29105
29172
|
"ap-southeast-7" : { },
|
29106
29173
|
"ca-central-1" : { },
|
29107
29174
|
"ca-west-1" : { },
|