aws-partitions 1.403.0 → 1.408.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-partitions.rb +11 -0
  3. data/partitions.json +33 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6df3f4eeccc20d589249efae13eba9475d04dfc55b670e7b6a94d24f1d338f3a
4
- data.tar.gz: 14ec2afb1ef0d20bc8c8203e8bee16dd111396030e74fffa51c59955f8607312
3
+ metadata.gz: e53b4aacbd89a767ccab6f700d1d97fd13769f41a12462d80a664434c829dfb3
4
+ data.tar.gz: 40b1a620922973b5eac43425f50bb7662b9d5ee8f984da11b57c225af785acda
5
5
  SHA512:
6
- metadata.gz: 17013ce8dc250a8f894799a5bdca0394804d7ee3a4cee65ecba8424c52d82ef6c7d4e70eb74e93c004987d35a7529ba5a045d53129d126b9039a11db234d1d2d
7
- data.tar.gz: 205c43f961e1ef749ed6be76a6104271296e0f42145abc41d822ccf5b404209b240f83307c06ee367091e46a3d64c7afe977aaccfe54b5cfca8a48b51e5d2274
6
+ metadata.gz: 0d5a103d25c7ef0f87d0dff72df411349208b9d8ad0b31a5e1d1f58ddca8ba89a31ebeff20018901fb8c6ee6cae0c1ea8b64d3c894f68fab4162bc52e9165509
7
+ data.tar.gz: f881df0a4408b65b4e69e44a33e11828bf6cb036b2c233ba061d10d639697c7b18bf9ca26d73ccfa040de8c9c2f2886d38a6d082d8f810b634f986cc53ffd581
@@ -243,6 +243,7 @@ module Aws
243
243
  'ApplicationDiscoveryService' => 'discovery',
244
244
  'ApplicationInsights' => 'applicationinsights',
245
245
  'Athena' => 'athena',
246
+ 'AuditManager' => 'auditmanager',
246
247
  'AugmentedAIRuntime' => 'a2i-runtime.sagemaker',
247
248
  'AutoScaling' => 'autoscaling',
248
249
  'AutoScalingPlans' => 'autoscaling-plans',
@@ -308,6 +309,7 @@ module Aws
308
309
  'EFS' => 'elasticfilesystem',
309
310
  'EKS' => 'eks',
310
311
  'EMR' => 'elasticmapreduce',
312
+ 'EMRContainers' => 'emr-containers',
311
313
  'ElastiCache' => 'elasticache',
312
314
  'ElasticBeanstalk' => 'elasticbeanstalk',
313
315
  'ElasticInference' => 'api.elastic-inference',
@@ -328,9 +330,11 @@ module Aws
328
330
  'Glue' => 'glue',
329
331
  'GlueDataBrew' => 'databrew',
330
332
  'Greengrass' => 'greengrass',
333
+ 'GreengrassV2' => 'greengrass',
331
334
  'GroundStation' => 'groundstation',
332
335
  'GuardDuty' => 'guardduty',
333
336
  'Health' => 'health',
337
+ 'HealthLake' => 'healthlake',
334
338
  'Honeycode' => 'honeycode',
335
339
  'IAM' => 'iam',
336
340
  'IVS' => 'ivs',
@@ -342,12 +346,15 @@ module Aws
342
346
  'IoT1ClickDevicesService' => 'devices.iot1click',
343
347
  'IoT1ClickProjects' => 'projects.iot1click',
344
348
  'IoTAnalytics' => 'iotanalytics',
349
+ 'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
345
350
  'IoTEvents' => 'iotevents',
346
351
  'IoTEventsData' => 'data.iotevents',
352
+ 'IoTFleetHub' => 'api.fleethub.iot',
347
353
  'IoTJobsDataPlane' => 'data.jobs.iot',
348
354
  'IoTSecureTunneling' => 'api.tunneling.iot',
349
355
  'IoTSiteWise' => 'iotsitewise',
350
356
  'IoTThingsGraph' => 'iotthingsgraph',
357
+ 'IoTWireless' => 'api.iotwireless',
351
358
  'KMS' => 'kms',
352
359
  'Kafka' => 'kafka',
353
360
  'Kendra' => 'kendra',
@@ -365,6 +372,7 @@ module Aws
365
372
  'LexModelBuildingService' => 'models.lex',
366
373
  'LicenseManager' => 'license-manager',
367
374
  'Lightsail' => 'lightsail',
375
+ 'LocationService' => 'geo',
368
376
  'LookoutforVision' => 'lookoutvision',
369
377
  'MQ' => 'mq',
370
378
  'MTurk' => 'mturk-requester',
@@ -404,6 +412,7 @@ module Aws
404
412
  'PinpointSMSVoice' => 'sms-voice.pinpoint',
405
413
  'Polly' => 'polly',
406
414
  'Pricing' => 'api.pricing',
415
+ 'PrometheusService' => 'aps',
407
416
  'QLDB' => 'qldb',
408
417
  'QLDBSession' => 'session.qldb',
409
418
  'QuickSight' => 'quicksight',
@@ -436,6 +445,7 @@ module Aws
436
445
  'SageMaker' => 'api.sagemaker',
437
446
  'SageMakerFeatureStoreRuntime' => 'featurestore-runtime.sagemaker',
438
447
  'SageMakerRuntime' => 'runtime.sagemaker',
448
+ 'SagemakerEdgeManager' => 'edge.sagemaker',
439
449
  'SavingsPlans' => 'savingsplans',
440
450
  'Schemas' => 'schemas',
441
451
  'SecretsManager' => 'secretsmanager',
@@ -462,6 +472,7 @@ module Aws
462
472
  'WAF' => 'waf',
463
473
  'WAFRegional' => 'waf-regional',
464
474
  'WAFV2' => 'wafv2',
475
+ 'WellArchitected' => 'wellarchitected',
465
476
  'WorkDocs' => 'workdocs',
466
477
  'WorkLink' => 'worklink',
467
478
  'WorkMail' => 'workmail',
@@ -2545,6 +2545,13 @@
2545
2545
  "us-west-2" : { }
2546
2546
  }
2547
2547
  },
2548
+ "emr-containers" : {
2549
+ "endpoints" : {
2550
+ "eu-west-1" : { },
2551
+ "us-east-1" : { },
2552
+ "us-west-2" : { }
2553
+ }
2554
+ },
2548
2555
  "entitlement.marketplace" : {
2549
2556
  "defaults" : {
2550
2557
  "credentialScope" : {
@@ -3098,6 +3105,14 @@
3098
3105
  }
3099
3106
  }
3100
3107
  },
3108
+ "healthlake" : {
3109
+ "defaults" : {
3110
+ "protocols" : [ "https" ]
3111
+ },
3112
+ "endpoints" : {
3113
+ "us-east-1" : { }
3114
+ }
3115
+ },
3101
3116
  "honeycode" : {
3102
3117
  "endpoints" : {
3103
3118
  "us-west-2" : { }
@@ -3345,6 +3360,22 @@
3345
3360
  "us-west-2" : { }
3346
3361
  }
3347
3362
  },
3363
+ "iotwireless" : {
3364
+ "endpoints" : {
3365
+ "eu-west-1" : {
3366
+ "credentialScope" : {
3367
+ "region" : "eu-west-1"
3368
+ },
3369
+ "hostname" : "api.iotwireless.eu-west-1.amazonaws.com"
3370
+ },
3371
+ "us-east-1" : {
3372
+ "credentialScope" : {
3373
+ "region" : "us-east-1"
3374
+ },
3375
+ "hostname" : "api.iotwireless.us-east-1.amazonaws.com"
3376
+ }
3377
+ }
3378
+ },
3348
3379
  "kafka" : {
3349
3380
  "endpoints" : {
3350
3381
  "ap-east-1" : { },
@@ -5404,6 +5435,7 @@
5404
5435
  },
5405
5436
  "servicediscovery" : {
5406
5437
  "endpoints" : {
5438
+ "af-south-1" : { },
5407
5439
  "ap-east-1" : { },
5408
5440
  "ap-northeast-1" : { },
5409
5441
  "ap-northeast-2" : { },
@@ -5413,6 +5445,7 @@
5413
5445
  "ca-central-1" : { },
5414
5446
  "eu-central-1" : { },
5415
5447
  "eu-north-1" : { },
5448
+ "eu-south-1" : { },
5416
5449
  "eu-west-1" : { },
5417
5450
  "eu-west-2" : { },
5418
5451
  "eu-west-3" : { },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.403.0
4
+ version: 1.408.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-07 00:00:00.000000000 Z
11
+ date: 2020-12-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: