aws-partitions 1.1020.0 → 1.1022.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +67 -157
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52b24b2cfc9278898254ac52602758ead2d2221ff961c9b983d57deb93731da4
|
4
|
+
data.tar.gz: fa8a18dc5623c0ef31eacafd19ba64ae41e5bb7e44eb18cc6950e614b960edb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e866f2c8eb70f8dfdaa4541e070695fc82f1f5ca1b3e9b80258d1120b84ce61551b9a34e72254c5569bc5679c6da77f4f2843f1780cb8aabc52e59898acb988e
|
7
|
+
data.tar.gz: 466a99fc76e8e40f0eaa8548654f53003cf2d94053e743bc61f0446614ff0f957dcc6033c375ee252dc758ebf081aaaadb88d644e2d524a6eef40b736af73aee
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1022.0 (2024-12-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1021.0 (2024-12-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1020.0 (2024-12-10)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1022.0
|
data/partitions.json
CHANGED
@@ -6281,12 +6281,18 @@
|
|
6281
6281
|
},
|
6282
6282
|
"ca-central-1" : {
|
6283
6283
|
"variants" : [ {
|
6284
|
+
"hostname" : "dlm-fips.ca-central-1.api.aws",
|
6285
|
+
"tags" : [ "dualstack", "fips" ]
|
6286
|
+
}, {
|
6284
6287
|
"hostname" : "dlm.ca-central-1.api.aws",
|
6285
6288
|
"tags" : [ "dualstack" ]
|
6286
6289
|
} ]
|
6287
6290
|
},
|
6288
6291
|
"ca-west-1" : {
|
6289
6292
|
"variants" : [ {
|
6293
|
+
"hostname" : "dlm-fips.ca-west-1.api.aws",
|
6294
|
+
"tags" : [ "dualstack", "fips" ]
|
6295
|
+
}, {
|
6290
6296
|
"hostname" : "dlm.ca-west-1.api.aws",
|
6291
6297
|
"tags" : [ "dualstack" ]
|
6292
6298
|
} ]
|
@@ -6365,24 +6371,36 @@
|
|
6365
6371
|
},
|
6366
6372
|
"us-east-1" : {
|
6367
6373
|
"variants" : [ {
|
6374
|
+
"hostname" : "dlm-fips.us-east-1.api.aws",
|
6375
|
+
"tags" : [ "dualstack", "fips" ]
|
6376
|
+
}, {
|
6368
6377
|
"hostname" : "dlm.us-east-1.api.aws",
|
6369
6378
|
"tags" : [ "dualstack" ]
|
6370
6379
|
} ]
|
6371
6380
|
},
|
6372
6381
|
"us-east-2" : {
|
6373
6382
|
"variants" : [ {
|
6383
|
+
"hostname" : "dlm-fips.us-east-2.api.aws",
|
6384
|
+
"tags" : [ "dualstack", "fips" ]
|
6385
|
+
}, {
|
6374
6386
|
"hostname" : "dlm.us-east-2.api.aws",
|
6375
6387
|
"tags" : [ "dualstack" ]
|
6376
6388
|
} ]
|
6377
6389
|
},
|
6378
6390
|
"us-west-1" : {
|
6379
6391
|
"variants" : [ {
|
6392
|
+
"hostname" : "dlm-fips.us-west-1.api.aws",
|
6393
|
+
"tags" : [ "dualstack", "fips" ]
|
6394
|
+
}, {
|
6380
6395
|
"hostname" : "dlm.us-west-1.api.aws",
|
6381
6396
|
"tags" : [ "dualstack" ]
|
6382
6397
|
} ]
|
6383
6398
|
},
|
6384
6399
|
"us-west-2" : {
|
6385
6400
|
"variants" : [ {
|
6401
|
+
"hostname" : "dlm-fips.us-west-2.api.aws",
|
6402
|
+
"tags" : [ "dualstack", "fips" ]
|
6403
|
+
}, {
|
6386
6404
|
"hostname" : "dlm.us-west-2.api.aws",
|
6387
6405
|
"tags" : [ "dualstack" ]
|
6388
6406
|
} ]
|
@@ -14385,6 +14403,7 @@
|
|
14385
14403
|
"ap-southeast-2" : { },
|
14386
14404
|
"ap-southeast-3" : { },
|
14387
14405
|
"ap-southeast-4" : { },
|
14406
|
+
"ap-southeast-5" : { },
|
14388
14407
|
"ca-central-1" : {
|
14389
14408
|
"variants" : [ {
|
14390
14409
|
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
|
@@ -21157,34 +21176,8 @@
|
|
21157
21176
|
"ap-southeast-3" : { },
|
21158
21177
|
"ap-southeast-4" : { },
|
21159
21178
|
"ap-southeast-5" : { },
|
21160
|
-
"ca-central-1" : {
|
21161
|
-
|
21162
|
-
"hostname" : "streams.dynamodb-fips.ca-central-1.amazonaws.com",
|
21163
|
-
"tags" : [ "fips" ]
|
21164
|
-
} ]
|
21165
|
-
},
|
21166
|
-
"ca-central-1-fips" : {
|
21167
|
-
"credentialScope" : {
|
21168
|
-
"region" : "ca-central-1"
|
21169
|
-
},
|
21170
|
-
"deprecated" : true,
|
21171
|
-
"hostname" : "streams.dynamodb-fips.ca-central-1.amazonaws.com",
|
21172
|
-
"protocols" : [ "https" ]
|
21173
|
-
},
|
21174
|
-
"ca-west-1" : {
|
21175
|
-
"variants" : [ {
|
21176
|
-
"hostname" : "streams.dynamodb-fips.ca-west-1.amazonaws.com",
|
21177
|
-
"tags" : [ "fips" ]
|
21178
|
-
} ]
|
21179
|
-
},
|
21180
|
-
"ca-west-1-fips" : {
|
21181
|
-
"credentialScope" : {
|
21182
|
-
"region" : "ca-west-1"
|
21183
|
-
},
|
21184
|
-
"deprecated" : true,
|
21185
|
-
"hostname" : "streams.dynamodb-fips.ca-west-1.amazonaws.com",
|
21186
|
-
"protocols" : [ "https" ]
|
21187
|
-
},
|
21179
|
+
"ca-central-1" : { },
|
21180
|
+
"ca-west-1" : { },
|
21188
21181
|
"eu-central-1" : { },
|
21189
21182
|
"eu-central-2" : { },
|
21190
21183
|
"eu-north-1" : { },
|
@@ -21204,62 +21197,10 @@
|
|
21204
21197
|
"me-central-1" : { },
|
21205
21198
|
"me-south-1" : { },
|
21206
21199
|
"sa-east-1" : { },
|
21207
|
-
"us-east-1" : {
|
21208
|
-
|
21209
|
-
|
21210
|
-
|
21211
|
-
} ]
|
21212
|
-
},
|
21213
|
-
"us-east-1-fips" : {
|
21214
|
-
"credentialScope" : {
|
21215
|
-
"region" : "us-east-1"
|
21216
|
-
},
|
21217
|
-
"deprecated" : true,
|
21218
|
-
"hostname" : "streams.dynamodb-fips.us-east-1.amazonaws.com",
|
21219
|
-
"protocols" : [ "https" ]
|
21220
|
-
},
|
21221
|
-
"us-east-2" : {
|
21222
|
-
"variants" : [ {
|
21223
|
-
"hostname" : "streams.dynamodb-fips.us-east-2.amazonaws.com",
|
21224
|
-
"tags" : [ "fips" ]
|
21225
|
-
} ]
|
21226
|
-
},
|
21227
|
-
"us-east-2-fips" : {
|
21228
|
-
"credentialScope" : {
|
21229
|
-
"region" : "us-east-2"
|
21230
|
-
},
|
21231
|
-
"deprecated" : true,
|
21232
|
-
"hostname" : "streams.dynamodb-fips.us-east-2.amazonaws.com",
|
21233
|
-
"protocols" : [ "https" ]
|
21234
|
-
},
|
21235
|
-
"us-west-1" : {
|
21236
|
-
"variants" : [ {
|
21237
|
-
"hostname" : "streams.dynamodb-fips.us-west-1.amazonaws.com",
|
21238
|
-
"tags" : [ "fips" ]
|
21239
|
-
} ]
|
21240
|
-
},
|
21241
|
-
"us-west-1-fips" : {
|
21242
|
-
"credentialScope" : {
|
21243
|
-
"region" : "us-west-1"
|
21244
|
-
},
|
21245
|
-
"deprecated" : true,
|
21246
|
-
"hostname" : "streams.dynamodb-fips.us-west-1.amazonaws.com",
|
21247
|
-
"protocols" : [ "https" ]
|
21248
|
-
},
|
21249
|
-
"us-west-2" : {
|
21250
|
-
"variants" : [ {
|
21251
|
-
"hostname" : "streams.dynamodb-fips.us-west-2.amazonaws.com",
|
21252
|
-
"tags" : [ "fips" ]
|
21253
|
-
} ]
|
21254
|
-
},
|
21255
|
-
"us-west-2-fips" : {
|
21256
|
-
"credentialScope" : {
|
21257
|
-
"region" : "us-west-2"
|
21258
|
-
},
|
21259
|
-
"deprecated" : true,
|
21260
|
-
"hostname" : "streams.dynamodb-fips.us-west-2.amazonaws.com",
|
21261
|
-
"protocols" : [ "https" ]
|
21262
|
-
}
|
21200
|
+
"us-east-1" : { },
|
21201
|
+
"us-east-2" : { },
|
21202
|
+
"us-west-1" : { },
|
21203
|
+
"us-west-2" : { }
|
21263
21204
|
}
|
21264
21205
|
},
|
21265
21206
|
"sts" : {
|
@@ -22353,6 +22294,7 @@
|
|
22353
22294
|
"ap-southeast-1" : { },
|
22354
22295
|
"ap-southeast-2" : { },
|
22355
22296
|
"ap-southeast-3" : { },
|
22297
|
+
"ap-southeast-4" : { },
|
22356
22298
|
"ca-central-1" : { },
|
22357
22299
|
"eu-central-1" : { },
|
22358
22300
|
"eu-central-2" : { },
|
@@ -26638,6 +26580,9 @@
|
|
26638
26580
|
"endpoints" : {
|
26639
26581
|
"us-gov-east-1" : {
|
26640
26582
|
"variants" : [ {
|
26583
|
+
"hostname" : "dlm-fips.us-gov-east-1.api.aws",
|
26584
|
+
"tags" : [ "dualstack", "fips" ]
|
26585
|
+
}, {
|
26641
26586
|
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
|
26642
26587
|
"tags" : [ "fips" ]
|
26643
26588
|
} ]
|
@@ -26651,6 +26596,9 @@
|
|
26651
26596
|
},
|
26652
26597
|
"us-gov-west-1" : {
|
26653
26598
|
"variants" : [ {
|
26599
|
+
"hostname" : "dlm-fips.us-gov-west-1.api.aws",
|
26600
|
+
"tags" : [ "dualstack", "fips" ]
|
26601
|
+
}, {
|
26654
26602
|
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
|
26655
26603
|
"tags" : [ "fips" ]
|
26656
26604
|
} ]
|
@@ -30040,34 +29988,8 @@
|
|
30040
29988
|
} ]
|
30041
29989
|
},
|
30042
29990
|
"endpoints" : {
|
30043
|
-
"us-gov-east-1" : {
|
30044
|
-
|
30045
|
-
"hostname" : "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
|
30046
|
-
"tags" : [ "fips" ]
|
30047
|
-
} ]
|
30048
|
-
},
|
30049
|
-
"us-gov-east-1-fips" : {
|
30050
|
-
"credentialScope" : {
|
30051
|
-
"region" : "us-gov-east-1"
|
30052
|
-
},
|
30053
|
-
"deprecated" : true,
|
30054
|
-
"hostname" : "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
|
30055
|
-
"protocols" : [ "https" ]
|
30056
|
-
},
|
30057
|
-
"us-gov-west-1" : {
|
30058
|
-
"variants" : [ {
|
30059
|
-
"hostname" : "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
|
30060
|
-
"tags" : [ "fips" ]
|
30061
|
-
} ]
|
30062
|
-
},
|
30063
|
-
"us-gov-west-1-fips" : {
|
30064
|
-
"credentialScope" : {
|
30065
|
-
"region" : "us-gov-west-1"
|
30066
|
-
},
|
30067
|
-
"deprecated" : true,
|
30068
|
-
"hostname" : "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
|
30069
|
-
"protocols" : [ "https" ]
|
30070
|
-
}
|
29991
|
+
"us-gov-east-1" : { },
|
29992
|
+
"us-gov-west-1" : { }
|
30071
29993
|
}
|
30072
29994
|
},
|
30073
29995
|
"sts" : {
|
@@ -30780,8 +30702,18 @@
|
|
30780
30702
|
},
|
30781
30703
|
"dlm" : {
|
30782
30704
|
"endpoints" : {
|
30783
|
-
"us-iso-east-1" : {
|
30784
|
-
|
30705
|
+
"us-iso-east-1" : {
|
30706
|
+
"variants" : [ {
|
30707
|
+
"hostname" : "dlm-fips.us-iso-east-1.api.aws.ic.gov",
|
30708
|
+
"tags" : [ "dualstack", "fips" ]
|
30709
|
+
} ]
|
30710
|
+
},
|
30711
|
+
"us-iso-west-1" : {
|
30712
|
+
"variants" : [ {
|
30713
|
+
"hostname" : "dlm-fips.us-iso-west-1.api.aws.ic.gov",
|
30714
|
+
"tags" : [ "dualstack", "fips" ]
|
30715
|
+
} ]
|
30716
|
+
}
|
30785
30717
|
}
|
30786
30718
|
},
|
30787
30719
|
"dms" : {
|
@@ -31443,34 +31375,8 @@
|
|
31443
31375
|
}
|
31444
31376
|
},
|
31445
31377
|
"endpoints" : {
|
31446
|
-
"us-iso-east-1" : {
|
31447
|
-
|
31448
|
-
"hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
|
31449
|
-
"tags" : [ "fips" ]
|
31450
|
-
} ]
|
31451
|
-
},
|
31452
|
-
"us-iso-east-1-fips" : {
|
31453
|
-
"credentialScope" : {
|
31454
|
-
"region" : "us-iso-east-1"
|
31455
|
-
},
|
31456
|
-
"deprecated" : true,
|
31457
|
-
"hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
|
31458
|
-
"protocols" : [ "https" ]
|
31459
|
-
},
|
31460
|
-
"us-iso-west-1" : {
|
31461
|
-
"variants" : [ {
|
31462
|
-
"hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
|
31463
|
-
"tags" : [ "fips" ]
|
31464
|
-
} ]
|
31465
|
-
},
|
31466
|
-
"us-iso-west-1-fips" : {
|
31467
|
-
"credentialScope" : {
|
31468
|
-
"region" : "us-iso-west-1"
|
31469
|
-
},
|
31470
|
-
"deprecated" : true,
|
31471
|
-
"hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
|
31472
|
-
"protocols" : [ "https" ]
|
31473
|
-
}
|
31378
|
+
"us-iso-east-1" : { },
|
31379
|
+
"us-iso-west-1" : { }
|
31474
31380
|
}
|
31475
31381
|
},
|
31476
31382
|
"sts" : {
|
@@ -31709,7 +31615,12 @@
|
|
31709
31615
|
},
|
31710
31616
|
"dlm" : {
|
31711
31617
|
"endpoints" : {
|
31712
|
-
"us-isob-east-1" : {
|
31618
|
+
"us-isob-east-1" : {
|
31619
|
+
"variants" : [ {
|
31620
|
+
"hostname" : "dlm-fips.us-isob-east-1.api.aws.scloud",
|
31621
|
+
"tags" : [ "dualstack", "fips" ]
|
31622
|
+
} ]
|
31623
|
+
}
|
31713
31624
|
}
|
31714
31625
|
},
|
31715
31626
|
"dms" : {
|
@@ -31965,6 +31876,18 @@
|
|
31965
31876
|
"us-isob-east-1" : { }
|
31966
31877
|
}
|
31967
31878
|
},
|
31879
|
+
"organizations" : {
|
31880
|
+
"endpoints" : {
|
31881
|
+
"aws-iso-b-global" : {
|
31882
|
+
"credentialScope" : {
|
31883
|
+
"region" : "us-isob-east-1"
|
31884
|
+
},
|
31885
|
+
"hostname" : "organizations.us-isob-east-1.sc2s.sgov.gov"
|
31886
|
+
}
|
31887
|
+
},
|
31888
|
+
"isRegionalized" : false,
|
31889
|
+
"partitionEndpoint" : "aws-iso-b-global"
|
31890
|
+
},
|
31968
31891
|
"outposts" : {
|
31969
31892
|
"endpoints" : {
|
31970
31893
|
"us-isob-east-1" : { }
|
@@ -32191,20 +32114,7 @@
|
|
32191
32114
|
"protocols" : [ "http", "https" ]
|
32192
32115
|
},
|
32193
32116
|
"endpoints" : {
|
32194
|
-
"us-isob-east-1" : {
|
32195
|
-
"variants" : [ {
|
32196
|
-
"hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
|
32197
|
-
"tags" : [ "fips" ]
|
32198
|
-
} ]
|
32199
|
-
},
|
32200
|
-
"us-isob-east-1-fips" : {
|
32201
|
-
"credentialScope" : {
|
32202
|
-
"region" : "us-isob-east-1"
|
32203
|
-
},
|
32204
|
-
"deprecated" : true,
|
32205
|
-
"hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
|
32206
|
-
"protocols" : [ "https" ]
|
32207
|
-
}
|
32117
|
+
"us-isob-east-1" : { }
|
32208
32118
|
}
|
32209
32119
|
},
|
32210
32120
|
"sts" : {
|
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.
|
4
|
+
version: 1.1022.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-
|
11
|
+
date: 2024-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|