aws-partitions 1.605.0 → 1.608.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +127 -4
  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: e2e2ada161b360918e0fac3cefa75e97f5e85c6ef070c064c8cca738c96e08b8
4
+ data.tar.gz: bbf415e882d6ea6ce4d1ab4952ff52cca0dc49467b2fbfd64ba35e5e0066acc4
5
5
  SHA512:
6
- metadata.gz: 87323065aab9f3ab4e72a8feeac429ef5f344868bece9e8fb26f8d68bb1e9707e6065f7d0caafc3f419dbef68208e022cfc10b62a7c59feadddf965dc363e9b7
7
- data.tar.gz: f62c4827f39688f6573b92c7dc225bb9950dbcca369b3df3e3f66c3366c8f3683fd5d6bcc577efeb68039c05a686debb0931945bf6003b6c606c4934c393d560
6
+ metadata.gz: 1ff183fc62234d4558536e9cea72a39287c947e0647d8acc3fb3a85f4be3811e28971ffe8f306584ae336185aca7445392a5b9e52fb91b0a5a4fccb4edb7f5e6
7
+ data.tar.gz: 2156d80965802d5e44bb1a0e678d288d69bce304d6e5526cf747be909a19de7835879ed79d6c3b5d71ccc0652047f381eefb03879918ed7454097ff4bef66cc6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.607.0 (2022-07-15)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.606.0 (2022-07-14)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.605.0 (2022-07-12)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.605.0
1
+ 1.608.0
data/partitions.json CHANGED
@@ -3496,6 +3496,58 @@
3496
3496
  "us-west-2" : { }
3497
3497
  }
3498
3498
  },
3499
+ "devops-guru" : {
3500
+ "defaults" : {
3501
+ "protocols" : [ "https" ]
3502
+ },
3503
+ "endpoints" : {
3504
+ "ap-northeast-1" : { },
3505
+ "ap-southeast-1" : { },
3506
+ "ap-southeast-2" : { },
3507
+ "eu-central-1" : { },
3508
+ "eu-north-1" : { },
3509
+ "eu-west-1" : { },
3510
+ "fips-us-east-1" : {
3511
+ "credentialScope" : {
3512
+ "region" : "us-east-1"
3513
+ },
3514
+ "deprecated" : true,
3515
+ "hostname" : "devops-guru-fips.us-east-1.amazonaws.com"
3516
+ },
3517
+ "fips-us-east-2" : {
3518
+ "credentialScope" : {
3519
+ "region" : "us-east-2"
3520
+ },
3521
+ "deprecated" : true,
3522
+ "hostname" : "devops-guru-fips.us-east-2.amazonaws.com"
3523
+ },
3524
+ "fips-us-west-2" : {
3525
+ "credentialScope" : {
3526
+ "region" : "us-west-2"
3527
+ },
3528
+ "deprecated" : true,
3529
+ "hostname" : "devops-guru-fips.us-west-2.amazonaws.com"
3530
+ },
3531
+ "us-east-1" : {
3532
+ "variants" : [ {
3533
+ "hostname" : "devops-guru-fips.us-east-1.amazonaws.com",
3534
+ "tags" : [ "fips" ]
3535
+ } ]
3536
+ },
3537
+ "us-east-2" : {
3538
+ "variants" : [ {
3539
+ "hostname" : "devops-guru-fips.us-east-2.amazonaws.com",
3540
+ "tags" : [ "fips" ]
3541
+ } ]
3542
+ },
3543
+ "us-west-2" : {
3544
+ "variants" : [ {
3545
+ "hostname" : "devops-guru-fips.us-west-2.amazonaws.com",
3546
+ "tags" : [ "fips" ]
3547
+ } ]
3548
+ }
3549
+ }
3550
+ },
3499
3551
  "directconnect" : {
3500
3552
  "endpoints" : {
3501
3553
  "af-south-1" : { },
@@ -4265,6 +4317,16 @@
4265
4317
  }
4266
4318
  }
4267
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
+ },
4268
4330
  "eks" : {
4269
4331
  "defaults" : {
4270
4332
  "protocols" : [ "http", "https" ],
@@ -6363,7 +6425,17 @@
6363
6425
  "isRegionalized" : true
6364
6426
  },
6365
6427
  "health" : {
6428
+ "defaults" : {
6429
+ "protocols" : [ "https" ],
6430
+ "sslCommonName" : "health.us-east-1.amazonaws.com"
6431
+ },
6366
6432
  "endpoints" : {
6433
+ "aws-global" : {
6434
+ "credentialScope" : {
6435
+ "region" : "us-east-1"
6436
+ },
6437
+ "hostname" : "global.health.amazonaws.com"
6438
+ },
6367
6439
  "fips-us-east-2" : {
6368
6440
  "credentialScope" : {
6369
6441
  "region" : "us-east-2"
@@ -6381,7 +6453,9 @@
6381
6453
  "tags" : [ "fips" ]
6382
6454
  } ]
6383
6455
  }
6384
- }
6456
+ },
6457
+ "isRegionalized" : false,
6458
+ "partitionEndpoint" : "aws-global"
6385
6459
  },
6386
6460
  "healthlake" : {
6387
6461
  "defaults" : {
@@ -12246,6 +12320,29 @@
12246
12320
  "us-west-2" : { }
12247
12321
  }
12248
12322
  },
12323
+ "sso" : {
12324
+ "endpoints" : {
12325
+ "ap-east-1" : { },
12326
+ "ap-northeast-1" : { },
12327
+ "ap-northeast-2" : { },
12328
+ "ap-northeast-3" : { },
12329
+ "ap-south-1" : { },
12330
+ "ap-southeast-1" : { },
12331
+ "ap-southeast-2" : { },
12332
+ "ca-central-1" : { },
12333
+ "eu-central-1" : { },
12334
+ "eu-north-1" : { },
12335
+ "eu-south-1" : { },
12336
+ "eu-west-1" : { },
12337
+ "eu-west-2" : { },
12338
+ "eu-west-3" : { },
12339
+ "me-south-1" : { },
12340
+ "sa-east-1" : { },
12341
+ "us-east-1" : { },
12342
+ "us-east-2" : { },
12343
+ "us-west-2" : { }
12344
+ }
12345
+ },
12249
12346
  "states" : {
12250
12347
  "endpoints" : {
12251
12348
  "af-south-1" : { },
@@ -14658,10 +14755,20 @@
14658
14755
  "isRegionalized" : true
14659
14756
  },
14660
14757
  "health" : {
14758
+ "defaults" : {
14759
+ "protocols" : [ "https" ],
14760
+ "sslCommonName" : "health.cn-northwest-1.amazonaws.com.cn"
14761
+ },
14661
14762
  "endpoints" : {
14662
- "cn-north-1" : { },
14663
- "cn-northwest-1" : { }
14664
- }
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"
14665
14772
  },
14666
14773
  "iam" : {
14667
14774
  "endpoints" : {
@@ -18425,6 +18532,22 @@
18425
18532
  }
18426
18533
  }
18427
18534
  },
18535
+ "sso" : {
18536
+ "endpoints" : {
18537
+ "us-gov-east-1" : {
18538
+ "credentialScope" : {
18539
+ "region" : "us-gov-east-1"
18540
+ },
18541
+ "hostname" : "sso.us-gov-east-1.amazonaws.com"
18542
+ },
18543
+ "us-gov-west-1" : {
18544
+ "credentialScope" : {
18545
+ "region" : "us-gov-west-1"
18546
+ },
18547
+ "hostname" : "sso.us-gov-west-1.amazonaws.com"
18548
+ }
18549
+ }
18550
+ },
18428
18551
  "states" : {
18429
18552
  "endpoints" : {
18430
18553
  "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.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-12 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: