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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6505d82f91be61bbe1d71080ebd8f68bbbb1c664ec85b94003bf0da22659fd6f
4
- data.tar.gz: '095ffa3b6e51ea4c0c21c2d929176d3bd37c6c695b550eb90341d313f32c4a08'
3
+ metadata.gz: b2e6f0d50fc050b21efb57594564f8e81419f0113f3a137f2d11c0575ca2a558
4
+ data.tar.gz: 0562cf7a166acd086192a5e9407049e9592b4e0cf1bb76beea2af019b316715c
5
5
  SHA512:
6
- metadata.gz: 34453c080503dc666e853706435cdf3245f412ebb1f00897fa4f21807679ee3c8bbca3c737772eaeaa42cac39d75dc42fec5b1d8c14f1df3861305fba1e89dca
7
- data.tar.gz: 11196d3d8372091a7503a729ec994848a1aed27af8c08a6024558305ee4f7b42e1bf0ef7e3909b166599991b36b47c7a282f9de6cee92ac2bfd53495e4fb5748
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.484.0
1
+ 1.486.0
@@ -477,6 +477,7 @@ module Aws
477
477
  'Shield' => 'shield',
478
478
  'Signer' => 'signer',
479
479
  'SimpleDB' => 'sdb',
480
+ 'SnowDeviceManagement' => 'snow-device-management',
480
481
  'Snowball' => 'snowball',
481
482
  'States' => 'states',
482
483
  'StorageGateway' => 'storagegateway',
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.484.0
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-06 00:00:00.000000000 Z
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: