aws-partitions 1.889.0 → 1.933.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +220 -0
  3. data/VERSION +1 -1
  4. data/lib/aws-partitions.rb +8 -3
  5. data/partitions.json +1504 -239
  6. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e76821372e4aa12e062057be5857eded5f6e6cc1c539619f89b6a04e06408df8
4
- data.tar.gz: 878e91292c1c8fc9e52923a64d105d75e7eb05bd0a0b6ef89ef7c9881abe862a
3
+ metadata.gz: 9e577acf6df57d1d0991f6271502902081f38cc04a6d474b6ab028b7ef21a2ca
4
+ data.tar.gz: 68832a4cc7f7246c356b4d121fa3a9c5e888bd38dd96c665e809c8f6af0d3a24
5
5
  SHA512:
6
- metadata.gz: a78d2a6e2a8848df8ef007ba2ccf38291beb299f016820d097a93ebe225af38364f29128f473b06817fbd37e81dcb8c1f65853c4e7b10ec5299537071da9e371
7
- data.tar.gz: 88c70f1bbb70ac16703f2fc7000f7ecd0e8b3b07cd15e971843870e37cbeec7cabde941b1069d5560a1d457f4bbbab8fc3829ae2be73ad0d9803789f0995f202
6
+ metadata.gz: 970744186d1dddca61bb97476141c50e6b1edcae6534c2b73f967ada3f27b8ed84fa1782213f7fe15477b1c4f0f34b21337107f2f4324b21715a7aa922995804
7
+ data.tar.gz: c5bff44ad5c831aefff398711da59edc75f9c471aae6d6a67f4b9ee32783fae5e23337f8c15a93bb810069241c7b1d10b8c1a1cd9545192238b3834b8bceba1d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,226 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.933.0 (2024-05-22)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.932.0 (2024-05-21)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::MailManager`.
13
+
14
+ 1.931.0 (2024-05-17)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.930.0 (2024-05-16)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.929.0 (2024-05-14)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.928.0 (2024-05-13)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.927.0 (2024-05-10)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.926.0 (2024-05-09)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.925.0 (2024-05-06)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
49
+ 1.924.0 (2024-05-03)
50
+ ------------------
51
+
52
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
53
+
54
+ 1.923.0 (2024-05-01)
55
+ ------------------
56
+
57
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
58
+
59
+ 1.922.0 (2024-04-29)
60
+ ------------------
61
+
62
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
63
+
64
+ 1.921.0 (2024-04-26)
65
+ ------------------
66
+
67
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
68
+
69
+ 1.920.0 (2024-04-25)
70
+ ------------------
71
+
72
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
73
+
74
+ 1.919.0 (2024-04-24)
75
+ ------------------
76
+
77
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
78
+
79
+ 1.918.0 (2024-04-23)
80
+ ------------------
81
+
82
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
83
+
84
+ 1.917.0 (2024-04-22)
85
+ ------------------
86
+
87
+ * Feature - Added support for enumerating regions for `Aws::Route53Profiles`.
88
+
89
+ 1.916.0 (2024-04-18)
90
+ ------------------
91
+
92
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
93
+
94
+ 1.915.0 (2024-04-17)
95
+ ------------------
96
+
97
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
98
+
99
+ 1.914.0 (2024-04-16)
100
+ ------------------
101
+
102
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
103
+
104
+ 1.913.0 (2024-04-11)
105
+ ------------------
106
+
107
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
108
+
109
+ 1.912.0 (2024-04-10)
110
+ ------------------
111
+
112
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
113
+
114
+ 1.911.0 (2024-04-09)
115
+ ------------------
116
+
117
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
118
+
119
+ 1.910.0 (2024-04-08)
120
+ ------------------
121
+
122
+ * Feature - Added support for enumerating regions for `Aws::ControlCatalog`.
123
+
124
+ 1.909.0 (2024-04-05)
125
+ ------------------
126
+
127
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
128
+
129
+ 1.908.0 (2024-04-04)
130
+ ------------------
131
+
132
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
133
+
134
+ 1.907.0 (2024-04-03)
135
+ ------------------
136
+
137
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
138
+
139
+ 1.906.0 (2024-04-02)
140
+ ------------------
141
+
142
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
143
+
144
+ 1.905.0 (2024-04-01)
145
+ ------------------
146
+
147
+ * Feature - Added support for enumerating regions for `Aws::Deadline`.
148
+
149
+ 1.904.0 (2024-03-29)
150
+ ------------------
151
+
152
+ * Feature - Added support for enumerating regions for `Aws::CodeConnections`.
153
+
154
+ 1.903.0 (2024-03-28)
155
+ ------------------
156
+
157
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
158
+
159
+ 1.902.0 (2024-03-27)
160
+ ------------------
161
+
162
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
163
+
164
+ 1.901.0 (2024-03-26)
165
+ ------------------
166
+
167
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
168
+
169
+ 1.900.0 (2024-03-25)
170
+ ------------------
171
+
172
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
173
+
174
+ 1.899.0 (2024-03-18)
175
+ ------------------
176
+
177
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
178
+
179
+ 1.898.0 (2024-03-15)
180
+ ------------------
181
+
182
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
183
+
184
+ 1.897.0 (2024-03-14)
185
+ ------------------
186
+
187
+ * Feature - Added support for enumerating regions for `Aws::TimestreamInfluxDB`.
188
+
189
+ 1.896.0 (2024-03-08)
190
+ ------------------
191
+
192
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
193
+
194
+ 1.895.0 (2024-02-29)
195
+ ------------------
196
+
197
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
198
+
199
+ 1.894.0 (2024-02-19)
200
+ ------------------
201
+
202
+ * Feature - Added support for enumerating regions for `Aws::Chatbot`.
203
+
204
+ 1.893.0 (2024-02-16)
205
+ ------------------
206
+
207
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
208
+
209
+ 1.892.0 (2024-02-15)
210
+ ------------------
211
+
212
+ * Feature - Added support for enumerating regions for `Aws::Artifact`.
213
+
214
+ 1.891.0 (2024-02-14)
215
+ ------------------
216
+
217
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
218
+
219
+ 1.890.0 (2024-02-13)
220
+ ------------------
221
+
222
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
223
+
4
224
  1.889.0 (2024-02-09)
5
225
  ------------------
6
226
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.889.0
1
+ 1.933.0
@@ -250,7 +250,6 @@ module Aws
250
250
  'ARCZonalShift' => 'arc-zonal-shift',
251
251
  'AccessAnalyzer' => 'access-analyzer',
252
252
  'Account' => 'account',
253
- 'AlexaForBusiness' => 'a4b',
254
253
  'Amplify' => 'amplify',
255
254
  'AmplifyBackend' => 'amplifybackend',
256
255
  'AmplifyUIBuilder' => 'amplifyuibuilder',
@@ -270,6 +269,7 @@ module Aws
270
269
  'ApplicationCostProfiler' => 'application-cost-profiler',
271
270
  'ApplicationDiscoveryService' => 'discovery',
272
271
  'ApplicationInsights' => 'applicationinsights',
272
+ 'Artifact' => 'artifact',
273
273
  'Athena' => 'athena',
274
274
  'AuditManager' => 'auditmanager',
275
275
  'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
@@ -288,6 +288,7 @@ module Aws
288
288
  'BillingConductor' => 'billingconductor',
289
289
  'Braket' => 'braket',
290
290
  'Budgets' => 'budgets',
291
+ 'Chatbot' => 'chatbot',
291
292
  'Chime' => 'chime',
292
293
  'ChimeSDKIdentity' => 'identity-chime',
293
294
  'ChimeSDKMediaPipelines' => 'media-pipelines-chime',
@@ -316,6 +317,7 @@ module Aws
316
317
  'CodeBuild' => 'codebuild',
317
318
  'CodeCatalyst' => 'codecatalyst',
318
319
  'CodeCommit' => 'codecommit',
320
+ 'CodeConnections' => 'codeconnections',
319
321
  'CodeDeploy' => 'codedeploy',
320
322
  'CodeGuruProfiler' => 'codeguru-profiler',
321
323
  'CodeGuruReviewer' => 'codeguru-reviewer',
@@ -337,6 +339,7 @@ module Aws
337
339
  'ConnectContactLens' => 'contact-lens',
338
340
  'ConnectParticipant' => 'participant.connect',
339
341
  'ConnectWisdomService' => 'wisdom',
342
+ 'ControlCatalog' => 'controlcatalog',
340
343
  'ControlTower' => 'controltower',
341
344
  'CostExplorer' => 'ce',
342
345
  'CostOptimizationHub' => 'cost-optimization-hub',
@@ -349,6 +352,7 @@ module Aws
349
352
  'DataSync' => 'datasync',
350
353
  'DataZone' => 'datazone',
351
354
  'DatabaseMigrationService' => 'dms',
355
+ 'Deadline' => 'deadline',
352
356
  'Detective' => 'api.detective',
353
357
  'DevOpsGuru' => 'devops-guru',
354
358
  'DeviceFarm' => 'devicefarm',
@@ -401,7 +405,6 @@ module Aws
401
405
  'GuardDuty' => 'guardduty',
402
406
  'Health' => 'health',
403
407
  'HealthLake' => 'healthlake',
404
- 'Honeycode' => 'honeycode',
405
408
  'IAM' => 'iam',
406
409
  'IVS' => 'ivs',
407
410
  'IVSRealTime' => 'ivsrealtime',
@@ -422,7 +425,6 @@ module Aws
422
425
  'IoTFleetHub' => 'api.fleethub.iot',
423
426
  'IoTFleetWise' => 'iotfleetwise',
424
427
  'IoTJobsDataPlane' => 'data.jobs.iot',
425
- 'IoTRoboRunner' => 'iotroborunner',
426
428
  'IoTSecureTunneling' => 'api.tunneling.iot',
427
429
  'IoTSiteWise' => 'iotsitewise',
428
430
  'IoTThingsGraph' => 'iotthingsgraph',
@@ -464,6 +466,7 @@ module Aws
464
466
  'MWAA' => 'airflow',
465
467
  'MachineLearning' => 'machinelearning',
466
468
  'Macie2' => 'macie2',
469
+ 'MailManager' => 'mail-manager',
467
470
  'MainframeModernization' => 'm2',
468
471
  'ManagedBlockchain' => 'managedblockchain',
469
472
  'ManagedBlockchainQuery' => 'managedblockchain-query',
@@ -548,6 +551,7 @@ module Aws
548
551
  'RolesAnywhere' => 'rolesanywhere',
549
552
  'Route53' => 'route53',
550
553
  'Route53Domains' => 'route53domains',
554
+ 'Route53Profiles' => 'route53profiles',
551
555
  'Route53RecoveryCluster' => 'route53-recovery-cluster',
552
556
  'Route53RecoveryControlConfig' => 'route53-recovery-control-config',
553
557
  'Route53RecoveryReadiness' => 'route53-recovery-readiness',
@@ -598,6 +602,7 @@ module Aws
598
602
  'SupportApp' => 'supportapp',
599
603
  'Synthetics' => 'synthetics',
600
604
  'Textract' => 'textract',
605
+ 'TimestreamInfluxDB' => 'timestream-influxdb',
601
606
  'TimestreamQuery' => 'query.timestream',
602
607
  'TimestreamWrite' => 'ingest.timestream',
603
608
  'Tnb' => 'tnb',