aws-partitions 1.1072.0 → 1.1073.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 +174 -28
  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: abd859cad069a326520d633d4733472cf590171f73a1c676e713bd074db8fd68
4
+ data.tar.gz: d4659d810feaa458ad3ac369b311914152538250c19a24d12a5ef3fc27095d69
5
5
  SHA512:
6
- metadata.gz: 350c17bed34230c0a7fd94d4458452c4424905ff1d1f7a1ffb1794a909267a7f93e56b60c8194ffd15f81ef5b85ccfd19a51070618485c051912505e17222a05
7
- data.tar.gz: 6dd8b7936e5149675798c9dab4366ba9b85ac2a95b76eed4173fdab2c01efbff90c9515b3bb1dd1ac3dd97eef9a24888c7c6c9a73db1dff2cac6ee736b56bc35
6
+ metadata.gz: 659b8d203ad52245be44594578d6e75c2dc93f7cb620a98a15ee60990127d517d15738995f51664a23743162c761f3027bca01c60301d9692b103bc057c4f64f
7
+ data.tar.gz: 44cf5393275058f7f2c809b56c9e700bc2a2d2809ca18ebcbac5d9e247674b7ab42fbce9cea02e69e2a8c8a6929ef4028db0cb4a5ff0f2c3b400955a8958cbfa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1073.0 (2025-03-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1072.0 (2025-03-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1072.0
1
+ 1.1073.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"
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.1073.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-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: