aws-partitions 1.400.0 → 1.401.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
- data/partitions.json +19 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0b04d0dd35f84c8b4e366e35ec7aa3e965e62a102f903f53b97844c36061baa
|
|
4
|
+
data.tar.gz: b2b689f8211698f1cae8496269dab77063ad12a48b5a0b3008dfab50118ecccd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 463b25cf370e62fa2427cd8338e504e5cab7f27017fea9e04581d3af55cca9da3e03141e2a69110bc24e89cf913b88c7be0fbc7fd0afe4328ac45e94479eab0b
|
|
7
|
+
data.tar.gz: 782b79e8fc4c7d3fc780fed6e428e6a89d24b9ace69d2f16baa8abff4f14715fa68413ec12acc96ea7dbfdc48198c16c4d0012ec59df4ea59090f3d781e57abf
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -229,9 +229,11 @@ module Aws
|
|
|
229
229
|
'AccessAnalyzer' => 'access-analyzer',
|
|
230
230
|
'AlexaForBusiness' => 'a4b',
|
|
231
231
|
'Amplify' => 'amplify',
|
|
232
|
+
'AmplifyBackend' => 'amplifybackend',
|
|
232
233
|
'ApiGatewayManagementApi' => 'execute-api',
|
|
233
234
|
'ApiGatewayV2' => 'apigateway',
|
|
234
235
|
'AppConfig' => 'appconfig',
|
|
236
|
+
'AppIntegrationsService' => 'app-integrations',
|
|
235
237
|
'AppMesh' => 'appmesh',
|
|
236
238
|
'AppRegistry' => 'servicecatalog-appregistry',
|
|
237
239
|
'AppStream' => 'appstream2',
|
|
@@ -278,6 +280,7 @@ module Aws
|
|
|
278
280
|
'ComputeOptimizer' => 'compute-optimizer',
|
|
279
281
|
'ConfigService' => 'config',
|
|
280
282
|
'Connect' => 'connect',
|
|
283
|
+
'ConnectContactLens' => 'contact-lens',
|
|
281
284
|
'ConnectParticipant' => 'participant.connect',
|
|
282
285
|
'CostExplorer' => 'ce',
|
|
283
286
|
'CostandUsageReportService' => 'cur',
|
|
@@ -288,6 +291,7 @@ module Aws
|
|
|
288
291
|
'DataSync' => 'datasync',
|
|
289
292
|
'DatabaseMigrationService' => 'dms',
|
|
290
293
|
'Detective' => 'api.detective',
|
|
294
|
+
'DevOpsGuru' => 'devops-guru',
|
|
291
295
|
'DeviceFarm' => 'devicefarm',
|
|
292
296
|
'DirectConnect' => 'directconnect',
|
|
293
297
|
'DirectoryService' => 'ds',
|
|
@@ -298,6 +302,7 @@ module Aws
|
|
|
298
302
|
'EC2' => 'ec2',
|
|
299
303
|
'EC2InstanceConnect' => 'ec2-instance-connect',
|
|
300
304
|
'ECR' => 'api.ecr',
|
|
305
|
+
'ECRPublic' => 'api.ecr-public',
|
|
301
306
|
'ECS' => 'ecs',
|
|
302
307
|
'EFS' => 'elasticfilesystem',
|
|
303
308
|
'EKS' => 'eks',
|
|
@@ -359,6 +364,7 @@ module Aws
|
|
|
359
364
|
'LexModelBuildingService' => 'models.lex',
|
|
360
365
|
'LicenseManager' => 'license-manager',
|
|
361
366
|
'Lightsail' => 'lightsail',
|
|
367
|
+
'LookoutforVision' => 'lookoutvision',
|
|
362
368
|
'MQ' => 'mq',
|
|
363
369
|
'MTurk' => 'mturk-requester',
|
|
364
370
|
'MWAA' => 'airflow',
|
|
@@ -397,6 +403,7 @@ module Aws
|
|
|
397
403
|
'PinpointSMSVoice' => 'sms-voice.pinpoint',
|
|
398
404
|
'Polly' => 'polly',
|
|
399
405
|
'Pricing' => 'api.pricing',
|
|
406
|
+
'Profile' => 'profile',
|
|
400
407
|
'QLDB' => 'qldb',
|
|
401
408
|
'QLDBSession' => 'session.qldb',
|
|
402
409
|
'QuickSight' => 'quicksight',
|
|
@@ -427,6 +434,7 @@ module Aws
|
|
|
427
434
|
'STS' => 'sts',
|
|
428
435
|
'SWF' => 'swf',
|
|
429
436
|
'SageMaker' => 'api.sagemaker',
|
|
437
|
+
'SageMakerFeatureStoreRuntime' => 'featurestore-runtime.sagemaker',
|
|
430
438
|
'SageMakerRuntime' => 'runtime.sagemaker',
|
|
431
439
|
'SavingsPlans' => 'savingsplans',
|
|
432
440
|
'Schemas' => 'schemas',
|
data/partitions.json
CHANGED
|
@@ -1375,6 +1375,7 @@
|
|
|
1375
1375
|
"sa-east-1" : { },
|
|
1376
1376
|
"us-east-1" : { },
|
|
1377
1377
|
"us-east-2" : { },
|
|
1378
|
+
"us-west-1" : { },
|
|
1378
1379
|
"us-west-2" : { }
|
|
1379
1380
|
}
|
|
1380
1381
|
},
|
|
@@ -1518,6 +1519,13 @@
|
|
|
1518
1519
|
"us-west-2" : { }
|
|
1519
1520
|
}
|
|
1520
1521
|
},
|
|
1522
|
+
"contact-lens" : {
|
|
1523
|
+
"endpoints" : {
|
|
1524
|
+
"ap-southeast-2" : { },
|
|
1525
|
+
"us-east-1" : { },
|
|
1526
|
+
"us-west-2" : { }
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1521
1529
|
"cur" : {
|
|
1522
1530
|
"endpoints" : {
|
|
1523
1531
|
"us-east-1" : { }
|
|
@@ -3645,6 +3653,17 @@
|
|
|
3645
3653
|
"us-west-2" : { }
|
|
3646
3654
|
}
|
|
3647
3655
|
},
|
|
3656
|
+
"lookoutvision" : {
|
|
3657
|
+
"endpoints" : {
|
|
3658
|
+
"ap-northeast-1" : { },
|
|
3659
|
+
"ap-northeast-2" : { },
|
|
3660
|
+
"eu-central-1" : { },
|
|
3661
|
+
"eu-west-1" : { },
|
|
3662
|
+
"us-east-1" : { },
|
|
3663
|
+
"us-east-2" : { },
|
|
3664
|
+
"us-west-2" : { }
|
|
3665
|
+
}
|
|
3666
|
+
},
|
|
3648
3667
|
"machinelearning" : {
|
|
3649
3668
|
"endpoints" : {
|
|
3650
3669
|
"eu-west-1" : { },
|