aws-partitions 1.958.0 → 1.975.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 +85 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -3
- data/partitions-metadata.json +4 -1
- data/partitions.json +738 -86
- 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: 80b6747529fe33cd7b7675c636f7afd978293f3fe729cf5d77f9033248f5098f
|
4
|
+
data.tar.gz: 983db73eb2a87e78c75370d98274a80f97a952722eb08c76d42128fb2b5cb9b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c849fd37947dfc5a3cfc4ff8f62278a8119ba219164ae777d138d8ec76f310bc33897b55dd72277d60d9f4b2e3854cbe34e1bf806bf326a0f7a9cb99f6eb4e9
|
7
|
+
data.tar.gz: 791f1dd40075c257ff4f7d448b53b09b37323f23fe8814c592129caf606578adba5a61be59960b52ba8123c0bfa90d1b549b3fc6690aaaa71a49461871793526
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,91 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.975.0 (2024-09-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.974.0 (2024-09-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.973.0 (2024-09-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.972.0 (2024-09-09)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.971.0 (2024-09-04)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.970.0 (2024-08-30)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.969.0 (2024-08-28)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Added support for enumerating regions for `Aws::PCS`.
|
38
|
+
|
39
|
+
1.968.0 (2024-08-22)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
44
|
+
1.967.0 (2024-08-21)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
48
|
+
|
49
|
+
1.966.0 (2024-08-19)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
54
|
+
1.965.0 (2024-08-16)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
58
|
+
|
59
|
+
1.964.0 (2024-08-15)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
63
|
+
|
64
|
+
1.963.0 (2024-08-09)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
68
|
+
|
69
|
+
1.962.0 (2024-08-05)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
73
|
+
|
74
|
+
1.961.0 (2024-08-01)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Added support for enumerating regions for `Aws::SSMQuickSetup`.
|
78
|
+
|
79
|
+
1.960.0 (2024-07-30)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
83
|
+
|
84
|
+
1.959.0 (2024-07-29)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
88
|
+
|
4
89
|
1.958.0 (2024-07-24)
|
5
90
|
------------------
|
6
91
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.975.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',
|
@@ -569,6 +568,7 @@ module Aws
|
|
569
568
|
'SSM' => 'ssm',
|
570
569
|
'SSMContacts' => 'ssm-contacts',
|
571
570
|
'SSMIncidents' => 'ssm-incidents',
|
571
|
+
'SSMQuickSetup' => 'ssm-quicksetup',
|
572
572
|
'SSO' => 'portal.sso',
|
573
573
|
'SSOAdmin' => 'sso',
|
574
574
|
'SSOOIDC' => 'oidc',
|
@@ -622,7 +622,6 @@ module Aws
|
|
622
622
|
'WAFV2' => 'wafv2',
|
623
623
|
'WellArchitected' => 'wellarchitected',
|
624
624
|
'WorkDocs' => 'workdocs',
|
625
|
-
'WorkLink' => 'worklink',
|
626
625
|
'WorkMail' => 'workmail',
|
627
626
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
628
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
|
},
|