aws-partitions 1.776.0 → 1.777.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5deb07ce53c8d78ec9e505d099111894235dee4d7927c321985f7802415377ec
4
- data.tar.gz: 70b2c5ec19fa73f05ce8400c502344b2599385f6c6faae56ac84400d286c3b8f
3
+ metadata.gz: cac5e0f69104381c5749ad01595943e6186765f421e42ef3b1363294462af0db
4
+ data.tar.gz: 621df7d9e30aa9bda3b3582886e2f4c17e9f9a6550d140a41f9d9cd2f7bc43eb
5
5
  SHA512:
6
- metadata.gz: 273b5b5edb60eced44b6d21f4e14a6ba7b4fb11709846a600001cef5e286605af8bebeaeac7c8cd2e1540f90d66d6a52c82c673620c13241bfb3e956397838fa
7
- data.tar.gz: 815e76c98d5c0502b93eeb67814d49d9f243054b725017e794df689b0b9f855d3aeb3e71a300ec519d0b07b316981497d9e5dabd130c776b9250a9c4f7808b50
6
+ metadata.gz: 7526df3b9717d80b4e22d6fe0536a232fd053842f1840941ab40b393167f806b88fd0ea631b0e2ae17801eca51225d2f59a7970f58fdb06bd3a1e42c55280137
7
+ data.tar.gz: a1ba82a1c1e5653f4e66f35c031ad70743c16df77cabaabb3425c2ee7bca0c7046fd2817ffa0ce961527d7de08b8a6599a2973d694127c14713c5b2917becdfc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.777.0 (2023-06-08)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::PaymentCryptographyData`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::PaymentCryptography`.
10
+
4
11
  1.776.0 (2023-06-06)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.776.0
1
+ 1.777.0
@@ -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
@@ -10513,13 +10513,17 @@
10513
10513
  "ap-northeast-2" : { },
10514
10514
  "ap-northeast-3" : { },
10515
10515
  "ap-south-1" : { },
10516
+ "ap-south-2" : { },
10516
10517
  "ap-southeast-1" : { },
10517
10518
  "ap-southeast-2" : { },
10518
10519
  "ap-southeast-3" : { },
10520
+ "ap-southeast-4" : { },
10519
10521
  "ca-central-1" : { },
10520
10522
  "eu-central-1" : { },
10523
+ "eu-central-2" : { },
10521
10524
  "eu-north-1" : { },
10522
10525
  "eu-south-1" : { },
10526
+ "eu-south-2" : { },
10523
10527
  "eu-west-1" : { },
10524
10528
  "eu-west-2" : { },
10525
10529
  "eu-west-3" : { },
@@ -22577,6 +22581,12 @@
22577
22581
  }
22578
22582
  }
22579
22583
  },
22584
+ "simspaceweaver" : {
22585
+ "endpoints" : {
22586
+ "us-gov-east-1" : { },
22587
+ "us-gov-west-1" : { }
22588
+ }
22589
+ },
22580
22590
  "sms" : {
22581
22591
  "endpoints" : {
22582
22592
  "fips-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.776.0
4
+ version: 1.777.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-06 00:00:00.000000000 Z
11
+ date: 2023-06-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: