aws-partitions 1.630.0 → 1.631.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 +49 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ebcabadd00d86198edf2c11879ba80999f0f1c5834c4cb1277b9d29cfb6ac4e
4
- data.tar.gz: 97c08ed3507aae1dad5e13a513e7b7868bf71eb3b294588fa154ff04e08f45d8
3
+ metadata.gz: ccc9d15d4c31d57085341b9ae671ef39b2829dce5d5cc91cfa4982f7bfb2f377
4
+ data.tar.gz: df8e2f7f7599086edb699d19c7addfd30e491e884053bb23dd07b9958d5d41bc
5
5
  SHA512:
6
- metadata.gz: aab9a42cfbdad84b2d7263f4994f231ec9a852dce2b4d1d6fd289f642088a6c172171d4e88152d6a32a6ab20d273627c029705e526698c27248c7884ca435386
7
- data.tar.gz: 1b46db4c0a8987e0e612c93730e7336318eee9b2a0e5afe29e84abee61eab8a8e26275efa412d1b90a07251e944c764e63ef06cf00e7b766c910388256e10ba6
6
+ metadata.gz: 26f17bce5437deae287e292d1a02c13d3dfda3c727dee59c3b67d83402d8291544d428c074af2b116d5e7fd244ba1e08bcea5efb346487c0a81850f6bfd71c8b
7
+ data.tar.gz: 7bb35ed3f7a62e9254894ebc09fa266b932e0dc785673880a6555fff1849a020887ca30b8512f04821269e463e10f9aa40ae8fd9943cc74ebdeb8a1e9bf2c407
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.631.0 (2022-09-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.630.0 (2022-09-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.630.0
1
+ 1.631.0
data/partitions.json CHANGED
@@ -9755,6 +9755,44 @@
9755
9755
  }
9756
9756
  }
9757
9757
  },
9758
+ "participant.connect" : {
9759
+ "endpoints" : {
9760
+ "af-south-1" : { },
9761
+ "ap-northeast-1" : { },
9762
+ "ap-northeast-2" : { },
9763
+ "ap-southeast-1" : { },
9764
+ "ap-southeast-2" : { },
9765
+ "ca-central-1" : { },
9766
+ "eu-central-1" : { },
9767
+ "eu-west-2" : { },
9768
+ "fips-us-east-1" : {
9769
+ "credentialScope" : {
9770
+ "region" : "us-east-1"
9771
+ },
9772
+ "deprecated" : true,
9773
+ "hostname" : "participant.connect-fips.us-east-1.amazonaws.com"
9774
+ },
9775
+ "fips-us-west-2" : {
9776
+ "credentialScope" : {
9777
+ "region" : "us-west-2"
9778
+ },
9779
+ "deprecated" : true,
9780
+ "hostname" : "participant.connect-fips.us-west-2.amazonaws.com"
9781
+ },
9782
+ "us-east-1" : {
9783
+ "variants" : [ {
9784
+ "hostname" : "participant.connect-fips.us-east-1.amazonaws.com",
9785
+ "tags" : [ "fips" ]
9786
+ } ]
9787
+ },
9788
+ "us-west-2" : {
9789
+ "variants" : [ {
9790
+ "hostname" : "participant.connect-fips.us-west-2.amazonaws.com",
9791
+ "tags" : [ "fips" ]
9792
+ } ]
9793
+ }
9794
+ }
9795
+ },
9758
9796
  "personalize" : {
9759
9797
  "endpoints" : {
9760
9798
  "ap-northeast-1" : { },
@@ -12539,6 +12577,7 @@
12539
12577
  "tags" : [ "fips" ]
12540
12578
  } ]
12541
12579
  },
12580
+ "ap-southeast-3" : { },
12542
12581
  "ca-central-1" : {
12543
12582
  "variants" : [ {
12544
12583
  "hostname" : "snowball-fips.ca-central-1.amazonaws.com",
@@ -18492,6 +18531,16 @@
18492
18531
  }
18493
18532
  }
18494
18533
  },
18534
+ "participant.connect" : {
18535
+ "endpoints" : {
18536
+ "us-gov-west-1" : {
18537
+ "credentialScope" : {
18538
+ "region" : "us-gov-west-1"
18539
+ },
18540
+ "hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
18541
+ }
18542
+ }
18543
+ },
18495
18544
  "pinpoint" : {
18496
18545
  "defaults" : {
18497
18546
  "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.630.0
4
+ version: 1.631.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: 2022-09-14 00:00:00.000000000 Z
11
+ date: 2022-09-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: