aws-partitions 1.1019.0 → 1.1021.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 +71 -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: d4ec8c0b4ee060e1c7592e64220a75684dae12a2c331ba0e900f817b73feb298
|
4
|
+
data.tar.gz: 409fef8a9eff98b68972be2d475df7df2c3a2fa190719246f83eaf607d87a87c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae8abda7015cfd8c089f9845aadc92e95bc5e4aac738ecdaef24101c647bda6adc37412d94747e6f5dc57564426b93c43aa9d00dd0e3f4ab2f37532c76cdc9b2
|
7
|
+
data.tar.gz: 1e14a76717aeba24f456c04e2aa92e1902ca31db20cb07595228223bc3f24dbc8e543473fff2346d18d36ea39719e169381ee45d665528a5d9fb8eb0ff5def7d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1021.0 (2024-12-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1020.0 (2024-12-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1019.0 (2024-12-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1021.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
|
} ]
|
@@ -21157,34 +21175,8 @@
|
|
21157
21175
|
"ap-southeast-3" : { },
|
21158
21176
|
"ap-southeast-4" : { },
|
21159
21177
|
"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
|
-
},
|
21178
|
+
"ca-central-1" : { },
|
21179
|
+
"ca-west-1" : { },
|
21188
21180
|
"eu-central-1" : { },
|
21189
21181
|
"eu-central-2" : { },
|
21190
21182
|
"eu-north-1" : { },
|
@@ -21204,62 +21196,10 @@
|
|
21204
21196
|
"me-central-1" : { },
|
21205
21197
|
"me-south-1" : { },
|
21206
21198
|
"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
|
-
}
|
21199
|
+
"us-east-1" : { },
|
21200
|
+
"us-east-2" : { },
|
21201
|
+
"us-west-1" : { },
|
21202
|
+
"us-west-2" : { }
|
21263
21203
|
}
|
21264
21204
|
},
|
21265
21205
|
"sts" : {
|
@@ -22353,6 +22293,7 @@
|
|
22353
22293
|
"ap-southeast-1" : { },
|
22354
22294
|
"ap-southeast-2" : { },
|
22355
22295
|
"ap-southeast-3" : { },
|
22296
|
+
"ap-southeast-4" : { },
|
22356
22297
|
"ca-central-1" : { },
|
22357
22298
|
"eu-central-1" : { },
|
22358
22299
|
"eu-central-2" : { },
|
@@ -26638,6 +26579,9 @@
|
|
26638
26579
|
"endpoints" : {
|
26639
26580
|
"us-gov-east-1" : {
|
26640
26581
|
"variants" : [ {
|
26582
|
+
"hostname" : "dlm-fips.us-gov-east-1.api.aws",
|
26583
|
+
"tags" : [ "dualstack", "fips" ]
|
26584
|
+
}, {
|
26641
26585
|
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
|
26642
26586
|
"tags" : [ "fips" ]
|
26643
26587
|
} ]
|
@@ -26651,6 +26595,9 @@
|
|
26651
26595
|
},
|
26652
26596
|
"us-gov-west-1" : {
|
26653
26597
|
"variants" : [ {
|
26598
|
+
"hostname" : "dlm-fips.us-gov-west-1.api.aws",
|
26599
|
+
"tags" : [ "dualstack", "fips" ]
|
26600
|
+
}, {
|
26654
26601
|
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
|
26655
26602
|
"tags" : [ "fips" ]
|
26656
26603
|
} ]
|
@@ -30040,34 +29987,8 @@
|
|
30040
29987
|
} ]
|
30041
29988
|
},
|
30042
29989
|
"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
|
-
}
|
29990
|
+
"us-gov-east-1" : { },
|
29991
|
+
"us-gov-west-1" : { }
|
30071
29992
|
}
|
30072
29993
|
},
|
30073
29994
|
"sts" : {
|
@@ -30564,6 +30485,23 @@
|
|
30564
30485
|
}
|
30565
30486
|
},
|
30566
30487
|
"services" : {
|
30488
|
+
"agreement-marketplace" : {
|
30489
|
+
"endpoints" : {
|
30490
|
+
"fips-us-iso-east-1" : {
|
30491
|
+
"credentialScope" : {
|
30492
|
+
"region" : "us-iso-east-1"
|
30493
|
+
},
|
30494
|
+
"deprecated" : true,
|
30495
|
+
"hostname" : "agreement-marketplace-fips.us-iso-east-1.c2s.ic.gov"
|
30496
|
+
},
|
30497
|
+
"us-iso-east-1" : {
|
30498
|
+
"variants" : [ {
|
30499
|
+
"hostname" : "agreement-marketplace-fips.us-iso-east-1.c2s.ic.gov",
|
30500
|
+
"tags" : [ "fips" ]
|
30501
|
+
} ]
|
30502
|
+
}
|
30503
|
+
}
|
30504
|
+
},
|
30567
30505
|
"api.ecr" : {
|
30568
30506
|
"endpoints" : {
|
30569
30507
|
"us-iso-east-1" : {
|
@@ -30763,8 +30701,18 @@
|
|
30763
30701
|
},
|
30764
30702
|
"dlm" : {
|
30765
30703
|
"endpoints" : {
|
30766
|
-
"us-iso-east-1" : {
|
30767
|
-
|
30704
|
+
"us-iso-east-1" : {
|
30705
|
+
"variants" : [ {
|
30706
|
+
"hostname" : "dlm-fips.us-iso-east-1.api.aws.ic.gov",
|
30707
|
+
"tags" : [ "dualstack", "fips" ]
|
30708
|
+
} ]
|
30709
|
+
},
|
30710
|
+
"us-iso-west-1" : {
|
30711
|
+
"variants" : [ {
|
30712
|
+
"hostname" : "dlm-fips.us-iso-west-1.api.aws.ic.gov",
|
30713
|
+
"tags" : [ "dualstack", "fips" ]
|
30714
|
+
} ]
|
30715
|
+
}
|
30768
30716
|
}
|
30769
30717
|
},
|
30770
30718
|
"dms" : {
|
@@ -31426,34 +31374,8 @@
|
|
31426
31374
|
}
|
31427
31375
|
},
|
31428
31376
|
"endpoints" : {
|
31429
|
-
"us-iso-east-1" : {
|
31430
|
-
|
31431
|
-
"hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
|
31432
|
-
"tags" : [ "fips" ]
|
31433
|
-
} ]
|
31434
|
-
},
|
31435
|
-
"us-iso-east-1-fips" : {
|
31436
|
-
"credentialScope" : {
|
31437
|
-
"region" : "us-iso-east-1"
|
31438
|
-
},
|
31439
|
-
"deprecated" : true,
|
31440
|
-
"hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
|
31441
|
-
"protocols" : [ "https" ]
|
31442
|
-
},
|
31443
|
-
"us-iso-west-1" : {
|
31444
|
-
"variants" : [ {
|
31445
|
-
"hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
|
31446
|
-
"tags" : [ "fips" ]
|
31447
|
-
} ]
|
31448
|
-
},
|
31449
|
-
"us-iso-west-1-fips" : {
|
31450
|
-
"credentialScope" : {
|
31451
|
-
"region" : "us-iso-west-1"
|
31452
|
-
},
|
31453
|
-
"deprecated" : true,
|
31454
|
-
"hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
|
31455
|
-
"protocols" : [ "https" ]
|
31456
|
-
}
|
31377
|
+
"us-iso-east-1" : { },
|
31378
|
+
"us-iso-west-1" : { }
|
31457
31379
|
}
|
31458
31380
|
},
|
31459
31381
|
"sts" : {
|
@@ -31692,7 +31614,12 @@
|
|
31692
31614
|
},
|
31693
31615
|
"dlm" : {
|
31694
31616
|
"endpoints" : {
|
31695
|
-
"us-isob-east-1" : {
|
31617
|
+
"us-isob-east-1" : {
|
31618
|
+
"variants" : [ {
|
31619
|
+
"hostname" : "dlm-fips.us-isob-east-1.api.aws.scloud",
|
31620
|
+
"tags" : [ "dualstack", "fips" ]
|
31621
|
+
} ]
|
31622
|
+
}
|
31696
31623
|
}
|
31697
31624
|
},
|
31698
31625
|
"dms" : {
|
@@ -32174,20 +32101,7 @@
|
|
32174
32101
|
"protocols" : [ "http", "https" ]
|
32175
32102
|
},
|
32176
32103
|
"endpoints" : {
|
32177
|
-
"us-isob-east-1" : {
|
32178
|
-
"variants" : [ {
|
32179
|
-
"hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
|
32180
|
-
"tags" : [ "fips" ]
|
32181
|
-
} ]
|
32182
|
-
},
|
32183
|
-
"us-isob-east-1-fips" : {
|
32184
|
-
"credentialScope" : {
|
32185
|
-
"region" : "us-isob-east-1"
|
32186
|
-
},
|
32187
|
-
"deprecated" : true,
|
32188
|
-
"hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
|
32189
|
-
"protocols" : [ "https" ]
|
32190
|
-
}
|
32104
|
+
"us-isob-east-1" : { }
|
32191
32105
|
}
|
32192
32106
|
},
|
32193
32107
|
"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.1021.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-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|