aws-partitions 1.787.0 → 1.789.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +15 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ce0559109fd210025aa33b276e33c127f76feddd63aee2cb0a884c9c9d30f46
|
4
|
+
data.tar.gz: b65cf91fb2adafeadbc1bb0a6ef6bd8ad264b94e58effdb1c07edc3aa60a2c31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e01958b06f3a6089d994956f21b67c5ef8d7532f8009b2515fb6cab8572c7974c9edf622e20a717b575e95a0eb7e3b638ba20bb4ec2638441237173d24739b6a
|
7
|
+
data.tar.gz: 744f4b545c2314193bbdca7e85c8840b92804837de6b436481c2b66db6e6f9ad9d1ae1e4670835d4bde092f6787bc2608f96805a8f8c07102a75442ad895d29f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.789.0 (2023-07-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::MedicalImaging`.
|
8
|
+
|
9
|
+
1.788.0 (2023-07-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.787.0 (2023-07-17)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.789.0
|
data/lib/aws-partitions.rb
CHANGED
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.
|
4
|
+
version: 1.789.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-
|
11
|
+
date: 2023-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|