aws-partitions 1.700.0 → 1.736.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 +180 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +4 -0
- data/partitions.json +702 -50
- 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: 6b60b6fadb76a987d20c5c2f64d2d55c219ff1da3491f50eb84c44f8e02b8f74
|
|
4
|
+
data.tar.gz: 2c71574addc6c5709ff44bdc4030c19739fd039f75faa62159a6b66ef5f74d80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a51130c6345d071572f27f7d37cce8ac93680f36d3793b0456ed02ae1b46c8e476caa294fde27db4663ed5f7c6de21401e2df00c422c9240d598651a1afeb83f
|
|
7
|
+
data.tar.gz: '0296578e2ecd48082cb3c87c11d5fc73f5eb25bb87e92964475bad3a71708d044622beccc7e3fabd8655cd532951dfd9137018245a21ca47c2e2bd540e2c6ee4'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,186 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.736.0 (2023-03-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.735.0 (2023-03-24)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.734.0 (2023-03-23)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::IVSRealTime`.
|
|
18
|
+
|
|
19
|
+
1.733.0 (2023-03-22)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.732.0 (2023-03-21)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.731.0 (2023-03-20)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
34
|
+
1.730.0 (2023-03-17)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
38
|
+
|
|
39
|
+
1.729.0 (2023-03-16)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
43
|
+
|
|
44
|
+
1.728.0 (2023-03-15)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
48
|
+
|
|
49
|
+
1.727.0 (2023-03-14)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
53
|
+
|
|
54
|
+
1.726.0 (2023-03-13)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
58
|
+
|
|
59
|
+
1.725.0 (2023-03-10)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
63
|
+
|
|
64
|
+
1.724.0 (2023-03-09)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
68
|
+
|
|
69
|
+
1.723.0 (2023-03-08)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
73
|
+
|
|
74
|
+
1.722.0 (2023-03-07)
|
|
75
|
+
------------------
|
|
76
|
+
|
|
77
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
78
|
+
|
|
79
|
+
1.721.0 (2023-03-03)
|
|
80
|
+
------------------
|
|
81
|
+
|
|
82
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
83
|
+
|
|
84
|
+
1.720.0 (2023-03-02)
|
|
85
|
+
------------------
|
|
86
|
+
|
|
87
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
88
|
+
|
|
89
|
+
1.719.0 (2023-03-01)
|
|
90
|
+
------------------
|
|
91
|
+
|
|
92
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
93
|
+
|
|
94
|
+
1.718.0 (2023-02-28)
|
|
95
|
+
------------------
|
|
96
|
+
|
|
97
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
98
|
+
|
|
99
|
+
1.717.0 (2023-02-27)
|
|
100
|
+
------------------
|
|
101
|
+
|
|
102
|
+
* Feature - Added support for enumerating regions for `Aws::InternetMonitor`.
|
|
103
|
+
|
|
104
|
+
1.716.0 (2023-02-23)
|
|
105
|
+
------------------
|
|
106
|
+
|
|
107
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
108
|
+
|
|
109
|
+
1.715.0 (2023-02-21)
|
|
110
|
+
------------------
|
|
111
|
+
|
|
112
|
+
* Feature - Added support for enumerating regions for `Aws::Tnb`.
|
|
113
|
+
|
|
114
|
+
1.714.0 (2023-02-17)
|
|
115
|
+
------------------
|
|
116
|
+
|
|
117
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
118
|
+
|
|
119
|
+
1.713.0 (2023-02-16)
|
|
120
|
+
------------------
|
|
121
|
+
|
|
122
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
123
|
+
|
|
124
|
+
1.712.0 (2023-02-15)
|
|
125
|
+
------------------
|
|
126
|
+
|
|
127
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
128
|
+
|
|
129
|
+
1.711.0 (2023-02-13)
|
|
130
|
+
------------------
|
|
131
|
+
|
|
132
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
133
|
+
|
|
134
|
+
1.710.0 (2023-02-10)
|
|
135
|
+
------------------
|
|
136
|
+
|
|
137
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
138
|
+
|
|
139
|
+
1.709.0 (2023-02-09)
|
|
140
|
+
------------------
|
|
141
|
+
|
|
142
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
143
|
+
|
|
144
|
+
1.708.0 (2023-02-08)
|
|
145
|
+
------------------
|
|
146
|
+
|
|
147
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
148
|
+
|
|
149
|
+
1.707.0 (2023-02-07)
|
|
150
|
+
------------------
|
|
151
|
+
|
|
152
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
153
|
+
|
|
154
|
+
1.706.0 (2023-02-06)
|
|
155
|
+
------------------
|
|
156
|
+
|
|
157
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
158
|
+
|
|
159
|
+
1.705.0 (2023-02-03)
|
|
160
|
+
------------------
|
|
161
|
+
|
|
162
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
163
|
+
|
|
164
|
+
1.704.0 (2023-02-02)
|
|
165
|
+
------------------
|
|
166
|
+
|
|
167
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
168
|
+
|
|
169
|
+
1.703.0 (2023-02-01)
|
|
170
|
+
------------------
|
|
171
|
+
|
|
172
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
173
|
+
|
|
174
|
+
1.702.0 (2023-01-31)
|
|
175
|
+
------------------
|
|
176
|
+
|
|
177
|
+
* Feature - Added support for enumerating regions for `Aws::CloudTrailData`.
|
|
178
|
+
|
|
179
|
+
1.701.0 (2023-01-26)
|
|
180
|
+
------------------
|
|
181
|
+
|
|
182
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
183
|
+
|
|
4
184
|
1.700.0 (2023-01-25)
|
|
5
185
|
------------------
|
|
6
186
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.736.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -297,6 +297,7 @@ module Aws
|
|
|
297
297
|
'CloudHSMV2' => 'cloudhsmv2',
|
|
298
298
|
'CloudSearch' => 'cloudsearch',
|
|
299
299
|
'CloudTrail' => 'cloudtrail',
|
|
300
|
+
'CloudTrailData' => 'cloudtrail-data',
|
|
300
301
|
'CloudWatch' => 'monitoring',
|
|
301
302
|
'CloudWatchEvents' => 'events',
|
|
302
303
|
'CloudWatchEvidently' => 'evidently',
|
|
@@ -389,11 +390,13 @@ module Aws
|
|
|
389
390
|
'Honeycode' => 'honeycode',
|
|
390
391
|
'IAM' => 'iam',
|
|
391
392
|
'IVS' => 'ivs',
|
|
393
|
+
'IVSRealTime' => 'ivsrealtime',
|
|
392
394
|
'IdentityStore' => 'identitystore',
|
|
393
395
|
'Imagebuilder' => 'imagebuilder',
|
|
394
396
|
'ImportExport' => 'importexport',
|
|
395
397
|
'Inspector' => 'inspector',
|
|
396
398
|
'Inspector2' => 'inspector2',
|
|
399
|
+
'InternetMonitor' => 'internetmonitor',
|
|
397
400
|
'IoT' => 'iot',
|
|
398
401
|
'IoT1ClickDevicesService' => 'devices.iot1click',
|
|
399
402
|
'IoT1ClickProjects' => 'projects.iot1click',
|
|
@@ -566,6 +569,7 @@ module Aws
|
|
|
566
569
|
'Textract' => 'textract',
|
|
567
570
|
'TimestreamQuery' => 'query.timestream',
|
|
568
571
|
'TimestreamWrite' => 'ingest.timestream',
|
|
572
|
+
'Tnb' => 'tnb',
|
|
569
573
|
'TranscribeService' => 'transcribe',
|
|
570
574
|
'TranscribeStreamingService' => 'transcribestreaming',
|
|
571
575
|
'Transfer' => 'transfer',
|