aws-partitions 1.894.0 → 1.895.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 +184 -25
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca267b82c24c753f3f419f8a6e19257cddb5cb4ee84c1c4b6bcaca1da3c541f7
4
- data.tar.gz: 7a1931e58043b6294d8f74764fbae482fbaadf3fa806be4a1c2df535e825e73f
3
+ metadata.gz: 14dc680e1ff5d818d1028fb34b7537e09d2465d46defe1328af0d5f501858160
4
+ data.tar.gz: 69ac475de3e8ab509360cce180e7033a13cd5a14213bcd8d961872bf20c0ba13
5
5
  SHA512:
6
- metadata.gz: a41c2315f760c00ce8486706e5f249708e18a386517b1b8d5dee31c800b79e85bcd19d6f2bc40dfca1d4201c99361747674313999a44ca97ffbce723a45f8a42
7
- data.tar.gz: dc6079767c86a1df7a53966ca84b14e92df4fdc403792952f3c5826a33c5f782605c6b840a47aa3a914ab534bb1545e87f23e498e8eac72b6b1ed3ca25a53388
6
+ metadata.gz: '018bb0ad35992c40ecaf1cdfab77c9d0bf6e64dc9fd221ec7c4cccdd3a633a8be69cacc7dc5bd99e9f91cd3f38fc4a916ada706806dbf339c3ed844e176d9908'
7
+ data.tar.gz: ac4bbcdf074c86bd5542e41b891b47d85a0dcca69b17938163a61f02ca12113d70a782ad892646b0fc04c828f22955f889d23c0133df4cdca152fdf2ade43020
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.895.0 (2024-02-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.894.0 (2024-02-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.894.0
1
+ 1.895.0
data/partitions.json CHANGED
@@ -7195,6 +7195,7 @@
7195
7195
  "eu-central-1" : { },
7196
7196
  "eu-north-1" : { },
7197
7197
  "eu-south-1" : { },
7198
+ "eu-south-2" : { },
7198
7199
  "eu-west-1" : { },
7199
7200
  "eu-west-2" : { },
7200
7201
  "eu-west-3" : { },
@@ -8408,6 +8409,7 @@
8408
8409
  "ap-southeast-3" : { },
8409
8410
  "ap-southeast-4" : { },
8410
8411
  "ca-central-1" : { },
8412
+ "ca-west-1" : { },
8411
8413
  "eu-central-1" : { },
8412
8414
  "eu-central-2" : { },
8413
8415
  "eu-north-1" : { },
@@ -11242,27 +11244,152 @@
11242
11244
  },
11243
11245
  "logs" : {
11244
11246
  "endpoints" : {
11245
- "af-south-1" : { },
11246
- "ap-east-1" : { },
11247
- "ap-northeast-1" : { },
11248
- "ap-northeast-2" : { },
11249
- "ap-northeast-3" : { },
11250
- "ap-south-1" : { },
11251
- "ap-south-2" : { },
11252
- "ap-southeast-1" : { },
11253
- "ap-southeast-2" : { },
11254
- "ap-southeast-3" : { },
11255
- "ap-southeast-4" : { },
11256
- "ca-central-1" : { },
11257
- "ca-west-1" : { },
11258
- "eu-central-1" : { },
11259
- "eu-central-2" : { },
11260
- "eu-north-1" : { },
11261
- "eu-south-1" : { },
11262
- "eu-south-2" : { },
11263
- "eu-west-1" : { },
11264
- "eu-west-2" : { },
11265
- "eu-west-3" : { },
11247
+ "af-south-1" : {
11248
+ "variants" : [ {
11249
+ "hostname" : "logs.af-south-1.api.aws",
11250
+ "tags" : [ "dualstack" ]
11251
+ } ]
11252
+ },
11253
+ "ap-east-1" : {
11254
+ "variants" : [ {
11255
+ "hostname" : "logs.ap-east-1.api.aws",
11256
+ "tags" : [ "dualstack" ]
11257
+ } ]
11258
+ },
11259
+ "ap-northeast-1" : {
11260
+ "variants" : [ {
11261
+ "hostname" : "logs.ap-northeast-1.api.aws",
11262
+ "tags" : [ "dualstack" ]
11263
+ } ]
11264
+ },
11265
+ "ap-northeast-2" : {
11266
+ "variants" : [ {
11267
+ "hostname" : "logs.ap-northeast-2.api.aws",
11268
+ "tags" : [ "dualstack" ]
11269
+ } ]
11270
+ },
11271
+ "ap-northeast-3" : {
11272
+ "variants" : [ {
11273
+ "hostname" : "logs.ap-northeast-3.api.aws",
11274
+ "tags" : [ "dualstack" ]
11275
+ } ]
11276
+ },
11277
+ "ap-south-1" : {
11278
+ "variants" : [ {
11279
+ "hostname" : "logs.ap-south-1.api.aws",
11280
+ "tags" : [ "dualstack" ]
11281
+ } ]
11282
+ },
11283
+ "ap-south-2" : {
11284
+ "variants" : [ {
11285
+ "hostname" : "logs.ap-south-2.api.aws",
11286
+ "tags" : [ "dualstack" ]
11287
+ } ]
11288
+ },
11289
+ "ap-southeast-1" : {
11290
+ "variants" : [ {
11291
+ "hostname" : "logs.ap-southeast-1.api.aws",
11292
+ "tags" : [ "dualstack" ]
11293
+ } ]
11294
+ },
11295
+ "ap-southeast-2" : {
11296
+ "variants" : [ {
11297
+ "hostname" : "logs.ap-southeast-2.api.aws",
11298
+ "tags" : [ "dualstack" ]
11299
+ } ]
11300
+ },
11301
+ "ap-southeast-3" : {
11302
+ "variants" : [ {
11303
+ "hostname" : "logs.ap-southeast-3.api.aws",
11304
+ "tags" : [ "dualstack" ]
11305
+ } ]
11306
+ },
11307
+ "ap-southeast-4" : {
11308
+ "variants" : [ {
11309
+ "hostname" : "logs.ap-southeast-4.api.aws",
11310
+ "tags" : [ "dualstack" ]
11311
+ } ]
11312
+ },
11313
+ "ca-central-1" : {
11314
+ "variants" : [ {
11315
+ "hostname" : "logs-fips.ca-central-1.amazonaws.com",
11316
+ "tags" : [ "fips" ]
11317
+ }, {
11318
+ "hostname" : "logs.ca-central-1.api.aws",
11319
+ "tags" : [ "dualstack" ]
11320
+ } ]
11321
+ },
11322
+ "ca-west-1" : {
11323
+ "variants" : [ {
11324
+ "hostname" : "logs-fips.ca-west-1.amazonaws.com",
11325
+ "tags" : [ "fips" ]
11326
+ }, {
11327
+ "hostname" : "logs.ca-west-1.api.aws",
11328
+ "tags" : [ "dualstack" ]
11329
+ } ]
11330
+ },
11331
+ "eu-central-1" : {
11332
+ "variants" : [ {
11333
+ "hostname" : "logs.eu-central-1.api.aws",
11334
+ "tags" : [ "dualstack" ]
11335
+ } ]
11336
+ },
11337
+ "eu-central-2" : {
11338
+ "variants" : [ {
11339
+ "hostname" : "logs.eu-central-2.api.aws",
11340
+ "tags" : [ "dualstack" ]
11341
+ } ]
11342
+ },
11343
+ "eu-north-1" : {
11344
+ "variants" : [ {
11345
+ "hostname" : "logs.eu-north-1.api.aws",
11346
+ "tags" : [ "dualstack" ]
11347
+ } ]
11348
+ },
11349
+ "eu-south-1" : {
11350
+ "variants" : [ {
11351
+ "hostname" : "logs.eu-south-1.api.aws",
11352
+ "tags" : [ "dualstack" ]
11353
+ } ]
11354
+ },
11355
+ "eu-south-2" : {
11356
+ "variants" : [ {
11357
+ "hostname" : "logs.eu-south-2.api.aws",
11358
+ "tags" : [ "dualstack" ]
11359
+ } ]
11360
+ },
11361
+ "eu-west-1" : {
11362
+ "variants" : [ {
11363
+ "hostname" : "logs.eu-west-1.api.aws",
11364
+ "tags" : [ "dualstack" ]
11365
+ } ]
11366
+ },
11367
+ "eu-west-2" : {
11368
+ "variants" : [ {
11369
+ "hostname" : "logs.eu-west-2.api.aws",
11370
+ "tags" : [ "dualstack" ]
11371
+ } ]
11372
+ },
11373
+ "eu-west-3" : {
11374
+ "variants" : [ {
11375
+ "hostname" : "logs.eu-west-3.api.aws",
11376
+ "tags" : [ "dualstack" ]
11377
+ } ]
11378
+ },
11379
+ "fips-ca-central-1" : {
11380
+ "credentialScope" : {
11381
+ "region" : "ca-central-1"
11382
+ },
11383
+ "deprecated" : true,
11384
+ "hostname" : "logs-fips.ca-central-1.amazonaws.com"
11385
+ },
11386
+ "fips-ca-west-1" : {
11387
+ "credentialScope" : {
11388
+ "region" : "ca-west-1"
11389
+ },
11390
+ "deprecated" : true,
11391
+ "hostname" : "logs-fips.ca-west-1.amazonaws.com"
11392
+ },
11266
11393
  "fips-us-east-1" : {
11267
11394
  "credentialScope" : {
11268
11395
  "region" : "us-east-1"
@@ -11291,32 +11418,64 @@
11291
11418
  "deprecated" : true,
11292
11419
  "hostname" : "logs-fips.us-west-2.amazonaws.com"
11293
11420
  },
11294
- "il-central-1" : { },
11295
- "me-central-1" : { },
11296
- "me-south-1" : { },
11297
- "sa-east-1" : { },
11421
+ "il-central-1" : {
11422
+ "variants" : [ {
11423
+ "hostname" : "logs.il-central-1.api.aws",
11424
+ "tags" : [ "dualstack" ]
11425
+ } ]
11426
+ },
11427
+ "me-central-1" : {
11428
+ "variants" : [ {
11429
+ "hostname" : "logs.me-central-1.api.aws",
11430
+ "tags" : [ "dualstack" ]
11431
+ } ]
11432
+ },
11433
+ "me-south-1" : {
11434
+ "variants" : [ {
11435
+ "hostname" : "logs.me-south-1.api.aws",
11436
+ "tags" : [ "dualstack" ]
11437
+ } ]
11438
+ },
11439
+ "sa-east-1" : {
11440
+ "variants" : [ {
11441
+ "hostname" : "logs.sa-east-1.api.aws",
11442
+ "tags" : [ "dualstack" ]
11443
+ } ]
11444
+ },
11298
11445
  "us-east-1" : {
11299
11446
  "variants" : [ {
11300
11447
  "hostname" : "logs-fips.us-east-1.amazonaws.com",
11301
11448
  "tags" : [ "fips" ]
11449
+ }, {
11450
+ "hostname" : "logs.us-east-1.api.aws",
11451
+ "tags" : [ "dualstack" ]
11302
11452
  } ]
11303
11453
  },
11304
11454
  "us-east-2" : {
11305
11455
  "variants" : [ {
11306
11456
  "hostname" : "logs-fips.us-east-2.amazonaws.com",
11307
11457
  "tags" : [ "fips" ]
11458
+ }, {
11459
+ "hostname" : "logs.us-east-2.api.aws",
11460
+ "tags" : [ "dualstack" ]
11308
11461
  } ]
11309
11462
  },
11310
11463
  "us-west-1" : {
11311
11464
  "variants" : [ {
11312
11465
  "hostname" : "logs-fips.us-west-1.amazonaws.com",
11313
11466
  "tags" : [ "fips" ]
11467
+ }, {
11468
+ "hostname" : "logs.us-west-1.api.aws",
11469
+ "tags" : [ "dualstack" ]
11314
11470
  } ]
11315
11471
  },
11316
11472
  "us-west-2" : {
11317
11473
  "variants" : [ {
11318
11474
  "hostname" : "logs-fips.us-west-2.amazonaws.com",
11319
11475
  "tags" : [ "fips" ]
11476
+ }, {
11477
+ "hostname" : "logs.us-west-2.api.aws",
11478
+ "tags" : [ "dualstack" ]
11320
11479
  } ]
11321
11480
  }
11322
11481
  }
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.894.0
4
+ version: 1.895.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-02-19 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: