aws-sdk 2.1538.0 → 2.1540.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.
@@ -899,6 +899,59 @@
899
899
  },
900
900
  "idempotent": true
901
901
  },
902
+ "ListInsightsMetricData": {
903
+ "input": {
904
+ "type": "structure",
905
+ "required": [
906
+ "EventSource",
907
+ "EventName",
908
+ "InsightType"
909
+ ],
910
+ "members": {
911
+ "EventSource": {},
912
+ "EventName": {},
913
+ "InsightType": {},
914
+ "ErrorCode": {},
915
+ "StartTime": {
916
+ "type": "timestamp"
917
+ },
918
+ "EndTime": {
919
+ "type": "timestamp"
920
+ },
921
+ "Period": {
922
+ "type": "integer"
923
+ },
924
+ "DataType": {},
925
+ "MaxResults": {
926
+ "type": "integer"
927
+ },
928
+ "NextToken": {}
929
+ }
930
+ },
931
+ "output": {
932
+ "type": "structure",
933
+ "members": {
934
+ "EventSource": {},
935
+ "EventName": {},
936
+ "InsightType": {},
937
+ "ErrorCode": {},
938
+ "Timestamps": {
939
+ "type": "list",
940
+ "member": {
941
+ "type": "timestamp"
942
+ }
943
+ },
944
+ "Values": {
945
+ "type": "list",
946
+ "member": {
947
+ "type": "double"
948
+ }
949
+ },
950
+ "NextToken": {}
951
+ }
952
+ },
953
+ "idempotent": true
954
+ },
902
955
  "ListPublicKeys": {
903
956
  "input": {
904
957
  "type": "structure",
@@ -29,6 +29,11 @@
29
29
  "output_token": "NextToken",
30
30
  "result_key": "Imports"
31
31
  },
32
+ "ListInsightsMetricData": {
33
+ "input_token": "NextToken",
34
+ "limit_key": "MaxResults",
35
+ "output_token": "NextToken"
36
+ },
32
37
  "ListPublicKeys": {
33
38
  "input_token": "NextToken",
34
39
  "output_token": "NextToken",