aws-partitions 1.1086.0 → 1.1088.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 +258 -28
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ed1bfdadc336e013b12962bd084d9b4fba814517ce970efa42a61c73a6ef8e4
4
- data.tar.gz: 9903f718733b750248bbaa7eaf06df5071cee08545db24b618773493c5f7b502
3
+ metadata.gz: 3fcf96b643af9d529653b979a25a19a690411d821aa4cbf0b457e7a6df405f11
4
+ data.tar.gz: 37097490d21a78e43072d9b4a20bd92de42d9a8e992b0fcd1c1e6da9278ff841
5
5
  SHA512:
6
- metadata.gz: 1e156c805d00226c6b647a1a7cbdd37d2b608d72531906858bef31711cc50f4d3c554d1e240ba84f8f7d868149d911c369c79e7b4cbde8a12c4230818f759dec
7
- data.tar.gz: c6eefe84710337c0ec408f4bba0159a79c4ff11d7386ba16e2189bdf2bda7aa3d96f266f1b98d158ad005ac28e3077ea3238c5c91d96ac872d9c3567f9f90f83
6
+ metadata.gz: 638cc71defe9dc3501bfb8d5efe4f04549656c43cb2b9361a574dee86dfea8802e80e162cc7278f3429e30ee6733ccd692154a93c6bbe94c27a9c60bc541b1cc
7
+ data.tar.gz: db5f0947edff82d881f0fa5c4ee6fe1dbc6de257306ddf7a17ef6774bd175d66d6f7cf8dfa2b1101a5738ebb1cfcf87a5724c5f35010f36678896ae66076af96
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1088.0 (2025-04-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1087.0 (2025-04-14)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1086.0 (2025-04-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1086.0
1
+ 1.1088.0
data/partitions.json CHANGED
@@ -3193,6 +3193,7 @@
3193
3193
  "tags" : [ "dualstack" ]
3194
3194
  } ]
3195
3195
  },
3196
+ "ap-southeast-7" : { },
3196
3197
  "ca-central-1" : {
3197
3198
  "variants" : [ {
3198
3199
  "hostname" : "athena-fips.ca-central-1.amazonaws.com",
@@ -3325,6 +3326,7 @@
3325
3326
  "tags" : [ "dualstack" ]
3326
3327
  } ]
3327
3328
  },
3329
+ "mx-central-1" : { },
3328
3330
  "sa-east-1" : {
3329
3331
  "variants" : [ {
3330
3332
  "hostname" : "athena.sa-east-1.api.aws",
@@ -19105,6 +19107,18 @@
19105
19107
  }
19106
19108
  }
19107
19109
  },
19110
+ "query.timestream" : {
19111
+ "endpoints" : {
19112
+ "ap-northeast-1" : { },
19113
+ "ap-south-1" : { },
19114
+ "ap-southeast-2" : { },
19115
+ "eu-central-1" : { },
19116
+ "eu-west-1" : { },
19117
+ "us-east-1" : { },
19118
+ "us-east-2" : { },
19119
+ "us-west-2" : { }
19120
+ }
19121
+ },
19108
19122
  "quicksight" : {
19109
19123
  "endpoints" : {
19110
19124
  "af-south-1" : { },
@@ -21020,23 +21034,94 @@
21020
21034
  "protocols" : [ "https" ]
21021
21035
  },
21022
21036
  "endpoints" : {
21023
- "af-south-1" : { },
21024
- "ap-east-1" : { },
21025
- "ap-northeast-1" : { },
21026
- "ap-northeast-2" : { },
21027
- "ap-northeast-3" : { },
21028
- "ap-south-1" : { },
21029
- "ap-south-2" : { },
21030
- "ap-southeast-1" : { },
21031
- "ap-southeast-2" : { },
21032
- "ap-southeast-3" : { },
21033
- "ap-southeast-4" : { },
21034
- "ap-southeast-5" : { },
21035
- "ap-southeast-7" : { },
21037
+ "af-south-1" : {
21038
+ "variants" : [ {
21039
+ "hostname" : "route53resolver.af-south-1.api.aws",
21040
+ "tags" : [ "dualstack" ]
21041
+ } ]
21042
+ },
21043
+ "ap-east-1" : {
21044
+ "variants" : [ {
21045
+ "hostname" : "route53resolver.ap-east-1.api.aws",
21046
+ "tags" : [ "dualstack" ]
21047
+ } ]
21048
+ },
21049
+ "ap-northeast-1" : {
21050
+ "variants" : [ {
21051
+ "hostname" : "route53resolver.ap-northeast-1.api.aws",
21052
+ "tags" : [ "dualstack" ]
21053
+ } ]
21054
+ },
21055
+ "ap-northeast-2" : {
21056
+ "variants" : [ {
21057
+ "hostname" : "route53resolver.ap-northeast-2.api.aws",
21058
+ "tags" : [ "dualstack" ]
21059
+ } ]
21060
+ },
21061
+ "ap-northeast-3" : {
21062
+ "variants" : [ {
21063
+ "hostname" : "route53resolver.ap-northeast-3.api.aws",
21064
+ "tags" : [ "dualstack" ]
21065
+ } ]
21066
+ },
21067
+ "ap-south-1" : {
21068
+ "variants" : [ {
21069
+ "hostname" : "route53resolver.ap-south-1.api.aws",
21070
+ "tags" : [ "dualstack" ]
21071
+ } ]
21072
+ },
21073
+ "ap-south-2" : {
21074
+ "variants" : [ {
21075
+ "hostname" : "route53resolver.ap-south-2.api.aws",
21076
+ "tags" : [ "dualstack" ]
21077
+ } ]
21078
+ },
21079
+ "ap-southeast-1" : {
21080
+ "variants" : [ {
21081
+ "hostname" : "route53resolver.ap-southeast-1.api.aws",
21082
+ "tags" : [ "dualstack" ]
21083
+ } ]
21084
+ },
21085
+ "ap-southeast-2" : {
21086
+ "variants" : [ {
21087
+ "hostname" : "route53resolver.ap-southeast-2.api.aws",
21088
+ "tags" : [ "dualstack" ]
21089
+ } ]
21090
+ },
21091
+ "ap-southeast-3" : {
21092
+ "variants" : [ {
21093
+ "hostname" : "route53resolver.ap-southeast-3.api.aws",
21094
+ "tags" : [ "dualstack" ]
21095
+ } ]
21096
+ },
21097
+ "ap-southeast-4" : {
21098
+ "variants" : [ {
21099
+ "hostname" : "route53resolver.ap-southeast-4.api.aws",
21100
+ "tags" : [ "dualstack" ]
21101
+ } ]
21102
+ },
21103
+ "ap-southeast-5" : {
21104
+ "variants" : [ {
21105
+ "hostname" : "route53resolver.ap-southeast-5.api.aws",
21106
+ "tags" : [ "dualstack" ]
21107
+ } ]
21108
+ },
21109
+ "ap-southeast-7" : {
21110
+ "variants" : [ {
21111
+ "hostname" : "route53resolver.ap-southeast-7.api.aws",
21112
+ "tags" : [ "dualstack" ]
21113
+ } ]
21114
+ },
21036
21115
  "ca-central-1" : {
21037
21116
  "variants" : [ {
21038
21117
  "hostname" : "route53resolver-fips.ca-central-1.amazonaws.com",
21039
21118
  "tags" : [ "fips" ]
21119
+ }, {
21120
+ "hostname" : "route53resolver-fips.ca-central-1.api.aws",
21121
+ "tags" : [ "dualstack", "fips" ]
21122
+ }, {
21123
+ "hostname" : "route53resolver.ca-central-1.api.aws",
21124
+ "tags" : [ "dualstack" ]
21040
21125
  } ]
21041
21126
  },
21042
21127
  "ca-central-1-fips" : {
@@ -21050,6 +21135,12 @@
21050
21135
  "variants" : [ {
21051
21136
  "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com",
21052
21137
  "tags" : [ "fips" ]
21138
+ }, {
21139
+ "hostname" : "route53resolver-fips.ca-west-1.api.aws",
21140
+ "tags" : [ "dualstack", "fips" ]
21141
+ }, {
21142
+ "hostname" : "route53resolver.ca-west-1.api.aws",
21143
+ "tags" : [ "dualstack" ]
21053
21144
  } ]
21054
21145
  },
21055
21146
  "ca-west-1-fips" : {
@@ -21059,23 +21150,94 @@
21059
21150
  "deprecated" : true,
21060
21151
  "hostname" : "route53resolver-fips.ca-west-1.amazonaws.com"
21061
21152
  },
21062
- "eu-central-1" : { },
21063
- "eu-central-2" : { },
21064
- "eu-north-1" : { },
21065
- "eu-south-1" : { },
21066
- "eu-south-2" : { },
21067
- "eu-west-1" : { },
21068
- "eu-west-2" : { },
21069
- "eu-west-3" : { },
21070
- "il-central-1" : { },
21071
- "me-central-1" : { },
21072
- "me-south-1" : { },
21073
- "mx-central-1" : { },
21074
- "sa-east-1" : { },
21153
+ "eu-central-1" : {
21154
+ "variants" : [ {
21155
+ "hostname" : "route53resolver.eu-central-1.api.aws",
21156
+ "tags" : [ "dualstack" ]
21157
+ } ]
21158
+ },
21159
+ "eu-central-2" : {
21160
+ "variants" : [ {
21161
+ "hostname" : "route53resolver.eu-central-2.api.aws",
21162
+ "tags" : [ "dualstack" ]
21163
+ } ]
21164
+ },
21165
+ "eu-north-1" : {
21166
+ "variants" : [ {
21167
+ "hostname" : "route53resolver.eu-north-1.api.aws",
21168
+ "tags" : [ "dualstack" ]
21169
+ } ]
21170
+ },
21171
+ "eu-south-1" : {
21172
+ "variants" : [ {
21173
+ "hostname" : "route53resolver.eu-south-1.api.aws",
21174
+ "tags" : [ "dualstack" ]
21175
+ } ]
21176
+ },
21177
+ "eu-south-2" : {
21178
+ "variants" : [ {
21179
+ "hostname" : "route53resolver.eu-south-2.api.aws",
21180
+ "tags" : [ "dualstack" ]
21181
+ } ]
21182
+ },
21183
+ "eu-west-1" : {
21184
+ "variants" : [ {
21185
+ "hostname" : "route53resolver.eu-west-1.api.aws",
21186
+ "tags" : [ "dualstack" ]
21187
+ } ]
21188
+ },
21189
+ "eu-west-2" : {
21190
+ "variants" : [ {
21191
+ "hostname" : "route53resolver.eu-west-2.api.aws",
21192
+ "tags" : [ "dualstack" ]
21193
+ } ]
21194
+ },
21195
+ "eu-west-3" : {
21196
+ "variants" : [ {
21197
+ "hostname" : "route53resolver.eu-west-3.api.aws",
21198
+ "tags" : [ "dualstack" ]
21199
+ } ]
21200
+ },
21201
+ "il-central-1" : {
21202
+ "variants" : [ {
21203
+ "hostname" : "route53resolver.il-central-1.api.aws",
21204
+ "tags" : [ "dualstack" ]
21205
+ } ]
21206
+ },
21207
+ "me-central-1" : {
21208
+ "variants" : [ {
21209
+ "hostname" : "route53resolver.me-central-1.api.aws",
21210
+ "tags" : [ "dualstack" ]
21211
+ } ]
21212
+ },
21213
+ "me-south-1" : {
21214
+ "variants" : [ {
21215
+ "hostname" : "route53resolver.me-south-1.api.aws",
21216
+ "tags" : [ "dualstack" ]
21217
+ } ]
21218
+ },
21219
+ "mx-central-1" : {
21220
+ "variants" : [ {
21221
+ "hostname" : "route53resolver.mx-central-1.api.aws",
21222
+ "tags" : [ "dualstack" ]
21223
+ } ]
21224
+ },
21225
+ "sa-east-1" : {
21226
+ "variants" : [ {
21227
+ "hostname" : "route53resolver.sa-east-1.api.aws",
21228
+ "tags" : [ "dualstack" ]
21229
+ } ]
21230
+ },
21075
21231
  "us-east-1" : {
21076
21232
  "variants" : [ {
21077
21233
  "hostname" : "route53resolver-fips.us-east-1.amazonaws.com",
21078
21234
  "tags" : [ "fips" ]
21235
+ }, {
21236
+ "hostname" : "route53resolver-fips.us-east-1.api.aws",
21237
+ "tags" : [ "dualstack", "fips" ]
21238
+ }, {
21239
+ "hostname" : "route53resolver.us-east-1.api.aws",
21240
+ "tags" : [ "dualstack" ]
21079
21241
  } ]
21080
21242
  },
21081
21243
  "us-east-1-fips" : {
@@ -21089,6 +21251,12 @@
21089
21251
  "variants" : [ {
21090
21252
  "hostname" : "route53resolver-fips.us-east-2.amazonaws.com",
21091
21253
  "tags" : [ "fips" ]
21254
+ }, {
21255
+ "hostname" : "route53resolver-fips.us-east-2.api.aws",
21256
+ "tags" : [ "dualstack", "fips" ]
21257
+ }, {
21258
+ "hostname" : "route53resolver.us-east-2.api.aws",
21259
+ "tags" : [ "dualstack" ]
21092
21260
  } ]
21093
21261
  },
21094
21262
  "us-east-2-fips" : {
@@ -21102,6 +21270,12 @@
21102
21270
  "variants" : [ {
21103
21271
  "hostname" : "route53resolver-fips.us-west-1.amazonaws.com",
21104
21272
  "tags" : [ "fips" ]
21273
+ }, {
21274
+ "hostname" : "route53resolver-fips.us-west-1.api.aws",
21275
+ "tags" : [ "dualstack", "fips" ]
21276
+ }, {
21277
+ "hostname" : "route53resolver.us-west-1.api.aws",
21278
+ "tags" : [ "dualstack" ]
21105
21279
  } ]
21106
21280
  },
21107
21281
  "us-west-1-fips" : {
@@ -21115,6 +21289,12 @@
21115
21289
  "variants" : [ {
21116
21290
  "hostname" : "route53resolver-fips.us-west-2.amazonaws.com",
21117
21291
  "tags" : [ "fips" ]
21292
+ }, {
21293
+ "hostname" : "route53resolver-fips.us-west-2.api.aws",
21294
+ "tags" : [ "dualstack", "fips" ]
21295
+ }, {
21296
+ "hostname" : "route53resolver.us-west-2.api.aws",
21297
+ "tags" : [ "dualstack" ]
21118
21298
  } ]
21119
21299
  },
21120
21300
  "us-west-2-fips" : {
@@ -21129,6 +21309,7 @@
21129
21309
  "rum" : {
21130
21310
  "endpoints" : {
21131
21311
  "af-south-1" : { },
21312
+ "ap-east-1" : { },
21132
21313
  "ap-northeast-1" : { },
21133
21314
  "ap-northeast-2" : { },
21134
21315
  "ap-northeast-3" : { },
@@ -21147,6 +21328,7 @@
21147
21328
  "eu-west-1" : { },
21148
21329
  "eu-west-2" : { },
21149
21330
  "eu-west-3" : { },
21331
+ "il-central-1" : { },
21150
21332
  "me-central-1" : { },
21151
21333
  "me-south-1" : { },
21152
21334
  "sa-east-1" : { },
@@ -27023,6 +27205,7 @@
27023
27205
  "il-central-1" : { },
27024
27206
  "me-central-1" : { },
27025
27207
  "me-south-1" : { },
27208
+ "mx-central-1" : { },
27026
27209
  "sa-east-1" : { },
27027
27210
  "us-east-1" : {
27028
27211
  "variants" : [ {
@@ -30128,8 +30311,18 @@
30128
30311
  "protocols" : [ "https" ]
30129
30312
  },
30130
30313
  "endpoints" : {
30131
- "cn-north-1" : { },
30132
- "cn-northwest-1" : { }
30314
+ "cn-north-1" : {
30315
+ "variants" : [ {
30316
+ "hostname" : "route53resolver.cn-north-1.api.amazonwebservices.com.cn",
30317
+ "tags" : [ "dualstack" ]
30318
+ } ]
30319
+ },
30320
+ "cn-northwest-1" : {
30321
+ "variants" : [ {
30322
+ "hostname" : "route53resolver.cn-northwest-1.api.amazonwebservices.com.cn",
30323
+ "tags" : [ "dualstack" ]
30324
+ } ]
30325
+ }
30133
30326
  }
30134
30327
  },
30135
30328
  "runtime.sagemaker" : {
@@ -34383,6 +34576,11 @@
34383
34576
  }
34384
34577
  }
34385
34578
  },
34579
+ "query.timestream" : {
34580
+ "endpoints" : {
34581
+ "us-gov-west-1" : { }
34582
+ }
34583
+ },
34386
34584
  "quicksight" : {
34387
34585
  "endpoints" : {
34388
34586
  "us-gov-east-1" : { },
@@ -34779,6 +34977,12 @@
34779
34977
  "variants" : [ {
34780
34978
  "hostname" : "route53resolver.us-gov-east-1.amazonaws.com",
34781
34979
  "tags" : [ "fips" ]
34980
+ }, {
34981
+ "hostname" : "route53resolver.us-gov-east-1.api.aws",
34982
+ "tags" : [ "dualstack" ]
34983
+ }, {
34984
+ "hostname" : "route53resolver.us-gov-east-1.api.aws",
34985
+ "tags" : [ "dualstack", "fips" ]
34782
34986
  } ]
34783
34987
  },
34784
34988
  "us-gov-east-1-fips" : {
@@ -34789,6 +34993,12 @@
34789
34993
  "variants" : [ {
34790
34994
  "hostname" : "route53resolver.us-gov-west-1.amazonaws.com",
34791
34995
  "tags" : [ "fips" ]
34996
+ }, {
34997
+ "hostname" : "route53resolver.us-gov-west-1.api.aws",
34998
+ "tags" : [ "dualstack" ]
34999
+ }, {
35000
+ "hostname" : "route53resolver.us-gov-west-1.api.aws",
35001
+ "tags" : [ "dualstack", "fips" ]
34792
35002
  } ]
34793
35003
  },
34794
35004
  "us-gov-west-1-fips" : {
@@ -38418,6 +38628,11 @@
38418
38628
  "eu-isoe-west-1" : { }
38419
38629
  }
38420
38630
  },
38631
+ "dms" : {
38632
+ "endpoints" : {
38633
+ "eu-isoe-west-1" : { }
38634
+ }
38635
+ },
38421
38636
  "ds" : {
38422
38637
  "endpoints" : {
38423
38638
  "eu-isoe-west-1" : { }
@@ -38517,6 +38732,11 @@
38517
38732
  "eu-isoe-west-1" : { }
38518
38733
  }
38519
38734
  },
38735
+ "kinesis" : {
38736
+ "endpoints" : {
38737
+ "eu-isoe-west-1" : { }
38738
+ }
38739
+ },
38520
38740
  "kms" : {
38521
38741
  "endpoints" : {
38522
38742
  "ProdFips" : {
@@ -38632,6 +38852,11 @@
38632
38852
  "isRegionalized" : false,
38633
38853
  "partitionEndpoint" : "aws-iso-e-global"
38634
38854
  },
38855
+ "route53resolver" : {
38856
+ "endpoints" : {
38857
+ "eu-isoe-west-1" : { }
38858
+ }
38859
+ },
38635
38860
  "s3" : {
38636
38861
  "defaults" : {
38637
38862
  "protocols" : [ "http", "https" ],
@@ -38658,6 +38883,11 @@
38658
38883
  "eu-isoe-west-1" : { }
38659
38884
  }
38660
38885
  },
38886
+ "secretsmanager" : {
38887
+ "endpoints" : {
38888
+ "eu-isoe-west-1" : { }
38889
+ }
38890
+ },
38661
38891
  "servicecatalog" : {
38662
38892
  "endpoints" : {
38663
38893
  "eu-isoe-west-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.1086.0
4
+ version: 1.1088.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-04-11 00:00:00.000000000 Z
11
+ date: 2025-04-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: