aws-sdk-core 2.11.456 → 2.11.457

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 100fb5da394cb705034f7cf06a385027d6fda60b
4
- data.tar.gz: a43d28a5856ae3bfcc524c84b7a4491adca3cab2
3
+ metadata.gz: 497837848278470d08cfe6469edcbcf16d190a99
4
+ data.tar.gz: 54533993c8858b7281117f248e26475e28dbc7fc
5
5
  SHA512:
6
- metadata.gz: 891916699753d6f0acfc16c3da9ea968a55f40d6f4071436217ee0483ee9e615d0da77c1dfadccfe60b22b0696ddbc41dc7f5a9108c6036b2a59ac305131dd32
7
- data.tar.gz: 31ff3fc091a68ecdfb3ab90cdb9c8e518b6dc227f034963709061b041e7a649d2ff0581e5847e10ca638d9f19461a7308594d81180fe9e1b5e52a47c25979751
6
+ metadata.gz: 809541361541fe7b277fdad1b04c1e9797338c5c31277386c62b9237e011c1b3cc35ef560804c5f794c68d32864a088b3e540ee72d4ec11e7c122313c92ef29c
7
+ data.tar.gz: 63d84bdb8fef92236fb9886c69faf4f92e73596d8d745c5e26e4f93232c6ee676ac33e213bfdd46990932099b94dcb34d0539ed08e6e2dbebd73e6dc9295411d
@@ -228,10 +228,12 @@
228
228
  "Type":{"shape":"EntitySubType"},
229
229
  "Score":{"shape":"Float"},
230
230
  "RelationshipScore":{"shape":"Float"},
231
+ "RelationshipType":{"shape":"RelationshipType"},
231
232
  "Id":{"shape":"Integer"},
232
233
  "BeginOffset":{"shape":"Integer"},
233
234
  "EndOffset":{"shape":"Integer"},
234
235
  "Text":{"shape":"String"},
236
+ "Category":{"shape":"EntityType"},
235
237
  "Traits":{"shape":"TraitList"}
236
238
  }
237
239
  },
@@ -424,7 +426,13 @@
424
426
  "SYSTEM_ORGAN_SITE",
425
427
  "DIRECTION",
426
428
  "QUALITY",
427
- "QUANTITY"
429
+ "QUANTITY",
430
+ "TIME_EXPRESSION",
431
+ "TIME_TO_MEDICATION_NAME",
432
+ "TIME_TO_DX_NAME",
433
+ "TIME_TO_TEST_NAME",
434
+ "TIME_TO_PROCEDURE_NAME",
435
+ "TIME_TO_TREATMENT_NAME"
428
436
  ]
429
437
  },
430
438
  "EntityType":{
@@ -434,7 +442,8 @@
434
442
  "MEDICAL_CONDITION",
435
443
  "PROTECTED_HEALTH_INFORMATION",
436
444
  "TEST_TREATMENT_PROCEDURE",
437
- "ANATOMY"
445
+ "ANATOMY",
446
+ "TIME_EXPRESSION"
438
447
  ]
439
448
  },
440
449
  "Float":{"type":"float"},
@@ -681,6 +690,28 @@
681
690
  "S3Key":{"shape":"S3Key"}
682
691
  }
683
692
  },
693
+ "RelationshipType":{
694
+ "type":"string",
695
+ "enum":[
696
+ "EVERY",
697
+ "WITH_DOSAGE",
698
+ "ADMINISTERED_VIA",
699
+ "FOR",
700
+ "NEGATIVE",
701
+ "OVERLAP",
702
+ "DOSAGE",
703
+ "ROUTE_OR_MODE",
704
+ "FORM",
705
+ "FREQUENCY",
706
+ "DURATION",
707
+ "STRENGTH",
708
+ "RATE",
709
+ "ACUITY",
710
+ "TEST_VALUE",
711
+ "TEST_UNITS",
712
+ "DIRECTION"
713
+ ]
714
+ },
684
715
  "ResourceNotFoundException":{
685
716
  "type":"structure",
686
717
  "members":{
@@ -343,6 +343,17 @@
343
343
  {"shape":"MissingRequiredParameterException"}
344
344
  ]
345
345
  },
346
+ "PutCompositeAlarm":{
347
+ "name":"PutCompositeAlarm",
348
+ "http":{
349
+ "method":"POST",
350
+ "requestUri":"/"
351
+ },
352
+ "input":{"shape":"PutCompositeAlarmInput"},
353
+ "errors":[
354
+ {"shape":"LimitExceededFault"}
355
+ ]
356
+ },
346
357
  "PutDashboard":{
347
358
  "name":"PutDashboard",
348
359
  "http":{
@@ -471,6 +482,7 @@
471
482
  "type":"structure",
472
483
  "members":{
473
484
  "AlarmName":{"shape":"AlarmName"},
485
+ "AlarmType":{"shape":"AlarmType"},
474
486
  "Timestamp":{"shape":"Timestamp"},
475
487
  "HistoryItemType":{"shape":"HistoryItemType"},
476
488
  "HistorySummary":{"shape":"HistorySummary"},
@@ -496,6 +508,22 @@
496
508
  "member":{"shape":"AlarmName"},
497
509
  "max":100
498
510
  },
511
+ "AlarmRule":{
512
+ "type":"string",
513
+ "max":10240,
514
+ "min":1
515
+ },
516
+ "AlarmType":{
517
+ "type":"string",
518
+ "enum":[
519
+ "CompositeAlarm",
520
+ "MetricAlarm"
521
+ ]
522
+ },
523
+ "AlarmTypes":{
524
+ "type":"list",
525
+ "member":{"shape":"AlarmType"}
526
+ },
499
527
  "AmazonResourceName":{
500
528
  "type":"string",
501
529
  "max":1024,
@@ -553,6 +581,43 @@
553
581
  "GreaterThanUpperThreshold"
554
582
  ]
555
583
  },
584
+ "CompositeAlarm":{
585
+ "type":"structure",
586
+ "members":{
587
+ "ActionsEnabled":{"shape":"ActionsEnabled"},
588
+ "AlarmActions":{"shape":"ResourceList"},
589
+ "AlarmArn":{"shape":"AlarmArn"},
590
+ "AlarmConfigurationUpdatedTimestamp":{"shape":"Timestamp"},
591
+ "AlarmDescription":{"shape":"AlarmDescription"},
592
+ "AlarmName":{"shape":"AlarmName"},
593
+ "AlarmRule":{"shape":"AlarmRule"},
594
+ "InsufficientDataActions":{"shape":"ResourceList"},
595
+ "OKActions":{"shape":"ResourceList"},
596
+ "StateReason":{"shape":"StateReason"},
597
+ "StateReasonData":{"shape":"StateReasonData"},
598
+ "StateUpdatedTimestamp":{"shape":"Timestamp"},
599
+ "StateValue":{"shape":"StateValue"}
600
+ },
601
+ "xmlOrder":[
602
+ "ActionsEnabled",
603
+ "AlarmActions",
604
+ "AlarmArn",
605
+ "AlarmConfigurationUpdatedTimestamp",
606
+ "AlarmDescription",
607
+ "AlarmName",
608
+ "AlarmRule",
609
+ "InsufficientDataActions",
610
+ "OKActions",
611
+ "StateReason",
612
+ "StateReasonData",
613
+ "StateUpdatedTimestamp",
614
+ "StateValue"
615
+ ]
616
+ },
617
+ "CompositeAlarms":{
618
+ "type":"list",
619
+ "member":{"shape":"CompositeAlarm"}
620
+ },
556
621
  "ConcurrentModificationException":{
557
622
  "type":"structure",
558
623
  "members":{
@@ -723,11 +788,13 @@
723
788
  "type":"structure",
724
789
  "members":{
725
790
  "AlarmName":{"shape":"AlarmName"},
791
+ "AlarmTypes":{"shape":"AlarmTypes"},
726
792
  "HistoryItemType":{"shape":"HistoryItemType"},
727
793
  "StartDate":{"shape":"Timestamp"},
728
794
  "EndDate":{"shape":"Timestamp"},
729
795
  "MaxRecords":{"shape":"MaxRecords"},
730
- "NextToken":{"shape":"NextToken"}
796
+ "NextToken":{"shape":"NextToken"},
797
+ "ScanBy":{"shape":"ScanBy"}
731
798
  }
732
799
  },
733
800
  "DescribeAlarmHistoryOutput":{
@@ -764,6 +831,9 @@
764
831
  "members":{
765
832
  "AlarmNames":{"shape":"AlarmNames"},
766
833
  "AlarmNamePrefix":{"shape":"AlarmNamePrefix"},
834
+ "AlarmTypes":{"shape":"AlarmTypes"},
835
+ "ChildrenOfAlarmName":{"shape":"AlarmName"},
836
+ "ParentsOfAlarmName":{"shape":"AlarmName"},
767
837
  "StateValue":{"shape":"StateValue"},
768
838
  "ActionPrefix":{"shape":"ActionPrefix"},
769
839
  "MaxRecords":{"shape":"MaxRecords"},
@@ -773,6 +843,7 @@
773
843
  "DescribeAlarmsOutput":{
774
844
  "type":"structure",
775
845
  "members":{
846
+ "CompositeAlarms":{"shape":"CompositeAlarms"},
776
847
  "MetricAlarms":{"shape":"MetricAlarms"},
777
848
  "NextToken":{"shape":"NextToken"}
778
849
  }
@@ -1550,6 +1621,23 @@
1550
1621
  "members":{
1551
1622
  }
1552
1623
  },
1624
+ "PutCompositeAlarmInput":{
1625
+ "type":"structure",
1626
+ "required":[
1627
+ "AlarmName",
1628
+ "AlarmRule"
1629
+ ],
1630
+ "members":{
1631
+ "ActionsEnabled":{"shape":"ActionsEnabled"},
1632
+ "AlarmActions":{"shape":"ResourceList"},
1633
+ "AlarmDescription":{"shape":"AlarmDescription"},
1634
+ "AlarmName":{"shape":"AlarmName"},
1635
+ "AlarmRule":{"shape":"AlarmRule"},
1636
+ "InsufficientDataActions":{"shape":"ResourceList"},
1637
+ "OKActions":{"shape":"ResourceList"},
1638
+ "Tags":{"shape":"TagList"}
1639
+ }
1640
+ },
1553
1641
  "PutDashboardInput":{
1554
1642
  "type":"structure",
1555
1643
  "required":[
@@ -10,7 +10,10 @@
10
10
  "input_token": "NextToken",
11
11
  "limit_key": "MaxRecords",
12
12
  "output_token": "NextToken",
13
- "result_key": "MetricAlarms"
13
+ "result_key": [
14
+ "MetricAlarms",
15
+ "CompositeAlarms"
16
+ ]
14
17
  },
15
18
  "DescribeAlarmsForMetric": {
16
19
  "result_key": "MetricAlarms"
@@ -12,6 +12,17 @@
12
12
  ]
13
13
  }
14
14
  },
15
+ "CompositeAlarm": {
16
+ "resource": {
17
+ "type": "CompositeAlarm",
18
+ "identifiers": [
19
+ {
20
+ "target": "Name",
21
+ "source": "input"
22
+ }
23
+ ]
24
+ }
25
+ },
15
26
  "Metric": {
16
27
  "resource": {
17
28
  "type": "Metric",
@@ -43,6 +54,20 @@
43
54
  "path": "MetricAlarms[]"
44
55
  }
45
56
  },
57
+ "CompositeAlarms": {
58
+ "request": { "operation": "DescribeAlarms" },
59
+ "resource": {
60
+ "type": "CompositeAlarm",
61
+ "identifiers": [
62
+ {
63
+ "target": "Name",
64
+ "source": "response",
65
+ "path": "CompositeAlarms[].AlarmName"
66
+ }
67
+ ],
68
+ "path": "CompositeAlarms[]"
69
+ }
70
+ },
46
71
  "Metrics": {
47
72
  "request": { "operation": "ListMetrics" },
48
73
  "resource": {
@@ -218,6 +243,140 @@
218
243
  }
219
244
  }
220
245
  },
246
+ "CompositeAlarm": {
247
+ "identifiers": [
248
+ {
249
+ "name": "Name",
250
+ "memberName": "AlarmName"
251
+ }
252
+ ],
253
+ "shape": "CompositeAlarm",
254
+ "load": {
255
+ "request": {
256
+ "operation": "DescribeAlarms",
257
+ "params": [
258
+ {
259
+ "target": "AlarmNames[0]",
260
+ "source": "identifier",
261
+ "name": "Name"
262
+ }
263
+ ]
264
+ },
265
+ "path": "CompositeAlarms[0]"
266
+ },
267
+ "actions": {
268
+ "Delete": {
269
+ "request": {
270
+ "operation": "DeleteAlarms",
271
+ "params": [
272
+ {
273
+ "target": "AlarmNames[0]",
274
+ "source": "identifier",
275
+ "name": "Name"
276
+ }
277
+ ]
278
+ }
279
+ },
280
+ "DescribeHistory": {
281
+ "request": {
282
+ "operation": "DescribeAlarmHistory",
283
+ "params": [
284
+ {
285
+ "target": "AlarmName",
286
+ "source": "identifier",
287
+ "name": "Name"
288
+ }
289
+ ]
290
+ }
291
+ },
292
+ "DisableActions": {
293
+ "request": {
294
+ "operation": "DisableAlarmActions",
295
+ "params": [
296
+ {
297
+ "target": "AlarmNames[0]",
298
+ "source": "identifier",
299
+ "name": "Name"
300
+ }
301
+ ]
302
+ }
303
+ },
304
+ "EnableActions": {
305
+ "request": {
306
+ "operation": "EnableAlarmActions",
307
+ "params": [
308
+ {
309
+ "target": "AlarmNames[0]",
310
+ "source": "identifier",
311
+ "name": "Name"
312
+ }
313
+ ]
314
+ }
315
+ },
316
+ "SetState": {
317
+ "request": {
318
+ "operation": "SetAlarmState",
319
+ "params": [
320
+ {
321
+ "target": "AlarmName",
322
+ "source": "identifier",
323
+ "name": "Name"
324
+ }
325
+ ]
326
+ }
327
+ }
328
+ },
329
+ "batchActions": {
330
+ "Delete": {
331
+ "request": {
332
+ "operation": "DeleteAlarms",
333
+ "params": [
334
+ {
335
+ "target": "AlarmNames[]",
336
+ "source": "identifier",
337
+ "name": "Name"
338
+ }
339
+ ]
340
+ }
341
+ },
342
+ "DisableActions": {
343
+ "request": {
344
+ "operation": "DisableAlarmActions",
345
+ "params": [
346
+ {
347
+ "target": "AlarmNames[]",
348
+ "source": "identifier",
349
+ "name": "Name"
350
+ }
351
+ ]
352
+ }
353
+ },
354
+ "EnableActions": {
355
+ "request": {
356
+ "operation": "EnableAlarmActions",
357
+ "params": [
358
+ {
359
+ "target": "AlarmNames[]",
360
+ "source": "identifier",
361
+ "name": "Name"
362
+ }
363
+ ]
364
+ }
365
+ }
366
+ },
367
+ "waiters": {
368
+ "Exists": {
369
+ "waiterName": "CompositeAlarmExists",
370
+ "params": [
371
+ {
372
+ "target": "AlarmNames[]",
373
+ "source": "identifier",
374
+ "name": "Name"
375
+ }
376
+ ]
377
+ }
378
+ }
379
+ },
221
380
  "Metric": {
222
381
  "identifiers": [
223
382
  {
@@ -13,6 +13,19 @@
13
13
  "state": "success"
14
14
  }
15
15
  ]
16
+ },
17
+ "CompositeAlarmExists": {
18
+ "delay": 5,
19
+ "maxAttempts": 40,
20
+ "operation": "DescribeAlarms",
21
+ "acceptors": [
22
+ {
23
+ "matcher": "path",
24
+ "expected": true,
25
+ "argument": "length(CompositeAlarms[]) > `0`",
26
+ "state": "success"
27
+ }
28
+ ]
16
29
  }
17
30
  }
18
31
  }
@@ -5455,6 +5455,12 @@
5455
5455
  "endpoints" : {
5456
5456
  "us-gov-west-1" : { }
5457
5457
  }
5458
+ },
5459
+ "xray" : {
5460
+ "endpoints" : {
5461
+ "us-gov-east-1" : { },
5462
+ "us-gov-west-1" : { }
5463
+ }
5458
5464
  }
5459
5465
  }
5460
5466
  }, {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.456'
2
+ VERSION = '2.11.457'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.456
4
+ version: 2.11.457
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-02-29 00:00:00.000000000 Z
11
+ date: 2020-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath