aws-sdk-core 2.11.181 → 2.11.182
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/apis/elasticloadbalancingv2/2015-12-01/api-2.json +211 -17
- data/apis/events/2015-10-07/api-2.json +25 -4
- data/apis/kafka/2018-11-14/api-2.json +789 -0
- data/apis/kafka/2018-11-14/paginators-1.json +3 -0
- data/apis/lambda/2015-03-31/api-2.json +477 -4
- data/apis/s3/2006-03-01/api-2.json +4 -1
- data/apis/s3/2006-03-01/examples-1.json +111 -111
- data/apis/serverlessrepo/2017-09-08/api-2.json +99 -1
- data/apis/serverlessrepo/2017-09-08/paginators-1.json +5 -0
- data/apis/states/2016-11-23/api-2.json +181 -49
- data/apis/states/2016-11-23/smoke.json +11 -0
- data/apis/xray/2016-04-12/api-2.json +161 -1
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/kafka.rb +5 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +5 -1
@@ -306,6 +306,12 @@
|
|
306
306
|
"max":32,
|
307
307
|
"min":1
|
308
308
|
},
|
309
|
+
"AvailabilityZoneDetail":{
|
310
|
+
"type":"structure",
|
311
|
+
"members":{
|
312
|
+
"Name":{"shape":"String"}
|
313
|
+
}
|
314
|
+
},
|
309
315
|
"BackendConnectionErrors":{
|
310
316
|
"type":"structure",
|
311
317
|
"members":{
|
@@ -453,6 +459,43 @@
|
|
453
459
|
]
|
454
460
|
},
|
455
461
|
"ErrorMessage":{"type":"string"},
|
462
|
+
"ErrorRootCause":{
|
463
|
+
"type":"structure",
|
464
|
+
"members":{
|
465
|
+
"Services":{"shape":"ErrorRootCauseServices"}
|
466
|
+
}
|
467
|
+
},
|
468
|
+
"ErrorRootCauseEntity":{
|
469
|
+
"type":"structure",
|
470
|
+
"members":{
|
471
|
+
"Name":{"shape":"String"},
|
472
|
+
"Exceptions":{"shape":"RootCauseExceptions"},
|
473
|
+
"Remote":{"shape":"NullableBoolean"}
|
474
|
+
}
|
475
|
+
},
|
476
|
+
"ErrorRootCauseEntityPath":{
|
477
|
+
"type":"list",
|
478
|
+
"member":{"shape":"ErrorRootCauseEntity"}
|
479
|
+
},
|
480
|
+
"ErrorRootCauseService":{
|
481
|
+
"type":"structure",
|
482
|
+
"members":{
|
483
|
+
"Name":{"shape":"String"},
|
484
|
+
"Names":{"shape":"ServiceNames"},
|
485
|
+
"Type":{"shape":"String"},
|
486
|
+
"AccountId":{"shape":"String"},
|
487
|
+
"EntityPath":{"shape":"ErrorRootCauseEntityPath"},
|
488
|
+
"Inferred":{"shape":"NullableBoolean"}
|
489
|
+
}
|
490
|
+
},
|
491
|
+
"ErrorRootCauseServices":{
|
492
|
+
"type":"list",
|
493
|
+
"member":{"shape":"ErrorRootCauseService"}
|
494
|
+
},
|
495
|
+
"ErrorRootCauses":{
|
496
|
+
"type":"list",
|
497
|
+
"member":{"shape":"ErrorRootCause"}
|
498
|
+
},
|
456
499
|
"ErrorStatistics":{
|
457
500
|
"type":"structure",
|
458
501
|
"members":{
|
@@ -461,6 +504,43 @@
|
|
461
504
|
"TotalCount":{"shape":"NullableLong"}
|
462
505
|
}
|
463
506
|
},
|
507
|
+
"FaultRootCause":{
|
508
|
+
"type":"structure",
|
509
|
+
"members":{
|
510
|
+
"Services":{"shape":"FaultRootCauseServices"}
|
511
|
+
}
|
512
|
+
},
|
513
|
+
"FaultRootCauseEntity":{
|
514
|
+
"type":"structure",
|
515
|
+
"members":{
|
516
|
+
"Name":{"shape":"String"},
|
517
|
+
"Exceptions":{"shape":"RootCauseExceptions"},
|
518
|
+
"Remote":{"shape":"NullableBoolean"}
|
519
|
+
}
|
520
|
+
},
|
521
|
+
"FaultRootCauseEntityPath":{
|
522
|
+
"type":"list",
|
523
|
+
"member":{"shape":"FaultRootCauseEntity"}
|
524
|
+
},
|
525
|
+
"FaultRootCauseService":{
|
526
|
+
"type":"structure",
|
527
|
+
"members":{
|
528
|
+
"Name":{"shape":"String"},
|
529
|
+
"Names":{"shape":"ServiceNames"},
|
530
|
+
"Type":{"shape":"String"},
|
531
|
+
"AccountId":{"shape":"String"},
|
532
|
+
"EntityPath":{"shape":"FaultRootCauseEntityPath"},
|
533
|
+
"Inferred":{"shape":"NullableBoolean"}
|
534
|
+
}
|
535
|
+
},
|
536
|
+
"FaultRootCauseServices":{
|
537
|
+
"type":"list",
|
538
|
+
"member":{"shape":"FaultRootCauseService"}
|
539
|
+
},
|
540
|
+
"FaultRootCauses":{
|
541
|
+
"type":"list",
|
542
|
+
"member":{"shape":"FaultRootCause"}
|
543
|
+
},
|
464
544
|
"FaultStatistics":{
|
465
545
|
"type":"structure",
|
466
546
|
"members":{
|
@@ -686,6 +766,12 @@
|
|
686
766
|
"ClientIp":{"shape":"String"}
|
687
767
|
}
|
688
768
|
},
|
769
|
+
"InstanceIdDetail":{
|
770
|
+
"type":"structure",
|
771
|
+
"members":{
|
772
|
+
"Id":{"shape":"String"}
|
773
|
+
}
|
774
|
+
},
|
689
775
|
"Integer":{"type":"integer"},
|
690
776
|
"InvalidRequestException":{
|
691
777
|
"type":"structure",
|
@@ -757,6 +843,60 @@
|
|
757
843
|
"type":"string",
|
758
844
|
"max":500
|
759
845
|
},
|
846
|
+
"ResourceARNDetail":{
|
847
|
+
"type":"structure",
|
848
|
+
"members":{
|
849
|
+
"ARN":{"shape":"String"}
|
850
|
+
}
|
851
|
+
},
|
852
|
+
"ResponseTimeRootCause":{
|
853
|
+
"type":"structure",
|
854
|
+
"members":{
|
855
|
+
"Services":{"shape":"ResponseTimeRootCauseServices"}
|
856
|
+
}
|
857
|
+
},
|
858
|
+
"ResponseTimeRootCauseEntity":{
|
859
|
+
"type":"structure",
|
860
|
+
"members":{
|
861
|
+
"Name":{"shape":"String"},
|
862
|
+
"Coverage":{"shape":"NullableDouble"},
|
863
|
+
"Remote":{"shape":"NullableBoolean"}
|
864
|
+
}
|
865
|
+
},
|
866
|
+
"ResponseTimeRootCauseEntityPath":{
|
867
|
+
"type":"list",
|
868
|
+
"member":{"shape":"ResponseTimeRootCauseEntity"}
|
869
|
+
},
|
870
|
+
"ResponseTimeRootCauseService":{
|
871
|
+
"type":"structure",
|
872
|
+
"members":{
|
873
|
+
"Name":{"shape":"String"},
|
874
|
+
"Names":{"shape":"ServiceNames"},
|
875
|
+
"Type":{"shape":"String"},
|
876
|
+
"AccountId":{"shape":"String"},
|
877
|
+
"EntityPath":{"shape":"ResponseTimeRootCauseEntityPath"},
|
878
|
+
"Inferred":{"shape":"NullableBoolean"}
|
879
|
+
}
|
880
|
+
},
|
881
|
+
"ResponseTimeRootCauseServices":{
|
882
|
+
"type":"list",
|
883
|
+
"member":{"shape":"ResponseTimeRootCauseService"}
|
884
|
+
},
|
885
|
+
"ResponseTimeRootCauses":{
|
886
|
+
"type":"list",
|
887
|
+
"member":{"shape":"ResponseTimeRootCause"}
|
888
|
+
},
|
889
|
+
"RootCauseException":{
|
890
|
+
"type":"structure",
|
891
|
+
"members":{
|
892
|
+
"Name":{"shape":"String"},
|
893
|
+
"Message":{"shape":"String"}
|
894
|
+
}
|
895
|
+
},
|
896
|
+
"RootCauseExceptions":{
|
897
|
+
"type":"list",
|
898
|
+
"member":{"shape":"RootCauseException"}
|
899
|
+
},
|
760
900
|
"RuleLimitExceededException":{
|
761
901
|
"type":"structure",
|
762
902
|
"members":{
|
@@ -990,6 +1130,10 @@
|
|
990
1130
|
"Segments":{"shape":"SegmentList"}
|
991
1131
|
}
|
992
1132
|
},
|
1133
|
+
"TraceAvailabilityZones":{
|
1134
|
+
"type":"list",
|
1135
|
+
"member":{"shape":"AvailabilityZoneDetail"}
|
1136
|
+
},
|
993
1137
|
"TraceId":{
|
994
1138
|
"type":"string",
|
995
1139
|
"max":35,
|
@@ -999,10 +1143,18 @@
|
|
999
1143
|
"type":"list",
|
1000
1144
|
"member":{"shape":"TraceId"}
|
1001
1145
|
},
|
1146
|
+
"TraceInstanceIds":{
|
1147
|
+
"type":"list",
|
1148
|
+
"member":{"shape":"InstanceIdDetail"}
|
1149
|
+
},
|
1002
1150
|
"TraceList":{
|
1003
1151
|
"type":"list",
|
1004
1152
|
"member":{"shape":"Trace"}
|
1005
1153
|
},
|
1154
|
+
"TraceResourceARNs":{
|
1155
|
+
"type":"list",
|
1156
|
+
"member":{"shape":"ResourceARNDetail"}
|
1157
|
+
},
|
1006
1158
|
"TraceSegmentDocument":{"type":"string"},
|
1007
1159
|
"TraceSegmentDocumentList":{
|
1008
1160
|
"type":"list",
|
@@ -1021,7 +1173,15 @@
|
|
1021
1173
|
"Http":{"shape":"Http"},
|
1022
1174
|
"Annotations":{"shape":"Annotations"},
|
1023
1175
|
"Users":{"shape":"TraceUsers"},
|
1024
|
-
"ServiceIds":{"shape":"ServiceIds"}
|
1176
|
+
"ServiceIds":{"shape":"ServiceIds"},
|
1177
|
+
"ResourceARNs":{"shape":"TraceResourceARNs"},
|
1178
|
+
"InstanceIds":{"shape":"TraceInstanceIds"},
|
1179
|
+
"AvailabilityZones":{"shape":"TraceAvailabilityZones"},
|
1180
|
+
"EntryPoint":{"shape":"ServiceId"},
|
1181
|
+
"FaultRootCauses":{"shape":"FaultRootCauses"},
|
1182
|
+
"ErrorRootCauses":{"shape":"ErrorRootCauses"},
|
1183
|
+
"ResponseTimeRootCauses":{"shape":"ResponseTimeRootCauses"},
|
1184
|
+
"Revision":{"shape":"Integer"}
|
1025
1185
|
}
|
1026
1186
|
},
|
1027
1187
|
"TraceSummaryList":{
|
data/lib/aws-sdk-core.rb
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.182
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -409,6 +409,8 @@ files:
|
|
409
409
|
- apis/iotanalytics/2017-11-27/api-2.json
|
410
410
|
- apis/iotanalytics/2017-11-27/examples-1.json
|
411
411
|
- apis/iotanalytics/2017-11-27/paginators-1.json
|
412
|
+
- apis/kafka/2018-11-14/api-2.json
|
413
|
+
- apis/kafka/2018-11-14/paginators-1.json
|
412
414
|
- apis/kinesis-video-archived-media/2017-09-30/api-2.json
|
413
415
|
- apis/kinesis-video-archived-media/2017-09-30/examples-1.json
|
414
416
|
- apis/kinesis-video-archived-media/2017-09-30/paginators-1.json
|
@@ -665,6 +667,7 @@ files:
|
|
665
667
|
- apis/states/2016-11-23/api-2.json
|
666
668
|
- apis/states/2016-11-23/examples-1.json
|
667
669
|
- apis/states/2016-11-23/paginators-1.json
|
670
|
+
- apis/states/2016-11-23/smoke.json
|
668
671
|
- apis/storagegateway/2013-06-30/api-2.json
|
669
672
|
- apis/storagegateway/2013-06-30/examples-1.json
|
670
673
|
- apis/storagegateway/2013-06-30/paginators-1.json
|
@@ -838,6 +841,7 @@ files:
|
|
838
841
|
- lib/aws-sdk-core/json/json_engine.rb
|
839
842
|
- lib/aws-sdk-core/json/oj_engine.rb
|
840
843
|
- lib/aws-sdk-core/json/parser.rb
|
844
|
+
- lib/aws-sdk-core/kafka.rb
|
841
845
|
- lib/aws-sdk-core/kinesis.rb
|
842
846
|
- lib/aws-sdk-core/kinesisanalytics.rb
|
843
847
|
- lib/aws-sdk-core/kinesisanalyticsv2.rb
|