aws-partitions 1.769.0 → 1.770.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 +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74b2ebfb7a9f3a4139573f8cd3f77566458a51f046d46bbf7640a32c96d2f484
4
- data.tar.gz: 59b1d2ad28a199da2aae22996d5195bdf5a735e82e98304e0c3369759a147e71
3
+ metadata.gz: 1c4e260e0e43bdaecdc8ad3028923f41721605cd50a65c7d6472d62014ebd4a4
4
+ data.tar.gz: 7de4b101ee80790e2172a97645c576255e32fcff123a862675d5bb1d1a43426f
5
5
  SHA512:
6
- metadata.gz: 55908cf2c450d8847e5e0ac4316420822ed0e2b7bbaafe5158062952d1aee91e5599799e02653bcaaabd0b2d1bb7bf5d99d130c669184719e85c34d38d6d8352
7
- data.tar.gz: 1382b6039931cbe21642e9b0d0930d1e21616a10a60bc85eb44a45f7ec1b9a46d9bedff0eaf5b59863c671a053cc7c638c5f4be291af8e74d4234e49696d8f75
6
+ metadata.gz: 8e3b1dd75f159ac4d4f4f9649784cbfdcfbb947539dacfd6112020d2176346990a068eb4b7c146838a093ab823bc3d82a62f8a8ef5743d5b2cd1fbf33296c8f5
7
+ data.tar.gz: 5369e4b18b61db155a39029d55b77dcdeeaef7403cefddb3530d3e0fe8339004626bcb5d12eb373b713257261bfc43615c188ccb4cab38929369a815da8150b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.770.0 (2023-05-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.769.0 (2023-05-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.769.0
1
+ 1.770.0
data/partitions.json CHANGED
@@ -2836,6 +2836,7 @@
2836
2836
  "ap-southeast-1" : { },
2837
2837
  "ap-southeast-2" : { },
2838
2838
  "ap-southeast-3" : { },
2839
+ "ap-southeast-4" : { },
2839
2840
  "ca-central-1" : { },
2840
2841
  "eu-central-1" : { },
2841
2842
  "eu-central-2" : { },
@@ -4263,6 +4264,7 @@
4263
4264
  "ap-southeast-1" : { },
4264
4265
  "ap-southeast-2" : { },
4265
4266
  "ap-southeast-3" : { },
4267
+ "ap-southeast-4" : { },
4266
4268
  "ca-central-1" : {
4267
4269
  "variants" : [ {
4268
4270
  "hostname" : "datasync-fips.ca-central-1.amazonaws.com",
@@ -6625,6 +6627,7 @@
6625
6627
  } ]
6626
6628
  },
6627
6629
  "ap-southeast-3" : { },
6630
+ "ap-southeast-4" : { },
6628
6631
  "ca-central-1" : {
6629
6632
  "variants" : [ {
6630
6633
  "hostname" : "fms-fips.ca-central-1.amazonaws.com",
@@ -6958,6 +6961,7 @@
6958
6961
  "ap-southeast-1" : { },
6959
6962
  "ap-southeast-2" : { },
6960
6963
  "ap-southeast-3" : { },
6964
+ "ap-southeast-4" : { },
6961
6965
  "ca-central-1" : {
6962
6966
  "variants" : [ {
6963
6967
  "hostname" : "fsx-fips.ca-central-1.amazonaws.com",
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.769.0
4
+ version: 1.770.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-05-24 00:00:00.000000000 Z
11
+ date: 2023-05-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: