aws-partitions 1.1063.0 → 1.1064.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 +225 -39
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2357c71818b7db7a6eebb08e6ff153d60a92682ffc219eeef8d09c1120b3c5d
4
- data.tar.gz: 58fd6bf2af0269e5abbeaf76a6813d5eccc47471c67b7a5cd92b9749fecb934d
3
+ metadata.gz: ffdea33edc7a8fc706acf542432b607504b5bae0a3e2c6aa55ef6c76e0aa62c5
4
+ data.tar.gz: eecf21ebf151deabed81bad0cb42279539d8cfb2ecd80ef795704f49eb77ec84
5
5
  SHA512:
6
- metadata.gz: 93a06fcc06cdee77aa52f852bd65fdc9a934ee9c5f91f64af2f7922a92e2e3fd4418a6a0d1b60c578387cb4b8f109f2fa24b8c446c8c27936d68d2d1208f2a91
7
- data.tar.gz: 63e274455bef5bbd117042f02bd2f44bf8ad2d8128f0265f8b87e6a2403f09f1f22eb582abf1849166004ace944cb272b0188d3c967028491555d623193fab27
6
+ metadata.gz: dab51802b979eacacd2f15229e0f60c6dd71490e89fa361bf0cf03d2127eb4a9a50c9546296397c4ec0b3e05b30d7868697c34599be79735f7b00d3f73c9800a
7
+ data.tar.gz: 5ea45524ce47d743be40a65dcf8a9ec2d5d8ceecd7d66982e65fb6557b4fd175068068509ab62c6175ecd9a24e566f73633cea5cc5e0c98eba3f772842ecb79c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1064.0 (2025-03-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1063.0 (2025-03-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1063.0
1
+ 1.1064.0
data/partitions.json CHANGED
@@ -16744,20 +16744,10 @@
16744
16744
  },
16745
16745
  "opsworks" : {
16746
16746
  "endpoints" : {
16747
- "ap-northeast-1" : { },
16748
- "ap-northeast-2" : { },
16749
- "ap-south-1" : { },
16750
16747
  "ap-southeast-1" : { },
16751
- "ap-southeast-2" : { },
16752
- "ca-central-1" : { },
16753
16748
  "eu-central-1" : { },
16754
16749
  "eu-west-1" : { },
16755
- "eu-west-2" : { },
16756
- "eu-west-3" : { },
16757
- "sa-east-1" : { },
16758
16750
  "us-east-1" : { },
16759
- "us-east-2" : { },
16760
- "us-west-1" : { },
16761
16751
  "us-west-2" : { }
16762
16752
  }
16763
16753
  },
@@ -23032,34 +23022,147 @@
23032
23022
  "protocols" : [ "http", "https" ]
23033
23023
  },
23034
23024
  "endpoints" : {
23035
- "af-south-1" : { },
23036
- "ap-east-1" : { },
23037
- "ap-northeast-1" : { },
23038
- "ap-northeast-2" : { },
23039
- "ap-northeast-3" : { },
23040
- "ap-south-1" : { },
23041
- "ap-south-2" : { },
23042
- "ap-southeast-1" : { },
23043
- "ap-southeast-2" : { },
23044
- "ap-southeast-3" : { },
23045
- "ap-southeast-4" : { },
23046
- "ap-southeast-5" : { },
23047
- "ap-southeast-7" : { },
23048
- "ca-central-1" : { },
23025
+ "af-south-1" : {
23026
+ "variants" : [ {
23027
+ "hostname" : "sns.af-south-1.api.aws",
23028
+ "tags" : [ "dualstack" ]
23029
+ } ]
23030
+ },
23031
+ "ap-east-1" : {
23032
+ "variants" : [ {
23033
+ "hostname" : "sns.ap-east-1.api.aws",
23034
+ "tags" : [ "dualstack" ]
23035
+ } ]
23036
+ },
23037
+ "ap-northeast-1" : {
23038
+ "variants" : [ {
23039
+ "hostname" : "sns.ap-northeast-1.api.aws",
23040
+ "tags" : [ "dualstack" ]
23041
+ } ]
23042
+ },
23043
+ "ap-northeast-2" : {
23044
+ "variants" : [ {
23045
+ "hostname" : "sns.ap-northeast-2.api.aws",
23046
+ "tags" : [ "dualstack" ]
23047
+ } ]
23048
+ },
23049
+ "ap-northeast-3" : {
23050
+ "variants" : [ {
23051
+ "hostname" : "sns.ap-northeast-3.api.aws",
23052
+ "tags" : [ "dualstack" ]
23053
+ } ]
23054
+ },
23055
+ "ap-south-1" : {
23056
+ "variants" : [ {
23057
+ "hostname" : "sns.ap-south-1.api.aws",
23058
+ "tags" : [ "dualstack" ]
23059
+ } ]
23060
+ },
23061
+ "ap-south-2" : {
23062
+ "variants" : [ {
23063
+ "hostname" : "sns.ap-south-2.api.aws",
23064
+ "tags" : [ "dualstack" ]
23065
+ } ]
23066
+ },
23067
+ "ap-southeast-1" : {
23068
+ "variants" : [ {
23069
+ "hostname" : "sns.ap-southeast-1.api.aws",
23070
+ "tags" : [ "dualstack" ]
23071
+ } ]
23072
+ },
23073
+ "ap-southeast-2" : {
23074
+ "variants" : [ {
23075
+ "hostname" : "sns.ap-southeast-2.api.aws",
23076
+ "tags" : [ "dualstack" ]
23077
+ } ]
23078
+ },
23079
+ "ap-southeast-3" : {
23080
+ "variants" : [ {
23081
+ "hostname" : "sns.ap-southeast-3.api.aws",
23082
+ "tags" : [ "dualstack" ]
23083
+ } ]
23084
+ },
23085
+ "ap-southeast-4" : {
23086
+ "variants" : [ {
23087
+ "hostname" : "sns.ap-southeast-4.api.aws",
23088
+ "tags" : [ "dualstack" ]
23089
+ } ]
23090
+ },
23091
+ "ap-southeast-5" : {
23092
+ "variants" : [ {
23093
+ "hostname" : "sns.ap-southeast-5.api.aws",
23094
+ "tags" : [ "dualstack" ]
23095
+ } ]
23096
+ },
23097
+ "ap-southeast-7" : {
23098
+ "variants" : [ {
23099
+ "hostname" : "sns.ap-southeast-7.api.aws",
23100
+ "tags" : [ "dualstack" ]
23101
+ } ]
23102
+ },
23103
+ "ca-central-1" : {
23104
+ "variants" : [ {
23105
+ "hostname" : "sns.ca-central-1.api.aws",
23106
+ "tags" : [ "dualstack" ]
23107
+ } ]
23108
+ },
23049
23109
  "ca-west-1" : {
23050
23110
  "variants" : [ {
23051
23111
  "hostname" : "sns-fips.ca-west-1.amazonaws.com",
23052
23112
  "tags" : [ "fips" ]
23113
+ }, {
23114
+ "hostname" : "sns.ca-west-1.api.aws",
23115
+ "tags" : [ "dualstack" ]
23116
+ } ]
23117
+ },
23118
+ "eu-central-1" : {
23119
+ "variants" : [ {
23120
+ "hostname" : "sns.eu-central-1.api.aws",
23121
+ "tags" : [ "dualstack" ]
23122
+ } ]
23123
+ },
23124
+ "eu-central-2" : {
23125
+ "variants" : [ {
23126
+ "hostname" : "sns.eu-central-2.api.aws",
23127
+ "tags" : [ "dualstack" ]
23128
+ } ]
23129
+ },
23130
+ "eu-north-1" : {
23131
+ "variants" : [ {
23132
+ "hostname" : "sns.eu-north-1.api.aws",
23133
+ "tags" : [ "dualstack" ]
23134
+ } ]
23135
+ },
23136
+ "eu-south-1" : {
23137
+ "variants" : [ {
23138
+ "hostname" : "sns.eu-south-1.api.aws",
23139
+ "tags" : [ "dualstack" ]
23140
+ } ]
23141
+ },
23142
+ "eu-south-2" : {
23143
+ "variants" : [ {
23144
+ "hostname" : "sns.eu-south-2.api.aws",
23145
+ "tags" : [ "dualstack" ]
23146
+ } ]
23147
+ },
23148
+ "eu-west-1" : {
23149
+ "variants" : [ {
23150
+ "hostname" : "sns.eu-west-1.api.aws",
23151
+ "tags" : [ "dualstack" ]
23152
+ } ]
23153
+ },
23154
+ "eu-west-2" : {
23155
+ "variants" : [ {
23156
+ "hostname" : "sns.eu-west-2.api.aws",
23157
+ "tags" : [ "dualstack" ]
23158
+ } ]
23159
+ },
23160
+ "eu-west-3" : {
23161
+ "variants" : [ {
23162
+ "hostname" : "sns.eu-west-3.api.aws",
23163
+ "tags" : [ "dualstack" ]
23053
23164
  } ]
23054
23165
  },
23055
- "eu-central-1" : { },
23056
- "eu-central-2" : { },
23057
- "eu-north-1" : { },
23058
- "eu-south-1" : { },
23059
- "eu-south-2" : { },
23060
- "eu-west-1" : { },
23061
- "eu-west-2" : { },
23062
- "eu-west-3" : { },
23063
23166
  "fips-ca-west-1" : {
23064
23167
  "credentialScope" : {
23065
23168
  "region" : "ca-west-1"
@@ -23095,33 +23198,70 @@
23095
23198
  "deprecated" : true,
23096
23199
  "hostname" : "sns-fips.us-west-2.amazonaws.com"
23097
23200
  },
23098
- "il-central-1" : { },
23099
- "me-central-1" : { },
23100
- "me-south-1" : { },
23101
- "mx-central-1" : { },
23102
- "sa-east-1" : { },
23201
+ "il-central-1" : {
23202
+ "variants" : [ {
23203
+ "hostname" : "sns.il-central-1.api.aws",
23204
+ "tags" : [ "dualstack" ]
23205
+ } ]
23206
+ },
23207
+ "me-central-1" : {
23208
+ "variants" : [ {
23209
+ "hostname" : "sns.me-central-1.api.aws",
23210
+ "tags" : [ "dualstack" ]
23211
+ } ]
23212
+ },
23213
+ "me-south-1" : {
23214
+ "variants" : [ {
23215
+ "hostname" : "sns.me-south-1.api.aws",
23216
+ "tags" : [ "dualstack" ]
23217
+ } ]
23218
+ },
23219
+ "mx-central-1" : {
23220
+ "variants" : [ {
23221
+ "hostname" : "sns.mx-central-1.api.aws",
23222
+ "tags" : [ "dualstack" ]
23223
+ } ]
23224
+ },
23225
+ "sa-east-1" : {
23226
+ "variants" : [ {
23227
+ "hostname" : "sns.sa-east-1.api.aws",
23228
+ "tags" : [ "dualstack" ]
23229
+ } ]
23230
+ },
23103
23231
  "us-east-1" : {
23104
23232
  "variants" : [ {
23105
23233
  "hostname" : "sns-fips.us-east-1.amazonaws.com",
23106
23234
  "tags" : [ "fips" ]
23235
+ }, {
23236
+ "hostname" : "sns.us-east-1.api.aws",
23237
+ "tags" : [ "dualstack" ]
23107
23238
  } ]
23108
23239
  },
23109
23240
  "us-east-2" : {
23110
23241
  "variants" : [ {
23111
23242
  "hostname" : "sns-fips.us-east-2.amazonaws.com",
23112
23243
  "tags" : [ "fips" ]
23244
+ }, {
23245
+ "hostname" : "sns.us-east-2.api.aws",
23246
+ "tags" : [ "dualstack" ]
23113
23247
  } ]
23114
23248
  },
23115
23249
  "us-west-1" : {
23116
23250
  "variants" : [ {
23117
23251
  "hostname" : "sns-fips.us-west-1.amazonaws.com",
23118
23252
  "tags" : [ "fips" ]
23253
+ }, {
23254
+ "hostname" : "sns.us-west-1.api.aws",
23255
+ "tags" : [ "dualstack" ]
23119
23256
  } ]
23120
23257
  },
23121
23258
  "us-west-2" : {
23122
23259
  "variants" : [ {
23123
23260
  "hostname" : "sns-fips.us-west-2.amazonaws.com",
23124
23261
  "tags" : [ "fips" ]
23262
+ }, {
23263
+ "hostname" : "sns.us-west-2.api.aws",
23264
+ "tags" : [ "dualstack" ]
23125
23265
  } ]
23126
23266
  }
23127
23267
  }
@@ -28488,8 +28628,18 @@
28488
28628
  "protocols" : [ "http", "https" ]
28489
28629
  },
28490
28630
  "endpoints" : {
28491
- "cn-north-1" : { },
28492
- "cn-northwest-1" : { }
28631
+ "cn-north-1" : {
28632
+ "variants" : [ {
28633
+ "hostname" : "sns.cn-north-1.api.amazonwebservices.com.cn",
28634
+ "tags" : [ "dualstack" ]
28635
+ } ]
28636
+ },
28637
+ "cn-northwest-1" : {
28638
+ "variants" : [ {
28639
+ "hostname" : "sns.cn-northwest-1.api.amazonwebservices.com.cn",
28640
+ "tags" : [ "dualstack" ]
28641
+ } ]
28642
+ }
28493
28643
  }
28494
28644
  },
28495
28645
  "sqs" : {
@@ -34298,6 +34448,18 @@
34298
34448
  "isRegionalized" : false,
34299
34449
  "partitionEndpoint" : "aws-iso-global"
34300
34450
  },
34451
+ "ce" : {
34452
+ "endpoints" : {
34453
+ "aws-iso-global" : {
34454
+ "credentialScope" : {
34455
+ "region" : "us-iso-east-1"
34456
+ },
34457
+ "hostname" : "ce.us-iso-east-1.c2s.ic.gov"
34458
+ }
34459
+ },
34460
+ "isRegionalized" : false,
34461
+ "partitionEndpoint" : "aws-iso-global"
34462
+ },
34301
34463
  "cloudcontrolapi" : {
34302
34464
  "endpoints" : {
34303
34465
  "us-iso-east-1" : { },
@@ -35382,6 +35544,18 @@
35382
35544
  "isRegionalized" : false,
35383
35545
  "partitionEndpoint" : "aws-iso-b-global"
35384
35546
  },
35547
+ "ce" : {
35548
+ "endpoints" : {
35549
+ "aws-iso-b-global" : {
35550
+ "credentialScope" : {
35551
+ "region" : "us-isob-east-1"
35552
+ },
35553
+ "hostname" : "ce.us-isob-east-1.sc2s.sgov.gov"
35554
+ }
35555
+ },
35556
+ "isRegionalized" : false,
35557
+ "partitionEndpoint" : "aws-iso-b-global"
35558
+ },
35385
35559
  "cloudcontrolapi" : {
35386
35560
  "endpoints" : {
35387
35561
  "us-isob-east-1" : { }
@@ -36183,6 +36357,18 @@
36183
36357
  "isRegionalized" : false,
36184
36358
  "partitionEndpoint" : "aws-iso-f-global"
36185
36359
  },
36360
+ "ce" : {
36361
+ "endpoints" : {
36362
+ "aws-iso-f-global" : {
36363
+ "credentialScope" : {
36364
+ "region" : "us-isof-south-1"
36365
+ },
36366
+ "hostname" : "ce.us-isof-south-1.csp.hci.ic.gov"
36367
+ }
36368
+ },
36369
+ "isRegionalized" : false,
36370
+ "partitionEndpoint" : "aws-iso-f-global"
36371
+ },
36186
36372
  "cloudcontrolapi" : {
36187
36373
  "endpoints" : {
36188
36374
  "us-isof-east-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.1063.0
4
+ version: 1.1064.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-07 00:00:00.000000000 Z
11
+ date: 2025-03-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: