aws-partitions 1.452.0 → 1.454.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: 4ca8aeae3b78adeda9ee064e0b519c7cef61be074523cabc423d8cccc8184c03
4
- data.tar.gz: 254479ab1223d37059df37d839bdca60227258977bd4c6b08548837b34b7d1ce
3
+ metadata.gz: 17f8721490c074c641ed8fc245f3179e6b2ce96ded03ae6886e9b3bd8ac973af
4
+ data.tar.gz: 4e28528aee95510030ffefaf2ebca845b39b4feadf0cec7e694d559f30a5141a
5
5
  SHA512:
6
- metadata.gz: 0efd73056b1383f08dc0a4c285600768d0151d8a2891f1ba47bf7fad68959976bf84ce8057e68e45d248424812f3d3c216fcdcbd591bf5dff91a79337585e67c
7
- data.tar.gz: cfa5efe6fb9f929029e1b1739aa1d1e59392eb0d68c0f17d65d67a7f404561dcf888d02ac81dd0563400a677f903b650180b7a2650eaf3b7fc78ed0f682621a2
6
+ metadata.gz: 40a936bd20e71c58b5da4e577a1343d68664406b67c81d9a036978c6aaae00bfe3de0d7cc0d68501b58ad4f0c465c9b8b7dcdf25c10ce77ca95f729a713547e7
7
+ data.tar.gz: e3bf0cc6723c9b381e893ff6e4b486d0c5c185152caef9cec70485e90a4795dd6a0e07a84b4d07d1a367cb5eeae8136adba5a43d98b1a0b73dabb14669a735a0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.454.0 (2021-05-11)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::SSMIncidents`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::SSMContacts`.
10
+
11
+ 1.453.0 (2021-05-10)
12
+ ------------------
13
+
14
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
15
+
4
16
  1.452.0 (2021-05-06)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.452.0
1
+ 1.454.0
@@ -447,6 +447,8 @@ module Aws
447
447
  'SNS' => 'sns',
448
448
  'SQS' => 'sqs',
449
449
  'SSM' => 'ssm',
450
+ 'SSMContacts' => 'ssm-contacts',
451
+ 'SSMIncidents' => 'ssm-incidents',
450
452
  'SSO' => 'portal.sso',
451
453
  'SSOAdmin' => 'sso',
452
454
  'SSOOIDC' => 'oidc',
data/partitions.json CHANGED
@@ -199,6 +199,7 @@
199
199
  "ap-east-1" : { },
200
200
  "ap-northeast-1" : { },
201
201
  "ap-northeast-2" : { },
202
+ "ap-northeast-3" : { },
202
203
  "ap-south-1" : { },
203
204
  "ap-southeast-1" : { },
204
205
  "ap-southeast-2" : { },
@@ -3236,6 +3237,7 @@
3236
3237
  "groundstation" : {
3237
3238
  "endpoints" : {
3238
3239
  "af-south-1" : { },
3240
+ "ap-northeast-2" : { },
3239
3241
  "ap-southeast-2" : { },
3240
3242
  "eu-central-1" : { },
3241
3243
  "eu-north-1" : { },
@@ -9819,6 +9821,17 @@
9819
9821
  "us-iso-east-1" : { }
9820
9822
  }
9821
9823
  },
9824
+ "elasticfilesystem" : {
9825
+ "endpoints" : {
9826
+ "fips-us-iso-east-1" : {
9827
+ "credentialScope" : {
9828
+ "region" : "us-iso-east-1"
9829
+ },
9830
+ "hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov"
9831
+ },
9832
+ "us-iso-east-1" : { }
9833
+ }
9834
+ },
9822
9835
  "elasticloadbalancing" : {
9823
9836
  "endpoints" : {
9824
9837
  "us-iso-east-1" : {
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.452.0
4
+ version: 1.454.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-05-06 00:00:00.000000000 Z
11
+ date: 2021-05-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: