aws-partitions 1.1072.0 → 1.1074.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +366 -56
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f33bf74708e8a6b384ea1e29ff0cb447dedea4954ce4da4a07e7d6e649b86f3b
4
- data.tar.gz: 2e1af871a570bde0a81d66d7cc8635bbec0027a7fcaae74e2c5f5bd010e7692e
3
+ metadata.gz: 4e520e1fd06eda7a3efa863147a28b33de1dccbf20424f5e702ccc355e93677c
4
+ data.tar.gz: 14e381c9c1fca573cbcc9e6c3b3771ca2f34c9a6c2e454ce2269b10c87d757d7
5
5
  SHA512:
6
- metadata.gz: 350c17bed34230c0a7fd94d4458452c4424905ff1d1f7a1ffb1794a909267a7f93e56b60c8194ffd15f81ef5b85ccfd19a51070618485c051912505e17222a05
7
- data.tar.gz: 6dd8b7936e5149675798c9dab4366ba9b85ac2a95b76eed4173fdab2c01efbff90c9515b3bb1dd1ac3dd97eef9a24888c7c6c9a73db1dff2cac6ee736b56bc35
6
+ metadata.gz: 9292e1b748b02fe25ddd451c8b2f19edf1d4b3c363f26751864ed0bd92fce0b2b1f48e1012cf13715fb75c2c9548961da71bce21023e672bead3edcf3887bf63
7
+ data.tar.gz: 9b8b1de041d5498a374893b1c83519f3c121073557146e5f89c8050292582afa3d2578268fe646b41dd8ceb0b044ea6edaa0d90338489f9acb1685c0e355a9c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1074.0 (2025-03-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1073.0 (2025-03-24)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1072.0 (2025-03-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1072.0
1
+ 1.1074.0
data/partitions.json CHANGED
@@ -16025,34 +16025,174 @@
16025
16025
  }
16026
16026
  },
16027
16027
  "endpoints" : {
16028
- "af-south-1" : { },
16029
- "ap-east-1" : { },
16030
- "ap-northeast-1" : { },
16031
- "ap-northeast-2" : { },
16032
- "ap-northeast-3" : { },
16033
- "ap-south-1" : { },
16034
- "ap-south-2" : { },
16035
- "ap-southeast-1" : { },
16036
- "ap-southeast-2" : { },
16037
- "ap-southeast-3" : { },
16038
- "ap-southeast-4" : { },
16039
- "ca-central-1" : { },
16040
- "eu-central-1" : { },
16041
- "eu-central-2" : { },
16042
- "eu-north-1" : { },
16043
- "eu-south-1" : { },
16044
- "eu-south-2" : { },
16045
- "eu-west-1" : { },
16046
- "eu-west-2" : { },
16047
- "eu-west-3" : { },
16048
- "il-central-1" : { },
16049
- "me-central-1" : { },
16050
- "me-south-1" : { },
16051
- "sa-east-1" : { },
16052
- "us-east-1" : { },
16053
- "us-east-2" : { },
16054
- "us-west-1" : { },
16055
- "us-west-2" : { }
16028
+ "af-south-1" : {
16029
+ "variants" : [ {
16030
+ "hostname" : "metering-marketplace.af-south-1.api.aws",
16031
+ "tags" : [ "dualstack" ]
16032
+ } ]
16033
+ },
16034
+ "ap-east-1" : {
16035
+ "variants" : [ {
16036
+ "hostname" : "metering-marketplace.ap-east-1.api.aws",
16037
+ "tags" : [ "dualstack" ]
16038
+ } ]
16039
+ },
16040
+ "ap-northeast-1" : {
16041
+ "variants" : [ {
16042
+ "hostname" : "metering-marketplace.ap-northeast-1.api.aws",
16043
+ "tags" : [ "dualstack" ]
16044
+ } ]
16045
+ },
16046
+ "ap-northeast-2" : {
16047
+ "variants" : [ {
16048
+ "hostname" : "metering-marketplace.ap-northeast-2.api.aws",
16049
+ "tags" : [ "dualstack" ]
16050
+ } ]
16051
+ },
16052
+ "ap-northeast-3" : {
16053
+ "variants" : [ {
16054
+ "hostname" : "metering-marketplace.ap-northeast-3.api.aws",
16055
+ "tags" : [ "dualstack" ]
16056
+ } ]
16057
+ },
16058
+ "ap-south-1" : {
16059
+ "variants" : [ {
16060
+ "hostname" : "metering-marketplace.ap-south-1.api.aws",
16061
+ "tags" : [ "dualstack" ]
16062
+ } ]
16063
+ },
16064
+ "ap-south-2" : {
16065
+ "variants" : [ {
16066
+ "hostname" : "metering-marketplace.ap-south-2.api.aws",
16067
+ "tags" : [ "dualstack" ]
16068
+ } ]
16069
+ },
16070
+ "ap-southeast-1" : {
16071
+ "variants" : [ {
16072
+ "hostname" : "metering-marketplace.ap-southeast-1.api.aws",
16073
+ "tags" : [ "dualstack" ]
16074
+ } ]
16075
+ },
16076
+ "ap-southeast-2" : {
16077
+ "variants" : [ {
16078
+ "hostname" : "metering-marketplace.ap-southeast-2.api.aws",
16079
+ "tags" : [ "dualstack" ]
16080
+ } ]
16081
+ },
16082
+ "ap-southeast-3" : {
16083
+ "variants" : [ {
16084
+ "hostname" : "metering-marketplace.ap-southeast-3.api.aws",
16085
+ "tags" : [ "dualstack" ]
16086
+ } ]
16087
+ },
16088
+ "ap-southeast-4" : {
16089
+ "variants" : [ {
16090
+ "hostname" : "metering-marketplace.ap-southeast-4.api.aws",
16091
+ "tags" : [ "dualstack" ]
16092
+ } ]
16093
+ },
16094
+ "ca-central-1" : {
16095
+ "variants" : [ {
16096
+ "hostname" : "metering-marketplace.ca-central-1.api.aws",
16097
+ "tags" : [ "dualstack" ]
16098
+ } ]
16099
+ },
16100
+ "eu-central-1" : {
16101
+ "variants" : [ {
16102
+ "hostname" : "metering-marketplace.eu-central-1.api.aws",
16103
+ "tags" : [ "dualstack" ]
16104
+ } ]
16105
+ },
16106
+ "eu-central-2" : {
16107
+ "variants" : [ {
16108
+ "hostname" : "metering-marketplace.eu-central-2.api.aws",
16109
+ "tags" : [ "dualstack" ]
16110
+ } ]
16111
+ },
16112
+ "eu-north-1" : {
16113
+ "variants" : [ {
16114
+ "hostname" : "metering-marketplace.eu-north-1.api.aws",
16115
+ "tags" : [ "dualstack" ]
16116
+ } ]
16117
+ },
16118
+ "eu-south-1" : {
16119
+ "variants" : [ {
16120
+ "hostname" : "metering-marketplace.eu-south-1.api.aws",
16121
+ "tags" : [ "dualstack" ]
16122
+ } ]
16123
+ },
16124
+ "eu-south-2" : {
16125
+ "variants" : [ {
16126
+ "hostname" : "metering-marketplace.eu-south-2.api.aws",
16127
+ "tags" : [ "dualstack" ]
16128
+ } ]
16129
+ },
16130
+ "eu-west-1" : {
16131
+ "variants" : [ {
16132
+ "hostname" : "metering-marketplace.eu-west-1.api.aws",
16133
+ "tags" : [ "dualstack" ]
16134
+ } ]
16135
+ },
16136
+ "eu-west-2" : {
16137
+ "variants" : [ {
16138
+ "hostname" : "metering-marketplace.eu-west-2.api.aws",
16139
+ "tags" : [ "dualstack" ]
16140
+ } ]
16141
+ },
16142
+ "eu-west-3" : {
16143
+ "variants" : [ {
16144
+ "hostname" : "metering-marketplace.eu-west-3.api.aws",
16145
+ "tags" : [ "dualstack" ]
16146
+ } ]
16147
+ },
16148
+ "il-central-1" : {
16149
+ "variants" : [ {
16150
+ "hostname" : "metering-marketplace.il-central-1.api.aws",
16151
+ "tags" : [ "dualstack" ]
16152
+ } ]
16153
+ },
16154
+ "me-central-1" : {
16155
+ "variants" : [ {
16156
+ "hostname" : "metering-marketplace.me-central-1.api.aws",
16157
+ "tags" : [ "dualstack" ]
16158
+ } ]
16159
+ },
16160
+ "me-south-1" : {
16161
+ "variants" : [ {
16162
+ "hostname" : "metering-marketplace.me-south-1.api.aws",
16163
+ "tags" : [ "dualstack" ]
16164
+ } ]
16165
+ },
16166
+ "sa-east-1" : {
16167
+ "variants" : [ {
16168
+ "hostname" : "metering-marketplace.sa-east-1.api.aws",
16169
+ "tags" : [ "dualstack" ]
16170
+ } ]
16171
+ },
16172
+ "us-east-1" : {
16173
+ "variants" : [ {
16174
+ "hostname" : "metering-marketplace.us-east-1.api.aws",
16175
+ "tags" : [ "dualstack" ]
16176
+ } ]
16177
+ },
16178
+ "us-east-2" : {
16179
+ "variants" : [ {
16180
+ "hostname" : "metering-marketplace.us-east-2.api.aws",
16181
+ "tags" : [ "dualstack" ]
16182
+ } ]
16183
+ },
16184
+ "us-west-1" : {
16185
+ "variants" : [ {
16186
+ "hostname" : "metering-marketplace.us-west-1.api.aws",
16187
+ "tags" : [ "dualstack" ]
16188
+ } ]
16189
+ },
16190
+ "us-west-2" : {
16191
+ "variants" : [ {
16192
+ "hostname" : "metering-marketplace.us-west-2.api.aws",
16193
+ "tags" : [ "dualstack" ]
16194
+ } ]
16195
+ }
16056
16196
  }
16057
16197
  },
16058
16198
  "metrics.sagemaker" : {
@@ -16972,6 +17112,12 @@
16972
17112
  },
16973
17113
  "hostname" : "oidc.ap-southeast-4.amazonaws.com"
16974
17114
  },
17115
+ "ap-southeast-5" : {
17116
+ "credentialScope" : {
17117
+ "region" : "ap-southeast-5"
17118
+ },
17119
+ "hostname" : "oidc.ap-southeast-5.amazonaws.com"
17120
+ },
16975
17121
  "ca-central-1" : {
16976
17122
  "credentialScope" : {
16977
17123
  "region" : "ca-central-1"
@@ -18034,6 +18180,12 @@
18034
18180
  },
18035
18181
  "hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
18036
18182
  },
18183
+ "ap-southeast-5" : {
18184
+ "credentialScope" : {
18185
+ "region" : "ap-southeast-5"
18186
+ },
18187
+ "hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
18188
+ },
18037
18189
  "ca-central-1" : {
18038
18190
  "credentialScope" : {
18039
18191
  "region" : "ca-central-1"
@@ -23726,39 +23878,150 @@
23726
23878
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
23727
23879
  },
23728
23880
  "endpoints" : {
23729
- "af-south-1" : { },
23730
- "ap-east-1" : { },
23731
- "ap-northeast-1" : { },
23732
- "ap-northeast-2" : { },
23733
- "ap-northeast-3" : { },
23734
- "ap-south-1" : { },
23735
- "ap-south-2" : { },
23736
- "ap-southeast-1" : { },
23737
- "ap-southeast-2" : { },
23738
- "ap-southeast-3" : { },
23739
- "ap-southeast-4" : { },
23740
- "ap-southeast-5" : { },
23741
- "ap-southeast-7" : { },
23881
+ "af-south-1" : {
23882
+ "variants" : [ {
23883
+ "hostname" : "sqs.af-south-1.api.aws",
23884
+ "tags" : [ "dualstack" ]
23885
+ } ]
23886
+ },
23887
+ "ap-east-1" : {
23888
+ "variants" : [ {
23889
+ "hostname" : "sqs.ap-east-1.api.aws",
23890
+ "tags" : [ "dualstack" ]
23891
+ } ]
23892
+ },
23893
+ "ap-northeast-1" : {
23894
+ "variants" : [ {
23895
+ "hostname" : "sqs.ap-northeast-1.api.aws",
23896
+ "tags" : [ "dualstack" ]
23897
+ } ]
23898
+ },
23899
+ "ap-northeast-2" : {
23900
+ "variants" : [ {
23901
+ "hostname" : "sqs.ap-northeast-2.api.aws",
23902
+ "tags" : [ "dualstack" ]
23903
+ } ]
23904
+ },
23905
+ "ap-northeast-3" : {
23906
+ "variants" : [ {
23907
+ "hostname" : "sqs.ap-northeast-3.api.aws",
23908
+ "tags" : [ "dualstack" ]
23909
+ } ]
23910
+ },
23911
+ "ap-south-1" : {
23912
+ "variants" : [ {
23913
+ "hostname" : "sqs.ap-south-1.api.aws",
23914
+ "tags" : [ "dualstack" ]
23915
+ } ]
23916
+ },
23917
+ "ap-south-2" : {
23918
+ "variants" : [ {
23919
+ "hostname" : "sqs.ap-south-2.api.aws",
23920
+ "tags" : [ "dualstack" ]
23921
+ } ]
23922
+ },
23923
+ "ap-southeast-1" : {
23924
+ "variants" : [ {
23925
+ "hostname" : "sqs.ap-southeast-1.api.aws",
23926
+ "tags" : [ "dualstack" ]
23927
+ } ]
23928
+ },
23929
+ "ap-southeast-2" : {
23930
+ "variants" : [ {
23931
+ "hostname" : "sqs.ap-southeast-2.api.aws",
23932
+ "tags" : [ "dualstack" ]
23933
+ } ]
23934
+ },
23935
+ "ap-southeast-3" : {
23936
+ "variants" : [ {
23937
+ "hostname" : "sqs.ap-southeast-3.api.aws",
23938
+ "tags" : [ "dualstack" ]
23939
+ } ]
23940
+ },
23941
+ "ap-southeast-4" : {
23942
+ "variants" : [ {
23943
+ "hostname" : "sqs.ap-southeast-4.api.aws",
23944
+ "tags" : [ "dualstack" ]
23945
+ } ]
23946
+ },
23947
+ "ap-southeast-5" : {
23948
+ "variants" : [ {
23949
+ "hostname" : "sqs.ap-southeast-5.api.aws",
23950
+ "tags" : [ "dualstack" ]
23951
+ } ]
23952
+ },
23953
+ "ap-southeast-7" : {
23954
+ "variants" : [ {
23955
+ "hostname" : "sqs.ap-southeast-7.api.aws",
23956
+ "tags" : [ "dualstack" ]
23957
+ } ]
23958
+ },
23742
23959
  "ca-central-1" : {
23743
23960
  "variants" : [ {
23744
23961
  "hostname" : "sqs-fips.ca-central-1.amazonaws.com",
23745
23962
  "tags" : [ "fips" ]
23963
+ }, {
23964
+ "hostname" : "sqs.ca-central-1.api.aws",
23965
+ "tags" : [ "dualstack" ]
23746
23966
  } ]
23747
23967
  },
23748
23968
  "ca-west-1" : {
23749
23969
  "variants" : [ {
23750
23970
  "hostname" : "sqs-fips.ca-west-1.amazonaws.com",
23751
23971
  "tags" : [ "fips" ]
23972
+ }, {
23973
+ "hostname" : "sqs.ca-west-1.api.aws",
23974
+ "tags" : [ "dualstack" ]
23975
+ } ]
23976
+ },
23977
+ "eu-central-1" : {
23978
+ "variants" : [ {
23979
+ "hostname" : "sqs.eu-central-1.api.aws",
23980
+ "tags" : [ "dualstack" ]
23981
+ } ]
23982
+ },
23983
+ "eu-central-2" : {
23984
+ "variants" : [ {
23985
+ "hostname" : "sqs.eu-central-2.api.aws",
23986
+ "tags" : [ "dualstack" ]
23987
+ } ]
23988
+ },
23989
+ "eu-north-1" : {
23990
+ "variants" : [ {
23991
+ "hostname" : "sqs.eu-north-1.api.aws",
23992
+ "tags" : [ "dualstack" ]
23993
+ } ]
23994
+ },
23995
+ "eu-south-1" : {
23996
+ "variants" : [ {
23997
+ "hostname" : "sqs.eu-south-1.api.aws",
23998
+ "tags" : [ "dualstack" ]
23999
+ } ]
24000
+ },
24001
+ "eu-south-2" : {
24002
+ "variants" : [ {
24003
+ "hostname" : "sqs.eu-south-2.api.aws",
24004
+ "tags" : [ "dualstack" ]
24005
+ } ]
24006
+ },
24007
+ "eu-west-1" : {
24008
+ "variants" : [ {
24009
+ "hostname" : "sqs.eu-west-1.api.aws",
24010
+ "tags" : [ "dualstack" ]
24011
+ } ]
24012
+ },
24013
+ "eu-west-2" : {
24014
+ "variants" : [ {
24015
+ "hostname" : "sqs.eu-west-2.api.aws",
24016
+ "tags" : [ "dualstack" ]
24017
+ } ]
24018
+ },
24019
+ "eu-west-3" : {
24020
+ "variants" : [ {
24021
+ "hostname" : "sqs.eu-west-3.api.aws",
24022
+ "tags" : [ "dualstack" ]
23752
24023
  } ]
23753
24024
  },
23754
- "eu-central-1" : { },
23755
- "eu-central-2" : { },
23756
- "eu-north-1" : { },
23757
- "eu-south-1" : { },
23758
- "eu-south-2" : { },
23759
- "eu-west-1" : { },
23760
- "eu-west-2" : { },
23761
- "eu-west-3" : { },
23762
24025
  "fips-ca-central-1" : {
23763
24026
  "credentialScope" : {
23764
24027
  "region" : "ca-central-1"
@@ -23801,34 +24064,71 @@
23801
24064
  "deprecated" : true,
23802
24065
  "hostname" : "sqs-fips.us-west-2.amazonaws.com"
23803
24066
  },
23804
- "il-central-1" : { },
23805
- "me-central-1" : { },
23806
- "me-south-1" : { },
23807
- "mx-central-1" : { },
23808
- "sa-east-1" : { },
24067
+ "il-central-1" : {
24068
+ "variants" : [ {
24069
+ "hostname" : "sqs.il-central-1.api.aws",
24070
+ "tags" : [ "dualstack" ]
24071
+ } ]
24072
+ },
24073
+ "me-central-1" : {
24074
+ "variants" : [ {
24075
+ "hostname" : "sqs.me-central-1.api.aws",
24076
+ "tags" : [ "dualstack" ]
24077
+ } ]
24078
+ },
24079
+ "me-south-1" : {
24080
+ "variants" : [ {
24081
+ "hostname" : "sqs.me-south-1.api.aws",
24082
+ "tags" : [ "dualstack" ]
24083
+ } ]
24084
+ },
24085
+ "mx-central-1" : {
24086
+ "variants" : [ {
24087
+ "hostname" : "sqs.mx-central-1.api.aws",
24088
+ "tags" : [ "dualstack" ]
24089
+ } ]
24090
+ },
24091
+ "sa-east-1" : {
24092
+ "variants" : [ {
24093
+ "hostname" : "sqs.sa-east-1.api.aws",
24094
+ "tags" : [ "dualstack" ]
24095
+ } ]
24096
+ },
23809
24097
  "us-east-1" : {
23810
24098
  "sslCommonName" : "queue.{dnsSuffix}",
23811
24099
  "variants" : [ {
23812
24100
  "hostname" : "sqs-fips.us-east-1.amazonaws.com",
23813
24101
  "tags" : [ "fips" ]
24102
+ }, {
24103
+ "hostname" : "sqs.us-east-1.api.aws",
24104
+ "tags" : [ "dualstack" ]
23814
24105
  } ]
23815
24106
  },
23816
24107
  "us-east-2" : {
23817
24108
  "variants" : [ {
23818
24109
  "hostname" : "sqs-fips.us-east-2.amazonaws.com",
23819
24110
  "tags" : [ "fips" ]
24111
+ }, {
24112
+ "hostname" : "sqs.us-east-2.api.aws",
24113
+ "tags" : [ "dualstack" ]
23820
24114
  } ]
23821
24115
  },
23822
24116
  "us-west-1" : {
23823
24117
  "variants" : [ {
23824
24118
  "hostname" : "sqs-fips.us-west-1.amazonaws.com",
23825
24119
  "tags" : [ "fips" ]
24120
+ }, {
24121
+ "hostname" : "sqs.us-west-1.api.aws",
24122
+ "tags" : [ "dualstack" ]
23826
24123
  } ]
23827
24124
  },
23828
24125
  "us-west-2" : {
23829
24126
  "variants" : [ {
23830
24127
  "hostname" : "sqs-fips.us-west-2.amazonaws.com",
23831
24128
  "tags" : [ "fips" ]
24129
+ }, {
24130
+ "hostname" : "sqs.us-west-2.api.aws",
24131
+ "tags" : [ "dualstack" ]
23832
24132
  } ]
23833
24133
  }
23834
24134
  }
@@ -29157,8 +29457,18 @@
29157
29457
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
29158
29458
  },
29159
29459
  "endpoints" : {
29160
- "cn-north-1" : { },
29161
- "cn-northwest-1" : { }
29460
+ "cn-north-1" : {
29461
+ "variants" : [ {
29462
+ "hostname" : "sqs.cn-north-1.api.amazonwebservices.com.cn",
29463
+ "tags" : [ "dualstack" ]
29464
+ } ]
29465
+ },
29466
+ "cn-northwest-1" : {
29467
+ "variants" : [ {
29468
+ "hostname" : "sqs.cn-northwest-1.api.amazonwebservices.com.cn",
29469
+ "tags" : [ "dualstack" ]
29470
+ } ]
29471
+ }
29162
29472
  }
29163
29473
  },
29164
29474
  "ssm" : {
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.1072.0
4
+ version: 1.1074.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: 2025-03-21 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: