aws-partitions 1.776.0 → 1.778.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 +4 -4
- data/CHANGELOG.md +12 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +17 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 710a1524ac02058b91b7f69ec1ad244f3d97eeb677a6dc66f5a869529b85cabf
|
4
|
+
data.tar.gz: cb17caded73e78dcff5fcb86d3a0274cc5928fb53752d09f787d61b02e795637
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e559d72e47969be9f4c8da635218b2615dcb014196d9cde3f8a3d42b90e330ed7bc33f81ea58513ce43d7017b5f890627e94c883a7384530fcb77651ca4177ee
|
7
|
+
data.tar.gz: 82b39facd07cc67c4bc757f7c8fa2953bc77270ecc274d998a9a24b1fad1161ac52619338e0ef8857025576f266978db6cbadc7e54d3ef377286036d90f971a8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.778.0 (2023-06-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.777.0 (2023-06-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::PaymentCryptographyData`.
|
13
|
+
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::PaymentCryptography`.
|
15
|
+
|
4
16
|
1.776.0 (2023-06-06)
|
5
17
|
------------------
|
6
18
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.778.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -488,6 +488,8 @@ module Aws
|
|
488
488
|
'Outposts' => 'outposts',
|
489
489
|
'PI' => 'pi',
|
490
490
|
'Panorama' => 'panorama',
|
491
|
+
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
492
|
+
'PaymentCryptographyData' => 'dataplane.payment-cryptography',
|
491
493
|
'Personalize' => 'personalize',
|
492
494
|
'PersonalizeEvents' => 'personalize-events',
|
493
495
|
'PersonalizeRuntime' => 'personalize-runtime',
|
data/partitions.json
CHANGED
@@ -10485,6 +10485,7 @@
|
|
10485
10485
|
"eu-south-2" : { },
|
10486
10486
|
"eu-west-1" : { },
|
10487
10487
|
"eu-west-2" : { },
|
10488
|
+
"eu-west-3" : { },
|
10488
10489
|
"me-central-1" : { },
|
10489
10490
|
"me-south-1" : { },
|
10490
10491
|
"sa-east-1" : { },
|
@@ -10513,13 +10514,17 @@
|
|
10513
10514
|
"ap-northeast-2" : { },
|
10514
10515
|
"ap-northeast-3" : { },
|
10515
10516
|
"ap-south-1" : { },
|
10517
|
+
"ap-south-2" : { },
|
10516
10518
|
"ap-southeast-1" : { },
|
10517
10519
|
"ap-southeast-2" : { },
|
10518
10520
|
"ap-southeast-3" : { },
|
10521
|
+
"ap-southeast-4" : { },
|
10519
10522
|
"ca-central-1" : { },
|
10520
10523
|
"eu-central-1" : { },
|
10524
|
+
"eu-central-2" : { },
|
10521
10525
|
"eu-north-1" : { },
|
10522
10526
|
"eu-south-1" : { },
|
10527
|
+
"eu-south-2" : { },
|
10523
10528
|
"eu-west-1" : { },
|
10524
10529
|
"eu-west-2" : { },
|
10525
10530
|
"eu-west-3" : { },
|
@@ -22577,6 +22582,12 @@
|
|
22577
22582
|
}
|
22578
22583
|
}
|
22579
22584
|
},
|
22585
|
+
"simspaceweaver" : {
|
22586
|
+
"endpoints" : {
|
22587
|
+
"us-gov-east-1" : { },
|
22588
|
+
"us-gov-west-1" : { }
|
22589
|
+
}
|
22590
|
+
},
|
22580
22591
|
"sms" : {
|
22581
22592
|
"endpoints" : {
|
22582
22593
|
"fips-us-gov-east-1" : {
|
@@ -23404,6 +23415,12 @@
|
|
23404
23415
|
"us-iso-west-1" : { }
|
23405
23416
|
}
|
23406
23417
|
},
|
23418
|
+
"dlm" : {
|
23419
|
+
"endpoints" : {
|
23420
|
+
"us-iso-east-1" : { },
|
23421
|
+
"us-iso-west-1" : { }
|
23422
|
+
}
|
23423
|
+
},
|
23407
23424
|
"dms" : {
|
23408
23425
|
"defaults" : {
|
23409
23426
|
"variants" : [ {
|
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.
|
4
|
+
version: 1.778.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-06-
|
11
|
+
date: 2023-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|