aws-partitions 1.484.0 → 1.486.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 +23 -0
- 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: b2e6f0d50fc050b21efb57594564f8e81419f0113f3a137f2d11c0575ca2a558
|
|
4
|
+
data.tar.gz: 0562cf7a166acd086192a5e9407049e9592b4e0cf1bb76beea2af019b316715c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31d3e05f3d2108d6337f1df3fa6e0c79cf3aee115385619cacd6ff96b54cd86bd9dddc0c82e8a67c7d06e4185faca86125e3e2e67d0363ef110adb0d1630b62d
|
|
7
|
+
data.tar.gz: 87e63e5a04d547e7238fcf2d4c0b0bd0f7df3b217bd610bddd22d99bce563ab0e61da0fe0a4753a362dc567a234c802423313f6b48012b0eaa7a82ef91be6b77
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.486.0 (2021-08-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::SnowDeviceManagement`.
|
|
8
|
+
|
|
9
|
+
1.485.0 (2021-08-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.484.0 (2021-08-06)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.486.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -836,6 +836,7 @@
|
|
|
836
836
|
"ap-east-1" : { },
|
|
837
837
|
"ap-northeast-1" : { },
|
|
838
838
|
"ap-northeast-2" : { },
|
|
839
|
+
"ap-northeast-3" : { },
|
|
839
840
|
"ap-south-1" : { },
|
|
840
841
|
"ap-southeast-1" : { },
|
|
841
842
|
"ap-southeast-2" : { },
|
|
@@ -3510,6 +3511,17 @@
|
|
|
3510
3511
|
"isRegionalized" : false,
|
|
3511
3512
|
"partitionEndpoint" : "aws-global"
|
|
3512
3513
|
},
|
|
3514
|
+
"identity-chime" : {
|
|
3515
|
+
"endpoints" : {
|
|
3516
|
+
"us-east-1" : { },
|
|
3517
|
+
"us-east-1-fips" : {
|
|
3518
|
+
"credentialScope" : {
|
|
3519
|
+
"region" : "us-east-1"
|
|
3520
|
+
},
|
|
3521
|
+
"hostname" : "identity-chime-fips.us-east-1.amazonaws.com"
|
|
3522
|
+
}
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3513
3525
|
"identitystore" : {
|
|
3514
3526
|
"endpoints" : {
|
|
3515
3527
|
"ap-northeast-1" : { },
|
|
@@ -4364,6 +4376,17 @@
|
|
|
4364
4376
|
"us-west-2" : { }
|
|
4365
4377
|
}
|
|
4366
4378
|
},
|
|
4379
|
+
"messaging-chime" : {
|
|
4380
|
+
"endpoints" : {
|
|
4381
|
+
"us-east-1" : { },
|
|
4382
|
+
"us-east-1-fips" : {
|
|
4383
|
+
"credentialScope" : {
|
|
4384
|
+
"region" : "us-east-1"
|
|
4385
|
+
},
|
|
4386
|
+
"hostname" : "messaging-chime-fips.us-east-1.amazonaws.com"
|
|
4387
|
+
}
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4367
4390
|
"metering.marketplace" : {
|
|
4368
4391
|
"defaults" : {
|
|
4369
4392
|
"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.
|
|
4
|
+
version: 1.486.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: 2021-08-
|
|
11
|
+
date: 2021-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|