aws-partitions 1.733.0 → 1.735.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f942de8cabcbbb4421b21ae749c419e81aba4701b3e2fbd99ed56a22ec49b4f
4
- data.tar.gz: 7348ab14793664e65593877dba9d8e19a77ed91446a6b37ff10edb011b6a1cf5
3
+ metadata.gz: 4517f5bd9e44a62185172197d09c864b0c08d07d57f704563803aff573418f4d
4
+ data.tar.gz: 66f92ffccbe3169151379d6f0f5aabca416782eb93ad1453cc8995a6a8300a26
5
5
  SHA512:
6
- metadata.gz: d66a827fd53fc856bfb30a7da19dba0d142e735b18d2bb81f71a029807de7e3767c185c3cd4585466e784f93be5646de548344f5dacaec386832f7779f2486e0
7
- data.tar.gz: 2b46a2af35e3e0e6ea58f4bc6ed2f087ea6b1c6115d9a74b8dec4ccd928a03f6aeb3b4868d1c5241abf4fd0ac6b96bbd67287db71de8d81113832f03f1dc187a
6
+ metadata.gz: aba5a487f379177635d1a32639cf5d7ae62255828f7ed52d76601b89f706857c1f51ff291d6fcb61b65ed67f797e0fc66da8843f55d5f2caeca907ec530352e3
7
+ data.tar.gz: e9dcd93005085235689d0da5bc161b57cb71255dbd251a5759d38055712aab7010ecb3eaa746e487671ee8b7beeb05feb16fc01506c84bf7b6740c44f90d141d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.735.0 (2023-03-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.734.0 (2023-03-23)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::IVSRealTime`.
13
+
4
14
  1.733.0 (2023-03-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.733.0
1
+ 1.735.0
@@ -390,6 +390,7 @@ module Aws
390
390
  'Honeycode' => 'honeycode',
391
391
  'IAM' => 'iam',
392
392
  'IVS' => 'ivs',
393
+ 'IVSRealTime' => 'ivsrealtime',
393
394
  'IdentityStore' => 'identitystore',
394
395
  'Imagebuilder' => 'imagebuilder',
395
396
  'ImportExport' => 'importexport',
data/partitions.json CHANGED
@@ -1071,6 +1071,7 @@
1071
1071
  "ap-southeast-3" : { },
1072
1072
  "ca-central-1" : { },
1073
1073
  "eu-central-1" : { },
1074
+ "eu-central-2" : { },
1074
1075
  "eu-north-1" : { },
1075
1076
  "eu-south-1" : { },
1076
1077
  "eu-west-1" : { },
@@ -8300,6 +8301,17 @@
8300
8301
  "us-west-2" : { }
8301
8302
  }
8302
8303
  },
8304
+ "ivsrealtime" : {
8305
+ "endpoints" : {
8306
+ "ap-northeast-1" : { },
8307
+ "ap-northeast-2" : { },
8308
+ "ap-south-1" : { },
8309
+ "eu-central-1" : { },
8310
+ "eu-west-1" : { },
8311
+ "us-east-1" : { },
8312
+ "us-west-2" : { }
8313
+ }
8314
+ },
8303
8315
  "kafka" : {
8304
8316
  "endpoints" : {
8305
8317
  "af-south-1" : { },
@@ -10138,6 +10150,7 @@
10138
10150
  "ap-southeast-3" : { },
10139
10151
  "ca-central-1" : { },
10140
10152
  "eu-central-1" : { },
10153
+ "eu-central-2" : { },
10141
10154
  "eu-north-1" : { },
10142
10155
  "eu-south-1" : { },
10143
10156
  "eu-west-1" : { },
@@ -12620,6 +12633,7 @@
12620
12633
  "ap-southeast-3" : { },
12621
12634
  "ca-central-1" : { },
12622
12635
  "eu-central-1" : { },
12636
+ "eu-central-2" : { },
12623
12637
  "eu-north-1" : { },
12624
12638
  "eu-south-1" : { },
12625
12639
  "eu-west-1" : { },
@@ -13624,6 +13638,7 @@
13624
13638
  "eu-west-1" : { },
13625
13639
  "eu-west-2" : { },
13626
13640
  "eu-west-3" : { },
13641
+ "me-central-1" : { },
13627
13642
  "me-south-1" : { },
13628
13643
  "sa-east-1" : { },
13629
13644
  "us-east-1" : {
@@ -20390,6 +20405,11 @@
20390
20405
  }
20391
20406
  }
20392
20407
  },
20408
+ "iottwinmaker" : {
20409
+ "endpoints" : {
20410
+ "us-gov-west-1" : { }
20411
+ }
20412
+ },
20393
20413
  "kafka" : {
20394
20414
  "endpoints" : {
20395
20415
  "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.733.0
4
+ version: 1.735.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-03-22 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: