aws-partitions 1.449.0 → 1.455.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: 29865244ccbd328264f9311427e35ada5d7e07ee510f2306a8ec2d77d41bf281
4
- data.tar.gz: ab0147602167ba079fecee2ab863e655861ca3001060ec252c468bfddb4475fb
3
+ metadata.gz: 63f580991b1d6c324fb71f4dedc1f785a211657d0add7685bffb7db7dba03d1c
4
+ data.tar.gz: '08beac1052d6771d3ea039c5fbc687081750bd2c4ba7b5f4af7833dbf6c9c82b'
5
5
  SHA512:
6
- metadata.gz: ce8e853cc0d65aca2ebacbe117d5e30b8c3842dd67a7ca16e226251397327b40b238399f3b335f928e4a0811851e56274e1e68977f9b67edc82a6be561bbef38
7
- data.tar.gz: 5b0a78ae478ebffd812f1c672e63a703d19d814959896fed8e7d6db1c8835cec43b4c536d96b71b1ce5e63e559ed5cd1ad8775c8286aca4c917a0fae39db268a
6
+ metadata.gz: 86389c705a916951ce5c8f78ccf946a8ce1d14f3956ee139ea8bcf146478a1e51a4d1052583c5740e7f7cbd3bce7a522979124e5a11c0e3152d29a4bf5234e0e
7
+ data.tar.gz: 8fe77217dc417c37d88d127e9a4bf4595e4555465ac396d06c317c4eac1b99d3729d0ce41face4dda7f7a36919bff27bb0b9ebc146b8136047e70aa53ae478e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,38 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.455.0 (2021-05-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.454.0 (2021-05-11)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::SSMIncidents`.
13
+
14
+ * Feature - Added support for enumerating regions for `Aws::SSMContacts`.
15
+
16
+ 1.453.0 (2021-05-10)
17
+ ------------------
18
+
19
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
20
+
21
+ 1.452.0 (2021-05-06)
22
+ ------------------
23
+
24
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
25
+
26
+ 1.451.0 (2021-05-03)
27
+ ------------------
28
+
29
+ * Feature - Added support for enumerating regions for `Aws::FinSpaceData`.
30
+
31
+ 1.450.0 (2021-05-03)
32
+ ------------------
33
+
34
+ * Feature - Added support for enumerating regions for `Aws::Finspace`.
35
+
4
36
  1.449.0 (2021-04-28)
5
37
  ------------------
6
38
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.449.0
1
+ 1.455.0
@@ -322,6 +322,8 @@ module Aws
322
322
  'FIS' => 'fis',
323
323
  'FMS' => 'fms',
324
324
  'FSx' => 'fsx',
325
+ 'FinSpaceData' => 'finspace-api',
326
+ 'Finspace' => 'finspace',
325
327
  'Firehose' => 'firehose',
326
328
  'ForecastQueryService' => 'forecastquery',
327
329
  'ForecastService' => 'forecast',
@@ -445,6 +447,8 @@ module Aws
445
447
  'SNS' => 'sns',
446
448
  'SQS' => 'sqs',
447
449
  'SSM' => 'ssm',
450
+ 'SSMContacts' => 'ssm-contacts',
451
+ 'SSMIncidents' => 'ssm-incidents',
448
452
  'SSO' => 'portal.sso',
449
453
  'SSOAdmin' => 'sso',
450
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" : { },
@@ -2695,8 +2696,10 @@
2695
2696
  "ap-southeast-2" : { },
2696
2697
  "ca-central-1" : { },
2697
2698
  "eu-central-1" : { },
2699
+ "eu-north-1" : { },
2698
2700
  "eu-west-1" : { },
2699
2701
  "eu-west-2" : { },
2702
+ "eu-west-3" : { },
2700
2703
  "us-east-1" : { },
2701
2704
  "us-east-2" : { },
2702
2705
  "us-west-1" : { },
@@ -2793,6 +2796,24 @@
2793
2796
  "us-west-2" : { }
2794
2797
  }
2795
2798
  },
2799
+ "finspace" : {
2800
+ "endpoints" : {
2801
+ "ca-central-1" : { },
2802
+ "eu-west-1" : { },
2803
+ "us-east-1" : { },
2804
+ "us-east-2" : { },
2805
+ "us-west-2" : { }
2806
+ }
2807
+ },
2808
+ "finspace-api" : {
2809
+ "endpoints" : {
2810
+ "ca-central-1" : { },
2811
+ "eu-west-1" : { },
2812
+ "us-east-1" : { },
2813
+ "us-east-2" : { },
2814
+ "us-west-2" : { }
2815
+ }
2816
+ },
2796
2817
  "firehose" : {
2797
2818
  "endpoints" : {
2798
2819
  "af-south-1" : { },
@@ -3218,6 +3239,7 @@
3218
3239
  "groundstation" : {
3219
3240
  "endpoints" : {
3220
3241
  "af-south-1" : { },
3242
+ "ap-northeast-2" : { },
3221
3243
  "ap-southeast-2" : { },
3222
3244
  "eu-central-1" : { },
3223
3245
  "eu-north-1" : { },
@@ -3721,6 +3743,7 @@
3721
3743
  },
3722
3744
  "lakeformation" : {
3723
3745
  "endpoints" : {
3746
+ "af-south-1" : { },
3724
3747
  "ap-east-1" : { },
3725
3748
  "ap-northeast-1" : { },
3726
3749
  "ap-northeast-2" : { },
@@ -6628,6 +6651,7 @@
6628
6651
  "ca-central-1" : { },
6629
6652
  "eu-central-1" : { },
6630
6653
  "eu-north-1" : { },
6654
+ "eu-south-1" : { },
6631
6655
  "eu-west-1" : { },
6632
6656
  "eu-west-2" : { },
6633
6657
  "eu-west-3" : { },
@@ -9799,6 +9823,17 @@
9799
9823
  "us-iso-east-1" : { }
9800
9824
  }
9801
9825
  },
9826
+ "elasticfilesystem" : {
9827
+ "endpoints" : {
9828
+ "fips-us-iso-east-1" : {
9829
+ "credentialScope" : {
9830
+ "region" : "us-iso-east-1"
9831
+ },
9832
+ "hostname" : "elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov"
9833
+ },
9834
+ "us-iso-east-1" : { }
9835
+ }
9836
+ },
9802
9837
  "elasticloadbalancing" : {
9803
9838
  "endpoints" : {
9804
9839
  "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.449.0
4
+ version: 1.455.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-04-28 00:00:00.000000000 Z
11
+ date: 2021-05-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: