aws-partitions 1.695.0 → 1.696.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 +23 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d350892d02684970fd3e3c7305bc19dab7a3ef41bf3941c69ec004f096f318c8
4
- data.tar.gz: 910a9fc311aa22f142e72b2c33c679ce6a468c987e882e341aa558ca568b7bb6
3
+ metadata.gz: a68bbf6c7dd753d5e8a41c399aaa1b92ec18b47ee0f253c464099b5e3b805130
4
+ data.tar.gz: 0aeb5a4eab759fd156d62ab306fa1c16d38ab4e514abd8f3bd3605a9746b24c0
5
5
  SHA512:
6
- metadata.gz: fc8941810c51233f716c9e1bd894cc56897f40d877a83c8c20f758f1bceebb2fab805b96996bc231300c6d819a324ed2df0796a4fd615b8c02daeb8166542fe6
7
- data.tar.gz: 05a3bf0def96ae7c6bf407d126b45e7fe6c23bc1b73ceb2b721a8ef8c5fce4f0e7e06770c556532942623d527f17958d2a48aa2612918a4586eeb979368d8d52
6
+ metadata.gz: dd9dfa45f5cd204ab7bc0e6f42d782979d3231559a0f8ebf913251bd39588f7b9e864bfbd67bdf405493ecbade1b2610403fe839ddd2a216a1671ec7e4e32067
7
+ data.tar.gz: 911ac7f51970e7a80e7ae7501dc033e21902324710644adcfb8136e6b18c833af31db86d05741796a4a49518d709cb3f18ae5061816501657a4d92b401d117c4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.696.0 (2023-01-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.695.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.695.0
1
+ 1.696.0
data/partitions.json CHANGED
@@ -1015,12 +1015,15 @@
1015
1015
  },
1016
1016
  "api.mediatailor" : {
1017
1017
  "endpoints" : {
1018
+ "af-south-1" : { },
1018
1019
  "ap-northeast-1" : { },
1020
+ "ap-south-1" : { },
1019
1021
  "ap-southeast-1" : { },
1020
1022
  "ap-southeast-2" : { },
1021
1023
  "eu-central-1" : { },
1022
1024
  "eu-west-1" : { },
1023
1025
  "us-east-1" : { },
1026
+ "us-east-2" : { },
1024
1027
  "us-west-2" : { }
1025
1028
  }
1026
1029
  },
@@ -4736,6 +4739,7 @@
4736
4739
  "ap-northeast-2" : { },
4737
4740
  "ap-northeast-3" : { },
4738
4741
  "ap-south-1" : { },
4742
+ "ap-south-2" : { },
4739
4743
  "ap-southeast-1" : { },
4740
4744
  "ap-southeast-2" : { },
4741
4745
  "ap-southeast-3" : { },
@@ -4746,8 +4750,10 @@
4746
4750
  } ]
4747
4751
  },
4748
4752
  "eu-central-1" : { },
4753
+ "eu-central-2" : { },
4749
4754
  "eu-north-1" : { },
4750
4755
  "eu-south-1" : { },
4756
+ "eu-south-2" : { },
4751
4757
  "eu-west-1" : { },
4752
4758
  "eu-west-2" : { },
4753
4759
  "eu-west-3" : { },
@@ -9334,6 +9340,7 @@
9334
9340
  "m2" : {
9335
9341
  "endpoints" : {
9336
9342
  "ap-northeast-1" : { },
9343
+ "ap-northeast-2" : { },
9337
9344
  "ap-south-1" : { },
9338
9345
  "ap-southeast-1" : { },
9339
9346
  "ap-southeast-2" : { },
@@ -9352,6 +9359,12 @@
9352
9359
  "fips-us-east-1" : {
9353
9360
  "deprecated" : true
9354
9361
  },
9362
+ "fips-us-east-2" : {
9363
+ "deprecated" : true
9364
+ },
9365
+ "fips-us-west-1" : {
9366
+ "deprecated" : true
9367
+ },
9355
9368
  "fips-us-west-2" : {
9356
9369
  "deprecated" : true
9357
9370
  },
@@ -9361,6 +9374,16 @@
9361
9374
  "tags" : [ "fips" ]
9362
9375
  } ]
9363
9376
  },
9377
+ "us-east-2" : {
9378
+ "variants" : [ {
9379
+ "tags" : [ "fips" ]
9380
+ } ]
9381
+ },
9382
+ "us-west-1" : {
9383
+ "variants" : [ {
9384
+ "tags" : [ "fips" ]
9385
+ } ]
9386
+ },
9364
9387
  "us-west-2" : {
9365
9388
  "variants" : [ {
9366
9389
  "tags" : [ "fips" ]
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.695.0
4
+ version: 1.696.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-01-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: