aws-partitions 1.247.0 → 1.248.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
  SHA1:
3
- metadata.gz: 980f59f971e881ce560817009a98caf13cbb67a1
4
- data.tar.gz: e795998a69f5df416cc9161dc7fcc999e9f3d68a
3
+ metadata.gz: faee1e6c98dd164f5c79ceebcfc73695e43412e9
4
+ data.tar.gz: 93a5410e8a715473c991348bd6ec697540372b04
5
5
  SHA512:
6
- metadata.gz: e550ecc7750a09d226738f03b2f6246c9e76a1dd5d082ee3c8002a8a5e88a16fe94ae535d19379025317d3c48ac6a0b2811f196a59cdb086ca822bfd6330a423
7
- data.tar.gz: 12c6b7b8042aedf7a96acc55f233309709f3da4b904b0f545b5736df080b3deae5601d90c1af59095f35ff9fafc9021309072d8cc1dffeee8732618fade42131
6
+ metadata.gz: d9707945c629813c2349f18782c4b85b11333631de12b3aadb5ca94c11cf94885256029b8eaabbcf5048caae40c0db55ad1881726f0643624217a08a4322b2e1
7
+ data.tar.gz: '069ad938fdc38ce55056a52eed49bb9bd4d07922938cf7d470c8e87d5850dbf9e0e011a089576f0a6105a93a10bf8fcd90919ef7bdad78ef0b8bcf8363385ff9'
@@ -224,6 +224,7 @@ module Aws
224
224
  'ACM' => 'acm',
225
225
  'ACMPCA' => 'acm-pca',
226
226
  'APIGateway' => 'apigateway',
227
+ 'AccessAnalyzer' => 'access-analyzer',
227
228
  'AlexaForBusiness' => 'a4b',
228
229
  'Amplify' => 'amplify',
229
230
  'ApiGatewayManagementApi' => 'execute-api',
data/partitions.json CHANGED
@@ -2966,6 +2966,13 @@
2966
2966
  "hostname" : "s3.ap-southeast-2.amazonaws.com",
2967
2967
  "signatureVersions" : [ "s3", "s3v4" ]
2968
2968
  },
2969
+ "aws-global" : {
2970
+ "credentialScope" : {
2971
+ "region" : "us-east-1"
2972
+ },
2973
+ "hostname" : "s3.amazonaws.com",
2974
+ "signatureVersions" : [ "s3", "s3v4" ]
2975
+ },
2969
2976
  "ca-central-1" : { },
2970
2977
  "eu-central-1" : { },
2971
2978
  "eu-north-1" : { },
@@ -2988,7 +2995,7 @@
2988
2995
  "signatureVersions" : [ "s3", "s3v4" ]
2989
2996
  },
2990
2997
  "us-east-1" : {
2991
- "hostname" : "s3.amazonaws.com",
2998
+ "hostname" : "s3.us-east-1.amazonaws.com",
2992
2999
  "signatureVersions" : [ "s3", "s3v4" ]
2993
3000
  },
2994
3001
  "us-east-2" : { },
@@ -3002,7 +3009,7 @@
3002
3009
  }
3003
3010
  },
3004
3011
  "isRegionalized" : true,
3005
- "partitionEndpoint" : "us-east-1"
3012
+ "partitionEndpoint" : "aws-global"
3006
3013
  },
3007
3014
  "s3-control" : {
3008
3015
  "defaults" : {
@@ -3164,6 +3171,15 @@
3164
3171
  "isRegionalized" : false,
3165
3172
  "partitionEndpoint" : "aws-global"
3166
3173
  },
3174
+ "schemas" : {
3175
+ "endpoints" : {
3176
+ "ap-northeast-1" : { },
3177
+ "eu-west-1" : { },
3178
+ "us-east-1" : { },
3179
+ "us-east-2" : { },
3180
+ "us-west-2" : { }
3181
+ }
3182
+ },
3167
3183
  "sdb" : {
3168
3184
  "defaults" : {
3169
3185
  "protocols" : [ "http", "https" ],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.247.0
4
+ version: 1.248.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services