aws-partitions 1.41.0 → 1.42.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/lib/aws-partitions.rb +8 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 253efc4e1bc91450c9447241069b2396032b7fa6
|
4
|
+
data.tar.gz: 929e2bcee57b0f19748d7192f47473890cb26ec1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef7dab5497216197c8dff2643ea5327f37f32c73aa858f32996d02a8387b94817f93aecb25e1b85c516507efc04e7145150434e8fd5450797aa7723826b3204e
|
7
|
+
data.tar.gz: ea2b6aebf57b23d0bd14f0d5cae3a060dd158156b684a733028ce189ee452aa58ae4cbbd26e34d84b4e2944d72c204cf2f3a93394ea58f817c7ee48f470c8c7d
|
data/lib/aws-partitions.rb
CHANGED
@@ -249,6 +249,7 @@ module Aws
|
|
249
249
|
'CognitoIdentity' => 'cognito-identity',
|
250
250
|
'CognitoIdentityProvider' => 'cognito-idp',
|
251
251
|
'CognitoSync' => 'cognito-sync',
|
252
|
+
'Comprehend' => 'comprehend',
|
252
253
|
'ConfigService' => 'config',
|
253
254
|
'CostExplorer' => 'ce',
|
254
255
|
'CostandUsageReportService' => 'cur',
|
@@ -282,9 +283,13 @@ module Aws
|
|
282
283
|
'ImportExport' => 'importexport',
|
283
284
|
'Inspector' => 'inspector',
|
284
285
|
'IoT' => 'iot',
|
286
|
+
'IoTJobsDataPlane' => 'data.jobs.iot',
|
285
287
|
'KMS' => 'kms',
|
286
288
|
'Kinesis' => 'kinesis',
|
287
289
|
'KinesisAnalytics' => 'kinesisanalytics',
|
290
|
+
'KinesisVideo' => 'kinesisvideo',
|
291
|
+
'KinesisVideoArchivedMedia' => 'kinesisvideo',
|
292
|
+
'KinesisVideoMedia' => 'kinesisvideo',
|
288
293
|
'Lambda' => 'lambda',
|
289
294
|
'LambdaPreview' => 'lambda',
|
290
295
|
'Lex' => 'runtime.lex',
|
@@ -323,6 +328,8 @@ module Aws
|
|
323
328
|
'SSM' => 'ssm',
|
324
329
|
'STS' => 'sts',
|
325
330
|
'SWF' => 'swf',
|
331
|
+
'SageMaker' => 'sagemaker',
|
332
|
+
'SageMakerRuntime' => 'runtime.sagemaker',
|
326
333
|
'ServiceCatalog' => 'servicecatalog',
|
327
334
|
'Shield' => 'shield',
|
328
335
|
'SimpleDB' => 'sdb',
|
@@ -330,6 +337,7 @@ module Aws
|
|
330
337
|
'States' => 'states',
|
331
338
|
'StorageGateway' => 'storagegateway',
|
332
339
|
'Support' => 'support',
|
340
|
+
'Translate' => 'translate',
|
333
341
|
'WAF' => 'waf',
|
334
342
|
'WAFRegional' => 'waf-regional',
|
335
343
|
'WorkDocs' => 'workdocs',
|