aws-partitions 1.592.0 → 1.593.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15899fc0e55d5aaa039247ce32ca212bd440121373610e01fb39573ff0f1fd68
4
- data.tar.gz: c199ceaa98acd322f3bc8b184c28677c2044c034f53e1069d900cc38e191d3e2
3
+ metadata.gz: 94a394d7e226d3e01c40321ed1b4474fd4ea6996485654a09551727255572b32
4
+ data.tar.gz: 6409b60129fe098013cec1b2f36a61db971db4722c2309cc38cc76651ff096d4
5
5
  SHA512:
6
- metadata.gz: 49a5dfd189e56649b9a96efa396ecd0daee79ad399fad3b914344e01b80a611ff5372f8b435aac094248524edb8d7e94998719bead8d00d29f2a1e499515726d
7
- data.tar.gz: c43f1371859189f185a016f05b83e7537786b16b4a77c40bfc3e2f9cbc2d6c05cbac3e78f10c4144c04e370be195fba86710222d5c8ec1dc219d6f729cca4470
6
+ metadata.gz: 90e762d4e681a300262dc8290642eb4514f3335fc8fa57697b55537dd634117e991c79c7505ad7f32d72c9fe7ab474b0caeef5e8c40be2313f21208af07ebe6d
7
+ data.tar.gz: b70a26182c01ab73a48dd9f5952f6ef2730c4160d8ed0c32a9d731fe91c043c22681c1eefb61a4970c5c76822987bc9d87418b5c410f00f35c6bbf567a51673d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.593.0 (2022-05-26)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::EMRServerlessWebService`.
8
+
4
9
  1.592.0 (2022-05-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.592.0
1
+ 1.593.0
@@ -327,6 +327,7 @@ module Aws
327
327
  'EKS' => 'eks',
328
328
  'EMR' => 'elasticmapreduce',
329
329
  'EMRContainers' => 'emr-containers',
330
+ 'EMRServerlessWebService' => 'emr-serverless',
330
331
  'ElastiCache' => 'elasticache',
331
332
  'ElasticBeanstalk' => 'elasticbeanstalk',
332
333
  'ElasticInference' => 'api.elastic-inference',
data/partitions.json CHANGED
@@ -1658,6 +1658,31 @@
1658
1658
  "us-west-2" : { }
1659
1659
  }
1660
1660
  },
1661
+ "backup-gateway" : {
1662
+ "endpoints" : {
1663
+ "af-south-1" : { },
1664
+ "ap-east-1" : { },
1665
+ "ap-northeast-1" : { },
1666
+ "ap-northeast-2" : { },
1667
+ "ap-northeast-3" : { },
1668
+ "ap-south-1" : { },
1669
+ "ap-southeast-1" : { },
1670
+ "ap-southeast-2" : { },
1671
+ "ca-central-1" : { },
1672
+ "eu-central-1" : { },
1673
+ "eu-north-1" : { },
1674
+ "eu-south-1" : { },
1675
+ "eu-west-1" : { },
1676
+ "eu-west-2" : { },
1677
+ "eu-west-3" : { },
1678
+ "me-south-1" : { },
1679
+ "sa-east-1" : { },
1680
+ "us-east-1" : { },
1681
+ "us-east-2" : { },
1682
+ "us-west-1" : { },
1683
+ "us-west-2" : { }
1684
+ }
1685
+ },
1661
1686
  "batch" : {
1662
1687
  "defaults" : {
1663
1688
  "variants" : [ {
@@ -4960,6 +4985,38 @@
4960
4985
  }
4961
4986
  }
4962
4987
  },
4988
+ "emr-serverless" : {
4989
+ "endpoints" : {
4990
+ "ap-northeast-1" : { },
4991
+ "eu-west-1" : { },
4992
+ "fips-us-east-1" : {
4993
+ "credentialScope" : {
4994
+ "region" : "us-east-1"
4995
+ },
4996
+ "deprecated" : true,
4997
+ "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
4998
+ },
4999
+ "fips-us-west-2" : {
5000
+ "credentialScope" : {
5001
+ "region" : "us-west-2"
5002
+ },
5003
+ "deprecated" : true,
5004
+ "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
5005
+ },
5006
+ "us-east-1" : {
5007
+ "variants" : [ {
5008
+ "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com",
5009
+ "tags" : [ "fips" ]
5010
+ } ]
5011
+ },
5012
+ "us-west-2" : {
5013
+ "variants" : [ {
5014
+ "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
5015
+ "tags" : [ "fips" ]
5016
+ } ]
5017
+ }
5018
+ }
5019
+ },
4963
5020
  "entitlement.marketplace" : {
4964
5021
  "defaults" : {
4965
5022
  "credentialScope" : {
@@ -6190,10 +6247,6 @@
6190
6247
  "isRegionalized" : true
6191
6248
  },
6192
6249
  "health" : {
6193
- "defaults" : {
6194
- "protocols" : [ "https" ],
6195
- "sslCommonName" : "health.us-east-1.amazonaws.com"
6196
- },
6197
6250
  "endpoints" : {
6198
6251
  "fips-us-east-2" : {
6199
6252
  "credentialScope" : {
@@ -6212,9 +6265,7 @@
6212
6265
  "tags" : [ "fips" ]
6213
6266
  } ]
6214
6267
  }
6215
- },
6216
- "isRegionalized" : false,
6217
- "partitionEndpoint" : "aws-global"
6268
+ }
6218
6269
  },
6219
6270
  "healthlake" : {
6220
6271
  "defaults" : {
@@ -9083,7 +9134,12 @@
9083
9134
  },
9084
9135
  "hostname" : "portal.sso.ap-northeast-2.amazonaws.com"
9085
9136
  },
9086
- "ap-northeast-3" : { },
9137
+ "ap-northeast-3" : {
9138
+ "credentialScope" : {
9139
+ "region" : "ap-northeast-3"
9140
+ },
9141
+ "hostname" : "portal.sso.ap-northeast-3.amazonaws.com"
9142
+ },
9087
9143
  "ap-south-1" : {
9088
9144
  "credentialScope" : {
9089
9145
  "region" : "ap-south-1"
@@ -14908,6 +14964,12 @@
14908
14964
  "us-gov-west-1" : { }
14909
14965
  }
14910
14966
  },
14967
+ "backup-gateway" : {
14968
+ "endpoints" : {
14969
+ "us-gov-east-1" : { },
14970
+ "us-gov-west-1" : { }
14971
+ }
14972
+ },
14911
14973
  "batch" : {
14912
14974
  "defaults" : {
14913
14975
  "variants" : [ {
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.592.0
4
+ version: 1.593.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: 2022-05-25 00:00:00.000000000 Z
11
+ date: 2022-05-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: