aws-partitions 1.607.0 → 1.608.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +36 -4
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b5fca57029e799f7ddc1dec253e13bbad9293a5b1951cb38951e109caa428ed
4
- data.tar.gz: cd845d9924720052b20b36471a30cccd0e265060f493b6662c2ed797d301967f
3
+ metadata.gz: e2e2ada161b360918e0fac3cefa75e97f5e85c6ef070c064c8cca738c96e08b8
4
+ data.tar.gz: bbf415e882d6ea6ce4d1ab4952ff52cca0dc49467b2fbfd64ba35e5e0066acc4
5
5
  SHA512:
6
- metadata.gz: d82ffb74111c0f04f9ff671325e9c10d0a8846ed0134552a654a4c7a9f3017f0119e23a2af5cb36a532f6e900421eaeef56ad7cd9d59bb32bd94ef8019e4ad1b
7
- data.tar.gz: 8cec9fe39d3f148e51c0716314484364cac733b94a543898e2d4e287c5d2f2f42b220a6b695d7e7791fe823518fefa4d8cdc000b19cdad9b0a0e44a130d27eae
6
+ metadata.gz: 1ff183fc62234d4558536e9cea72a39287c947e0647d8acc3fb3a85f4be3811e28971ffe8f306584ae336185aca7445392a5b9e52fb91b0a5a4fccb4edb7f5e6
7
+ data.tar.gz: 2156d80965802d5e44bb1a0e678d288d69bce304d6e5526cf747be909a19de7835879ed79d6c3b5d71ccc0652047f381eefb03879918ed7454097ff4bef66cc6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.608.0 (2022-07-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.607.0 (2022-07-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.607.0
1
+ 1.608.0
data/partitions.json CHANGED
@@ -4317,6 +4317,16 @@
4317
4317
  }
4318
4318
  }
4319
4319
  },
4320
+ "edge.sagemaker" : {
4321
+ "endpoints" : {
4322
+ "ap-northeast-1" : { },
4323
+ "eu-central-1" : { },
4324
+ "eu-west-1" : { },
4325
+ "us-east-1" : { },
4326
+ "us-east-2" : { },
4327
+ "us-west-2" : { }
4328
+ }
4329
+ },
4320
4330
  "eks" : {
4321
4331
  "defaults" : {
4322
4332
  "protocols" : [ "http", "https" ],
@@ -6415,7 +6425,17 @@
6415
6425
  "isRegionalized" : true
6416
6426
  },
6417
6427
  "health" : {
6428
+ "defaults" : {
6429
+ "protocols" : [ "https" ],
6430
+ "sslCommonName" : "health.us-east-1.amazonaws.com"
6431
+ },
6418
6432
  "endpoints" : {
6433
+ "aws-global" : {
6434
+ "credentialScope" : {
6435
+ "region" : "us-east-1"
6436
+ },
6437
+ "hostname" : "global.health.amazonaws.com"
6438
+ },
6419
6439
  "fips-us-east-2" : {
6420
6440
  "credentialScope" : {
6421
6441
  "region" : "us-east-2"
@@ -6433,7 +6453,9 @@
6433
6453
  "tags" : [ "fips" ]
6434
6454
  } ]
6435
6455
  }
6436
- }
6456
+ },
6457
+ "isRegionalized" : false,
6458
+ "partitionEndpoint" : "aws-global"
6437
6459
  },
6438
6460
  "healthlake" : {
6439
6461
  "defaults" : {
@@ -14733,10 +14755,20 @@
14733
14755
  "isRegionalized" : true
14734
14756
  },
14735
14757
  "health" : {
14758
+ "defaults" : {
14759
+ "protocols" : [ "https" ],
14760
+ "sslCommonName" : "health.cn-northwest-1.amazonaws.com.cn"
14761
+ },
14736
14762
  "endpoints" : {
14737
- "cn-north-1" : { },
14738
- "cn-northwest-1" : { }
14739
- }
14763
+ "aws-cn-global" : {
14764
+ "credentialScope" : {
14765
+ "region" : "cn-northwest-1"
14766
+ },
14767
+ "hostname" : "global.health.amazonaws.com.cn"
14768
+ }
14769
+ },
14770
+ "isRegionalized" : false,
14771
+ "partitionEndpoint" : "aws-cn-global"
14740
14772
  },
14741
14773
  "iam" : {
14742
14774
  "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.607.0
4
+ version: 1.608.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-07-15 00:00:00.000000000 Z
11
+ date: 2022-07-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: