aws-partitions 1.826.0 → 1.827.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 +44 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e82b3e54ec02f143e2cc5b08c43da4bfc52ad0e5d10ffef0fe05541152763d7
4
- data.tar.gz: 81c724e4a115f2708bcdda92b49bd824445dac4aa98320ad40b2fe21d56e86ef
3
+ metadata.gz: cf4d461cd74e1f2c41e5671b1d5cb149b78573f6b062e0bcd7b0f868bb2c81aa
4
+ data.tar.gz: 360f2b42d152913bbd2d07955515862caee5a1cd165304fa7c5c25c092f4b814
5
5
  SHA512:
6
- metadata.gz: 693011ceb34a22f5fc2fc334b7174f2fe221d6094d19d34b6e3e0603aac44e94cd71fbf2826cf38cab0b9035ad3d388bbcfdd64e2c6a772a39cd39a25c69e0d0
7
- data.tar.gz: e1e97f4607b60de807aae36d33dc9e4d3cca4f93a49897efd009eaacf7bb18dd3cacfd490ae884c3977f2b5a895745523b5d5241bdb6b1324c76e56ddfe10690
6
+ metadata.gz: 6c896266f7b85a0e8f92d02a126240ad2be54daee36473e18b7a76c221a3ea4f59e328f399a9f6a6c935958e83a0db446c7bc7af87f03e290958479264380cd2
7
+ data.tar.gz: f444924b4f8e4a77702467e95c5c96e90620217cd06f4425e0dd7233b3770788537ca3abab508582d9375c7af30ba0e515d03569500165f9950b2524a36b69ee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.827.0 (2023-09-22)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.826.0 (2023-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.826.0
1
+ 1.827.0
data/partitions.json CHANGED
@@ -11711,6 +11711,12 @@
11711
11711
  },
11712
11712
  "hostname" : "oidc.eu-central-1.amazonaws.com"
11713
11713
  },
11714
+ "eu-central-2" : {
11715
+ "credentialScope" : {
11716
+ "region" : "eu-central-2"
11717
+ },
11718
+ "hostname" : "oidc.eu-central-2.amazonaws.com"
11719
+ },
11714
11720
  "eu-north-1" : {
11715
11721
  "credentialScope" : {
11716
11722
  "region" : "eu-north-1"
@@ -12344,6 +12350,12 @@
12344
12350
  },
12345
12351
  "hostname" : "portal.sso.eu-central-1.amazonaws.com"
12346
12352
  },
12353
+ "eu-central-2" : {
12354
+ "credentialScope" : {
12355
+ "region" : "eu-central-2"
12356
+ },
12357
+ "hostname" : "portal.sso.eu-central-2.amazonaws.com"
12358
+ },
12347
12359
  "eu-north-1" : {
12348
12360
  "credentialScope" : {
12349
12361
  "region" : "eu-north-1"
@@ -19248,6 +19260,22 @@
19248
19260
  "cn-northwest-1" : { }
19249
19261
  }
19250
19262
  },
19263
+ "oidc" : {
19264
+ "endpoints" : {
19265
+ "cn-north-1" : {
19266
+ "credentialScope" : {
19267
+ "region" : "cn-north-1"
19268
+ },
19269
+ "hostname" : "oidc.cn-north-1.amazonaws.com.cn"
19270
+ },
19271
+ "cn-northwest-1" : {
19272
+ "credentialScope" : {
19273
+ "region" : "cn-northwest-1"
19274
+ },
19275
+ "hostname" : "oidc.cn-northwest-1.amazonaws.com.cn"
19276
+ }
19277
+ }
19278
+ },
19251
19279
  "organizations" : {
19252
19280
  "endpoints" : {
19253
19281
  "aws-cn-global" : {
@@ -19276,6 +19304,22 @@
19276
19304
  "cn-northwest-1" : { }
19277
19305
  }
19278
19306
  },
19307
+ "portal.sso" : {
19308
+ "endpoints" : {
19309
+ "cn-north-1" : {
19310
+ "credentialScope" : {
19311
+ "region" : "cn-north-1"
19312
+ },
19313
+ "hostname" : "portal.sso.cn-north-1.amazonaws.com.cn"
19314
+ },
19315
+ "cn-northwest-1" : {
19316
+ "credentialScope" : {
19317
+ "region" : "cn-northwest-1"
19318
+ },
19319
+ "hostname" : "portal.sso.cn-northwest-1.amazonaws.com.cn"
19320
+ }
19321
+ }
19322
+ },
19279
19323
  "ram" : {
19280
19324
  "endpoints" : {
19281
19325
  "cn-north-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.826.0
4
+ version: 1.827.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: 2023-09-20 00:00:00.000000000 Z
11
+ date: 2023-09-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: