aws-partitions 1.949.0 → 1.951.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +18 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a4953bf2a5f9d0cfc1a9e35dcb4cdfce0946b2e4d379ee93656c42b09382684
4
- data.tar.gz: a985882f55145aaa947a1d50583b5045b83df08b003cf920794d904d4c1ef3dd
3
+ metadata.gz: d250211baa1bc5fbf338694d6670cea227fa625ac627121151ad03618265207c
4
+ data.tar.gz: 19cd1c30f02432b9701f2378fbfcf8d7eaa0bed66897960648d4cdb6a28f523d
5
5
  SHA512:
6
- metadata.gz: b4c53c2e93b1693f25cbe64e1e7a7276ca5488c9b111ffa481ff47f884558aac13bd73024c9753fdc32981ceaa5ceb4756b9e193fbcaa05d69786613a4106bfe
7
- data.tar.gz: c632bf300cb9d78fc808890e40f8f8ca266aef7a3e70f78474a376029b2ca1fa5610d728a02ee68159186e353cd1280d4a591ab448cb22da29106952ebca963b
6
+ metadata.gz: 3096d9cc66480e12c9080a0897b1d2d6f44efb65e2d290c19ee9d6e114c5e249ff6795b81f2e7ae72283d1ad63f32d3581696230270f3ebd60cf39d657e8fb2c
7
+ data.tar.gz: 8b9d4c260f3bb078e32825b97a37225f92c39f7f05f40d5944656658762b15fdd588ed439675214ecb17a855513ac85311b06972d54a241ed2684fcbae90abfd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.951.0 (2024-07-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.950.0 (2024-07-01)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.949.0 (2024-06-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.949.0
1
+ 1.951.0
data/partitions.json CHANGED
@@ -8690,6 +8690,16 @@
8690
8690
  }
8691
8691
  }
8692
8692
  },
8693
+ "globalaccelerator" : {
8694
+ "endpoints" : {
8695
+ "fips-us-west-2" : {
8696
+ "credentialScope" : {
8697
+ "region" : "us-west-2"
8698
+ },
8699
+ "hostname" : "globalaccelerator-fips.us-west-2.amazonaws.com"
8700
+ }
8701
+ }
8702
+ },
8693
8703
  "glue" : {
8694
8704
  "endpoints" : {
8695
8705
  "af-south-1" : { },
@@ -13143,6 +13153,12 @@
13143
13153
  },
13144
13154
  "hostname" : "oidc.ca-central-1.amazonaws.com"
13145
13155
  },
13156
+ "ca-west-1" : {
13157
+ "credentialScope" : {
13158
+ "region" : "ca-west-1"
13159
+ },
13160
+ "hostname" : "oidc.ca-west-1.amazonaws.com"
13161
+ },
13146
13162
  "eu-central-1" : {
13147
13163
  "credentialScope" : {
13148
13164
  "region" : "eu-central-1"
@@ -21084,7 +21100,8 @@
21084
21100
  "protocols" : [ "https" ]
21085
21101
  },
21086
21102
  "endpoints" : {
21087
- "cn-north-1" : { }
21103
+ "cn-north-1" : { },
21104
+ "cn-northwest-1" : { }
21088
21105
  }
21089
21106
  },
21090
21107
  "airflow" : {
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.949.0
4
+ version: 1.951.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-06-28 00:00:00.000000000 Z
11
+ date: 2024-07-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: