aws-partitions 1.260.0 → 1.265.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
  SHA1:
3
- metadata.gz: bfaed816a502efef47670343f1aa74241c1443ce
4
- data.tar.gz: 6e757037297795edcf7b9b8fdc9c9446fb276d4e
3
+ metadata.gz: b06d534c2485b4d41fddcac3784160e823944786
4
+ data.tar.gz: cbc6f00c20e0cb9d2e0701344259c165ce3ac17b
5
5
  SHA512:
6
- metadata.gz: 6b001bbf01ef4ab2ae3bb21031e15be6ba9334c8c35ad6f91d02445582fb2c1ff3bf4e454d2d6cd44106427d805d00e3347be05f39a8a010c7d0a21506a2cbda
7
- data.tar.gz: 95eb941811c1b8a3cca26b85b2e176eed7f5d17f503d2272f0074839de3c6c35374d28c8d80807c062a52cad448906d05349f3cfe00c3ad7c188580e890f91a0
6
+ metadata.gz: 3d819edf7411b05e58a23bf585e336a4ba866eefb58a6632badd4e57dff0d361b51cfb9b1d8e0603bbfdd7c57195dcacdb5f4f627b5e3f73d62dc6c7160aa318
7
+ data.tar.gz: 5fe486ee5050dcfaebe4759c5ed7a4de567537003466267c600d2f6f2f0e5c107140a0c91f19f5c91d7813e960fca16dc6f5dea1a18a5608a8ee0d7142de071d
@@ -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', {})
@@ -2666,11 +2666,18 @@
2666
2666
  },
2667
2667
  "outposts" : {
2668
2668
  "endpoints" : {
2669
+ "ap-east-1" : { },
2669
2670
  "ap-northeast-1" : { },
2670
2671
  "ap-northeast-2" : { },
2672
+ "ap-southeast-1" : { },
2671
2673
  "ap-southeast-2" : { },
2674
+ "ca-central-1" : { },
2672
2675
  "eu-central-1" : { },
2676
+ "eu-north-1" : { },
2673
2677
  "eu-west-1" : { },
2678
+ "eu-west-2" : { },
2679
+ "eu-west-3" : { },
2680
+ "me-south-1" : { },
2674
2681
  "us-east-1" : { },
2675
2682
  "us-east-2" : { },
2676
2683
  "us-west-1" : { },
@@ -2716,6 +2723,7 @@
2716
2723
  },
2717
2724
  "polly" : {
2718
2725
  "endpoints" : {
2726
+ "ap-east-1" : { },
2719
2727
  "ap-northeast-1" : { },
2720
2728
  "ap-northeast-2" : { },
2721
2729
  "ap-south-1" : { },
@@ -2727,6 +2735,7 @@
2727
2735
  "eu-west-1" : { },
2728
2736
  "eu-west-2" : { },
2729
2737
  "eu-west-3" : { },
2738
+ "me-south-1" : { },
2730
2739
  "sa-east-1" : { },
2731
2740
  "us-east-1" : { },
2732
2741
  "us-east-2" : { },
@@ -2818,6 +2827,7 @@
2818
2827
  },
2819
2828
  "ram" : {
2820
2829
  "endpoints" : {
2830
+ "ap-east-1" : { },
2821
2831
  "ap-northeast-1" : { },
2822
2832
  "ap-northeast-2" : { },
2823
2833
  "ap-south-1" : { },
@@ -2829,6 +2839,7 @@
2829
2839
  "eu-west-1" : { },
2830
2840
  "eu-west-2" : { },
2831
2841
  "eu-west-3" : { },
2842
+ "me-south-1" : { },
2832
2843
  "sa-east-1" : { },
2833
2844
  "us-east-1" : { },
2834
2845
  "us-east-2" : { },
@@ -2977,6 +2988,7 @@
2977
2988
  "protocols" : [ "https" ]
2978
2989
  },
2979
2990
  "endpoints" : {
2991
+ "ap-east-1" : { },
2980
2992
  "ap-northeast-1" : { },
2981
2993
  "ap-northeast-2" : { },
2982
2994
  "ap-south-1" : { },
@@ -4313,6 +4325,12 @@
4313
4325
  },
4314
4326
  "isRegionalized" : true
4315
4327
  },
4328
+ "health" : {
4329
+ "endpoints" : {
4330
+ "cn-north-1" : { },
4331
+ "cn-northwest-1" : { }
4332
+ }
4333
+ },
4316
4334
  "iam" : {
4317
4335
  "endpoints" : {
4318
4336
  "aws-cn-global" : {
@@ -4385,6 +4403,16 @@
4385
4403
  "cn-northwest-1" : { }
4386
4404
  }
4387
4405
  },
4406
+ "neptune" : {
4407
+ "endpoints" : {
4408
+ "cn-northwest-1" : {
4409
+ "credentialScope" : {
4410
+ "region" : "cn-northwest-1"
4411
+ },
4412
+ "hostname" : "rds.cn-northwest-1.amazonaws.com.cn"
4413
+ }
4414
+ }
4415
+ },
4388
4416
  "polly" : {
4389
4417
  "endpoints" : {
4390
4418
  "cn-northwest-1" : { }
@@ -5348,7 +5376,6 @@
5348
5376
  },
5349
5377
  "application-autoscaling" : {
5350
5378
  "defaults" : {
5351
- "hostname" : "autoscaling.us-iso-east-1.c2s.ic.gov",
5352
5379
  "protocols" : [ "http", "https" ]
5353
5380
  },
5354
5381
  "endpoints" : {
@@ -5618,7 +5645,6 @@
5618
5645
  "services" : {
5619
5646
  "application-autoscaling" : {
5620
5647
  "defaults" : {
5621
- "hostname" : "autoscaling.us-isob-east-1.sc2s.sgov.gov",
5622
5648
  "protocols" : [ "http", "https" ]
5623
5649
  },
5624
5650
  "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.265.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-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: