aws-partitions 1.897.0 → 1.899.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +76 -1
- 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: fd1cff49ae0389a0e573cd609d50ad2a76216b1ad3acc04ab4c679ebdecd2caf
|
|
4
|
+
data.tar.gz: 617a49c82830fe3b069b42d67fa3b31a4a417d21a912154b015c9f14cca39db7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 414868bb97b03a7ec514a6764c56ba526f8c1971714f3480689eaf7065b0f5bf20b7edaaffd860ce3bd2e35442e7b86ad04f7f424b5d3c8a7c5220b7f8988682
|
|
7
|
+
data.tar.gz: 8c686420f19e66bc4708b999c62407697f3b58e3794fbd3e5d0fa00b535188125ac416408d896e3985be32d758500b72c7b2e771c509eb409b0a039a5178712e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.899.0 (2024-03-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.898.0 (2024-03-15)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.897.0 (2024-03-14)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.899.0
|
data/partitions.json
CHANGED
|
@@ -2099,6 +2099,12 @@
|
|
|
2099
2099
|
"tags" : [ "dualstack" ]
|
|
2100
2100
|
} ]
|
|
2101
2101
|
},
|
|
2102
|
+
"ca-west-1" : {
|
|
2103
|
+
"variants" : [ {
|
|
2104
|
+
"hostname" : "athena.ca-west-1.api.aws",
|
|
2105
|
+
"tags" : [ "dualstack" ]
|
|
2106
|
+
} ]
|
|
2107
|
+
},
|
|
2102
2108
|
"eu-central-1" : {
|
|
2103
2109
|
"variants" : [ {
|
|
2104
2110
|
"hostname" : "athena.eu-central-1.api.aws",
|
|
@@ -2464,6 +2470,7 @@
|
|
|
2464
2470
|
"ap-southeast-3" : { },
|
|
2465
2471
|
"ap-southeast-4" : { },
|
|
2466
2472
|
"ca-central-1" : { },
|
|
2473
|
+
"ca-west-1" : { },
|
|
2467
2474
|
"eu-central-1" : { },
|
|
2468
2475
|
"eu-central-2" : { },
|
|
2469
2476
|
"eu-north-1" : { },
|
|
@@ -3730,6 +3737,7 @@
|
|
|
3730
3737
|
"ap-southeast-3" : { },
|
|
3731
3738
|
"ca-central-1" : { },
|
|
3732
3739
|
"eu-central-1" : { },
|
|
3740
|
+
"eu-central-2" : { },
|
|
3733
3741
|
"eu-north-1" : { },
|
|
3734
3742
|
"eu-south-1" : { },
|
|
3735
3743
|
"eu-west-1" : { },
|
|
@@ -3764,6 +3772,7 @@
|
|
|
3764
3772
|
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
|
|
3765
3773
|
},
|
|
3766
3774
|
"il-central-1" : { },
|
|
3775
|
+
"me-central-1" : { },
|
|
3767
3776
|
"me-south-1" : { },
|
|
3768
3777
|
"sa-east-1" : { },
|
|
3769
3778
|
"us-east-1" : {
|
|
@@ -3804,6 +3813,7 @@
|
|
|
3804
3813
|
"ap-southeast-3" : { },
|
|
3805
3814
|
"ca-central-1" : { },
|
|
3806
3815
|
"eu-central-1" : { },
|
|
3816
|
+
"eu-central-2" : { },
|
|
3807
3817
|
"eu-north-1" : { },
|
|
3808
3818
|
"eu-south-1" : { },
|
|
3809
3819
|
"eu-west-1" : { },
|
|
@@ -3838,6 +3848,7 @@
|
|
|
3838
3848
|
"hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
|
|
3839
3849
|
},
|
|
3840
3850
|
"il-central-1" : { },
|
|
3851
|
+
"me-central-1" : { },
|
|
3841
3852
|
"me-south-1" : { },
|
|
3842
3853
|
"sa-east-1" : { },
|
|
3843
3854
|
"us-east-1" : {
|
|
@@ -3939,9 +3950,21 @@
|
|
|
3939
3950
|
"comprehendmedical" : {
|
|
3940
3951
|
"endpoints" : {
|
|
3941
3952
|
"ap-southeast-2" : { },
|
|
3942
|
-
"ca-central-1" : {
|
|
3953
|
+
"ca-central-1" : {
|
|
3954
|
+
"variants" : [ {
|
|
3955
|
+
"hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com",
|
|
3956
|
+
"tags" : [ "fips" ]
|
|
3957
|
+
} ]
|
|
3958
|
+
},
|
|
3943
3959
|
"eu-west-1" : { },
|
|
3944
3960
|
"eu-west-2" : { },
|
|
3961
|
+
"fips-ca-central-1" : {
|
|
3962
|
+
"credentialScope" : {
|
|
3963
|
+
"region" : "ca-central-1"
|
|
3964
|
+
},
|
|
3965
|
+
"deprecated" : true,
|
|
3966
|
+
"hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com"
|
|
3967
|
+
},
|
|
3945
3968
|
"fips-us-east-1" : {
|
|
3946
3969
|
"credentialScope" : {
|
|
3947
3970
|
"region" : "us-east-1"
|
|
@@ -7108,6 +7131,7 @@
|
|
|
7108
7131
|
"eu-central-1" : { },
|
|
7109
7132
|
"eu-north-1" : { },
|
|
7110
7133
|
"eu-south-1" : { },
|
|
7134
|
+
"eu-south-2" : { },
|
|
7111
7135
|
"eu-west-1" : { },
|
|
7112
7136
|
"eu-west-2" : { },
|
|
7113
7137
|
"eu-west-3" : { },
|
|
@@ -8860,6 +8884,7 @@
|
|
|
8860
8884
|
"ap-northeast-2" : { },
|
|
8861
8885
|
"ap-northeast-3" : { },
|
|
8862
8886
|
"ap-south-1" : { },
|
|
8887
|
+
"ap-south-2" : { },
|
|
8863
8888
|
"ap-southeast-1" : { },
|
|
8864
8889
|
"ap-southeast-2" : { },
|
|
8865
8890
|
"ap-southeast-3" : { },
|
|
@@ -8869,6 +8894,7 @@
|
|
|
8869
8894
|
"eu-central-2" : { },
|
|
8870
8895
|
"eu-north-1" : { },
|
|
8871
8896
|
"eu-south-1" : { },
|
|
8897
|
+
"eu-south-2" : { },
|
|
8872
8898
|
"eu-west-1" : { },
|
|
8873
8899
|
"eu-west-2" : { },
|
|
8874
8900
|
"eu-west-3" : { },
|
|
@@ -10254,6 +10280,7 @@
|
|
|
10254
10280
|
"ap-southeast-3" : { },
|
|
10255
10281
|
"ap-southeast-4" : { },
|
|
10256
10282
|
"ca-central-1" : { },
|
|
10283
|
+
"ca-west-1" : { },
|
|
10257
10284
|
"eu-central-1" : { },
|
|
10258
10285
|
"eu-central-2" : { },
|
|
10259
10286
|
"eu-north-1" : { },
|
|
@@ -12781,6 +12808,12 @@
|
|
|
12781
12808
|
},
|
|
12782
12809
|
"hostname" : "oidc.ap-southeast-3.amazonaws.com"
|
|
12783
12810
|
},
|
|
12811
|
+
"ap-southeast-4" : {
|
|
12812
|
+
"credentialScope" : {
|
|
12813
|
+
"region" : "ap-southeast-4"
|
|
12814
|
+
},
|
|
12815
|
+
"hostname" : "oidc.ap-southeast-4.amazonaws.com"
|
|
12816
|
+
},
|
|
12784
12817
|
"ca-central-1" : {
|
|
12785
12818
|
"credentialScope" : {
|
|
12786
12819
|
"region" : "ca-central-1"
|
|
@@ -13438,6 +13471,12 @@
|
|
|
13438
13471
|
},
|
|
13439
13472
|
"hostname" : "portal.sso.ap-southeast-3.amazonaws.com"
|
|
13440
13473
|
},
|
|
13474
|
+
"ap-southeast-4" : {
|
|
13475
|
+
"credentialScope" : {
|
|
13476
|
+
"region" : "ap-southeast-4"
|
|
13477
|
+
},
|
|
13478
|
+
"hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
|
|
13479
|
+
},
|
|
13441
13480
|
"ca-central-1" : {
|
|
13442
13481
|
"credentialScope" : {
|
|
13443
13482
|
"region" : "ca-central-1"
|
|
@@ -17922,6 +17961,7 @@
|
|
|
17922
17961
|
"ap-southeast-1" : { },
|
|
17923
17962
|
"ap-southeast-2" : { },
|
|
17924
17963
|
"ap-southeast-3" : { },
|
|
17964
|
+
"ap-southeast-4" : { },
|
|
17925
17965
|
"ca-central-1" : { },
|
|
17926
17966
|
"eu-central-1" : { },
|
|
17927
17967
|
"eu-central-2" : { },
|
|
@@ -25772,6 +25812,12 @@
|
|
|
25772
25812
|
}
|
|
25773
25813
|
}
|
|
25774
25814
|
},
|
|
25815
|
+
"signer" : {
|
|
25816
|
+
"endpoints" : {
|
|
25817
|
+
"us-gov-east-1" : { },
|
|
25818
|
+
"us-gov-west-1" : { }
|
|
25819
|
+
}
|
|
25820
|
+
},
|
|
25775
25821
|
"simspaceweaver" : {
|
|
25776
25822
|
"endpoints" : {
|
|
25777
25823
|
"fips-us-gov-east-1" : {
|
|
@@ -27325,6 +27371,11 @@
|
|
|
27325
27371
|
"us-iso-west-1" : { }
|
|
27326
27372
|
}
|
|
27327
27373
|
},
|
|
27374
|
+
"textract" : {
|
|
27375
|
+
"endpoints" : {
|
|
27376
|
+
"us-iso-east-1" : { }
|
|
27377
|
+
}
|
|
27378
|
+
},
|
|
27328
27379
|
"transcribe" : {
|
|
27329
27380
|
"defaults" : {
|
|
27330
27381
|
"protocols" : [ "https" ]
|
|
@@ -27864,6 +27915,30 @@
|
|
|
27864
27915
|
"us-isob-east-1" : { }
|
|
27865
27916
|
}
|
|
27866
27917
|
},
|
|
27918
|
+
"storagegateway" : {
|
|
27919
|
+
"endpoints" : {
|
|
27920
|
+
"fips" : {
|
|
27921
|
+
"credentialScope" : {
|
|
27922
|
+
"region" : "us-isob-east-1"
|
|
27923
|
+
},
|
|
27924
|
+
"deprecated" : true,
|
|
27925
|
+
"hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
|
|
27926
|
+
},
|
|
27927
|
+
"us-isob-east-1" : {
|
|
27928
|
+
"variants" : [ {
|
|
27929
|
+
"hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov",
|
|
27930
|
+
"tags" : [ "fips" ]
|
|
27931
|
+
} ]
|
|
27932
|
+
},
|
|
27933
|
+
"us-isob-east-1-fips" : {
|
|
27934
|
+
"credentialScope" : {
|
|
27935
|
+
"region" : "us-isob-east-1"
|
|
27936
|
+
},
|
|
27937
|
+
"deprecated" : true,
|
|
27938
|
+
"hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
|
|
27939
|
+
}
|
|
27940
|
+
}
|
|
27941
|
+
},
|
|
27867
27942
|
"streams.dynamodb" : {
|
|
27868
27943
|
"defaults" : {
|
|
27869
27944
|
"credentialScope" : {
|
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.899.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-03-
|
|
11
|
+
date: 2024-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|