aws-partitions 1.862.0 → 1.863.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +196 -4
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf74f77f80890bfa242aeb3a820bc3cb87ca9d7ffb1013df13e36c46bb65995f
4
- data.tar.gz: e193ffa3aacc450a228ec0c2c0088bc013559e12ebeef82dff9a4dfc5457a5fe
3
+ metadata.gz: 1f3f73c1f85ae2bf9eae5977c485b6b5f44cb09a218b3916330cc367fa8de43c
4
+ data.tar.gz: 93d08f754fb09d619be6f78c23d1c4df754768248969f7c1c5b7de35891d6ea2
5
5
  SHA512:
6
- metadata.gz: d765381379a6a54d3e39700590287cb352b0f56fc0eccab6f2353f5628ed1d7650175e8fc5058dfc12dcd3118cd72e0d39d7985c547306d12150ea04a9c4abff
7
- data.tar.gz: f359417a20ff54b5d71f7cb0e3314efc57e3d38ef0b48a01976ec523dbe39b50e0de2a6e928b3c80637c665c10e827f92f2753b1faeeed8c3c9701b59de62025
6
+ metadata.gz: c28292c1d84be792bf661763c6a31714bc82a1199224d04a3acb9391d55eb0ef92c1cb6c95cbbd54fcfab0d92f0c2664871e90d10dafe2f6a9bc4c232c7f8cc0
7
+ data.tar.gz: c873228a74601802fea979e4aadbfefefaf8e93fb1a38f8e5bdb5968f68660b4d0faa0aaaa74676ca20bb4c770e5e073efeba97be1784f8b7fb026655e99cc2f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.863.0 (2023-12-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.862.0 (2023-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.862.0
1
+ 1.863.0
data/partitions.json CHANGED
@@ -15873,6 +15873,30 @@
15873
15873
  "deprecated" : true,
15874
15874
  "hostname" : "signer-fips.us-west-2.amazonaws.com"
15875
15875
  },
15876
+ "fips-verification-us-east-1" : {
15877
+ "credentialScope" : {
15878
+ "region" : "us-east-1"
15879
+ },
15880
+ "hostname" : "verification.signer-fips.us-east-1.amazonaws.com"
15881
+ },
15882
+ "fips-verification-us-east-2" : {
15883
+ "credentialScope" : {
15884
+ "region" : "us-east-2"
15885
+ },
15886
+ "hostname" : "verification.signer-fips.us-east-2.amazonaws.com"
15887
+ },
15888
+ "fips-verification-us-west-1" : {
15889
+ "credentialScope" : {
15890
+ "region" : "us-west-1"
15891
+ },
15892
+ "hostname" : "verification.signer-fips.us-west-1.amazonaws.com"
15893
+ },
15894
+ "fips-verification-us-west-2" : {
15895
+ "credentialScope" : {
15896
+ "region" : "us-west-2"
15897
+ },
15898
+ "hostname" : "verification.signer-fips.us-west-2.amazonaws.com"
15899
+ },
15876
15900
  "me-south-1" : { },
15877
15901
  "sa-east-1" : { },
15878
15902
  "us-east-1" : {
@@ -15898,6 +15922,126 @@
15898
15922
  "hostname" : "signer-fips.us-west-2.amazonaws.com",
15899
15923
  "tags" : [ "fips" ]
15900
15924
  } ]
15925
+ },
15926
+ "verification-af-south-1" : {
15927
+ "credentialScope" : {
15928
+ "region" : "af-south-1"
15929
+ },
15930
+ "hostname" : "verification.signer.af-south-1.amazonaws.com"
15931
+ },
15932
+ "verification-ap-east-1" : {
15933
+ "credentialScope" : {
15934
+ "region" : "ap-east-1"
15935
+ },
15936
+ "hostname" : "verification.signer.ap-east-1.amazonaws.com"
15937
+ },
15938
+ "verification-ap-northeast-1" : {
15939
+ "credentialScope" : {
15940
+ "region" : "ap-northeast-1"
15941
+ },
15942
+ "hostname" : "verification.signer.ap-northeast-1.amazonaws.com"
15943
+ },
15944
+ "verification-ap-northeast-2" : {
15945
+ "credentialScope" : {
15946
+ "region" : "ap-northeast-2"
15947
+ },
15948
+ "hostname" : "verification.signer.ap-northeast-2.amazonaws.com"
15949
+ },
15950
+ "verification-ap-south-1" : {
15951
+ "credentialScope" : {
15952
+ "region" : "ap-south-1"
15953
+ },
15954
+ "hostname" : "verification.signer.ap-south-1.amazonaws.com"
15955
+ },
15956
+ "verification-ap-southeast-1" : {
15957
+ "credentialScope" : {
15958
+ "region" : "ap-southeast-1"
15959
+ },
15960
+ "hostname" : "verification.signer.ap-southeast-1.amazonaws.com"
15961
+ },
15962
+ "verification-ap-southeast-2" : {
15963
+ "credentialScope" : {
15964
+ "region" : "ap-southeast-2"
15965
+ },
15966
+ "hostname" : "verification.signer.ap-southeast-2.amazonaws.com"
15967
+ },
15968
+ "verification-ca-central-1" : {
15969
+ "credentialScope" : {
15970
+ "region" : "ca-central-1"
15971
+ },
15972
+ "hostname" : "verification.signer.ca-central-1.amazonaws.com"
15973
+ },
15974
+ "verification-eu-central-1" : {
15975
+ "credentialScope" : {
15976
+ "region" : "eu-central-1"
15977
+ },
15978
+ "hostname" : "verification.signer.eu-central-1.amazonaws.com"
15979
+ },
15980
+ "verification-eu-north-1" : {
15981
+ "credentialScope" : {
15982
+ "region" : "eu-north-1"
15983
+ },
15984
+ "hostname" : "verification.signer.eu-north-1.amazonaws.com"
15985
+ },
15986
+ "verification-eu-south-1" : {
15987
+ "credentialScope" : {
15988
+ "region" : "eu-south-1"
15989
+ },
15990
+ "hostname" : "verification.signer.eu-south-1.amazonaws.com"
15991
+ },
15992
+ "verification-eu-west-1" : {
15993
+ "credentialScope" : {
15994
+ "region" : "eu-west-1"
15995
+ },
15996
+ "hostname" : "verification.signer.eu-west-1.amazonaws.com"
15997
+ },
15998
+ "verification-eu-west-2" : {
15999
+ "credentialScope" : {
16000
+ "region" : "eu-west-2"
16001
+ },
16002
+ "hostname" : "verification.signer.eu-west-2.amazonaws.com"
16003
+ },
16004
+ "verification-eu-west-3" : {
16005
+ "credentialScope" : {
16006
+ "region" : "eu-west-3"
16007
+ },
16008
+ "hostname" : "verification.signer.eu-west-3.amazonaws.com"
16009
+ },
16010
+ "verification-me-south-1" : {
16011
+ "credentialScope" : {
16012
+ "region" : "me-south-1"
16013
+ },
16014
+ "hostname" : "verification.signer.me-south-1.amazonaws.com"
16015
+ },
16016
+ "verification-sa-east-1" : {
16017
+ "credentialScope" : {
16018
+ "region" : "sa-east-1"
16019
+ },
16020
+ "hostname" : "verification.signer.sa-east-1.amazonaws.com"
16021
+ },
16022
+ "verification-us-east-1" : {
16023
+ "credentialScope" : {
16024
+ "region" : "us-east-1"
16025
+ },
16026
+ "hostname" : "verification.signer.us-east-1.amazonaws.com"
16027
+ },
16028
+ "verification-us-east-2" : {
16029
+ "credentialScope" : {
16030
+ "region" : "us-east-2"
16031
+ },
16032
+ "hostname" : "verification.signer.us-east-2.amazonaws.com"
16033
+ },
16034
+ "verification-us-west-1" : {
16035
+ "credentialScope" : {
16036
+ "region" : "us-west-1"
16037
+ },
16038
+ "hostname" : "verification.signer.us-west-1.amazonaws.com"
16039
+ },
16040
+ "verification-us-west-2" : {
16041
+ "credentialScope" : {
16042
+ "region" : "us-west-2"
16043
+ },
16044
+ "hostname" : "verification.signer.us-west-2.amazonaws.com"
15901
16045
  }
15902
16046
  }
15903
16047
  },
@@ -20228,7 +20372,19 @@
20228
20372
  "signer" : {
20229
20373
  "endpoints" : {
20230
20374
  "cn-north-1" : { },
20231
- "cn-northwest-1" : { }
20375
+ "cn-northwest-1" : { },
20376
+ "verification-cn-north-1" : {
20377
+ "credentialScope" : {
20378
+ "region" : "cn-north-1"
20379
+ },
20380
+ "hostname" : "verification.signer.cn-north-1.amazonaws.com.cn"
20381
+ },
20382
+ "verification-cn-northwest-1" : {
20383
+ "credentialScope" : {
20384
+ "region" : "cn-northwest-1"
20385
+ },
20386
+ "hostname" : "verification.signer.cn-northwest-1.amazonaws.com.cn"
20387
+ }
20232
20388
  }
20233
20389
  },
20234
20390
  "sms" : {
@@ -25723,8 +25879,32 @@
25723
25879
  },
25724
25880
  "redshift" : {
25725
25881
  "endpoints" : {
25726
- "us-iso-east-1" : { },
25727
- "us-iso-west-1" : { }
25882
+ "fips-us-iso-east-1" : {
25883
+ "credentialScope" : {
25884
+ "region" : "us-iso-east-1"
25885
+ },
25886
+ "deprecated" : true,
25887
+ "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
25888
+ },
25889
+ "fips-us-iso-west-1" : {
25890
+ "credentialScope" : {
25891
+ "region" : "us-iso-west-1"
25892
+ },
25893
+ "deprecated" : true,
25894
+ "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
25895
+ },
25896
+ "us-iso-east-1" : {
25897
+ "variants" : [ {
25898
+ "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
25899
+ "tags" : [ "fips" ]
25900
+ } ]
25901
+ },
25902
+ "us-iso-west-1" : {
25903
+ "variants" : [ {
25904
+ "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
25905
+ "tags" : [ "fips" ]
25906
+ } ]
25907
+ }
25728
25908
  }
25729
25909
  },
25730
25910
  "resource-groups" : {
@@ -26262,7 +26442,19 @@
26262
26442
  },
26263
26443
  "redshift" : {
26264
26444
  "endpoints" : {
26265
- "us-isob-east-1" : { }
26445
+ "fips-us-isob-east-1" : {
26446
+ "credentialScope" : {
26447
+ "region" : "us-isob-east-1"
26448
+ },
26449
+ "deprecated" : true,
26450
+ "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
26451
+ },
26452
+ "us-isob-east-1" : {
26453
+ "variants" : [ {
26454
+ "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
26455
+ "tags" : [ "fips" ]
26456
+ } ]
26457
+ }
26266
26458
  }
26267
26459
  },
26268
26460
  "resource-groups" : {
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.862.0
4
+ version: 1.863.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: 2023-11-30 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: