aws-partitions 1.777.0 → 1.780.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 +17 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions-metadata.json +11 -0
- data/partitions.json +55 -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: 205e6d8d98c7fbe3afc20bc164de806edcb807322326e8cb310e69311843356f
|
4
|
+
data.tar.gz: 5bf360f31cbf22d49d7768d6c9c65b60d6a33b89435f2902805eeaca9f842dee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2529792ccd799a806d28d0857443c0b3f52e43c881b59686fb028ace09b6f114a7e2145ccbfc78c3977795133e91327ac8ed253bf71d7f9ba5cf2624d24562ba
|
7
|
+
data.tar.gz: 7040b6ddb384fda1bbb8553420dbcbda521dd5ddb81a7284a174a96a89bbe88bda94d6a2fad0d08d907e24b8e0791e26eb9e5360b1066e9131be3feea7eae151
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,23 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.780.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.779.0 (2023-06-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::VerifiedPermissions`.
|
13
|
+
|
14
|
+
* Feature - Added support for enumerating regions for `Aws::CodeGuruSecurity`.
|
15
|
+
|
16
|
+
1.778.0 (2023-06-12)
|
17
|
+
------------------
|
18
|
+
|
19
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
20
|
+
|
4
21
|
1.777.0 (2023-06-08)
|
5
22
|
------------------
|
6
23
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.780.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -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',
|
data/partitions-metadata.json
CHANGED
@@ -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" : { },
|
@@ -16334,6 +16335,37 @@
|
|
16334
16335
|
}
|
16335
16336
|
}
|
16336
16337
|
},
|
16338
|
+
"verifiedpermissions" : {
|
16339
|
+
"endpoints" : {
|
16340
|
+
"af-south-1" : { },
|
16341
|
+
"ap-east-1" : { },
|
16342
|
+
"ap-northeast-1" : { },
|
16343
|
+
"ap-northeast-2" : { },
|
16344
|
+
"ap-northeast-3" : { },
|
16345
|
+
"ap-south-1" : { },
|
16346
|
+
"ap-south-2" : { },
|
16347
|
+
"ap-southeast-1" : { },
|
16348
|
+
"ap-southeast-2" : { },
|
16349
|
+
"ap-southeast-3" : { },
|
16350
|
+
"ap-southeast-4" : { },
|
16351
|
+
"ca-central-1" : { },
|
16352
|
+
"eu-central-1" : { },
|
16353
|
+
"eu-central-2" : { },
|
16354
|
+
"eu-north-1" : { },
|
16355
|
+
"eu-south-1" : { },
|
16356
|
+
"eu-south-2" : { },
|
16357
|
+
"eu-west-1" : { },
|
16358
|
+
"eu-west-2" : { },
|
16359
|
+
"eu-west-3" : { },
|
16360
|
+
"me-central-1" : { },
|
16361
|
+
"me-south-1" : { },
|
16362
|
+
"sa-east-1" : { },
|
16363
|
+
"us-east-1" : { },
|
16364
|
+
"us-east-2" : { },
|
16365
|
+
"us-west-1" : { },
|
16366
|
+
"us-west-2" : { }
|
16367
|
+
}
|
16368
|
+
},
|
16337
16369
|
"voice-chime" : {
|
16338
16370
|
"endpoints" : {
|
16339
16371
|
"ap-northeast-1" : { },
|
@@ -23414,6 +23446,12 @@
|
|
23414
23446
|
"us-iso-west-1" : { }
|
23415
23447
|
}
|
23416
23448
|
},
|
23449
|
+
"dlm" : {
|
23450
|
+
"endpoints" : {
|
23451
|
+
"us-iso-east-1" : { },
|
23452
|
+
"us-iso-west-1" : { }
|
23453
|
+
}
|
23454
|
+
},
|
23417
23455
|
"dms" : {
|
23418
23456
|
"defaults" : {
|
23419
23457
|
"variants" : [ {
|
@@ -24337,6 +24375,23 @@
|
|
24337
24375
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
24338
24376
|
"regions" : { },
|
24339
24377
|
"services" : { }
|
24378
|
+
}, {
|
24379
|
+
"defaults" : {
|
24380
|
+
"hostname" : "{service}.{region}.{dnsSuffix}",
|
24381
|
+
"protocols" : [ "https" ],
|
24382
|
+
"signatureVersions" : [ "v4" ],
|
24383
|
+
"variants" : [ {
|
24384
|
+
"dnsSuffix" : "csp.hci.ic.gov",
|
24385
|
+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
|
24386
|
+
"tags" : [ "fips" ]
|
24387
|
+
} ]
|
24388
|
+
},
|
24389
|
+
"dnsSuffix" : "csp.hci.ic.gov",
|
24390
|
+
"partition" : "aws-iso-f",
|
24391
|
+
"partitionName" : "AWS ISOF",
|
24392
|
+
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|
24393
|
+
"regions" : { },
|
24394
|
+
"services" : { }
|
24340
24395
|
} ],
|
24341
24396
|
"version" : 3
|
24342
24397
|
}
|
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.780.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-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|