aws-sdk-core 2.1.31 → 2.1.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,52 @@
1
+ {
2
+ "pagination": {
3
+ "GetApiKeys": {
4
+ "input_token": "position",
5
+ "output_token": "position",
6
+ "limit_key": "limit",
7
+ "result_key": "items"
8
+ },
9
+ "GetBasePathMappings": {
10
+ "input_token": "position",
11
+ "output_token": "position",
12
+ "limit_key": "limit",
13
+ "result_key": "items"
14
+ },
15
+ "GetClientCertificates": {
16
+ "input_token": "position",
17
+ "output_token": "position",
18
+ "limit_key": "limit",
19
+ "result_key": "items"
20
+ },
21
+ "GetDeployments": {
22
+ "input_token": "position",
23
+ "output_token": "position",
24
+ "limit_key": "limit",
25
+ "result_key": "items"
26
+ },
27
+ "GetDomainNames": {
28
+ "input_token": "position",
29
+ "output_token": "position",
30
+ "limit_key": "limit",
31
+ "result_key": "items"
32
+ },
33
+ "GetModels": {
34
+ "input_token": "position",
35
+ "output_token": "position",
36
+ "limit_key": "limit",
37
+ "result_key": "items"
38
+ },
39
+ "GetResources": {
40
+ "input_token": "position",
41
+ "output_token": "position",
42
+ "limit_key": "limit",
43
+ "result_key": "items"
44
+ },
45
+ "GetRestApis": {
46
+ "input_token": "position",
47
+ "output_token": "position",
48
+ "limit_key": "limit",
49
+ "result_key": "items"
50
+ }
51
+ }
52
+ }
@@ -83,6 +83,7 @@
83
83
  "DescribeSnapshots": {
84
84
  "input_token": "NextToken",
85
85
  "output_token": "NextToken",
86
+ "limit_key": "MaxResults",
86
87
  "result_key": "Snapshots"
87
88
  },
88
89
  "DescribeSpotInstanceRequests": {
@@ -98,6 +99,9 @@
98
99
  "result_key": "Subnets"
99
100
  },
100
101
  "DescribeTags": {
102
+ "input_token": "NextToken",
103
+ "output_token": "NextToken",
104
+ "limit_key": "MaxResults",
101
105
  "result_key": "Tags"
102
106
  },
103
107
  "DescribeVolumeStatus": {
@@ -37,7 +37,8 @@
37
37
  "type": "KeyPair",
38
38
  "identifiers": [
39
39
  { "target": "Name", "source": "response", "path": "KeyName" }
40
- ]
40
+ ],
41
+ "path": "@"
41
42
  }
42
43
  },
43
44
  "CreateNetworkAcl": {
@@ -147,7 +148,7 @@
147
148
  "ImportKeyPair": {
148
149
  "request": { "operation": "ImportKeyPair" },
149
150
  "resource": {
150
- "type": "KeyPair",
151
+ "type": "KeyPairInfo",
151
152
  "identifiers": [
152
153
  { "target": "Name", "source": "response", "path": "KeyName" }
153
154
  ]
@@ -198,7 +199,7 @@
198
199
  },
199
200
  "KeyPair": {
200
201
  "resource": {
201
- "type": "KeyPair",
202
+ "type": "KeyPairInfo",
202
203
  "identifiers": [
203
204
  { "target": "Name", "source": "input" }
204
205
  ]
@@ -353,7 +354,7 @@
353
354
  "KeyPairs": {
354
355
  "request": { "operation": "DescribeKeyPairs" },
355
356
  "resource": {
356
- "type": "KeyPair",
357
+ "type": "KeyPairInfo",
357
358
  "identifiers": [
358
359
  { "target": "Name", "source": "response", "path": "KeyPairs[].KeyName" }
359
360
  ],
@@ -490,7 +491,7 @@
490
491
  "request": {
491
492
  "operation": "DescribeAddresses",
492
493
  "params": [
493
- { "target": "PublicIp", "source": "identifier", "name": "PublicIp" }
494
+ { "target": "PublicIps[]", "source": "identifier", "name": "PublicIp" }
494
495
  ]
495
496
  },
496
497
  "path": "Addresses[0]"
@@ -953,7 +954,7 @@
953
954
  },
954
955
  "KeyPair": {
955
956
  "resource": {
956
- "type": "KeyPair",
957
+ "type": "KeyPairInfo",
957
958
  "identifiers": [
958
959
  { "target": "Name", "source": "data", "path": "KeyName" }
959
960
  ]
@@ -1089,6 +1090,25 @@
1089
1090
  }
1090
1091
  },
1091
1092
  "KeyPair": {
1093
+ "identifiers": [
1094
+ {
1095
+ "name": "Name",
1096
+ "memberName": "KeyName"
1097
+ }
1098
+ ],
1099
+ "shape": "KeyPair",
1100
+ "actions": {
1101
+ "Delete": {
1102
+ "request": {
1103
+ "operation": "DeleteKeyPair",
1104
+ "params": [
1105
+ { "target": "KeyName", "source": "identifier", "name": "Name" }
1106
+ ]
1107
+ }
1108
+ }
1109
+ }
1110
+ },
1111
+ "KeyPairInfo": {
1092
1112
  "identifiers": [
1093
1113
  {
1094
1114
  "name": "Name",
@@ -11,6 +11,44 @@
11
11
  "protocol":"json"
12
12
  },
13
13
  "operations":{
14
+ "CancelCommand":{
15
+ "name":"CancelCommand",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"CancelCommandRequest"},
21
+ "output":{"shape":"CancelCommandResult"},
22
+ "errors":[
23
+ {
24
+ "shape":"InvalidCommandId",
25
+ "error":{
26
+ "code":"InvalidCommandId",
27
+ "httpStatusCode":404,
28
+ "senderFault":true
29
+ },
30
+ "exception":true
31
+ },
32
+ {
33
+ "shape":"InvalidInstanceId",
34
+ "error":{
35
+ "code":"InvalidInstanceId",
36
+ "httpStatusCode":404,
37
+ "senderFault":true
38
+ },
39
+ "exception":true
40
+ },
41
+ {
42
+ "shape":"DuplicateInstanceId",
43
+ "error":{
44
+ "code":"DuplicateInstanceId",
45
+ "httpStatusCode":404,
46
+ "senderFault":true
47
+ },
48
+ "exception":true
49
+ }
50
+ ]
51
+ },
14
52
  "CreateAssociation":{
15
53
  "name":"CreateAssociation",
16
54
  "http":{
@@ -63,6 +101,24 @@
63
101
  "senderFault":true
64
102
  },
65
103
  "exception":true
104
+ },
105
+ {
106
+ "shape":"UnsupportedPlatformType",
107
+ "error":{
108
+ "code":"UnsupportedPlatformType",
109
+ "httpStatusCode":400,
110
+ "senderFault":true
111
+ },
112
+ "exception":true
113
+ },
114
+ {
115
+ "shape":"InvalidParameters",
116
+ "error":{
117
+ "code":"InvalidParameters",
118
+ "httpStatusCode":400,
119
+ "senderFault":true
120
+ },
121
+ "exception":true
66
122
  }
67
123
  ]
68
124
  },
@@ -101,6 +157,15 @@
101
157
  },
102
158
  "exception":true
103
159
  },
160
+ {
161
+ "shape":"InvalidParameters",
162
+ "error":{
163
+ "code":"InvalidParameters",
164
+ "httpStatusCode":400,
165
+ "senderFault":true
166
+ },
167
+ "exception":true
168
+ },
104
169
  {
105
170
  "shape":"DuplicateInstanceId",
106
171
  "error":{
@@ -118,6 +183,15 @@
118
183
  "senderFault":true
119
184
  },
120
185
  "exception":true
186
+ },
187
+ {
188
+ "shape":"UnsupportedPlatformType",
189
+ "error":{
190
+ "code":"UnsupportedPlatformType",
191
+ "httpStatusCode":400,
192
+ "senderFault":true
193
+ },
194
+ "exception":true
121
195
  }
122
196
  ]
123
197
  },
@@ -342,6 +416,61 @@
342
416
  }
343
417
  ]
344
418
  },
419
+ "DescribeInstanceInformation":{
420
+ "name":"DescribeInstanceInformation",
421
+ "http":{
422
+ "method":"POST",
423
+ "requestUri":"/"
424
+ },
425
+ "input":{"shape":"DescribeInstanceInformationRequest"},
426
+ "output":{"shape":"DescribeInstanceInformationResult"},
427
+ "errors":[
428
+ {
429
+ "shape":"InternalServerError",
430
+ "error":{
431
+ "code":"InternalServerError",
432
+ "httpStatusCode":500
433
+ },
434
+ "exception":true
435
+ },
436
+ {
437
+ "shape":"InvalidInstanceId",
438
+ "error":{
439
+ "code":"InvalidInstanceId",
440
+ "httpStatusCode":404,
441
+ "senderFault":true
442
+ },
443
+ "exception":true
444
+ },
445
+ {
446
+ "shape":"InvalidNextToken",
447
+ "error":{
448
+ "code":"InvalidNextToken",
449
+ "httpStatusCode":400,
450
+ "senderFault":true
451
+ },
452
+ "exception":true
453
+ },
454
+ {
455
+ "shape":"InvalidInstanceInformationFilterValue",
456
+ "error":{
457
+ "code":"InvalidInstanceInformationFilterValue",
458
+ "httpStatusCode":400,
459
+ "senderFault":true
460
+ },
461
+ "exception":true
462
+ },
463
+ {
464
+ "shape":"InvalidFilterKey",
465
+ "error":{
466
+ "code":"InvalidFilterKey",
467
+ "httpStatusCode":400,
468
+ "senderFault":true
469
+ },
470
+ "exception":true
471
+ }
472
+ ]
473
+ },
345
474
  "GetDocument":{
346
475
  "name":"GetDocument",
347
476
  "http":{
@@ -398,6 +527,100 @@
398
527
  }
399
528
  ]
400
529
  },
530
+ "ListCommandInvocations":{
531
+ "name":"ListCommandInvocations",
532
+ "http":{
533
+ "method":"POST",
534
+ "requestUri":"/"
535
+ },
536
+ "input":{"shape":"ListCommandInvocationsRequest"},
537
+ "output":{"shape":"ListCommandInvocationsResult"},
538
+ "errors":[
539
+ {
540
+ "shape":"InvalidCommandId",
541
+ "error":{
542
+ "code":"InvalidCommandId",
543
+ "httpStatusCode":404,
544
+ "senderFault":true
545
+ },
546
+ "exception":true
547
+ },
548
+ {
549
+ "shape":"InvalidInstanceId",
550
+ "error":{
551
+ "code":"InvalidInstanceId",
552
+ "httpStatusCode":404,
553
+ "senderFault":true
554
+ },
555
+ "exception":true
556
+ },
557
+ {
558
+ "shape":"InvalidFilterKey",
559
+ "error":{
560
+ "code":"InvalidFilterKey",
561
+ "httpStatusCode":400,
562
+ "senderFault":true
563
+ },
564
+ "exception":true
565
+ },
566
+ {
567
+ "shape":"InvalidNextToken",
568
+ "error":{
569
+ "code":"InvalidNextToken",
570
+ "httpStatusCode":400,
571
+ "senderFault":true
572
+ },
573
+ "exception":true
574
+ }
575
+ ]
576
+ },
577
+ "ListCommands":{
578
+ "name":"ListCommands",
579
+ "http":{
580
+ "method":"POST",
581
+ "requestUri":"/"
582
+ },
583
+ "input":{"shape":"ListCommandsRequest"},
584
+ "output":{"shape":"ListCommandsResult"},
585
+ "errors":[
586
+ {
587
+ "shape":"InvalidCommandId",
588
+ "error":{
589
+ "code":"InvalidCommandId",
590
+ "httpStatusCode":404,
591
+ "senderFault":true
592
+ },
593
+ "exception":true
594
+ },
595
+ {
596
+ "shape":"InvalidInstanceId",
597
+ "error":{
598
+ "code":"InvalidInstanceId",
599
+ "httpStatusCode":404,
600
+ "senderFault":true
601
+ },
602
+ "exception":true
603
+ },
604
+ {
605
+ "shape":"InvalidFilterKey",
606
+ "error":{
607
+ "code":"InvalidFilterKey",
608
+ "httpStatusCode":400,
609
+ "senderFault":true
610
+ },
611
+ "exception":true
612
+ },
613
+ {
614
+ "shape":"InvalidNextToken",
615
+ "error":{
616
+ "code":"InvalidNextToken",
617
+ "httpStatusCode":400,
618
+ "senderFault":true
619
+ },
620
+ "exception":true
621
+ }
622
+ ]
623
+ },
401
624
  "ListDocuments":{
402
625
  "name":"ListDocuments",
403
626
  "http":{
@@ -423,6 +646,80 @@
423
646
  "senderFault":true
424
647
  },
425
648
  "exception":true
649
+ },
650
+ {
651
+ "shape":"InvalidFilterKey",
652
+ "error":{
653
+ "code":"InvalidFilterKey",
654
+ "httpStatusCode":400,
655
+ "senderFault":true
656
+ },
657
+ "exception":true
658
+ }
659
+ ]
660
+ },
661
+ "SendCommand":{
662
+ "name":"SendCommand",
663
+ "http":{
664
+ "method":"POST",
665
+ "requestUri":"/"
666
+ },
667
+ "input":{"shape":"SendCommandRequest"},
668
+ "output":{"shape":"SendCommandResult"},
669
+ "errors":[
670
+ {
671
+ "shape":"DuplicateInstanceId",
672
+ "error":{
673
+ "code":"DuplicateInstanceId",
674
+ "httpStatusCode":404,
675
+ "senderFault":true
676
+ },
677
+ "exception":true
678
+ },
679
+ {
680
+ "shape":"InvalidInstanceId",
681
+ "error":{
682
+ "code":"InvalidInstanceId",
683
+ "httpStatusCode":404,
684
+ "senderFault":true
685
+ },
686
+ "exception":true
687
+ },
688
+ {
689
+ "shape":"InvalidDocument",
690
+ "error":{
691
+ "code":"InvalidDocument",
692
+ "httpStatusCode":404,
693
+ "senderFault":true
694
+ },
695
+ "exception":true
696
+ },
697
+ {
698
+ "shape":"InvalidOutputFolder",
699
+ "error":{
700
+ "code":"InvalidOutputFolder",
701
+ "httpStatusCode":400,
702
+ "senderFault":true
703
+ },
704
+ "exception":true
705
+ },
706
+ {
707
+ "shape":"InvalidParameters",
708
+ "error":{
709
+ "code":"InvalidParameters",
710
+ "httpStatusCode":400,
711
+ "senderFault":true
712
+ },
713
+ "exception":true
714
+ },
715
+ {
716
+ "shape":"UnsupportedPlatformType",
717
+ "error":{
718
+ "code":"UnsupportedPlatformType",
719
+ "httpStatusCode":400,
720
+ "senderFault":true
721
+ },
722
+ "exception":true
426
723
  }
427
724
  ]
428
725
  },
@@ -527,7 +824,8 @@
527
824
  "Name":{"shape":"DocumentName"},
528
825
  "InstanceId":{"shape":"InstanceId"},
529
826
  "Date":{"shape":"DateTime"},
530
- "Status":{"shape":"AssociationStatus"}
827
+ "Status":{"shape":"AssociationStatus"},
828
+ "Parameters":{"shape":"Parameters"}
531
829
  }
532
830
  },
533
831
  "AssociationDescriptionList":{
@@ -619,25 +917,179 @@
619
917
  ]
620
918
  },
621
919
  "BatchErrorMessage":{"type":"string"},
622
- "CreateAssociationBatchRequest":{
920
+ "Boolean":{"type":"boolean"},
921
+ "CancelCommandRequest":{
623
922
  "type":"structure",
624
- "required":["Entries"],
923
+ "required":["CommandId"],
625
924
  "members":{
626
- "Entries":{"shape":"CreateAssociationBatchRequestEntries"}
925
+ "CommandId":{"shape":"CommandId"},
926
+ "InstanceIds":{"shape":"InstanceIdList"}
627
927
  }
628
928
  },
629
- "CreateAssociationBatchRequestEntries":{
630
- "type":"list",
631
- "member":{
632
- "shape":"CreateAssociationBatchRequestEntry",
633
- "locationName":"entries"
634
- }
929
+ "CancelCommandResult":{
930
+ "type":"structure",
931
+ "members":{
932
+ }
933
+ },
934
+ "Command":{
935
+ "type":"structure",
936
+ "members":{
937
+ "CommandId":{"shape":"CommandId"},
938
+ "DocumentName":{"shape":"DocumentName"},
939
+ "Comment":{"shape":"Comment"},
940
+ "ExpiresAfter":{"shape":"DateTime"},
941
+ "Parameters":{"shape":"Parameters"},
942
+ "InstanceIds":{"shape":"InstanceIdList"},
943
+ "RequestedDateTime":{"shape":"DateTime"},
944
+ "Status":{"shape":"CommandStatus"},
945
+ "OutputS3BucketName":{"shape":"S3BucketName"},
946
+ "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"}
947
+ }
948
+ },
949
+ "CommandFilter":{
950
+ "type":"structure",
951
+ "required":[
952
+ "key",
953
+ "value"
954
+ ],
955
+ "members":{
956
+ "key":{"shape":"CommandFilterKey"},
957
+ "value":{"shape":"CommandFilterValue"}
958
+ }
959
+ },
960
+ "CommandFilterKey":{
961
+ "type":"string",
962
+ "enum":[
963
+ "InvokedAfter",
964
+ "InvokedBefore",
965
+ "Status"
966
+ ]
967
+ },
968
+ "CommandFilterList":{
969
+ "type":"list",
970
+ "member":{"shape":"CommandFilter"},
971
+ "min":1,
972
+ "max":3
973
+ },
974
+ "CommandFilterValue":{
975
+ "type":"string",
976
+ "min":1
977
+ },
978
+ "CommandId":{
979
+ "type":"string",
980
+ "min":36,
981
+ "max":36
982
+ },
983
+ "CommandInvocation":{
984
+ "type":"structure",
985
+ "members":{
986
+ "CommandId":{"shape":"CommandId"},
987
+ "InstanceId":{"shape":"InstanceId"},
988
+ "Comment":{"shape":"Comment"},
989
+ "DocumentName":{"shape":"DocumentName"},
990
+ "RequestedDateTime":{"shape":"DateTime"},
991
+ "Status":{"shape":"CommandInvocationStatus"},
992
+ "TraceOutput":{"shape":"InvocationTraceOutput"},
993
+ "CommandPlugins":{"shape":"CommandPluginList"}
994
+ }
995
+ },
996
+ "CommandInvocationList":{
997
+ "type":"list",
998
+ "member":{"shape":"CommandInvocation"}
999
+ },
1000
+ "CommandInvocationStatus":{
1001
+ "type":"string",
1002
+ "enum":[
1003
+ "Pending",
1004
+ "InProgress",
1005
+ "Cancelling",
1006
+ "Success",
1007
+ "TimedOut",
1008
+ "Cancelled",
1009
+ "Failed"
1010
+ ]
1011
+ },
1012
+ "CommandList":{
1013
+ "type":"list",
1014
+ "member":{"shape":"Command"}
1015
+ },
1016
+ "CommandMaxResults":{
1017
+ "type":"integer",
1018
+ "min":1,
1019
+ "max":50
1020
+ },
1021
+ "CommandPlugin":{
1022
+ "type":"structure",
1023
+ "members":{
1024
+ "Name":{"shape":"CommandPluginName"},
1025
+ "Status":{"shape":"CommandPluginStatus"},
1026
+ "ResponseCode":{"shape":"ResponseCode"},
1027
+ "ResponseStartDateTime":{"shape":"DateTime"},
1028
+ "ResponseFinishDateTime":{"shape":"DateTime"},
1029
+ "Output":{"shape":"CommandPluginOutput"},
1030
+ "OutputS3BucketName":{"shape":"S3BucketName"},
1031
+ "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"}
1032
+ }
1033
+ },
1034
+ "CommandPluginList":{
1035
+ "type":"list",
1036
+ "member":{"shape":"CommandPlugin"}
1037
+ },
1038
+ "CommandPluginName":{
1039
+ "type":"string",
1040
+ "min":4
1041
+ },
1042
+ "CommandPluginOutput":{
1043
+ "type":"string",
1044
+ "max":2500
1045
+ },
1046
+ "CommandPluginStatus":{
1047
+ "type":"string",
1048
+ "enum":[
1049
+ "Pending",
1050
+ "InProgress",
1051
+ "Success",
1052
+ "TimedOut",
1053
+ "Cancelled",
1054
+ "Failed"
1055
+ ]
1056
+ },
1057
+ "CommandStatus":{
1058
+ "type":"string",
1059
+ "enum":[
1060
+ "Pending",
1061
+ "InProgress",
1062
+ "Cancelling",
1063
+ "Success",
1064
+ "TimedOut",
1065
+ "Cancelled",
1066
+ "Failed"
1067
+ ]
1068
+ },
1069
+ "Comment":{
1070
+ "type":"string",
1071
+ "max":100
1072
+ },
1073
+ "CreateAssociationBatchRequest":{
1074
+ "type":"structure",
1075
+ "required":["Entries"],
1076
+ "members":{
1077
+ "Entries":{"shape":"CreateAssociationBatchRequestEntries"}
1078
+ }
1079
+ },
1080
+ "CreateAssociationBatchRequestEntries":{
1081
+ "type":"list",
1082
+ "member":{
1083
+ "shape":"CreateAssociationBatchRequestEntry",
1084
+ "locationName":"entries"
1085
+ }
635
1086
  },
636
1087
  "CreateAssociationBatchRequestEntry":{
637
1088
  "type":"structure",
638
1089
  "members":{
639
1090
  "Name":{"shape":"DocumentName"},
640
- "InstanceId":{"shape":"InstanceId"}
1091
+ "InstanceId":{"shape":"InstanceId"},
1092
+ "Parameters":{"shape":"Parameters"}
641
1093
  }
642
1094
  },
643
1095
  "CreateAssociationBatchResult":{
@@ -655,7 +1107,8 @@
655
1107
  ],
656
1108
  "members":{
657
1109
  "Name":{"shape":"DocumentName"},
658
- "InstanceId":{"shape":"InstanceId"}
1110
+ "InstanceId":{"shape":"InstanceId"},
1111
+ "Parameters":{"shape":"Parameters"}
659
1112
  }
660
1113
  },
661
1114
  "CreateAssociationResult":{
@@ -740,6 +1193,25 @@
740
1193
  "Document":{"shape":"DocumentDescription"}
741
1194
  }
742
1195
  },
1196
+ "DescribeInstanceInformationRequest":{
1197
+ "type":"structure",
1198
+ "members":{
1199
+ "InstanceInformationFilterList":{"shape":"InstanceInformationFilterList"},
1200
+ "MaxResults":{
1201
+ "shape":"MaxResultsEC2Compatible",
1202
+ "box":true
1203
+ },
1204
+ "NextToken":{"shape":"NextToken"}
1205
+ }
1206
+ },
1207
+ "DescribeInstanceInformationResult":{
1208
+ "type":"structure",
1209
+ "members":{
1210
+ "InstanceInformationList":{"shape":"InstanceInformationList"},
1211
+ "NextToken":{"shape":"NextToken"}
1212
+ }
1213
+ },
1214
+ "DescriptionInDocument":{"type":"string"},
743
1215
  "DocumentAlreadyExists":{
744
1216
  "type":"structure",
745
1217
  "members":{
@@ -761,7 +1233,10 @@
761
1233
  "Sha1":{"shape":"DocumentSha1"},
762
1234
  "Name":{"shape":"DocumentName"},
763
1235
  "CreatedDate":{"shape":"DateTime"},
764
- "Status":{"shape":"DocumentStatus"}
1236
+ "Status":{"shape":"DocumentStatus"},
1237
+ "Description":{"shape":"DescriptionInDocument"},
1238
+ "Parameters":{"shape":"DocumentParameterList"},
1239
+ "PlatformTypes":{"shape":"PlatformTypeList"}
765
1240
  }
766
1241
  },
767
1242
  "DocumentFilter":{
@@ -777,7 +1252,11 @@
777
1252
  },
778
1253
  "DocumentFilterKey":{
779
1254
  "type":"string",
780
- "enum":["Name"]
1255
+ "enum":[
1256
+ "Name",
1257
+ "Owner",
1258
+ "PlatformTypes"
1259
+ ]
781
1260
  },
782
1261
  "DocumentFilterList":{
783
1262
  "type":"list",
@@ -794,7 +1273,8 @@
794
1273
  "DocumentIdentifier":{
795
1274
  "type":"structure",
796
1275
  "members":{
797
- "Name":{"shape":"DocumentName"}
1276
+ "Name":{"shape":"DocumentName"},
1277
+ "PlatformTypes":{"shape":"PlatformTypeList"}
798
1278
  }
799
1279
  },
800
1280
  "DocumentIdentifierList":{
@@ -817,9 +1297,33 @@
817
1297
  },
818
1298
  "DocumentName":{
819
1299
  "type":"string",
820
- "min":3,
821
- "max":64,
822
- "pattern":"^[a-zA-Z0-9_\\-.]{3,64}$"
1300
+ "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$"
1301
+ },
1302
+ "DocumentParameter":{
1303
+ "type":"structure",
1304
+ "members":{
1305
+ "Name":{"shape":"DocumentParameterName"},
1306
+ "Type":{"shape":"DocumentParameterType"},
1307
+ "Description":{"shape":"DocumentParameterDescrption"},
1308
+ "DefaultValue":{"shape":"DocumentParameterDefaultValue"}
1309
+ }
1310
+ },
1311
+ "DocumentParameterDefaultValue":{"type":"string"},
1312
+ "DocumentParameterDescrption":{"type":"string"},
1313
+ "DocumentParameterList":{
1314
+ "type":"list",
1315
+ "member":{
1316
+ "shape":"DocumentParameter",
1317
+ "locationName":"DocumentParameter"
1318
+ }
1319
+ },
1320
+ "DocumentParameterName":{"type":"string"},
1321
+ "DocumentParameterType":{
1322
+ "type":"string",
1323
+ "enum":[
1324
+ "String",
1325
+ "StringList"
1326
+ ]
823
1327
  },
824
1328
  "DocumentSha1":{"type":"string"},
825
1329
  "DocumentStatus":{
@@ -884,9 +1388,83 @@
884
1388
  "max":10,
885
1389
  "pattern":"^(?=.{10}$)(i-(\\w){8})"
886
1390
  },
1391
+ "InstanceIdList":{
1392
+ "type":"list",
1393
+ "member":{"shape":"InstanceId"},
1394
+ "min":1,
1395
+ "max":50
1396
+ },
1397
+ "InstanceInformation":{
1398
+ "type":"structure",
1399
+ "members":{
1400
+ "InstanceId":{"shape":"InstanceId"},
1401
+ "PingStatus":{"shape":"PingStatus"},
1402
+ "LastPingDateTime":{
1403
+ "shape":"DateTime",
1404
+ "box":true
1405
+ },
1406
+ "AgentVersion":{"shape":"Version"},
1407
+ "IsLatestVersion":{
1408
+ "shape":"Boolean",
1409
+ "box":true
1410
+ },
1411
+ "PlatformType":{"shape":"PlatformType"},
1412
+ "PlatformName":{"shape":"String"},
1413
+ "PlatformVersion":{"shape":"String"}
1414
+ }
1415
+ },
1416
+ "InstanceInformationFilter":{
1417
+ "type":"structure",
1418
+ "required":[
1419
+ "key",
1420
+ "valueSet"
1421
+ ],
1422
+ "members":{
1423
+ "key":{"shape":"InstanceInformationFilterKey"},
1424
+ "valueSet":{"shape":"InstanceInformationFilterValueSet"}
1425
+ }
1426
+ },
1427
+ "InstanceInformationFilterKey":{
1428
+ "type":"string",
1429
+ "enum":[
1430
+ "InstanceIds",
1431
+ "AgentVersion",
1432
+ "PingStatus",
1433
+ "PlatformTypes"
1434
+ ]
1435
+ },
1436
+ "InstanceInformationFilterList":{
1437
+ "type":"list",
1438
+ "member":{
1439
+ "shape":"InstanceInformationFilter",
1440
+ "locationName":"InstanceInformationFilter"
1441
+ },
1442
+ "min":1
1443
+ },
1444
+ "InstanceInformationFilterValue":{
1445
+ "type":"string",
1446
+ "min":1
1447
+ },
1448
+ "InstanceInformationFilterValueSet":{
1449
+ "type":"list",
1450
+ "member":{
1451
+ "shape":"InstanceInformationFilterValue",
1452
+ "locationName":"InstanceInformationFilterValue"
1453
+ },
1454
+ "min":1,
1455
+ "max":100
1456
+ },
1457
+ "InstanceInformationList":{
1458
+ "type":"list",
1459
+ "member":{
1460
+ "shape":"InstanceInformation",
1461
+ "locationName":"InstanceInformation"
1462
+ }
1463
+ },
887
1464
  "InternalServerError":{
888
1465
  "type":"structure",
889
1466
  "members":{
1467
+ "message":{"shape":"String"}
890
1468
  },
891
1469
  "error":{
892
1470
  "code":"InternalServerError",
@@ -894,9 +1472,21 @@
894
1472
  },
895
1473
  "exception":true
896
1474
  },
1475
+ "InvalidCommandId":{
1476
+ "type":"structure",
1477
+ "members":{
1478
+ },
1479
+ "error":{
1480
+ "code":"InvalidCommandId",
1481
+ "httpStatusCode":404,
1482
+ "senderFault":true
1483
+ },
1484
+ "exception":true
1485
+ },
897
1486
  "InvalidDocument":{
898
1487
  "type":"structure",
899
1488
  "members":{
1489
+ "message":{"shape":"String"}
900
1490
  },
901
1491
  "error":{
902
1492
  "code":"InvalidDocument",
@@ -917,6 +1507,17 @@
917
1507
  },
918
1508
  "exception":true
919
1509
  },
1510
+ "InvalidFilterKey":{
1511
+ "type":"structure",
1512
+ "members":{
1513
+ },
1514
+ "error":{
1515
+ "code":"InvalidFilterKey",
1516
+ "httpStatusCode":400,
1517
+ "senderFault":true
1518
+ },
1519
+ "exception":true
1520
+ },
920
1521
  "InvalidInstanceId":{
921
1522
  "type":"structure",
922
1523
  "members":{
@@ -928,6 +1529,18 @@
928
1529
  },
929
1530
  "exception":true
930
1531
  },
1532
+ "InvalidInstanceInformationFilterValue":{
1533
+ "type":"structure",
1534
+ "members":{
1535
+ "message":{"shape":"String"}
1536
+ },
1537
+ "error":{
1538
+ "code":"InvalidInstanceInformationFilterValue",
1539
+ "httpStatusCode":400,
1540
+ "senderFault":true
1541
+ },
1542
+ "exception":true
1543
+ },
931
1544
  "InvalidNextToken":{
932
1545
  "type":"structure",
933
1546
  "members":{
@@ -939,6 +1552,33 @@
939
1552
  },
940
1553
  "exception":true
941
1554
  },
1555
+ "InvalidOutputFolder":{
1556
+ "type":"structure",
1557
+ "members":{
1558
+ },
1559
+ "error":{
1560
+ "code":"InvalidOutputFolder",
1561
+ "httpStatusCode":400,
1562
+ "senderFault":true
1563
+ },
1564
+ "exception":true
1565
+ },
1566
+ "InvalidParameters":{
1567
+ "type":"structure",
1568
+ "members":{
1569
+ "message":{"shape":"String"}
1570
+ },
1571
+ "error":{
1572
+ "code":"InvalidParameters",
1573
+ "httpStatusCode":400,
1574
+ "senderFault":true
1575
+ },
1576
+ "exception":true
1577
+ },
1578
+ "InvocationTraceOutput":{
1579
+ "type":"string",
1580
+ "max":2500
1581
+ },
942
1582
  "ListAssociationsRequest":{
943
1583
  "type":"structure",
944
1584
  "required":["AssociationFilterList"],
@@ -958,6 +1598,47 @@
958
1598
  "NextToken":{"shape":"NextToken"}
959
1599
  }
960
1600
  },
1601
+ "ListCommandInvocationsRequest":{
1602
+ "type":"structure",
1603
+ "members":{
1604
+ "CommandId":{"shape":"CommandId"},
1605
+ "InstanceId":{"shape":"InstanceId"},
1606
+ "MaxResults":{
1607
+ "shape":"CommandMaxResults",
1608
+ "box":true
1609
+ },
1610
+ "NextToken":{"shape":"NextToken"},
1611
+ "Filters":{"shape":"CommandFilterList"},
1612
+ "Details":{"shape":"Boolean"}
1613
+ }
1614
+ },
1615
+ "ListCommandInvocationsResult":{
1616
+ "type":"structure",
1617
+ "members":{
1618
+ "CommandInvocations":{"shape":"CommandInvocationList"},
1619
+ "NextToken":{"shape":"NextToken"}
1620
+ }
1621
+ },
1622
+ "ListCommandsRequest":{
1623
+ "type":"structure",
1624
+ "members":{
1625
+ "CommandId":{"shape":"CommandId"},
1626
+ "InstanceId":{"shape":"InstanceId"},
1627
+ "MaxResults":{
1628
+ "shape":"CommandMaxResults",
1629
+ "box":true
1630
+ },
1631
+ "NextToken":{"shape":"NextToken"},
1632
+ "Filters":{"shape":"CommandFilterList"}
1633
+ }
1634
+ },
1635
+ "ListCommandsResult":{
1636
+ "type":"structure",
1637
+ "members":{
1638
+ "Commands":{"shape":"CommandList"},
1639
+ "NextToken":{"shape":"NextToken"}
1640
+ }
1641
+ },
961
1642
  "ListDocumentsRequest":{
962
1643
  "type":"structure",
963
1644
  "members":{
@@ -992,7 +1673,80 @@
992
1673
  "min":1,
993
1674
  "max":25
994
1675
  },
1676
+ "MaxResultsEC2Compatible":{
1677
+ "type":"integer",
1678
+ "min":5,
1679
+ "max":50
1680
+ },
995
1681
  "NextToken":{"type":"string"},
1682
+ "ParameterName":{"type":"string"},
1683
+ "ParameterValue":{"type":"string"},
1684
+ "ParameterValueList":{
1685
+ "type":"list",
1686
+ "member":{"shape":"ParameterValue"}
1687
+ },
1688
+ "Parameters":{
1689
+ "type":"map",
1690
+ "key":{"shape":"ParameterName"},
1691
+ "value":{"shape":"ParameterValueList"}
1692
+ },
1693
+ "PingStatus":{
1694
+ "type":"string",
1695
+ "enum":[
1696
+ "Online",
1697
+ "ConnectionLost",
1698
+ "Inactive"
1699
+ ]
1700
+ },
1701
+ "PlatformType":{
1702
+ "type":"string",
1703
+ "enum":[
1704
+ "Windows",
1705
+ "Linux"
1706
+ ]
1707
+ },
1708
+ "PlatformTypeList":{
1709
+ "type":"list",
1710
+ "member":{
1711
+ "shape":"PlatformType",
1712
+ "locationName":"PlatformType"
1713
+ }
1714
+ },
1715
+ "ResponseCode":{"type":"integer"},
1716
+ "S3BucketName":{
1717
+ "type":"string",
1718
+ "min":3,
1719
+ "max":63
1720
+ },
1721
+ "S3KeyPrefix":{
1722
+ "type":"string",
1723
+ "max":500
1724
+ },
1725
+ "SendCommandRequest":{
1726
+ "type":"structure",
1727
+ "required":[
1728
+ "InstanceIds",
1729
+ "DocumentName"
1730
+ ],
1731
+ "members":{
1732
+ "InstanceIds":{"shape":"InstanceIdList"},
1733
+ "DocumentName":{"shape":"DocumentName"},
1734
+ "TimeoutSeconds":{
1735
+ "shape":"TimeoutSeconds",
1736
+ "box":true
1737
+ },
1738
+ "Comment":{"shape":"Comment"},
1739
+ "Parameters":{"shape":"Parameters"},
1740
+ "OutputS3BucketName":{"shape":"S3BucketName"},
1741
+ "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"}
1742
+ }
1743
+ },
1744
+ "SendCommandResult":{
1745
+ "type":"structure",
1746
+ "members":{
1747
+ "Command":{"shape":"Command"}
1748
+ }
1749
+ },
996
1750
  "StatusAdditionalInfo":{
997
1751
  "type":"string",
998
1752
  "max":1024
@@ -1013,6 +1767,11 @@
1013
1767
  "exception":true
1014
1768
  },
1015
1769
  "String":{"type":"string"},
1770
+ "TimeoutSeconds":{
1771
+ "type":"integer",
1772
+ "min":30,
1773
+ "max":2592000
1774
+ },
1016
1775
  "TooManyUpdates":{
1017
1776
  "type":"structure",
1018
1777
  "members":{
@@ -1024,6 +1783,18 @@
1024
1783
  },
1025
1784
  "exception":true
1026
1785
  },
1786
+ "UnsupportedPlatformType":{
1787
+ "type":"structure",
1788
+ "members":{
1789
+ "message":{"shape":"String"}
1790
+ },
1791
+ "error":{
1792
+ "code":"UnsupportedPlatformType",
1793
+ "httpStatusCode":400,
1794
+ "senderFault":true
1795
+ },
1796
+ "exception":true
1797
+ },
1027
1798
  "UpdateAssociationStatusRequest":{
1028
1799
  "type":"structure",
1029
1800
  "required":[
@@ -1042,6 +1813,10 @@
1042
1813
  "members":{
1043
1814
  "AssociationDescription":{"shape":"AssociationDescription"}
1044
1815
  }
1816
+ },
1817
+ "Version":{
1818
+ "type":"string",
1819
+ "pattern":"^[0-9]{1,6}(\\.[0-9]{1,6}){2,3}$"
1045
1820
  }
1046
1821
  }
1047
1822
  }