aws-partitions 1.814.0 → 1.815.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 +12 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcbf0af42f342af1e2792bff54f9d7896502557e67bdb5588ae146eb3e42a7f2
4
- data.tar.gz: a5db020c3de2b6f8059fa05e275d8bc5e30fc2e11011c510e5259cd9df0c05ac
3
+ metadata.gz: ed4c69541bc90512fd2b34f4c23ee9b10528e87626fd471ebe452f878e0fdfd8
4
+ data.tar.gz: 934d0a9c00aa2ad11eb9a1e537e8e55185b636cb6e071c52590240da36b3b22d
5
5
  SHA512:
6
- metadata.gz: ed0ba386a3b5ccfabef024dc18af508a168bb2b0fe26781f8a8979349ac5c1fd56c4c29e3deeaf75ec7185a8e6b39de41d89fbbe7a76d1e7227a609b2c233242
7
- data.tar.gz: 6d74f623e36e679ba7b976b10b38b75e680549a03e7683a0c74e9114782febc3542cbba4a88e004e84fe1254647d9b201756d2032d3800aec35a0dde254cba6f
6
+ metadata.gz: c4d5081c582ebf89705c80b011ab06b7c35aae010dc8547831cef839c8fde326421809f4873ece8a760e7d18c2eb31cfd5a1550d1b4bcb6a75301bd1ce8b12da
7
+ data.tar.gz: d4774e7898313581c613874729426e1c8dc190916134106df93dc9b2a8fa3a624a74126aa014f911ebb16654071f018a9c11cf523cd3b9cb212bd54977d153cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.815.0 (2023-08-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.814.0 (2023-08-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.814.0
1
+ 1.815.0
data/partitions.json CHANGED
@@ -3349,6 +3349,7 @@
3349
3349
  "endpoints" : {
3350
3350
  "ap-northeast-1" : { },
3351
3351
  "ap-northeast-2" : { },
3352
+ "ap-northeast-3" : { },
3352
3353
  "ap-south-1" : { },
3353
3354
  "ap-southeast-1" : { },
3354
3355
  "ap-southeast-2" : { },
@@ -3387,6 +3388,7 @@
3387
3388
  "deprecated" : true,
3388
3389
  "hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
3389
3390
  },
3391
+ "il-central-1" : { },
3390
3392
  "me-south-1" : { },
3391
3393
  "sa-east-1" : { },
3392
3394
  "us-east-1" : {
@@ -3419,6 +3421,7 @@
3419
3421
  "endpoints" : {
3420
3422
  "ap-northeast-1" : { },
3421
3423
  "ap-northeast-2" : { },
3424
+ "ap-northeast-3" : { },
3422
3425
  "ap-south-1" : { },
3423
3426
  "ap-southeast-1" : { },
3424
3427
  "ap-southeast-2" : { },
@@ -3457,6 +3460,7 @@
3457
3460
  "deprecated" : true,
3458
3461
  "hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
3459
3462
  },
3463
+ "il-central-1" : { },
3460
3464
  "me-south-1" : { },
3461
3465
  "sa-east-1" : { },
3462
3466
  "us-east-1" : {
@@ -10084,6 +10088,7 @@
10084
10088
  "ap-south-1" : { },
10085
10089
  "ap-southeast-1" : { },
10086
10090
  "ap-southeast-2" : { },
10091
+ "ap-southeast-3" : { },
10087
10092
  "ca-central-1" : { },
10088
10093
  "eu-central-1" : { },
10089
10094
  "eu-north-1" : { },
@@ -10119,6 +10124,7 @@
10119
10124
  "deprecated" : true,
10120
10125
  "hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
10121
10126
  },
10127
+ "il-central-1" : { },
10122
10128
  "me-south-1" : { },
10123
10129
  "sa-east-1" : { },
10124
10130
  "us-east-1" : {
@@ -12211,6 +12217,12 @@
12211
12217
  },
12212
12218
  "hostname" : "portal.sso.eu-west-3.amazonaws.com"
12213
12219
  },
12220
+ "il-central-1" : {
12221
+ "credentialScope" : {
12222
+ "region" : "il-central-1"
12223
+ },
12224
+ "hostname" : "portal.sso.il-central-1.amazonaws.com"
12225
+ },
12214
12226
  "me-south-1" : {
12215
12227
  "credentialScope" : {
12216
12228
  "region" : "me-south-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.814.0
4
+ version: 1.815.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-08-30 00:00:00.000000000 Z
11
+ date: 2023-08-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: