aws-partitions 1.605.0 → 1.606.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 +39 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 325db68f362797d8bd06e57dbdc94d2db0f4133ff9d10c27d4322682f85bdbe6
4
- data.tar.gz: 8de3557622ffeaea6c0e266f6c9677b427e1d83efb11139d289fce0ce5f0d919
3
+ metadata.gz: a1ab58f8594fc0e277ce4f714f78990bce4edfbf5bd3e6026799053e7fbad66b
4
+ data.tar.gz: cd897f5119363805711eb5db28a3eabbebeaccb40876c4dcdd22f401a90b96a8
5
5
  SHA512:
6
- metadata.gz: 87323065aab9f3ab4e72a8feeac429ef5f344868bece9e8fb26f8d68bb1e9707e6065f7d0caafc3f419dbef68208e022cfc10b62a7c59feadddf965dc363e9b7
7
- data.tar.gz: f62c4827f39688f6573b92c7dc225bb9950dbcca369b3df3e3f66c3366c8f3683fd5d6bcc577efeb68039c05a686debb0931945bf6003b6c606c4934c393d560
6
+ metadata.gz: ee91340cacec66392d697d8ce3291dbb33f0d2a1cc4370eb8c7b35505024c567f3e1a07ce36071f6c1356177c4b25b30ef912d64e86458c24e21e5db6eb086a8
7
+ data.tar.gz: 70d228cf841988a7bd4e00bf6f8ca0956b567d125a80c23e631e742a926376fc2ac022214d5fcc1f2b8066b30fe525164e5ad4855e425d0d65ad98448adb39bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.606.0 (2022-07-14)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.605.0 (2022-07-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.605.0
1
+ 1.606.0
data/partitions.json CHANGED
@@ -12246,6 +12246,29 @@
12246
12246
  "us-west-2" : { }
12247
12247
  }
12248
12248
  },
12249
+ "sso" : {
12250
+ "endpoints" : {
12251
+ "ap-east-1" : { },
12252
+ "ap-northeast-1" : { },
12253
+ "ap-northeast-2" : { },
12254
+ "ap-northeast-3" : { },
12255
+ "ap-south-1" : { },
12256
+ "ap-southeast-1" : { },
12257
+ "ap-southeast-2" : { },
12258
+ "ca-central-1" : { },
12259
+ "eu-central-1" : { },
12260
+ "eu-north-1" : { },
12261
+ "eu-south-1" : { },
12262
+ "eu-west-1" : { },
12263
+ "eu-west-2" : { },
12264
+ "eu-west-3" : { },
12265
+ "me-south-1" : { },
12266
+ "sa-east-1" : { },
12267
+ "us-east-1" : { },
12268
+ "us-east-2" : { },
12269
+ "us-west-2" : { }
12270
+ }
12271
+ },
12249
12272
  "states" : {
12250
12273
  "endpoints" : {
12251
12274
  "af-south-1" : { },
@@ -18425,6 +18448,22 @@
18425
18448
  }
18426
18449
  }
18427
18450
  },
18451
+ "sso" : {
18452
+ "endpoints" : {
18453
+ "us-gov-east-1" : {
18454
+ "credentialScope" : {
18455
+ "region" : "us-gov-east-1"
18456
+ },
18457
+ "hostname" : "sso.us-gov-east-1.amazonaws.com"
18458
+ },
18459
+ "us-gov-west-1" : {
18460
+ "credentialScope" : {
18461
+ "region" : "us-gov-west-1"
18462
+ },
18463
+ "hostname" : "sso.us-gov-west-1.amazonaws.com"
18464
+ }
18465
+ }
18466
+ },
18428
18467
  "states" : {
18429
18468
  "endpoints" : {
18430
18469
  "fips-us-gov-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.605.0
4
+ version: 1.606.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-12 00:00:00.000000000 Z
11
+ date: 2022-07-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: