aws-partitions 1.1147.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8047c4f2a9c22c3e93ca89266b88c12f2e9d0e7066563e94b6c4d729cb3582f
4
- data.tar.gz: 98255d2c5f5681d2f17e1351c7b70dd8b890b336769852cea29cda192885166a
3
+ metadata.gz: 5310437da12c47f19129127b3e6500243261afd3dd1793d477c300700d782d78
4
+ data.tar.gz: e4568f5741a9d81e73479017a3e22c066e799d3515f24d8dcb5b9187b2fa455c
5
5
  SHA512:
6
- metadata.gz: f3da91b095fda878897241550b1abe6437fe9d2a4f25935d0dd947ad06cf7536d3f9ca2087fbebc9c3b1f9832ed66a5a6858066cb3177175518516f27a92c77b
7
- data.tar.gz: 27d1f6707f1229698de73549397663cda2d95419d3403f9c056f7d42f70a0f489c140221838c5d561af2fb73ca8d76ecc04713ae2a20b9dd7619f2e12d30641a
6
+ metadata.gz: f96f64cadb47cc8db18737936daf94620ae70997cf649886758f2c8bab69e7bf22dab613396fbb0a77028f85fc78e5261803a7da881338a73c2adf2730ae003c
7
+ data.tar.gz: 0d4caf6d7380af7d86e6a030277a9f2947e7881bc0d7ff5dc03cd5abdac8e7f5a3aae0fa70cb8c189ac4006c9f8bdd5d51086286cc4cdd9a727c507eed5beb0a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1153.0 (2025-08-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1152.0 (2025-08-27)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1151.0 (2025-08-25)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1150.0 (2025-08-21)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1149.0 (2025-08-20)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.1148.0 (2025-08-18)
30
+ ------------------
31
+
32
+ * Feature - Added support for enumerating regions for `Aws::BCMDashboards`.
33
+
4
34
  1.1147.0 (2025-08-14)
5
35
  ------------------
6
36
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1147.0
1
+ 1.1153.0
@@ -281,6 +281,7 @@ module Aws
281
281
  'AutoScaling' => 'autoscaling',
282
282
  'AutoScalingPlans' => 'autoscaling-plans',
283
283
  'B2bi' => 'b2bi',
284
+ 'BCMDashboards' => 'bcm-dashboards',
284
285
  'BCMDataExports' => 'bcm-data-exports',
285
286
  'BCMPricingCalculator' => 'bcm-pricing-calculator',
286
287
  'BCMRecommendedActions' => 'bcm-recommended-actions',
@@ -530,8 +531,6 @@ module Aws
530
531
  'Omics' => 'omics',
531
532
  'OpenSearchServerless' => 'aoss',
532
533
  'OpenSearchService' => 'es',
533
- 'OpsWorks' => 'opsworks',
534
- 'OpsWorksCM' => 'opsworks-cm',
535
534
  'Organizations' => 'organizations',
536
535
  'Outposts' => 'outposts',
537
536
  'PCS' => 'pcs',
@@ -50,11 +50,14 @@
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
  },
56
59
  "aws-global" : {
57
- "description" : "AWS Standard global region"
60
+ "description" : "aws global region"
58
61
  },
59
62
  "ca-central-1" : {
60
63
  "description" : "Canada (Central)"
@@ -127,7 +130,7 @@
127
130
  "regionRegex" : "^cn\\-\\w+\\-\\d+$",
128
131
  "regions" : {
129
132
  "aws-cn-global" : {
130
- "description" : "AWS China global region"
133
+ "description" : "aws-cn global region"
131
134
  },
132
135
  "cn-north-1" : {
133
136
  "description" : "China (Beijing)"
@@ -137,32 +140,26 @@
137
140
  }
138
141
  }
139
142
  }, {
140
- "id" : "aws-us-gov",
143
+ "id" : "aws-eusc",
141
144
  "outputs" : {
142
- "dnsSuffix" : "amazonaws.com",
143
- "dualStackDnsSuffix" : "api.aws",
144
- "implicitGlobalRegion" : "us-gov-west-1",
145
- "name" : "aws-us-gov",
145
+ "dnsSuffix" : "amazonaws.eu",
146
+ "dualStackDnsSuffix" : "api.amazonwebservices.eu",
147
+ "implicitGlobalRegion" : "eusc-de-east-1",
148
+ "name" : "aws-eusc",
146
149
  "supportsDualStack" : true,
147
150
  "supportsFIPS" : true
148
151
  },
149
- "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
152
+ "regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
150
153
  "regions" : {
151
- "aws-us-gov-global" : {
152
- "description" : "AWS GovCloud (US) global region"
153
- },
154
- "us-gov-east-1" : {
155
- "description" : "AWS GovCloud (US-East)"
156
- },
157
- "us-gov-west-1" : {
158
- "description" : "AWS GovCloud (US-West)"
154
+ "eusc-de-east-1" : {
155
+ "description" : "EU (Germany)"
159
156
  }
160
157
  }
161
158
  }, {
162
159
  "id" : "aws-iso",
163
160
  "outputs" : {
164
161
  "dnsSuffix" : "c2s.ic.gov",
165
- "dualStackDnsSuffix" : "c2s.ic.gov",
162
+ "dualStackDnsSuffix" : "api.aws.ic.gov",
166
163
  "implicitGlobalRegion" : "us-iso-east-1",
167
164
  "name" : "aws-iso",
168
165
  "supportsDualStack" : false,
@@ -171,7 +168,7 @@
171
168
  "regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
172
169
  "regions" : {
173
170
  "aws-iso-global" : {
174
- "description" : "AWS ISO (US) global region"
171
+ "description" : "aws-iso global region"
175
172
  },
176
173
  "us-iso-east-1" : {
177
174
  "description" : "US ISO East"
@@ -184,7 +181,7 @@
184
181
  "id" : "aws-iso-b",
185
182
  "outputs" : {
186
183
  "dnsSuffix" : "sc2s.sgov.gov",
187
- "dualStackDnsSuffix" : "sc2s.sgov.gov",
184
+ "dualStackDnsSuffix" : "api.aws.scloud",
188
185
  "implicitGlobalRegion" : "us-isob-east-1",
189
186
  "name" : "aws-iso-b",
190
187
  "supportsDualStack" : false,
@@ -193,7 +190,7 @@
193
190
  "regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
194
191
  "regions" : {
195
192
  "aws-iso-b-global" : {
196
- "description" : "AWS ISOB (US) global region"
193
+ "description" : "aws-iso-b global region"
197
194
  },
198
195
  "us-isob-east-1" : {
199
196
  "description" : "US ISOB East (Ohio)"
@@ -203,7 +200,7 @@
203
200
  "id" : "aws-iso-e",
204
201
  "outputs" : {
205
202
  "dnsSuffix" : "cloud.adc-e.uk",
206
- "dualStackDnsSuffix" : "cloud.adc-e.uk",
203
+ "dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
207
204
  "implicitGlobalRegion" : "eu-isoe-west-1",
208
205
  "name" : "aws-iso-e",
209
206
  "supportsDualStack" : false,
@@ -212,7 +209,7 @@
212
209
  "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
213
210
  "regions" : {
214
211
  "aws-iso-e-global" : {
215
- "description" : "AWS ISOE (Europe) global region"
212
+ "description" : "aws-iso-e global region"
216
213
  },
217
214
  "eu-isoe-west-1" : {
218
215
  "description" : "EU ISOE West"
@@ -222,7 +219,7 @@
222
219
  "id" : "aws-iso-f",
223
220
  "outputs" : {
224
221
  "dnsSuffix" : "csp.hci.ic.gov",
225
- "dualStackDnsSuffix" : "csp.hci.ic.gov",
222
+ "dualStackDnsSuffix" : "api.aws.hci.ic.gov",
226
223
  "implicitGlobalRegion" : "us-isof-south-1",
227
224
  "name" : "aws-iso-f",
228
225
  "supportsDualStack" : false,
@@ -231,7 +228,7 @@
231
228
  "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
232
229
  "regions" : {
233
230
  "aws-iso-f-global" : {
234
- "description" : "AWS ISOF global region"
231
+ "description" : "aws-iso-f global region"
235
232
  },
236
233
  "us-isof-east-1" : {
237
234
  "description" : "US ISOF EAST"
@@ -241,19 +238,25 @@
241
238
  }
242
239
  }
243
240
  }, {
244
- "id" : "aws-eusc",
241
+ "id" : "aws-us-gov",
245
242
  "outputs" : {
246
- "dnsSuffix" : "amazonaws.eu",
247
- "dualStackDnsSuffix" : "amazonaws.eu",
248
- "implicitGlobalRegion" : "eusc-de-east-1",
249
- "name" : "aws-eusc",
250
- "supportsDualStack" : false,
243
+ "dnsSuffix" : "amazonaws.com",
244
+ "dualStackDnsSuffix" : "api.aws",
245
+ "implicitGlobalRegion" : "us-gov-west-1",
246
+ "name" : "aws-us-gov",
247
+ "supportsDualStack" : true,
251
248
  "supportsFIPS" : true
252
249
  },
253
- "regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
250
+ "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
254
251
  "regions" : {
255
- "eusc-de-east-1" : {
256
- "description" : "EU (Germany)"
252
+ "aws-us-gov-global" : {
253
+ "description" : "aws-us-gov global region"
254
+ },
255
+ "us-gov-east-1" : {
256
+ "description" : "AWS GovCloud (US-East)"
257
+ },
258
+ "us-gov-west-1" : {
259
+ "description" : "AWS GovCloud (US-West)"
257
260
  }
258
261
  }
259
262
  } ],
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" : { },
@@ -3781,6 +3795,7 @@
3781
3795
  "ap-south-2" : { },
3782
3796
  "ap-southeast-1" : { },
3783
3797
  "ap-southeast-2" : { },
3798
+ "ap-southeast-3" : { },
3784
3799
  "ap-southeast-4" : { },
3785
3800
  "bedrock-ap-northeast-1" : {
3786
3801
  "credentialScope" : {
@@ -4614,6 +4629,7 @@
4614
4629
  "tags" : [ "dualstack" ]
4615
4630
  } ]
4616
4631
  },
4632
+ "ap-southeast-6" : { },
4617
4633
  "ap-southeast-7" : {
4618
4634
  "variants" : [ {
4619
4635
  "hostname" : "cloudcontrolapi.ap-southeast-7.api.aws",
@@ -4842,6 +4858,7 @@
4842
4858
  "ap-southeast-3" : { },
4843
4859
  "ap-southeast-4" : { },
4844
4860
  "ap-southeast-5" : { },
4861
+ "ap-southeast-6" : { },
4845
4862
  "ap-southeast-7" : { },
4846
4863
  "ca-central-1" : { },
4847
4864
  "ca-west-1" : { },
@@ -5125,6 +5142,7 @@
5125
5142
  "ap-southeast-3" : { },
5126
5143
  "ap-southeast-4" : { },
5127
5144
  "ap-southeast-5" : { },
5145
+ "ap-southeast-6" : { },
5128
5146
  "ap-southeast-7" : { },
5129
5147
  "ca-central-1" : { },
5130
5148
  "ca-west-1" : { },
@@ -6541,6 +6559,7 @@
6541
6559
  "ap-southeast-3" : { },
6542
6560
  "ap-southeast-4" : { },
6543
6561
  "ap-southeast-5" : { },
6562
+ "ap-southeast-6" : { },
6544
6563
  "ap-southeast-7" : { },
6545
6564
  "ca-central-1" : { },
6546
6565
  "ca-west-1" : { },
@@ -7284,6 +7303,7 @@
7284
7303
  "tags" : [ "dualstack" ]
7285
7304
  } ]
7286
7305
  },
7306
+ "ap-southeast-6" : { },
7287
7307
  "ap-southeast-7" : {
7288
7308
  "variants" : [ {
7289
7309
  "hostname" : "datasync.ap-southeast-7.api.aws",
@@ -7525,6 +7545,7 @@
7525
7545
  "ap-southeast-5" : {
7526
7546
  "hostname" : "datazone.ap-southeast-5.api.aws"
7527
7547
  },
7548
+ "ap-southeast-6" : { },
7528
7549
  "ap-southeast-7" : {
7529
7550
  "hostname" : "datazone.ap-southeast-7.api.aws"
7530
7551
  },
@@ -7719,6 +7740,7 @@
7719
7740
  "ap-southeast-3" : { },
7720
7741
  "ap-southeast-4" : { },
7721
7742
  "ap-southeast-5" : { },
7743
+ "ap-southeast-6" : { },
7722
7744
  "ap-southeast-7" : { },
7723
7745
  "ca-central-1" : {
7724
7746
  "variants" : [ {
@@ -7899,6 +7921,7 @@
7899
7921
  "tags" : [ "dualstack" ]
7900
7922
  } ]
7901
7923
  },
7924
+ "ap-southeast-6" : { },
7902
7925
  "ap-southeast-7" : {
7903
7926
  "variants" : [ {
7904
7927
  "hostname" : "dlm.ap-southeast-7.api.aws",
@@ -8054,6 +8077,7 @@
8054
8077
  "ap-southeast-3" : { },
8055
8078
  "ap-southeast-4" : { },
8056
8079
  "ap-southeast-5" : { },
8080
+ "ap-southeast-6" : { },
8057
8081
  "ap-southeast-7" : { },
8058
8082
  "ca-central-1" : { },
8059
8083
  "ca-west-1" : { },
@@ -8435,6 +8459,7 @@
8435
8459
  "ap-southeast-3" : { },
8436
8460
  "ap-southeast-4" : { },
8437
8461
  "ap-southeast-5" : { },
8462
+ "ap-southeast-6" : { },
8438
8463
  "ap-southeast-7" : { },
8439
8464
  "ca-central-1" : {
8440
8465
  "variants" : [ {
@@ -8551,6 +8576,7 @@
8551
8576
  "ap-southeast-3" : { },
8552
8577
  "ap-southeast-4" : { },
8553
8578
  "ap-southeast-5" : { },
8579
+ "ap-southeast-6" : { },
8554
8580
  "ap-southeast-7" : { },
8555
8581
  "ca-central-1" : {
8556
8582
  "variants" : [ {
@@ -8698,6 +8724,7 @@
8698
8724
  "ap-southeast-3" : { },
8699
8725
  "ap-southeast-4" : { },
8700
8726
  "ap-southeast-5" : { },
8727
+ "ap-southeast-6" : { },
8701
8728
  "ap-southeast-7" : { },
8702
8729
  "ca-central-1" : {
8703
8730
  "variants" : [ {
@@ -8862,6 +8889,7 @@
8862
8889
  "ap-southeast-3" : { },
8863
8890
  "ap-southeast-4" : { },
8864
8891
  "ap-southeast-5" : { },
8892
+ "ap-southeast-6" : { },
8865
8893
  "ap-southeast-7" : { },
8866
8894
  "ca-central-1" : { },
8867
8895
  "ca-west-1" : { },
@@ -8964,6 +8992,7 @@
8964
8992
  "ap-southeast-3" : { },
8965
8993
  "ap-southeast-4" : { },
8966
8994
  "ap-southeast-5" : { },
8995
+ "ap-southeast-6" : { },
8967
8996
  "ap-southeast-7" : { },
8968
8997
  "ca-central-1" : { },
8969
8998
  "ca-west-1" : { },
@@ -9081,6 +9110,7 @@
9081
9110
  "ap-southeast-5" : {
9082
9111
  "hostname" : "eks-auth.ap-southeast-5.api.aws"
9083
9112
  },
9113
+ "ap-southeast-6" : { },
9084
9114
  "ap-southeast-7" : {
9085
9115
  "hostname" : "eks-auth.ap-southeast-7.api.aws"
9086
9116
  },
@@ -9158,6 +9188,7 @@
9158
9188
  "ap-southeast-3" : { },
9159
9189
  "ap-southeast-4" : { },
9160
9190
  "ap-southeast-5" : { },
9191
+ "ap-southeast-6" : { },
9161
9192
  "ap-southeast-7" : { },
9162
9193
  "ca-central-1" : { },
9163
9194
  "ca-west-1" : { },
@@ -9291,6 +9322,8 @@
9291
9322
  "tags" : [ "dualstack" ]
9292
9323
  } ]
9293
9324
  },
9325
+ "ap-southeast-5" : { },
9326
+ "ap-southeast-7" : { },
9294
9327
  "ca-central-1" : {
9295
9328
  "variants" : [ {
9296
9329
  "hostname" : "elasticbeanstalk.ca-central-1.api.aws",
@@ -9315,6 +9348,7 @@
9315
9348
  "tags" : [ "dualstack" ]
9316
9349
  } ]
9317
9350
  },
9351
+ "eu-south-2" : { },
9318
9352
  "eu-west-1" : {
9319
9353
  "variants" : [ {
9320
9354
  "hostname" : "elasticbeanstalk.eu-west-1.api.aws",
@@ -9869,6 +9903,7 @@
9869
9903
  "ap-southeast-3" : { },
9870
9904
  "ap-southeast-4" : { },
9871
9905
  "ap-southeast-5" : { },
9906
+ "ap-southeast-6" : { },
9872
9907
  "ap-southeast-7" : { },
9873
9908
  "ca-central-1" : { },
9874
9909
  "ca-west-1" : { },
@@ -9958,6 +9993,7 @@
9958
9993
  "ap-southeast-3" : { },
9959
9994
  "ap-southeast-4" : { },
9960
9995
  "ap-southeast-5" : { },
9996
+ "ap-southeast-6" : { },
9961
9997
  "ap-southeast-7" : { },
9962
9998
  "ca-central-1" : {
9963
9999
  "variants" : [ {
@@ -10432,6 +10468,7 @@
10432
10468
  "tags" : [ "dualstack" ]
10433
10469
  } ]
10434
10470
  },
10471
+ "ap-southeast-6" : { },
10435
10472
  "ap-southeast-7" : {
10436
10473
  "variants" : [ {
10437
10474
  "hostname" : "aos.ap-southeast-7.api.aws",
@@ -10676,6 +10713,7 @@
10676
10713
  "tags" : [ "dualstack" ]
10677
10714
  } ]
10678
10715
  },
10716
+ "ap-southeast-6" : { },
10679
10717
  "ap-southeast-7" : {
10680
10718
  "variants" : [ {
10681
10719
  "hostname" : "events.ap-southeast-7.api.aws",
@@ -10974,6 +11012,7 @@
10974
11012
  } ]
10975
11013
  },
10976
11014
  "ap-southeast-5" : { },
11015
+ "ap-southeast-6" : { },
10977
11016
  "ap-southeast-7" : {
10978
11017
  "variants" : [ {
10979
11018
  "hostname" : "firehose.ap-southeast-7.api.aws",
@@ -11822,6 +11861,7 @@
11822
11861
  "ap-southeast-5" : {
11823
11862
  "hostname" : "gameliftstreams.ap-southeast-5.api.aws"
11824
11863
  },
11864
+ "ap-southeast-6" : { },
11825
11865
  "ap-southeast-7" : {
11826
11866
  "hostname" : "gameliftstreams.ap-southeast-7.api.aws"
11827
11867
  },
@@ -13049,6 +13089,7 @@
13049
13089
  "ap-southeast-5" : {
13050
13090
  "hostname" : "internetmonitor.ap-southeast-5.api.aws"
13051
13091
  },
13092
+ "ap-southeast-6" : { },
13052
13093
  "ap-southeast-7" : {
13053
13094
  "hostname" : "internetmonitor.ap-southeast-7.api.aws"
13054
13095
  },
@@ -14131,6 +14172,7 @@
14131
14172
  "ap-southeast-5" : {
14132
14173
  "hostname" : "kendra-ranking.ap-southeast-5.api.aws"
14133
14174
  },
14175
+ "ap-southeast-6" : { },
14134
14176
  "ap-southeast-7" : {
14135
14177
  "hostname" : "kendra-ranking.ap-southeast-7.api.aws"
14136
14178
  },
@@ -14218,6 +14260,7 @@
14218
14260
  "ap-southeast-3" : { },
14219
14261
  "ap-southeast-4" : { },
14220
14262
  "ap-southeast-5" : { },
14263
+ "ap-southeast-6" : { },
14221
14264
  "ap-southeast-7" : { },
14222
14265
  "ca-central-1" : { },
14223
14266
  "ca-west-1" : { },
@@ -14586,6 +14629,7 @@
14586
14629
  "deprecated" : true,
14587
14630
  "hostname" : "kms-fips.ap-southeast-5.amazonaws.com"
14588
14631
  },
14632
+ "ap-southeast-6" : { },
14589
14633
  "ap-southeast-7" : {
14590
14634
  "variants" : [ {
14591
14635
  "hostname" : "kms-fips.ap-southeast-7.amazonaws.com",
@@ -15172,6 +15216,7 @@
15172
15216
  "tags" : [ "dualstack" ]
15173
15217
  } ]
15174
15218
  },
15219
+ "ap-southeast-6" : { },
15175
15220
  "ap-southeast-7" : {
15176
15221
  "variants" : [ {
15177
15222
  "hostname" : "lambda.ap-southeast-7.api.aws",
@@ -15678,6 +15723,7 @@
15678
15723
  } ]
15679
15724
  },
15680
15725
  "ap-southeast-5" : { },
15726
+ "ap-southeast-6" : { },
15681
15727
  "ap-southeast-7" : { },
15682
15728
  "ca-central-1" : {
15683
15729
  "variants" : [ {
@@ -17193,6 +17239,7 @@
17193
17239
  "ap-southeast-3" : { },
17194
17240
  "ap-southeast-4" : { },
17195
17241
  "ap-southeast-5" : { },
17242
+ "ap-southeast-6" : { },
17196
17243
  "ap-southeast-7" : { },
17197
17244
  "ca-central-1" : { },
17198
17245
  "ca-west-1" : { },
@@ -17642,6 +17689,7 @@
17642
17689
  "ap-southeast-5" : {
17643
17690
  "hostname" : "notifications.ap-southeast-5.api.aws"
17644
17691
  },
17692
+ "ap-southeast-6" : { },
17645
17693
  "ap-southeast-7" : {
17646
17694
  "hostname" : "notifications.ap-southeast-7.api.aws"
17647
17695
  },
@@ -17731,6 +17779,7 @@
17731
17779
  "ap-southeast-3" : { },
17732
17780
  "ap-southeast-4" : { },
17733
17781
  "ap-southeast-5" : { },
17782
+ "ap-southeast-6" : { },
17734
17783
  "ap-southeast-7" : { },
17735
17784
  "ca-central-1" : { },
17736
17785
  "ca-west-1" : { },
@@ -18005,22 +18054,6 @@
18005
18054
  }
18006
18055
  }
18007
18056
  },
18008
- "opsworks" : {
18009
- "endpoints" : {
18010
- "ap-southeast-1" : { },
18011
- "eu-central-1" : { },
18012
- "eu-west-1" : { },
18013
- "us-east-1" : { },
18014
- "us-west-2" : { }
18015
- }
18016
- },
18017
- "opsworks-cm" : {
18018
- "endpoints" : {
18019
- "ap-southeast-2" : { },
18020
- "eu-west-1" : { },
18021
- "us-east-1" : { }
18022
- }
18023
- },
18024
18057
  "organizations" : {
18025
18058
  "endpoints" : {
18026
18059
  "aws-global" : {
@@ -18293,6 +18326,7 @@
18293
18326
  "tags" : [ "dualstack" ]
18294
18327
  } ]
18295
18328
  },
18329
+ "ap-southeast-6" : { },
18296
18330
  "ap-southeast-7" : {
18297
18331
  "protocols" : [ "https" ],
18298
18332
  "variants" : [ {
@@ -19125,6 +19159,7 @@
19125
19159
  "ap-southeast-5" : {
19126
19160
  "hostname" : "qbusiness.ap-southeast-5.api.aws"
19127
19161
  },
19162
+ "ap-southeast-6" : { },
19128
19163
  "ap-southeast-7" : {
19129
19164
  "hostname" : "qbusiness.ap-southeast-7.api.aws"
19130
19165
  },
@@ -19349,6 +19384,7 @@
19349
19384
  "tags" : [ "dualstack" ]
19350
19385
  } ]
19351
19386
  },
19387
+ "ap-southeast-6" : { },
19352
19388
  "ap-southeast-7" : {
19353
19389
  "variants" : [ {
19354
19390
  "tags" : [ "dualstack" ]
@@ -19604,6 +19640,7 @@
19604
19640
  "tags" : [ "dualstack" ]
19605
19641
  } ]
19606
19642
  },
19643
+ "ap-southeast-6" : { },
19607
19644
  "ap-southeast-7" : { },
19608
19645
  "ca-central-1" : {
19609
19646
  "variants" : [ {
@@ -19809,6 +19846,7 @@
19809
19846
  "ap-southeast-3" : { },
19810
19847
  "ap-southeast-4" : { },
19811
19848
  "ap-southeast-5" : { },
19849
+ "ap-southeast-6" : { },
19812
19850
  "ap-southeast-7" : { },
19813
19851
  "ca-central-1" : {
19814
19852
  "variants" : [ {
@@ -20087,6 +20125,7 @@
20087
20125
  "ap-southeast-3" : { },
20088
20126
  "ap-southeast-4" : { },
20089
20127
  "ap-southeast-5" : { },
20128
+ "ap-southeast-6" : { },
20090
20129
  "ap-southeast-7" : { },
20091
20130
  "ca-central-1" : {
20092
20131
  "variants" : [ {
@@ -20642,6 +20681,7 @@
20642
20681
  "endpoints" : {
20643
20682
  "af-south-1" : { },
20644
20683
  "ap-east-1" : { },
20684
+ "ap-east-2" : { },
20645
20685
  "ap-northeast-1" : { },
20646
20686
  "ap-northeast-2" : { },
20647
20687
  "ap-northeast-3" : { },
@@ -20875,6 +20915,7 @@
20875
20915
  "ap-southeast-3" : { },
20876
20916
  "ap-southeast-4" : { },
20877
20917
  "ap-southeast-5" : { },
20918
+ "ap-southeast-6" : { },
20878
20919
  "ap-southeast-7" : { },
20879
20920
  "ca-central-1" : { },
20880
20921
  "ca-west-1" : { },
@@ -21260,6 +21301,7 @@
21260
21301
  "tags" : [ "dualstack" ]
21261
21302
  } ]
21262
21303
  },
21304
+ "ap-southeast-6" : { },
21263
21305
  "ap-southeast-7" : {
21264
21306
  "variants" : [ {
21265
21307
  "hostname" : "route53resolver.ap-southeast-7.api.aws",
@@ -21741,6 +21783,7 @@
21741
21783
  "tags" : [ "dualstack" ]
21742
21784
  } ]
21743
21785
  },
21786
+ "ap-southeast-6" : { },
21744
21787
  "ap-southeast-7" : {
21745
21788
  "variants" : [ {
21746
21789
  "hostname" : "s3.dualstack.ap-southeast-7.amazonaws.com",
@@ -22705,6 +22748,7 @@
22705
22748
  "tags" : [ "dualstack" ]
22706
22749
  } ]
22707
22750
  },
22751
+ "ap-southeast-6" : { },
22708
22752
  "ap-southeast-7" : {
22709
22753
  "variants" : [ {
22710
22754
  "tags" : [ "dualstack" ]
@@ -23531,6 +23575,7 @@
23531
23575
  "tags" : [ "dualstack" ]
23532
23576
  } ]
23533
23577
  },
23578
+ "ap-southeast-6" : { },
23534
23579
  "ap-southeast-7" : {
23535
23580
  "variants" : [ {
23536
23581
  "hostname" : "servicediscovery.ap-southeast-7.api.aws",
@@ -23749,6 +23794,7 @@
23749
23794
  "ap-southeast-3" : { },
23750
23795
  "ap-southeast-4" : { },
23751
23796
  "ap-southeast-5" : { },
23797
+ "ap-southeast-6" : { },
23752
23798
  "ap-southeast-7" : { },
23753
23799
  "ca-central-1" : { },
23754
23800
  "ca-west-1" : { },
@@ -24864,6 +24910,7 @@
24864
24910
  "tags" : [ "dualstack" ]
24865
24911
  } ]
24866
24912
  },
24913
+ "ap-southeast-6" : { },
24867
24914
  "ap-southeast-7" : {
24868
24915
  "variants" : [ {
24869
24916
  "hostname" : "sns.ap-southeast-7.api.aws",
@@ -25115,6 +25162,7 @@
25115
25162
  "tags" : [ "dualstack" ]
25116
25163
  } ]
25117
25164
  },
25165
+ "ap-southeast-6" : { },
25118
25166
  "ap-southeast-7" : {
25119
25167
  "variants" : [ {
25120
25168
  "hostname" : "sqs.ap-southeast-7.api.aws",
@@ -25313,6 +25361,7 @@
25313
25361
  "ap-southeast-3" : { },
25314
25362
  "ap-southeast-4" : { },
25315
25363
  "ap-southeast-5" : { },
25364
+ "ap-southeast-6" : { },
25316
25365
  "ap-southeast-7" : { },
25317
25366
  "ca-central-1" : {
25318
25367
  "variants" : [ {
@@ -26006,6 +26055,7 @@
26006
26055
  "ap-southeast-3" : { },
26007
26056
  "ap-southeast-4" : { },
26008
26057
  "ap-southeast-5" : { },
26058
+ "ap-southeast-6" : { },
26009
26059
  "ap-southeast-7" : { },
26010
26060
  "ca-central-1" : {
26011
26061
  "variants" : [ {
@@ -26230,6 +26280,7 @@
26230
26280
  "ap-southeast-3" : { },
26231
26281
  "ap-southeast-4" : { },
26232
26282
  "ap-southeast-5" : { },
26283
+ "ap-southeast-6" : { },
26233
26284
  "ap-southeast-7" : { },
26234
26285
  "ca-central-1" : { },
26235
26286
  "ca-west-1" : { },
@@ -26274,6 +26325,7 @@
26274
26325
  "ap-southeast-3" : { },
26275
26326
  "ap-southeast-4" : { },
26276
26327
  "ap-southeast-5" : { },
26328
+ "ap-southeast-6" : { },
26277
26329
  "ap-southeast-7" : { },
26278
26330
  "aws-global" : {
26279
26331
  "credentialScope" : {
@@ -26384,6 +26436,7 @@
26384
26436
  "ap-southeast-3" : { },
26385
26437
  "ap-southeast-4" : { },
26386
26438
  "ap-southeast-5" : { },
26439
+ "ap-southeast-6" : { },
26387
26440
  "ap-southeast-7" : { },
26388
26441
  "ca-central-1" : {
26389
26442
  "variants" : [ {
@@ -26553,6 +26606,7 @@
26553
26606
  "tags" : [ "dualstack" ]
26554
26607
  } ]
26555
26608
  },
26609
+ "ap-southeast-6" : { },
26556
26610
  "ap-southeast-7" : {
26557
26611
  "variants" : [ {
26558
26612
  "hostname" : "synthetics.ap-southeast-7.api.aws",
@@ -26768,6 +26822,7 @@
26768
26822
  "ap-southeast-3" : { },
26769
26823
  "ap-southeast-4" : { },
26770
26824
  "ap-southeast-5" : { },
26825
+ "ap-southeast-6" : { },
26771
26826
  "ap-southeast-7" : { },
26772
26827
  "ca-central-1" : { },
26773
26828
  "ca-west-1" : { },
@@ -27575,6 +27630,9 @@
27575
27630
  },
27576
27631
  "trustedadvisor" : {
27577
27632
  "endpoints" : {
27633
+ "ap-northeast-2" : { },
27634
+ "ap-southeast-2" : { },
27635
+ "eu-west-1" : { },
27578
27636
  "fips-us-east-1" : {
27579
27637
  "credentialScope" : {
27580
27638
  "region" : "us-east-1"
@@ -27592,13 +27650,17 @@
27592
27650
  "region" : "us-west-2"
27593
27651
  },
27594
27652
  "hostname" : "trustedadvisor-fips.us-west-2.api.aws"
27595
- }
27653
+ },
27654
+ "us-east-1" : { },
27655
+ "us-east-2" : { },
27656
+ "us-west-2" : { }
27596
27657
  }
27597
27658
  },
27598
27659
  "verifiedpermissions" : {
27599
27660
  "endpoints" : {
27600
27661
  "af-south-1" : { },
27601
27662
  "ap-east-1" : { },
27663
+ "ap-east-2" : { },
27602
27664
  "ap-northeast-1" : { },
27603
27665
  "ap-northeast-2" : { },
27604
27666
  "ap-northeast-3" : { },
@@ -27608,6 +27670,8 @@
27608
27670
  "ap-southeast-2" : { },
27609
27671
  "ap-southeast-3" : { },
27610
27672
  "ap-southeast-4" : { },
27673
+ "ap-southeast-5" : { },
27674
+ "ap-southeast-7" : { },
27611
27675
  "ca-central-1" : {
27612
27676
  "variants" : [ {
27613
27677
  "hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com",
@@ -27673,6 +27737,7 @@
27673
27737
  "il-central-1" : { },
27674
27738
  "me-central-1" : { },
27675
27739
  "me-south-1" : { },
27740
+ "mx-central-1" : { },
27676
27741
  "sa-east-1" : { },
27677
27742
  "us-east-1" : {
27678
27743
  "variants" : [ {
@@ -29103,6 +29168,7 @@
29103
29168
  "ap-southeast-3" : { },
29104
29169
  "ap-southeast-4" : { },
29105
29170
  "ap-southeast-5" : { },
29171
+ "ap-southeast-6" : { },
29106
29172
  "ap-southeast-7" : { },
29107
29173
  "ca-central-1" : { },
29108
29174
  "ca-west-1" : { },
@@ -35212,6 +35278,12 @@
35212
35278
  }
35213
35279
  }
35214
35280
  },
35281
+ "rum" : {
35282
+ "endpoints" : {
35283
+ "us-gov-east-1" : { },
35284
+ "us-gov-west-1" : { }
35285
+ }
35286
+ },
35215
35287
  "runtime-v2-lex" : {
35216
35288
  "endpoints" : {
35217
35289
  "us-gov-west-1" : { }
@@ -37191,7 +37263,8 @@
37191
37263
  "hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
37192
37264
  "tags" : [ "fips" ]
37193
37265
  } ]
37194
- }
37266
+ },
37267
+ "us-iso-west-1" : { }
37195
37268
  }
37196
37269
  },
37197
37270
  "glacier" : {
@@ -39337,6 +39410,11 @@
39337
39410
  "eu-isoe-west-1" : { }
39338
39411
  }
39339
39412
  },
39413
+ "trustedadvisor" : {
39414
+ "endpoints" : {
39415
+ "eu-isoe-west-1" : { }
39416
+ }
39417
+ },
39340
39418
  "xray" : {
39341
39419
  "endpoints" : {
39342
39420
  "eu-isoe-west-1" : { }
@@ -40175,6 +40253,11 @@
40175
40253
  "us-isof-south-1" : { }
40176
40254
  }
40177
40255
  },
40256
+ "trustedadvisor" : {
40257
+ "endpoints" : {
40258
+ "us-isof-south-1" : { }
40259
+ }
40260
+ },
40178
40261
  "xray" : {
40179
40262
  "endpoints" : {
40180
40263
  "us-isof-east-1" : { },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1147.0
4
+ version: 1.1153.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services