aws-partitions 1.1015.0 → 1.1016.0

Sign up to get free protection for your applications and to get access to all the features.
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 +222 -21
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc2099d1c290343011564fa9a06d8bd88749f99ba0807a1e399c0a838ec840cc
4
- data.tar.gz: 13c5659e2f032593c8b824ceadbccae977bc6f86a2f87389e4cbd7018cf14c74
3
+ metadata.gz: 8b326969c487a0084fc5416ed204e3b8f6e91694db9454aaa5ec3a3e034040f6
4
+ data.tar.gz: e4bc163d68949cf1085a53ab4f841e27493ec2b72ba419e836b000fcee33a23d
5
5
  SHA512:
6
- metadata.gz: 92beb670773d07a948d5d32b75a1624473f77fe6d2c2558785080d3391a18a4643ffbc8a5698d3ba27fce5c6430e0f483167d6494f1c90e7e28405a0e9331ef7
7
- data.tar.gz: 23b99d2f5a57f7c0c4c34a5eb77903694c83f5f0bbc42c67b9cffe09f67d8457cef1af0a1986526bbed8b7d5aeb4da8f2643b133e17ee9b25218b71bfbb551a5
6
+ metadata.gz: addce723a5d1bf7b83e9167088b6bd7b28933db88b5ee8a44079552e036bf86cbe9de99126d3e898071da4c1f630eb71cbb8a3c6ac7b45de8f5f552c345fc614
7
+ data.tar.gz: 0666c332d0a312841d31cf56698b39ae89235a95fc453a0920cc895d6bd4d3eb6e1d216b5251f94d5c222b629f48f67adbfa0b13d4535a2788069c60072d28e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1016.0 (2024-12-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1015.0 (2024-12-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1015.0
1
+ 1.1016.0
data/partitions.json CHANGED
@@ -13665,8 +13665,32 @@
13665
13665
  "ap-southeast-2" : { },
13666
13666
  "ap-southeast-3" : { },
13667
13667
  "ap-southeast-4" : { },
13668
- "ca-central-1" : { },
13669
- "ca-west-1" : { },
13668
+ "ca-central-1" : {
13669
+ "variants" : [ {
13670
+ "hostname" : "metrics-fips.sagemaker.ca-central-1.amazonaws.com",
13671
+ "tags" : [ "fips" ]
13672
+ } ]
13673
+ },
13674
+ "ca-central-1-fips" : {
13675
+ "credentialScope" : {
13676
+ "region" : "ca-central-1"
13677
+ },
13678
+ "deprecated" : true,
13679
+ "hostname" : "metrics-fips.sagemaker.ca-central-1.amazonaws.com"
13680
+ },
13681
+ "ca-west-1" : {
13682
+ "variants" : [ {
13683
+ "hostname" : "metrics-fips.sagemaker.ca-west-1.amazonaws.com",
13684
+ "tags" : [ "fips" ]
13685
+ } ]
13686
+ },
13687
+ "ca-west-1-fips" : {
13688
+ "credentialScope" : {
13689
+ "region" : "ca-west-1"
13690
+ },
13691
+ "deprecated" : true,
13692
+ "hostname" : "metrics-fips.sagemaker.ca-west-1.amazonaws.com"
13693
+ },
13670
13694
  "eu-central-1" : { },
13671
13695
  "eu-central-2" : { },
13672
13696
  "eu-north-1" : { },
@@ -13679,10 +13703,58 @@
13679
13703
  "me-central-1" : { },
13680
13704
  "me-south-1" : { },
13681
13705
  "sa-east-1" : { },
13682
- "us-east-1" : { },
13683
- "us-east-2" : { },
13684
- "us-west-1" : { },
13685
- "us-west-2" : { }
13706
+ "us-east-1" : {
13707
+ "variants" : [ {
13708
+ "hostname" : "metrics-fips.sagemaker.us-east-1.amazonaws.com",
13709
+ "tags" : [ "fips" ]
13710
+ } ]
13711
+ },
13712
+ "us-east-1-fips" : {
13713
+ "credentialScope" : {
13714
+ "region" : "us-east-1"
13715
+ },
13716
+ "deprecated" : true,
13717
+ "hostname" : "metrics-fips.sagemaker.us-east-1.amazonaws.com"
13718
+ },
13719
+ "us-east-2" : {
13720
+ "variants" : [ {
13721
+ "hostname" : "metrics-fips.sagemaker.us-east-2.amazonaws.com",
13722
+ "tags" : [ "fips" ]
13723
+ } ]
13724
+ },
13725
+ "us-east-2-fips" : {
13726
+ "credentialScope" : {
13727
+ "region" : "us-east-2"
13728
+ },
13729
+ "deprecated" : true,
13730
+ "hostname" : "metrics-fips.sagemaker.us-east-2.amazonaws.com"
13731
+ },
13732
+ "us-west-1" : {
13733
+ "variants" : [ {
13734
+ "hostname" : "metrics-fips.sagemaker.us-west-1.amazonaws.com",
13735
+ "tags" : [ "fips" ]
13736
+ } ]
13737
+ },
13738
+ "us-west-1-fips" : {
13739
+ "credentialScope" : {
13740
+ "region" : "us-west-1"
13741
+ },
13742
+ "deprecated" : true,
13743
+ "hostname" : "metrics-fips.sagemaker.us-west-1.amazonaws.com"
13744
+ },
13745
+ "us-west-2" : {
13746
+ "variants" : [ {
13747
+ "hostname" : "metrics-fips.sagemaker.us-west-2.amazonaws.com",
13748
+ "tags" : [ "fips" ]
13749
+ } ]
13750
+ },
13751
+ "us-west-2-fips" : {
13752
+ "credentialScope" : {
13753
+ "region" : "us-west-2"
13754
+ },
13755
+ "deprecated" : true,
13756
+ "hostname" : "metrics-fips.sagemaker.us-west-2.amazonaws.com"
13757
+ }
13686
13758
  }
13687
13759
  },
13688
13760
  "mgh" : {
@@ -20936,8 +21008,34 @@
20936
21008
  "ap-southeast-3" : { },
20937
21009
  "ap-southeast-4" : { },
20938
21010
  "ap-southeast-5" : { },
20939
- "ca-central-1" : { },
20940
- "ca-west-1" : { },
21011
+ "ca-central-1" : {
21012
+ "variants" : [ {
21013
+ "hostname" : "streams.dynamodb-fips.ca-central-1.amazonaws.com",
21014
+ "tags" : [ "fips" ]
21015
+ } ]
21016
+ },
21017
+ "ca-central-1-fips" : {
21018
+ "credentialScope" : {
21019
+ "region" : "ca-central-1"
21020
+ },
21021
+ "deprecated" : true,
21022
+ "hostname" : "streams.dynamodb-fips.ca-central-1.amazonaws.com",
21023
+ "protocols" : [ "https" ]
21024
+ },
21025
+ "ca-west-1" : {
21026
+ "variants" : [ {
21027
+ "hostname" : "streams.dynamodb-fips.ca-west-1.amazonaws.com",
21028
+ "tags" : [ "fips" ]
21029
+ } ]
21030
+ },
21031
+ "ca-west-1-fips" : {
21032
+ "credentialScope" : {
21033
+ "region" : "ca-west-1"
21034
+ },
21035
+ "deprecated" : true,
21036
+ "hostname" : "streams.dynamodb-fips.ca-west-1.amazonaws.com",
21037
+ "protocols" : [ "https" ]
21038
+ },
20941
21039
  "eu-central-1" : { },
20942
21040
  "eu-central-2" : { },
20943
21041
  "eu-north-1" : { },
@@ -20957,10 +21055,62 @@
20957
21055
  "me-central-1" : { },
20958
21056
  "me-south-1" : { },
20959
21057
  "sa-east-1" : { },
20960
- "us-east-1" : { },
20961
- "us-east-2" : { },
20962
- "us-west-1" : { },
20963
- "us-west-2" : { }
21058
+ "us-east-1" : {
21059
+ "variants" : [ {
21060
+ "hostname" : "streams.dynamodb-fips.us-east-1.amazonaws.com",
21061
+ "tags" : [ "fips" ]
21062
+ } ]
21063
+ },
21064
+ "us-east-1-fips" : {
21065
+ "credentialScope" : {
21066
+ "region" : "us-east-1"
21067
+ },
21068
+ "deprecated" : true,
21069
+ "hostname" : "streams.dynamodb-fips.us-east-1.amazonaws.com",
21070
+ "protocols" : [ "https" ]
21071
+ },
21072
+ "us-east-2" : {
21073
+ "variants" : [ {
21074
+ "hostname" : "streams.dynamodb-fips.us-east-2.amazonaws.com",
21075
+ "tags" : [ "fips" ]
21076
+ } ]
21077
+ },
21078
+ "us-east-2-fips" : {
21079
+ "credentialScope" : {
21080
+ "region" : "us-east-2"
21081
+ },
21082
+ "deprecated" : true,
21083
+ "hostname" : "streams.dynamodb-fips.us-east-2.amazonaws.com",
21084
+ "protocols" : [ "https" ]
21085
+ },
21086
+ "us-west-1" : {
21087
+ "variants" : [ {
21088
+ "hostname" : "streams.dynamodb-fips.us-west-1.amazonaws.com",
21089
+ "tags" : [ "fips" ]
21090
+ } ]
21091
+ },
21092
+ "us-west-1-fips" : {
21093
+ "credentialScope" : {
21094
+ "region" : "us-west-1"
21095
+ },
21096
+ "deprecated" : true,
21097
+ "hostname" : "streams.dynamodb-fips.us-west-1.amazonaws.com",
21098
+ "protocols" : [ "https" ]
21099
+ },
21100
+ "us-west-2" : {
21101
+ "variants" : [ {
21102
+ "hostname" : "streams.dynamodb-fips.us-west-2.amazonaws.com",
21103
+ "tags" : [ "fips" ]
21104
+ } ]
21105
+ },
21106
+ "us-west-2-fips" : {
21107
+ "credentialScope" : {
21108
+ "region" : "us-west-2"
21109
+ },
21110
+ "deprecated" : true,
21111
+ "hostname" : "streams.dynamodb-fips.us-west-2.amazonaws.com",
21112
+ "protocols" : [ "https" ]
21113
+ }
20964
21114
  }
20965
21115
  },
20966
21116
  "sts" : {
@@ -23888,8 +24038,18 @@
23888
24038
  },
23889
24039
  "elasticbeanstalk" : {
23890
24040
  "endpoints" : {
23891
- "cn-north-1" : { },
23892
- "cn-northwest-1" : { }
24041
+ "cn-north-1" : {
24042
+ "variants" : [ {
24043
+ "hostname" : "elasticbeanstalk.cn-north-1.api.amazonwebservices.com.cn",
24044
+ "tags" : [ "dualstack" ]
24045
+ } ]
24046
+ },
24047
+ "cn-northwest-1" : {
24048
+ "variants" : [ {
24049
+ "hostname" : "elasticbeanstalk.cn-northwest-1.api.amazonwebservices.com.cn",
24050
+ "tags" : [ "dualstack" ]
24051
+ } ]
24052
+ }
23893
24053
  }
23894
24054
  },
23895
24055
  "elasticfilesystem" : {
@@ -29722,7 +29882,7 @@
29722
29882
  "endpoints" : {
29723
29883
  "us-gov-east-1" : {
29724
29884
  "variants" : [ {
29725
- "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com",
29885
+ "hostname" : "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
29726
29886
  "tags" : [ "fips" ]
29727
29887
  } ]
29728
29888
  },
@@ -29731,11 +29891,12 @@
29731
29891
  "region" : "us-gov-east-1"
29732
29892
  },
29733
29893
  "deprecated" : true,
29734
- "hostname" : "streams.dynamodb.us-gov-east-1.amazonaws.com"
29894
+ "hostname" : "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
29895
+ "protocols" : [ "https" ]
29735
29896
  },
29736
29897
  "us-gov-west-1" : {
29737
29898
  "variants" : [ {
29738
- "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com",
29899
+ "hostname" : "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
29739
29900
  "tags" : [ "fips" ]
29740
29901
  } ]
29741
29902
  },
@@ -29744,7 +29905,8 @@
29744
29905
  "region" : "us-gov-west-1"
29745
29906
  },
29746
29907
  "deprecated" : true,
29747
- "hostname" : "streams.dynamodb.us-gov-west-1.amazonaws.com"
29908
+ "hostname" : "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
29909
+ "protocols" : [ "https" ]
29748
29910
  }
29749
29911
  }
29750
29912
  },
@@ -31087,8 +31249,34 @@
31087
31249
  }
31088
31250
  },
31089
31251
  "endpoints" : {
31090
- "us-iso-east-1" : { },
31091
- "us-iso-west-1" : { }
31252
+ "us-iso-east-1" : {
31253
+ "variants" : [ {
31254
+ "hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
31255
+ "tags" : [ "fips" ]
31256
+ } ]
31257
+ },
31258
+ "us-iso-east-1-fips" : {
31259
+ "credentialScope" : {
31260
+ "region" : "us-iso-east-1"
31261
+ },
31262
+ "deprecated" : true,
31263
+ "hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
31264
+ "protocols" : [ "https" ]
31265
+ },
31266
+ "us-iso-west-1" : {
31267
+ "variants" : [ {
31268
+ "hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
31269
+ "tags" : [ "fips" ]
31270
+ } ]
31271
+ },
31272
+ "us-iso-west-1-fips" : {
31273
+ "credentialScope" : {
31274
+ "region" : "us-iso-west-1"
31275
+ },
31276
+ "deprecated" : true,
31277
+ "hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
31278
+ "protocols" : [ "https" ]
31279
+ }
31092
31280
  }
31093
31281
  },
31094
31282
  "sts" : {
@@ -31801,7 +31989,20 @@
31801
31989
  "protocols" : [ "http", "https" ]
31802
31990
  },
31803
31991
  "endpoints" : {
31804
- "us-isob-east-1" : { }
31992
+ "us-isob-east-1" : {
31993
+ "variants" : [ {
31994
+ "hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
31995
+ "tags" : [ "fips" ]
31996
+ } ]
31997
+ },
31998
+ "us-isob-east-1-fips" : {
31999
+ "credentialScope" : {
32000
+ "region" : "us-isob-east-1"
32001
+ },
32002
+ "deprecated" : true,
32003
+ "hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
32004
+ "protocols" : [ "https" ]
32005
+ }
31805
32006
  }
31806
32007
  },
31807
32008
  "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.1015.0
4
+ version: 1.1016.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-02 00:00:00.000000000 Z
11
+ date: 2024-12-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: