aws-partitions 1.777.0 → 1.779.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: cac5e0f69104381c5749ad01595943e6186765f421e42ef3b1363294462af0db
4
- data.tar.gz: 621df7d9e30aa9bda3b3582886e2f4c17e9f9a6550d140a41f9d9cd2f7bc43eb
3
+ metadata.gz: c51fde6363bd8aa53304273937a405b101c1aabf7036011016c342159fae788d
4
+ data.tar.gz: e75d9aba3529cfff65c5331386d701909efc4bd945942dd911a5be0c4104e37e
5
5
  SHA512:
6
- metadata.gz: 7526df3b9717d80b4e22d6fe0536a232fd053842f1840941ab40b393167f806b88fd0ea631b0e2ae17801eca51225d2f59a7970f58fdb06bd3a1e42c55280137
7
- data.tar.gz: a1ba82a1c1e5653f4e66f35c031ad70743c16df77cabaabb3425c2ee7bca0c7046fd2817ffa0ce961527d7de08b8a6599a2973d694127c14713c5b2917becdfc
6
+ metadata.gz: 01e21f688d9d52767d883f1323fc13db3aa727ce7c819c6d49eb21e8729e5db4158e12b85a1ce609327c87a256012101487344d91284e58cd2e44acefa53e8f0
7
+ data.tar.gz: 05721a43e365c04087d8e8199f0aba57f78fb1b7ac62b0f846c3096b3729914a9d8d66cb41f4439615fa5787f7f9b3256fe664c7392c7e66739d1fc407c28690
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.779.0 (2023-06-13)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::VerifiedPermissions`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::CodeGuruSecurity`.
10
+
11
+ 1.778.0 (2023-06-12)
12
+ ------------------
13
+
14
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
15
+
4
16
  1.777.0 (2023-06-08)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.777.0
1
+ 1.779.0
@@ -310,6 +310,7 @@ module Aws
310
310
  'CodeDeploy' => 'codedeploy',
311
311
  'CodeGuruProfiler' => 'codeguru-profiler',
312
312
  'CodeGuruReviewer' => 'codeguru-reviewer',
313
+ 'CodeGuruSecurity' => 'codeguru-security',
313
314
  'CodePipeline' => 'codepipeline',
314
315
  'CodeStar' => 'codestar',
315
316
  'CodeStarNotifications' => 'codestar-notifications',
@@ -579,6 +580,7 @@ module Aws
579
580
  'Transfer' => 'transfer',
580
581
  'Translate' => 'translate',
581
582
  'VPCLattice' => 'vpc-lattice',
583
+ 'VerifiedPermissions' => 'verifiedpermissions',
582
584
  'VoiceID' => 'voiceid',
583
585
  'WAF' => 'waf',
584
586
  'WAFRegional' => 'waf-regional',
@@ -187,6 +187,17 @@
187
187
  },
188
188
  "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
189
189
  "regions" : { }
190
+ }, {
191
+ "id" : "aws-iso-f",
192
+ "outputs" : {
193
+ "dnsSuffix" : "csp.hci.ic.gov",
194
+ "dualStackDnsSuffix" : "csp.hci.ic.gov",
195
+ "name" : "aws-iso-f",
196
+ "supportsDualStack" : false,
197
+ "supportsFIPS" : true
198
+ },
199
+ "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
200
+ "regions" : { }
190
201
  } ],
191
202
  "version" : "1.1"
192
203
  }
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" : { },
@@ -23414,6 +23415,12 @@
23414
23415
  "us-iso-west-1" : { }
23415
23416
  }
23416
23417
  },
23418
+ "dlm" : {
23419
+ "endpoints" : {
23420
+ "us-iso-east-1" : { },
23421
+ "us-iso-west-1" : { }
23422
+ }
23423
+ },
23417
23424
  "dms" : {
23418
23425
  "defaults" : {
23419
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.777.0
4
+ version: 1.779.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-08 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: