aws-partitions 1.787.0 → 1.788.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 +15 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70b6b1ae06fc34b5bcfcb8433812590332b2fd69f431fe0f680d9fed0dff5be0
4
- data.tar.gz: 78ed99ac26c2270c35c47b41624f88744a0fc21f00dbf24f68e9a38f7ec76aba
3
+ metadata.gz: bdb32c2f41d761471988ec510533eb9055802da3c2448d2aae121243a9a45277
4
+ data.tar.gz: 8b3299ff25b0ed9f5abbd4a3fba92b0611337b89846969ee927969268d846005
5
5
  SHA512:
6
- metadata.gz: 458b66b76900c09c2f075534016c825e6e4e1e6d43669e39826199a641f83aaed06201d0b15f3adc4755d9648e023da029e1f1dde0261658f1706c80aae58c1e
7
- data.tar.gz: 051c4aa7754a8afe0bde9781f4d5b7f80ab0f8deae81694b6afc553dbb3440e07c0cc4eddd69748c6fb293b649a86998a1cc50fdd6cb4c1deabf1f50c7df8a41
6
+ metadata.gz: 39dfcc823bbf05f7da291ce9d96853b08bc598da80811887007c7c3cdf2cc6866d8475c2be99447527507f77471d22b4d4b211f0bd81ce9373402da429ff4e28
7
+ data.tar.gz: 43f795b9b700f2252e6f6cc2bdff7f0a22d0ef7b120740316d4ee08fa15239aa138a08175b5aa1597810d1a3b8e7e3816be5fd07627b17ad53b4125a979766be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.788.0 (2023-07-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.787.0 (2023-07-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.787.0
1
+ 1.788.0
data/partitions.json CHANGED
@@ -10456,6 +10456,7 @@
10456
10456
  "ap-south-1" : { },
10457
10457
  "ap-southeast-1" : { },
10458
10458
  "ap-southeast-2" : { },
10459
+ "ca-central-1" : { },
10459
10460
  "eu-central-1" : { },
10460
10461
  "eu-north-1" : { },
10461
10462
  "eu-west-1" : { },
@@ -10475,6 +10476,7 @@
10475
10476
  "ap-south-1" : { },
10476
10477
  "ap-southeast-1" : { },
10477
10478
  "ap-southeast-2" : { },
10479
+ "ca-central-1" : { },
10478
10480
  "eu-central-1" : { },
10479
10481
  "eu-north-1" : { },
10480
10482
  "eu-west-1" : { },
@@ -20101,6 +20103,13 @@
20101
20103
  },
20102
20104
  "codepipeline" : {
20103
20105
  "endpoints" : {
20106
+ "fips-us-gov-east-1" : {
20107
+ "credentialScope" : {
20108
+ "region" : "us-gov-east-1"
20109
+ },
20110
+ "deprecated" : true,
20111
+ "hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com"
20112
+ },
20104
20113
  "fips-us-gov-west-1" : {
20105
20114
  "credentialScope" : {
20106
20115
  "region" : "us-gov-west-1"
@@ -20108,7 +20117,12 @@
20108
20117
  "deprecated" : true,
20109
20118
  "hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com"
20110
20119
  },
20111
- "us-gov-east-1" : { },
20120
+ "us-gov-east-1" : {
20121
+ "variants" : [ {
20122
+ "hostname" : "codepipeline-fips.us-gov-east-1.amazonaws.com",
20123
+ "tags" : [ "fips" ]
20124
+ } ]
20125
+ },
20112
20126
  "us-gov-west-1" : {
20113
20127
  "variants" : [ {
20114
20128
  "hostname" : "codepipeline-fips.us-gov-west-1.amazonaws.com",
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.787.0
4
+ version: 1.788.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-07-17 00:00:00.000000000 Z
11
+ date: 2023-07-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: