aws-partitions 1.420.0 → 1.425.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: c0ae0a4798ef06da0c68440822829d5534a0f96b924b4d78ce5438f46a405ba2
4
- data.tar.gz: 6c8d283b88cc60da3a8aa02c894247936fab9a8449e0d9b53c987da31b28bdee
3
+ metadata.gz: 6588ae4887ff0ded7558af87e67053ad645fb566dde2b47986eb047e36d3bc38
4
+ data.tar.gz: 498f0ab11b15c7e953479a0a23bddf5a90e256c07c5ae69232efc54436d32937
5
5
  SHA512:
6
- metadata.gz: 36e9e808a2ea59ed25cb4f1ec300977757039bca8dc894eb2316c77fdf27a5f3f9f43fd921b2f727f5505b27b3de004301d06819ed0fad09e94d933e5bcd2a0c
7
- data.tar.gz: b6afe7cb26c838e4147e168ee35d65a7ea2404f6847bec4f356f30f9ea39ff4be972e30680f9e99854a23fd32d6e4d3d9910daa3ee9fc6f8af037a5f41c41616
6
+ metadata.gz: a43634f3bb7e37c712de302eedc8217d69b9077a8fdbc77c1c1af0be1298840af767ad4f2755e5679ee4920ef9f0549e82758d9a9ee8afa884e8e87f89dd939c
7
+ data.tar.gz: 04e9302aebc6c73b94feba9b7403ce53c72b4a8da6e5bc17d3e8a7cb338746c27bb8f702e318fc4c39add06e843f1247448d504cde2f8bd2b9c264790b69d89a
@@ -212,7 +212,12 @@ module Aws
212
212
  def defaults
213
213
  @defaults ||= begin
214
214
  path = File.expand_path('../../partitions.json', __FILE__)
215
- JSON.load(File.read(path))
215
+ defaults = if JSON::VERSION >= '2.4.0'
216
+ JSON.load(File.read(path), freeze: true)
217
+ else
218
+ JSON.parse(File.read(path))
219
+ end
220
+ defaults.merge('partitions' => defaults['partitions'].dup)
216
221
  end
217
222
  end
218
223
 
data/partitions.json CHANGED
@@ -1307,6 +1307,7 @@
1307
1307
  "ca-central-1" : { },
1308
1308
  "eu-central-1" : { },
1309
1309
  "eu-north-1" : { },
1310
+ "eu-south-1" : { },
1310
1311
  "eu-west-1" : { },
1311
1312
  "eu-west-2" : { },
1312
1313
  "eu-west-3" : { },
@@ -1447,6 +1448,12 @@
1447
1448
  },
1448
1449
  "hostname" : "cognito-idp-fips.us-east-2.amazonaws.com"
1449
1450
  },
1451
+ "fips-us-west-1" : {
1452
+ "credentialScope" : {
1453
+ "region" : "us-west-1"
1454
+ },
1455
+ "hostname" : "cognito-idp-fips.us-west-1.amazonaws.com"
1456
+ },
1450
1457
  "fips-us-west-2" : {
1451
1458
  "credentialScope" : {
1452
1459
  "region" : "us-west-2"
@@ -2929,6 +2936,7 @@
2929
2936
  },
2930
2937
  "fsx" : {
2931
2938
  "endpoints" : {
2939
+ "af-south-1" : { },
2932
2940
  "ap-east-1" : { },
2933
2941
  "ap-northeast-1" : { },
2934
2942
  "ap-northeast-2" : { },
@@ -2938,6 +2946,7 @@
2938
2946
  "ca-central-1" : { },
2939
2947
  "eu-central-1" : { },
2940
2948
  "eu-north-1" : { },
2949
+ "eu-south-1" : { },
2941
2950
  "eu-west-1" : { },
2942
2951
  "eu-west-2" : { },
2943
2952
  "eu-west-3" : { },
@@ -2971,6 +2980,7 @@
2971
2980
  },
2972
2981
  "hostname" : "fsx-fips.us-west-2.amazonaws.com"
2973
2982
  },
2983
+ "me-south-1" : { },
2974
2984
  "sa-east-1" : { },
2975
2985
  "us-east-1" : { },
2976
2986
  "us-east-2" : { },
@@ -3615,6 +3625,7 @@
3615
3625
  },
3616
3626
  "lakeformation" : {
3617
3627
  "endpoints" : {
3628
+ "ap-east-1" : { },
3618
3629
  "ap-northeast-1" : { },
3619
3630
  "ap-northeast-2" : { },
3620
3631
  "ap-south-1" : { },
@@ -7160,6 +7171,16 @@
7160
7171
  },
7161
7172
  "isRegionalized" : true
7162
7173
  },
7174
+ "guardduty" : {
7175
+ "defaults" : {
7176
+ "protocols" : [ "https" ]
7177
+ },
7178
+ "endpoints" : {
7179
+ "cn-north-1" : { },
7180
+ "cn-northwest-1" : { }
7181
+ },
7182
+ "isRegionalized" : true
7183
+ },
7163
7184
  "health" : {
7164
7185
  "endpoints" : {
7165
7186
  "cn-north-1" : { },
@@ -7953,6 +7974,11 @@
7953
7974
  "us-gov-west-1" : { }
7954
7975
  }
7955
7976
  },
7977
+ "connect" : {
7978
+ "endpoints" : {
7979
+ "us-gov-west-1" : { }
7980
+ }
7981
+ },
7956
7982
  "data.iot" : {
7957
7983
  "defaults" : {
7958
7984
  "credentialScope" : {
@@ -8756,7 +8782,13 @@
8756
8782
  },
8757
8783
  "runtime.sagemaker" : {
8758
8784
  "endpoints" : {
8759
- "us-gov-west-1" : { }
8785
+ "us-gov-west-1" : { },
8786
+ "us-gov-west-1-fips" : {
8787
+ "credentialScope" : {
8788
+ "region" : "us-gov-west-1"
8789
+ },
8790
+ "hostname" : "runtime.sagemaker.us-gov-west-1.amazonaws.com"
8791
+ }
8760
8792
  }
8761
8793
  },
8762
8794
  "s3" : {
@@ -9402,11 +9434,26 @@
9402
9434
  "us-iso-east-1" : { }
9403
9435
  }
9404
9436
  },
9437
+ "medialive" : {
9438
+ "endpoints" : {
9439
+ "us-iso-east-1" : { }
9440
+ }
9441
+ },
9442
+ "mediapackage" : {
9443
+ "endpoints" : {
9444
+ "us-iso-east-1" : { }
9445
+ }
9446
+ },
9405
9447
  "monitoring" : {
9406
9448
  "endpoints" : {
9407
9449
  "us-iso-east-1" : { }
9408
9450
  }
9409
9451
  },
9452
+ "outposts" : {
9453
+ "endpoints" : {
9454
+ "us-iso-east-1" : { }
9455
+ }
9456
+ },
9410
9457
  "rds" : {
9411
9458
  "endpoints" : {
9412
9459
  "us-iso-east-1" : { }
@@ -9469,6 +9516,11 @@
9469
9516
  }
9470
9517
  }
9471
9518
  },
9519
+ "ssm" : {
9520
+ "endpoints" : {
9521
+ "us-iso-east-1" : { }
9522
+ }
9523
+ },
9472
9524
  "states" : {
9473
9525
  "endpoints" : {
9474
9526
  "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.420.0
4
+ version: 1.425.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-01-27 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: