aws-partitions 1.757.0 → 1.758.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +102 -7
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 937247f7d6f4f9f408a81b87382eb969569781b940c9814aff9402e69cdc235b
4
- data.tar.gz: 4a80ca9f23c34c93a2f16abeda13ecd1ec91fcb839c82c87fff5b8a1437b3332
3
+ metadata.gz: 325f8eab7743a42746fee2aa07ae3fa8ec7add533f7c25cac39e536f9b7be78a
4
+ data.tar.gz: 8e603c13327ec093b507b4362f7d033156c653a2370ffc85e4ffd80a219a74af
5
5
  SHA512:
6
- metadata.gz: 03556f7297bd7c7f6f75c38989729ce066815d9420807fead6fe3997e948c99f64fa1e5fe73d0de992c757b936d0161943db452c1eb3ad31ad58b220c3f3a036
7
- data.tar.gz: de960a53f17f6ecbc6f8647bb3f1a2ca854f46dfd8785fa1ffddb4c6b3d87b51c42d4c13a2190fcc709bf23f6d084ea292e1237cc1d8373df051ad7bb0c3616d
6
+ metadata.gz: d025293a04fb82fbbded2fa915e7251e1ed64dbd83008b8a1bc82a3027164fc0f151402680c40c7192e67348152249fc9970466426d13096043b2755d080e6b8
7
+ data.tar.gz: 325e6a56ff7e981fb4a95844fde9c9b71d7f9b5b24d079d139f34152eadc63063d029f83e22d9928f15569d5d4725b9a29cbaf6e3cad3870c79179bcec6608bb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.758.0 (2023-05-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.757.0 (2023-04-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.757.0
1
+ 1.758.0
data/partitions.json CHANGED
@@ -6139,6 +6139,7 @@
6139
6139
  },
6140
6140
  "emr-serverless" : {
6141
6141
  "endpoints" : {
6142
+ "ap-east-1" : { },
6142
6143
  "ap-northeast-1" : { },
6143
6144
  "ap-northeast-2" : { },
6144
6145
  "ap-south-1" : { },
@@ -6190,6 +6191,7 @@
6190
6191
  "deprecated" : true,
6191
6192
  "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
6192
6193
  },
6194
+ "me-south-1" : { },
6193
6195
  "sa-east-1" : { },
6194
6196
  "us-east-1" : {
6195
6197
  "variants" : [ {
@@ -8508,7 +8510,12 @@
8508
8510
  "ap-southeast-1" : { },
8509
8511
  "ap-southeast-2" : { },
8510
8512
  "ap-southeast-3" : { },
8511
- "ca-central-1" : { },
8513
+ "ca-central-1" : {
8514
+ "variants" : [ {
8515
+ "hostname" : "kafka-fips.ca-central-1.amazonaws.com",
8516
+ "tags" : [ "fips" ]
8517
+ } ]
8518
+ },
8512
8519
  "eu-central-1" : { },
8513
8520
  "eu-central-2" : { },
8514
8521
  "eu-north-1" : { },
@@ -8517,13 +8524,68 @@
8517
8524
  "eu-west-1" : { },
8518
8525
  "eu-west-2" : { },
8519
8526
  "eu-west-3" : { },
8527
+ "fips-ca-central-1" : {
8528
+ "credentialScope" : {
8529
+ "region" : "ca-central-1"
8530
+ },
8531
+ "deprecated" : true,
8532
+ "hostname" : "kafka-fips.ca-central-1.amazonaws.com"
8533
+ },
8534
+ "fips-us-east-1" : {
8535
+ "credentialScope" : {
8536
+ "region" : "us-east-1"
8537
+ },
8538
+ "deprecated" : true,
8539
+ "hostname" : "kafka-fips.us-east-1.amazonaws.com"
8540
+ },
8541
+ "fips-us-east-2" : {
8542
+ "credentialScope" : {
8543
+ "region" : "us-east-2"
8544
+ },
8545
+ "deprecated" : true,
8546
+ "hostname" : "kafka-fips.us-east-2.amazonaws.com"
8547
+ },
8548
+ "fips-us-west-1" : {
8549
+ "credentialScope" : {
8550
+ "region" : "us-west-1"
8551
+ },
8552
+ "deprecated" : true,
8553
+ "hostname" : "kafka-fips.us-west-1.amazonaws.com"
8554
+ },
8555
+ "fips-us-west-2" : {
8556
+ "credentialScope" : {
8557
+ "region" : "us-west-2"
8558
+ },
8559
+ "deprecated" : true,
8560
+ "hostname" : "kafka-fips.us-west-2.amazonaws.com"
8561
+ },
8520
8562
  "me-central-1" : { },
8521
8563
  "me-south-1" : { },
8522
8564
  "sa-east-1" : { },
8523
- "us-east-1" : { },
8524
- "us-east-2" : { },
8525
- "us-west-1" : { },
8526
- "us-west-2" : { }
8565
+ "us-east-1" : {
8566
+ "variants" : [ {
8567
+ "hostname" : "kafka-fips.us-east-1.amazonaws.com",
8568
+ "tags" : [ "fips" ]
8569
+ } ]
8570
+ },
8571
+ "us-east-2" : {
8572
+ "variants" : [ {
8573
+ "hostname" : "kafka-fips.us-east-2.amazonaws.com",
8574
+ "tags" : [ "fips" ]
8575
+ } ]
8576
+ },
8577
+ "us-west-1" : {
8578
+ "variants" : [ {
8579
+ "hostname" : "kafka-fips.us-west-1.amazonaws.com",
8580
+ "tags" : [ "fips" ]
8581
+ } ]
8582
+ },
8583
+ "us-west-2" : {
8584
+ "variants" : [ {
8585
+ "hostname" : "kafka-fips.us-west-2.amazonaws.com",
8586
+ "tags" : [ "fips" ]
8587
+ } ]
8588
+ }
8527
8589
  }
8528
8590
  },
8529
8591
  "kafkaconnect" : {
@@ -12807,6 +12869,7 @@
12807
12869
  "ap-southeast-1" : { },
12808
12870
  "ap-southeast-2" : { },
12809
12871
  "ap-southeast-3" : { },
12872
+ "ap-southeast-4" : { },
12810
12873
  "ca-central-1" : { },
12811
12874
  "eu-central-1" : { },
12812
12875
  "eu-central-2" : { },
@@ -20951,8 +21014,40 @@
20951
21014
  },
20952
21015
  "kafka" : {
20953
21016
  "endpoints" : {
20954
- "us-gov-east-1" : { },
20955
- "us-gov-west-1" : { }
21017
+ "us-gov-east-1" : {
21018
+ "credentialScope" : {
21019
+ "region" : "us-gov-east-1"
21020
+ },
21021
+ "hostname" : "kafka.us-gov-east-1.amazonaws.com",
21022
+ "variants" : [ {
21023
+ "hostname" : "kafka.us-gov-east-1.amazonaws.com",
21024
+ "tags" : [ "fips" ]
21025
+ } ]
21026
+ },
21027
+ "us-gov-east-1-fips" : {
21028
+ "credentialScope" : {
21029
+ "region" : "us-gov-east-1"
21030
+ },
21031
+ "deprecated" : true,
21032
+ "hostname" : "kafka.us-gov-east-1.amazonaws.com"
21033
+ },
21034
+ "us-gov-west-1" : {
21035
+ "credentialScope" : {
21036
+ "region" : "us-gov-west-1"
21037
+ },
21038
+ "hostname" : "kafka.us-gov-west-1.amazonaws.com",
21039
+ "variants" : [ {
21040
+ "hostname" : "kafka.us-gov-west-1.amazonaws.com",
21041
+ "tags" : [ "fips" ]
21042
+ } ]
21043
+ },
21044
+ "us-gov-west-1-fips" : {
21045
+ "credentialScope" : {
21046
+ "region" : "us-gov-west-1"
21047
+ },
21048
+ "deprecated" : true,
21049
+ "hostname" : "kafka.us-gov-west-1.amazonaws.com"
21050
+ }
20956
21051
  }
20957
21052
  },
20958
21053
  "kendra" : {
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.757.0
4
+ version: 1.758.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-04-28 00:00:00.000000000 Z
11
+ date: 2023-05-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: