aws-partitions 1.260.0 → 1.261.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: bfaed816a502efef47670343f1aa74241c1443ce
4
- data.tar.gz: 6e757037297795edcf7b9b8fdc9c9446fb276d4e
3
+ metadata.gz: cc50d2b4d6356a96bcfc6a7b0d6fe9d9c35f90f8
4
+ data.tar.gz: 19ce71e6c57c40e1107cfd3f636d0497006db2df
5
5
  SHA512:
6
- metadata.gz: 6b001bbf01ef4ab2ae3bb21031e15be6ba9334c8c35ad6f91d02445582fb2c1ff3bf4e454d2d6cd44106427d805d00e3347be05f39a8a010c7d0a21506a2cbda
7
- data.tar.gz: 95eb941811c1b8a3cca26b85b2e176eed7f5d17f503d2272f0074839de3c6c35374d28c8d80807c062a52cad448906d05349f3cfe00c3ad7c188580e890f91a0
6
+ metadata.gz: 71491548cac5479c36c5becdc523cb23f601c9d347a859a993934256334b6721086fbe41b8bc13ab9819482108dd72940c0b52f4c08ac6b5f129b118d7f38006
7
+ data.tar.gz: e7384e8e70b39342f239e03ab414a6dc75e1023513487d9b2aa8f46682ccb4a1ad9a28391bc9b6e0c9f006975f2e55a65b894398c4a64d47f9d42f0c7eb7dcb9
@@ -23,12 +23,6 @@ module Aws
23
23
  us-west-2
24
24
  ].freeze
25
25
 
26
- # Can be removed once S3 endpoint is updated
27
- S3_IAD_REGIONAL = {
28
- 'hostname' => 's3.us-east-1.amazonaws.com',
29
- 'signatureVersions' => %w[s3 s3v4]
30
- }.freeze
31
-
32
26
  # Intentionally marked private. The format of the endpoint rules
33
27
  # is an implementation detail.
34
28
  # @api private
@@ -84,11 +78,6 @@ module Aws
84
78
  region = service_cfg.fetch('partitionEndpoint', region)
85
79
  end
86
80
 
87
- # Can be removed once S3 endpoint is updated
88
- if (service == 's3') && (region == 'us-east-1')
89
- service_cfg['endpoints'][region] = S3_IAD_REGIONAL
90
- end
91
-
92
81
  # Check for service/region level endpoint.
93
82
  endpoint = service_cfg
94
83
  .fetch('endpoints', {})
@@ -4313,6 +4313,12 @@
4313
4313
  },
4314
4314
  "isRegionalized" : true
4315
4315
  },
4316
+ "health" : {
4317
+ "endpoints" : {
4318
+ "cn-north-1" : { },
4319
+ "cn-northwest-1" : { }
4320
+ }
4321
+ },
4316
4322
  "iam" : {
4317
4323
  "endpoints" : {
4318
4324
  "aws-cn-global" : {
@@ -5348,7 +5354,6 @@
5348
5354
  },
5349
5355
  "application-autoscaling" : {
5350
5356
  "defaults" : {
5351
- "hostname" : "autoscaling.us-iso-east-1.c2s.ic.gov",
5352
5357
  "protocols" : [ "http", "https" ]
5353
5358
  },
5354
5359
  "endpoints" : {
@@ -5618,7 +5623,6 @@
5618
5623
  "services" : {
5619
5624
  "application-autoscaling" : {
5620
5625
  "defaults" : {
5621
- "hostname" : "autoscaling.us-isob-east-1.sc2s.sgov.gov",
5622
5626
  "protocols" : [ "http", "https" ]
5623
5627
  },
5624
5628
  "endpoints" : {
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.260.0
4
+ version: 1.261.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: 2019-12-23 00:00:00.000000000 Z
11
+ date: 2020-01-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: