aws-partitions 1.760.0 → 1.761.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 +3 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed8f2299151ab346467eddcf28c3a71d8863b049a327b23fa586407db6cade81
4
- data.tar.gz: 288030a3079b21178f9673793693ad29302a6aaaecccf9d83e94d327cb4f13e4
3
+ metadata.gz: 7c4815b448982276d08bfced4d5d2c0a2a25d4d04e3db68879c5501a96df8c0c
4
+ data.tar.gz: a25689672419a2f1dec056f4cf11e831015d97b17896343feada92c0c396775b
5
5
  SHA512:
6
- metadata.gz: e774c335d3ae54b34da8ed5d97b44338b2223b06e1ffd24ed44d999f982a75e9c236f357a7a0baa124228fa908714cb206aaba9c583a435269bb5b349601d8b6
7
- data.tar.gz: 257d318f7dc9bc8ef8b4e29697ce0ce670c834c9ef762914715dc2db09bc850fb0461a978c74704bfd0842c73919d103194d8f9cd7c6f4338aceac7cb49a5dfb
6
+ metadata.gz: 14037cccf34a49d530f2bc4cc33ede6b1d955eb55219ab00949c29ae207fee3ab63af4ec9824287519dd983233ba8c7aaa43d9a68684f7ec529d952fe08edd06
7
+ data.tar.gz: 8bf5aebae18e4f8ea82205246425f8a02b4031d7b432cbfa2248f2834b9aa54ad18a43dbc3cb0ec01605966bfb2ab5526e4db0d279fcd9ae8c068ad16f526535
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.761.0 (2023-05-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.760.0 (2023-05-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.760.0
1
+ 1.761.0
data/partitions.json CHANGED
@@ -8814,6 +8814,7 @@
8814
8814
  "ap-southeast-1" : { },
8815
8815
  "ap-southeast-2" : { },
8816
8816
  "ap-southeast-3" : { },
8817
+ "ap-southeast-4" : { },
8817
8818
  "ca-central-1" : { },
8818
8819
  "eu-central-1" : { },
8819
8820
  "eu-central-2" : { },
@@ -10395,6 +10396,7 @@
10395
10396
  "ap-northeast-2" : { },
10396
10397
  "ap-northeast-3" : { },
10397
10398
  "ap-south-1" : { },
10399
+ "ap-south-2" : { },
10398
10400
  "ap-southeast-1" : { },
10399
10401
  "ap-southeast-2" : { },
10400
10402
  "ap-southeast-3" : { },
@@ -22498,7 +22500,7 @@
22498
22500
  } ]
22499
22501
  },
22500
22502
  "us-gov-west-1" : {
22501
- "protocols" : [ "http", "https" ],
22503
+ "protocols" : [ "https" ],
22502
22504
  "variants" : [ {
22503
22505
  "hostname" : "sns.us-gov-west-1.amazonaws.com",
22504
22506
  "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.760.0
4
+ version: 1.761.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-04 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: