aws-partitions 1.703.0 → 1.704.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 +9 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7dde6e7963f3418cb97482f31bd545118bdca62019ab95fe18bcb4dbaf429ce3
4
- data.tar.gz: 31b19148f6a43b503d7afb7a9169c41c30a3a50b59241661535b30286e60d373
3
+ metadata.gz: ad6eae788d14fb542c1e0a581064acd3fa778845d380100b8fb58ab8087bb3e0
4
+ data.tar.gz: b3b6c25477049d94ed14404c4760f72d705f21501006c8f75792f3238de560c5
5
5
  SHA512:
6
- metadata.gz: 9a452b6f4d0386032dddb809bb13640404d31ed90099bd1a93ad4d24739264821066b9998ae266ab06d3dd5a6eb774c7c8c98f442844d03517075d87c49fe831
7
- data.tar.gz: b10bfdccfe0d769ed79f8d83e9e710577ef81ba964b54b03609a417ee0ab356e40cd35a1dd4da6dc3600030cc30abf0a1b92d9d27531d90aaf47d1c036dd9e85
6
+ metadata.gz: d2fe65c434c523bdecd6461c82d34d3644190d58bf7eb5e4e739f4b1b927ab406e9e3aa918e86481456f9364fde69a7da5c1894568297b257667bb5b20d20b8f
7
+ data.tar.gz: 274797f5f9f352e1a41596ae2b56d372942eaa18c2023845b3b58f79dd1239f13050ac3a4e2a4e431fab92681ed7f633ae2db091bcd69df053d952e83ae76c96
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.704.0 (2023-02-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.703.0 (2023-02-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.703.0
1
+ 1.704.0
data/partitions.json CHANGED
@@ -4619,6 +4619,7 @@
4619
4619
  "ap-northeast-2" : { },
4620
4620
  "ap-northeast-3" : { },
4621
4621
  "ap-south-1" : { },
4622
+ "ap-south-2" : { },
4622
4623
  "ap-southeast-1" : { },
4623
4624
  "ap-southeast-2" : { },
4624
4625
  "ap-southeast-3" : { },
@@ -4629,8 +4630,10 @@
4629
4630
  } ]
4630
4631
  },
4631
4632
  "eu-central-1" : { },
4633
+ "eu-central-2" : { },
4632
4634
  "eu-north-1" : { },
4633
4635
  "eu-south-1" : { },
4636
+ "eu-south-2" : { },
4634
4637
  "eu-west-1" : { },
4635
4638
  "eu-west-2" : { },
4636
4639
  "eu-west-3" : { },
@@ -19813,6 +19816,12 @@
19813
19816
  }
19814
19817
  }
19815
19818
  },
19819
+ "inspector2" : {
19820
+ "endpoints" : {
19821
+ "us-gov-east-1" : { },
19822
+ "us-gov-west-1" : { }
19823
+ }
19824
+ },
19816
19825
  "iot" : {
19817
19826
  "defaults" : {
19818
19827
  "credentialScope" : {
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.703.0
4
+ version: 1.704.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-02-01 00:00:00.000000000 Z
11
+ date: 2023-02-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: