aws-partitions 1.963.0 → 1.976.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +65 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -3
- data/partitions-metadata.json +4 -1
- data/partitions.json +761 -121
- 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: 8935a9f8fe1258812bf37abe70bd8198ccceaad3d5331fe14cc4116303c10e82
|
4
|
+
data.tar.gz: 8fb94f4b98ca0e77954912a92177ad517731bcd5326ae3fde74220e3d2cf30d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f36903f7f23596e08910a61d03afdbad4f50cadf1c5fb950442559c5b172fa7fb03e7d053099abca1742d959137707ab4b64be898dc50b09303f45f422da39c9
|
7
|
+
data.tar.gz: 419ae84916124c8a499ef28362b87068cd1317cdb6086fc19d1654d1809cff07a3faa5cc6c103c7bb3599cb7c65b63f21c663092c9121be636ebe30979dd2115
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,71 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.976.0 (2024-09-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.975.0 (2024-09-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.974.0 (2024-09-11)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.973.0 (2024-09-10)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.972.0 (2024-09-09)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.971.0 (2024-09-04)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.970.0 (2024-08-30)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.969.0 (2024-08-28)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Added support for enumerating regions for `Aws::PCS`.
|
43
|
+
|
44
|
+
1.968.0 (2024-08-22)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
48
|
+
|
49
|
+
1.967.0 (2024-08-21)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
54
|
+
1.966.0 (2024-08-19)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
58
|
+
|
59
|
+
1.965.0 (2024-08-16)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
63
|
+
|
64
|
+
1.964.0 (2024-08-15)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
68
|
+
|
4
69
|
1.963.0 (2024-08-09)
|
5
70
|
------------------
|
6
71
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.976.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -324,7 +324,6 @@ module Aws
|
|
324
324
|
'CodeGuruReviewer' => 'codeguru-reviewer',
|
325
325
|
'CodeGuruSecurity' => 'codeguru-security',
|
326
326
|
'CodePipeline' => 'codepipeline',
|
327
|
-
'CodeStar' => 'codestar',
|
328
327
|
'CodeStarNotifications' => 'codestar-notifications',
|
329
328
|
'CodeStarconnections' => 'codestar-connections',
|
330
329
|
'CognitoIdentity' => 'cognito-identity',
|
@@ -448,7 +447,6 @@ module Aws
|
|
448
447
|
'KinesisVideoWebRTCStorage' => 'kinesisvideo',
|
449
448
|
'LakeFormation' => 'lakeformation',
|
450
449
|
'Lambda' => 'lambda',
|
451
|
-
'LambdaPreview' => 'lambda',
|
452
450
|
'LaunchWizard' => 'launchwizard',
|
453
451
|
'Lex' => 'runtime.lex',
|
454
452
|
'LexModelBuildingService' => 'models.lex',
|
@@ -511,6 +509,7 @@ module Aws
|
|
511
509
|
'OpsWorksCM' => 'opsworks-cm',
|
512
510
|
'Organizations' => 'organizations',
|
513
511
|
'Outposts' => 'outposts',
|
512
|
+
'PCS' => 'pcs',
|
514
513
|
'PI' => 'pi',
|
515
514
|
'Panorama' => 'panorama',
|
516
515
|
'PaymentCryptography' => 'controlplane.payment-cryptography',
|
@@ -623,7 +622,6 @@ module Aws
|
|
623
622
|
'WAFV2' => 'wafv2',
|
624
623
|
'WellArchitected' => 'wellarchitected',
|
625
624
|
'WorkDocs' => 'workdocs',
|
626
|
-
'WorkLink' => 'worklink',
|
627
625
|
'WorkMail' => 'workmail',
|
628
626
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
629
627
|
'WorkSpaces' => 'workspaces',
|
data/partitions-metadata.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"supportsDualStack" : true,
|
10
10
|
"supportsFIPS" : true
|
11
11
|
},
|
12
|
-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
|
12
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
13
13
|
"regions" : {
|
14
14
|
"af-south-1" : {
|
15
15
|
"description" : "Africa (Cape Town)"
|
@@ -44,6 +44,9 @@
|
|
44
44
|
"ap-southeast-4" : {
|
45
45
|
"description" : "Asia Pacific (Melbourne)"
|
46
46
|
},
|
47
|
+
"ap-southeast-5" : {
|
48
|
+
"description" : "Asia Pacific (Malaysia)"
|
49
|
+
},
|
47
50
|
"aws-global" : {
|
48
51
|
"description" : "AWS Standard global region"
|
49
52
|
},
|