aws-partitions 1.975.0 → 1.981.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +102 -38
- 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: a6ff88b6794dc79399cc19d2a74108ab733269c4b1f4f2608ef66e5b1c30523a
|
4
|
+
data.tar.gz: c7a6e3f8dc3ddb2f0c493d1bfe65039429ba02a3fd0bd55cebe9aac50786de73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8aac331ce460a83afe65f7cf9816527a00debfc6d3ea7c48aed6bad6cdf1d29c652eb76d9182f76f2a8905d000b5704f20ba437902ab71b9dc2ae05de6bdd68b
|
7
|
+
data.tar.gz: 43e2caf0fecc28da46c550407ebc5f61e055890e471765ebbec0c9b24c627760b4b3cdc8a715d24666c63263435a0f495c8fd2f114b8e4a0ba05a5bd0090551c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.981.0 (2024-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.980.0 (2024-09-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.979.0 (2024-09-25)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.978.0 (2024-09-24)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.977.0 (2024-09-18)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::DirectoryServiceData`.
|
28
|
+
|
29
|
+
1.976.0 (2024-09-16)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
4
34
|
1.975.0 (2024-09-13)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.981.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -1658,6 +1658,7 @@
|
|
1658
1658
|
"ap-southeast-3" : { },
|
1659
1659
|
"ap-southeast-4" : { },
|
1660
1660
|
"ca-central-1" : { },
|
1661
|
+
"ca-west-1" : { },
|
1661
1662
|
"eu-central-1" : { },
|
1662
1663
|
"eu-central-2" : { },
|
1663
1664
|
"eu-north-1" : { },
|
@@ -7249,6 +7250,12 @@
|
|
7249
7250
|
"tags" : [ "fips" ]
|
7250
7251
|
} ]
|
7251
7252
|
},
|
7253
|
+
"ap-southeast-5" : {
|
7254
|
+
"variants" : [ {
|
7255
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com",
|
7256
|
+
"tags" : [ "fips" ]
|
7257
|
+
} ]
|
7258
|
+
},
|
7252
7259
|
"ca-central-1" : {
|
7253
7260
|
"variants" : [ {
|
7254
7261
|
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
|
@@ -7386,6 +7393,13 @@
|
|
7386
7393
|
"deprecated" : true,
|
7387
7394
|
"hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com"
|
7388
7395
|
},
|
7396
|
+
"fips-ap-southeast-5" : {
|
7397
|
+
"credentialScope" : {
|
7398
|
+
"region" : "ap-southeast-5"
|
7399
|
+
},
|
7400
|
+
"deprecated" : true,
|
7401
|
+
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
|
7402
|
+
},
|
7389
7403
|
"fips-ca-central-1" : {
|
7390
7404
|
"credentialScope" : {
|
7391
7405
|
"region" : "ca-central-1"
|
@@ -9620,6 +9634,8 @@
|
|
9620
9634
|
},
|
9621
9635
|
"endpoints" : {
|
9622
9636
|
"ap-south-1" : { },
|
9637
|
+
"ap-southeast-2" : { },
|
9638
|
+
"eu-west-2" : { },
|
9623
9639
|
"us-east-1" : { },
|
9624
9640
|
"us-east-2" : { },
|
9625
9641
|
"us-west-2" : { }
|
@@ -19497,9 +19513,11 @@
|
|
19497
19513
|
"ap-northeast-2" : { },
|
19498
19514
|
"ap-northeast-3" : { },
|
19499
19515
|
"ap-south-1" : { },
|
19516
|
+
"ap-south-2" : { },
|
19500
19517
|
"ap-southeast-1" : { },
|
19501
19518
|
"ap-southeast-2" : { },
|
19502
19519
|
"ap-southeast-3" : { },
|
19520
|
+
"ap-southeast-4" : { },
|
19503
19521
|
"ca-central-1" : {
|
19504
19522
|
"variants" : [ {
|
19505
19523
|
"hostname" : "ssm-sap-fips.ca-central-1.amazonaws.com",
|
@@ -19507,8 +19525,10 @@
|
|
19507
19525
|
} ]
|
19508
19526
|
},
|
19509
19527
|
"eu-central-1" : { },
|
19528
|
+
"eu-central-2" : { },
|
19510
19529
|
"eu-north-1" : { },
|
19511
19530
|
"eu-south-1" : { },
|
19531
|
+
"eu-south-2" : { },
|
19512
19532
|
"eu-west-1" : { },
|
19513
19533
|
"eu-west-2" : { },
|
19514
19534
|
"eu-west-3" : { },
|
@@ -19547,6 +19567,8 @@
|
|
19547
19567
|
"deprecated" : true,
|
19548
19568
|
"hostname" : "ssm-sap-fips.us-west-2.amazonaws.com"
|
19549
19569
|
},
|
19570
|
+
"il-central-1" : { },
|
19571
|
+
"me-central-1" : { },
|
19550
19572
|
"me-south-1" : { },
|
19551
19573
|
"sa-east-1" : { },
|
19552
19574
|
"us-east-1" : {
|
@@ -20453,82 +20475,62 @@
|
|
20453
20475
|
"ap-south-1" : { },
|
20454
20476
|
"ap-southeast-1" : { },
|
20455
20477
|
"ap-southeast-2" : { },
|
20456
|
-
"ca-central-1" : {
|
20457
|
-
"eu-central-1" : { },
|
20458
|
-
"eu-west-1" : { },
|
20459
|
-
"eu-west-2" : { },
|
20460
|
-
"sa-east-1" : { },
|
20461
|
-
"transcribestreaming-ca-central-1" : {
|
20462
|
-
"credentialScope" : {
|
20463
|
-
"region" : "ca-central-1"
|
20464
|
-
},
|
20465
|
-
"deprecated" : true,
|
20478
|
+
"ca-central-1" : {
|
20466
20479
|
"variants" : [ {
|
20467
20480
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com",
|
20468
20481
|
"tags" : [ "fips" ]
|
20469
20482
|
} ]
|
20470
20483
|
},
|
20471
|
-
"
|
20484
|
+
"eu-central-1" : { },
|
20485
|
+
"eu-west-1" : { },
|
20486
|
+
"eu-west-2" : { },
|
20487
|
+
"fips-ca-central-1" : {
|
20472
20488
|
"credentialScope" : {
|
20473
20489
|
"region" : "ca-central-1"
|
20474
20490
|
},
|
20475
20491
|
"deprecated" : true,
|
20476
20492
|
"hostname" : "transcribestreaming-fips.ca-central-1.amazonaws.com"
|
20477
20493
|
},
|
20478
|
-
"
|
20494
|
+
"fips-us-east-1" : {
|
20479
20495
|
"credentialScope" : {
|
20480
20496
|
"region" : "us-east-1"
|
20481
20497
|
},
|
20482
20498
|
"deprecated" : true,
|
20483
20499
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com"
|
20484
20500
|
},
|
20485
|
-
"
|
20501
|
+
"fips-us-east-2" : {
|
20486
20502
|
"credentialScope" : {
|
20487
20503
|
"region" : "us-east-2"
|
20488
20504
|
},
|
20489
20505
|
"deprecated" : true,
|
20490
20506
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com"
|
20491
20507
|
},
|
20492
|
-
"
|
20508
|
+
"fips-us-west-2" : {
|
20493
20509
|
"credentialScope" : {
|
20494
20510
|
"region" : "us-west-2"
|
20495
20511
|
},
|
20496
20512
|
"deprecated" : true,
|
20497
20513
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com"
|
20498
20514
|
},
|
20499
|
-
"
|
20500
|
-
|
20501
|
-
"region" : "us-east-1"
|
20502
|
-
},
|
20503
|
-
"deprecated" : true,
|
20515
|
+
"sa-east-1" : { },
|
20516
|
+
"us-east-1" : {
|
20504
20517
|
"variants" : [ {
|
20505
20518
|
"hostname" : "transcribestreaming-fips.us-east-1.amazonaws.com",
|
20506
20519
|
"tags" : [ "fips" ]
|
20507
20520
|
} ]
|
20508
20521
|
},
|
20509
|
-
"
|
20510
|
-
"credentialScope" : {
|
20511
|
-
"region" : "us-east-2"
|
20512
|
-
},
|
20513
|
-
"deprecated" : true,
|
20522
|
+
"us-east-2" : {
|
20514
20523
|
"variants" : [ {
|
20515
20524
|
"hostname" : "transcribestreaming-fips.us-east-2.amazonaws.com",
|
20516
20525
|
"tags" : [ "fips" ]
|
20517
20526
|
} ]
|
20518
20527
|
},
|
20519
|
-
"
|
20520
|
-
"credentialScope" : {
|
20521
|
-
"region" : "us-west-2"
|
20522
|
-
},
|
20523
|
-
"deprecated" : true,
|
20528
|
+
"us-west-2" : {
|
20524
20529
|
"variants" : [ {
|
20525
20530
|
"hostname" : "transcribestreaming-fips.us-west-2.amazonaws.com",
|
20526
20531
|
"tags" : [ "fips" ]
|
20527
20532
|
} ]
|
20528
|
-
}
|
20529
|
-
"us-east-1" : { },
|
20530
|
-
"us-east-2" : { },
|
20531
|
-
"us-west-2" : { }
|
20533
|
+
}
|
20532
20534
|
}
|
20533
20535
|
},
|
20534
20536
|
"transfer" : {
|
@@ -20913,6 +20915,7 @@
|
|
20913
20915
|
"vpc-lattice" : {
|
20914
20916
|
"endpoints" : {
|
20915
20917
|
"af-south-1" : { },
|
20918
|
+
"ap-east-1" : { },
|
20916
20919
|
"ap-northeast-1" : { },
|
20917
20920
|
"ap-northeast-2" : { },
|
20918
20921
|
"ap-south-1" : { },
|
@@ -20925,6 +20928,7 @@
|
|
20925
20928
|
"eu-west-1" : { },
|
20926
20929
|
"eu-west-2" : { },
|
20927
20930
|
"eu-west-3" : { },
|
20931
|
+
"me-south-1" : { },
|
20928
20932
|
"sa-east-1" : { },
|
20929
20933
|
"us-east-1" : { },
|
20930
20934
|
"us-east-2" : { },
|
@@ -28673,8 +28677,32 @@
|
|
28673
28677
|
},
|
28674
28678
|
"transcribestreaming" : {
|
28675
28679
|
"endpoints" : {
|
28676
|
-
"us-gov-east-1" : {
|
28677
|
-
|
28680
|
+
"fips-us-gov-east-1" : {
|
28681
|
+
"credentialScope" : {
|
28682
|
+
"region" : "us-gov-east-1"
|
28683
|
+
},
|
28684
|
+
"deprecated" : true,
|
28685
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com"
|
28686
|
+
},
|
28687
|
+
"fips-us-gov-west-1" : {
|
28688
|
+
"credentialScope" : {
|
28689
|
+
"region" : "us-gov-west-1"
|
28690
|
+
},
|
28691
|
+
"deprecated" : true,
|
28692
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com"
|
28693
|
+
},
|
28694
|
+
"us-gov-east-1" : {
|
28695
|
+
"variants" : [ {
|
28696
|
+
"hostname" : "transcribestreaming-fips.us-gov-east-1.amazonaws.com",
|
28697
|
+
"tags" : [ "fips" ]
|
28698
|
+
} ]
|
28699
|
+
},
|
28700
|
+
"us-gov-west-1" : {
|
28701
|
+
"variants" : [ {
|
28702
|
+
"hostname" : "transcribestreaming-fips.us-gov-west-1.amazonaws.com",
|
28703
|
+
"tags" : [ "fips" ]
|
28704
|
+
} ]
|
28705
|
+
}
|
28678
28706
|
}
|
28679
28707
|
},
|
28680
28708
|
"transfer" : {
|
@@ -29141,8 +29169,32 @@
|
|
29141
29169
|
},
|
29142
29170
|
"ds" : {
|
29143
29171
|
"endpoints" : {
|
29144
|
-
"us-iso-east-1" : {
|
29145
|
-
|
29172
|
+
"fips-us-iso-east-1" : {
|
29173
|
+
"credentialScope" : {
|
29174
|
+
"region" : "us-iso-east-1"
|
29175
|
+
},
|
29176
|
+
"deprecated" : true,
|
29177
|
+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
|
29178
|
+
},
|
29179
|
+
"fips-us-iso-west-1" : {
|
29180
|
+
"credentialScope" : {
|
29181
|
+
"region" : "us-iso-west-1"
|
29182
|
+
},
|
29183
|
+
"deprecated" : true,
|
29184
|
+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
|
29185
|
+
},
|
29186
|
+
"us-iso-east-1" : {
|
29187
|
+
"variants" : [ {
|
29188
|
+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
|
29189
|
+
"tags" : [ "fips" ]
|
29190
|
+
} ]
|
29191
|
+
},
|
29192
|
+
"us-iso-west-1" : {
|
29193
|
+
"variants" : [ {
|
29194
|
+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
|
29195
|
+
"tags" : [ "fips" ]
|
29196
|
+
} ]
|
29197
|
+
}
|
29146
29198
|
}
|
29147
29199
|
},
|
29148
29200
|
"dynamodb" : {
|
@@ -29962,7 +30014,19 @@
|
|
29962
30014
|
},
|
29963
30015
|
"ds" : {
|
29964
30016
|
"endpoints" : {
|
29965
|
-
"us-isob-east-1" : {
|
30017
|
+
"fips-us-isob-east-1" : {
|
30018
|
+
"credentialScope" : {
|
30019
|
+
"region" : "us-isob-east-1"
|
30020
|
+
},
|
30021
|
+
"deprecated" : true,
|
30022
|
+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
|
30023
|
+
},
|
30024
|
+
"us-isob-east-1" : {
|
30025
|
+
"variants" : [ {
|
30026
|
+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
|
30027
|
+
"tags" : [ "fips" ]
|
30028
|
+
} ]
|
30029
|
+
}
|
29966
30030
|
}
|
29967
30031
|
},
|
29968
30032
|
"dynamodb" : {
|
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.981.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-09-
|
11
|
+
date: 2024-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|