aws-partitions 1.704.0 → 1.706.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +32 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad6eae788d14fb542c1e0a581064acd3fa778845d380100b8fb58ab8087bb3e0
4
- data.tar.gz: b3b6c25477049d94ed14404c4760f72d705f21501006c8f75792f3238de560c5
3
+ metadata.gz: c315bf6665c589f579469d46e50845df4a43653d369e6edbf9b64b3a1ec871cc
4
+ data.tar.gz: 5f3998bcd69228145d3dfda524d9dec14aa01b74ade6bec01d2cbe1e20686250
5
5
  SHA512:
6
- metadata.gz: d2fe65c434c523bdecd6461c82d34d3644190d58bf7eb5e4e739f4b1b927ab406e9e3aa918e86481456f9364fde69a7da5c1894568297b257667bb5b20d20b8f
7
- data.tar.gz: 274797f5f9f352e1a41596ae2b56d372942eaa18c2023845b3b58f79dd1239f13050ac3a4e2a4e431fab92681ed7f633ae2db091bcd69df053d952e83ae76c96
6
+ metadata.gz: 446c2e27671cd8c1a122414e031801470d3ce5274af06b3b789c38e96f1f66bc47cefc6c299d01b64cf443839d570a025a178bf63d7bb21c819ea2f49d917a3b
7
+ data.tar.gz: dab34b701412ed4af6e63470ffb57da923dedf7c3a0e9b4e6d69422b3f89dad554ad3219266c149cc340c3e6374974ecfb59856e1cedd709a701eae765f1e5a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.706.0 (2023-02-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.705.0 (2023-02-03)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.704.0 (2023-02-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.704.0
1
+ 1.706.0
data/partitions.json CHANGED
@@ -6304,13 +6304,16 @@
6304
6304
  "ap-northeast-2" : { },
6305
6305
  "ap-northeast-3" : { },
6306
6306
  "ap-south-1" : { },
6307
+ "ap-south-2" : { },
6307
6308
  "ap-southeast-1" : { },
6308
6309
  "ap-southeast-2" : { },
6309
6310
  "ap-southeast-3" : { },
6310
6311
  "ca-central-1" : { },
6311
6312
  "eu-central-1" : { },
6313
+ "eu-central-2" : { },
6312
6314
  "eu-north-1" : { },
6313
6315
  "eu-south-1" : { },
6316
+ "eu-south-2" : { },
6314
6317
  "eu-west-1" : { },
6315
6318
  "eu-west-2" : { },
6316
6319
  "eu-west-3" : { },
@@ -18744,6 +18747,22 @@
18744
18747
  }
18745
18748
  }
18746
18749
  },
18750
+ "compute-optimizer" : {
18751
+ "endpoints" : {
18752
+ "us-gov-east-1" : {
18753
+ "credentialScope" : {
18754
+ "region" : "us-gov-east-1"
18755
+ },
18756
+ "hostname" : "compute-optimizer-fips.us-gov-east-1.amazonaws.com"
18757
+ },
18758
+ "us-gov-west-1" : {
18759
+ "credentialScope" : {
18760
+ "region" : "us-gov-west-1"
18761
+ },
18762
+ "hostname" : "compute-optimizer-fips.us-gov-west-1.amazonaws.com"
18763
+ }
18764
+ }
18765
+ },
18747
18766
  "config" : {
18748
18767
  "defaults" : {
18749
18768
  "variants" : [ {
@@ -19783,7 +19802,19 @@
19783
19802
  },
19784
19803
  "ingest.timestream" : {
19785
19804
  "endpoints" : {
19786
- "us-gov-west-1" : { }
19805
+ "us-gov-west-1" : {
19806
+ "variants" : [ {
19807
+ "hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com",
19808
+ "tags" : [ "fips" ]
19809
+ } ]
19810
+ },
19811
+ "us-gov-west-1-fips" : {
19812
+ "credentialScope" : {
19813
+ "region" : "us-gov-west-1"
19814
+ },
19815
+ "deprecated" : true,
19816
+ "hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com"
19817
+ }
19787
19818
  }
19788
19819
  },
19789
19820
  "inspector" : {
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.704.0
4
+ version: 1.706.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-02 00:00:00.000000000 Z
11
+ date: 2023-02-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: