aws-partitions 1.772.0 → 1.773.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 +36 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00702b3fb1aab6872af7baa017edba0df4a12a39dcdd25eee3e4a159dd27d8ce
4
- data.tar.gz: b26ac9b943b1459011ed744f144b9f2b15e79cb4e3f8c9e5b808eeb04c260012
3
+ metadata.gz: 888f58d00c30a9569853747837ea736a2f651d19e8ecc74f16eae78bb04dbb24
4
+ data.tar.gz: e743d553d70127170b876e6acaf3dedf6cae8f3b0b23ca8718b5d6d2bb07a923
5
5
  SHA512:
6
- metadata.gz: 23653d83822e903c4b068936f64a021c07536a8b95f9d11a328dfc24f49b2aba6c42a956949a149ed805632bae0d572b29b071cfcef19650ec8b160aa0a2710e
7
- data.tar.gz: 58dd9d2526b38d9aaccf034cd53242f45872ef4fd611673eabaf288fe14b00e7e6e8b6bc9ca5e156b0547fdc0c6d3bf2f4bc2ee161331a6320dcf8d3ab550cb1
6
+ metadata.gz: ac2ba6c0cc636713b3933b23af0cf29771293f8e6f0bc5a88197dfac53e774457da7c704a2df54b83d168644e1467758101893231afc2a68432adb8a511dea3c
7
+ data.tar.gz: f0c0bded0fadb0fba57ee53386e96f34988d3e3fb5b45a34f3d26b524402798710072de16e820d55e6804e333e50b26282aa5f3a76346c5340bf24328046f101
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.773.0 (2023-06-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.772.0 (2023-05-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.772.0
1
+ 1.773.0
data/partitions.json CHANGED
@@ -2213,6 +2213,7 @@
2213
2213
  "ap-southeast-1" : { },
2214
2214
  "ap-southeast-2" : { },
2215
2215
  "ap-southeast-3" : { },
2216
+ "ap-southeast-4" : { },
2216
2217
  "ca-central-1" : { },
2217
2218
  "eu-central-1" : { },
2218
2219
  "eu-central-2" : { },
@@ -13997,6 +13998,8 @@
13997
13998
  "securitylake" : {
13998
13999
  "endpoints" : {
13999
14000
  "ap-northeast-1" : { },
14001
+ "ap-northeast-2" : { },
14002
+ "ap-south-1" : { },
14000
14003
  "ap-southeast-1" : { },
14001
14004
  "ap-southeast-2" : { },
14002
14005
  "eu-central-1" : { },
@@ -14005,6 +14008,7 @@
14005
14008
  "sa-east-1" : { },
14006
14009
  "us-east-1" : { },
14007
14010
  "us-east-2" : { },
14011
+ "us-west-1" : { },
14008
14012
  "us-west-2" : { }
14009
14013
  }
14010
14014
  },
@@ -21529,6 +21533,36 @@
21529
21533
  "us-gov-west-1" : { }
21530
21534
  }
21531
21535
  },
21536
+ "mgn" : {
21537
+ "endpoints" : {
21538
+ "fips-us-gov-east-1" : {
21539
+ "credentialScope" : {
21540
+ "region" : "us-gov-east-1"
21541
+ },
21542
+ "deprecated" : true,
21543
+ "hostname" : "mgn-fips.us-gov-east-1.amazonaws.com"
21544
+ },
21545
+ "fips-us-gov-west-1" : {
21546
+ "credentialScope" : {
21547
+ "region" : "us-gov-west-1"
21548
+ },
21549
+ "deprecated" : true,
21550
+ "hostname" : "mgn-fips.us-gov-west-1.amazonaws.com"
21551
+ },
21552
+ "us-gov-east-1" : {
21553
+ "variants" : [ {
21554
+ "hostname" : "mgn-fips.us-gov-east-1.amazonaws.com",
21555
+ "tags" : [ "fips" ]
21556
+ } ]
21557
+ },
21558
+ "us-gov-west-1" : {
21559
+ "variants" : [ {
21560
+ "hostname" : "mgn-fips.us-gov-west-1.amazonaws.com",
21561
+ "tags" : [ "fips" ]
21562
+ } ]
21563
+ }
21564
+ }
21565
+ },
21532
21566
  "models.lex" : {
21533
21567
  "defaults" : {
21534
21568
  "credentialScope" : {
@@ -23770,7 +23804,8 @@
23770
23804
  },
23771
23805
  "tagging" : {
23772
23806
  "endpoints" : {
23773
- "us-iso-east-1" : { }
23807
+ "us-iso-east-1" : { },
23808
+ "us-iso-west-1" : { }
23774
23809
  }
23775
23810
  },
23776
23811
  "transcribe" : {
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.772.0
4
+ version: 1.773.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-30 00:00:00.000000000 Z
11
+ date: 2023-06-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: