aws-partitions 1.768.0 → 1.769.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 +16 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a327e882ca986098873e46d83578b834ef30ff3a30c6218b3a3fb93fa5c28b4d
4
- data.tar.gz: 79f45274d4121616d593a9e9ffe8ebb2c877f8da80b2163097c51083d182d33e
3
+ metadata.gz: 74b2ebfb7a9f3a4139573f8cd3f77566458a51f046d46bbf7640a32c96d2f484
4
+ data.tar.gz: 59b1d2ad28a199da2aae22996d5195bdf5a735e82e98304e0c3369759a147e71
5
5
  SHA512:
6
- metadata.gz: d4c735cf6b6e859ca2222f7e17c03f672d8b4c8ce869750c654cd4d2e9d09d94be83005070681ca4f98468904b890d5167ebc02e27a745e681a1d161b0db4b6f
7
- data.tar.gz: 5180a79b0b61d9f768a4971eab57ff40030116bb376db72f559cc05c30f3fa8ed24c6daec424ef1be3abac02c8af59d83a75c4f841f5b352366a14fe8ccd821b
6
+ metadata.gz: 55908cf2c450d8847e5e0ac4316420822ed0e2b7bbaafe5158062952d1aee91e5599799e02653bcaaabd0b2d1bb7bf5d99d130c669184719e85c34d38d6d8352
7
+ data.tar.gz: 1382b6039931cbe21642e9b0d0930d1e21616a10a60bc85eb44a45f7ec1b9a46d9bedff0eaf5b59863c671a053cc7c638c5f4be291af8e74d4234e49696d8f75
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.769.0 (2023-05-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.768.0 (2023-05-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.768.0
1
+ 1.769.0
data/partitions.json CHANGED
@@ -3272,6 +3272,13 @@
3272
3272
  "deprecated" : true,
3273
3273
  "hostname" : "cognito-identity-fips.us-east-2.amazonaws.com"
3274
3274
  },
3275
+ "fips-us-west-1" : {
3276
+ "credentialScope" : {
3277
+ "region" : "us-west-1"
3278
+ },
3279
+ "deprecated" : true,
3280
+ "hostname" : "cognito-identity-fips.us-west-1.amazonaws.com"
3281
+ },
3275
3282
  "fips-us-west-2" : {
3276
3283
  "credentialScope" : {
3277
3284
  "region" : "us-west-2"
@@ -3293,7 +3300,12 @@
3293
3300
  "tags" : [ "fips" ]
3294
3301
  } ]
3295
3302
  },
3296
- "us-west-1" : { },
3303
+ "us-west-1" : {
3304
+ "variants" : [ {
3305
+ "hostname" : "cognito-identity-fips.us-west-1.amazonaws.com",
3306
+ "tags" : [ "fips" ]
3307
+ } ]
3308
+ },
3297
3309
  "us-west-2" : {
3298
3310
  "variants" : [ {
3299
3311
  "hostname" : "cognito-identity-fips.us-west-2.amazonaws.com",
@@ -16057,8 +16069,11 @@
16057
16069
  },
16058
16070
  "transcribestreaming" : {
16059
16071
  "endpoints" : {
16072
+ "af-south-1" : { },
16060
16073
  "ap-northeast-1" : { },
16061
16074
  "ap-northeast-2" : { },
16075
+ "ap-south-1" : { },
16076
+ "ap-southeast-1" : { },
16062
16077
  "ap-southeast-2" : { },
16063
16078
  "ca-central-1" : { },
16064
16079
  "eu-central-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.768.0
4
+ version: 1.769.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-05-23 00:00:00.000000000 Z
11
+ date: 2023-05-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: