aws-sdk-core 2.6.30 → 2.6.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigateway/2015-07-09/api-2.json +503 -4
  3. data/apis/appstream/2016-12-01/api-2.json +820 -0
  4. data/apis/appstream/2016-12-01/examples-1.json +5 -0
  5. data/apis/appstream/2016-12-01/waiters-2.json +55 -0
  6. data/apis/codebuild/2016-10-06/api-2.json +702 -0
  7. data/apis/codebuild/2016-10-06/examples-1.json +5 -0
  8. data/apis/directconnect/2012-10-25/api-2.json +112 -9
  9. data/apis/ec2/2016-11-15/api-2.json +15025 -0
  10. data/apis/ec2/2016-11-15/examples-1.json +3740 -0
  11. data/apis/ec2/2016-11-15/paginators-1.json +138 -0
  12. data/apis/ec2/2016-11-15/resources-1.json +2582 -0
  13. data/apis/ec2/2016-11-15/waiters-2.json +593 -0
  14. data/apis/elasticbeanstalk/2010-12-01/api-2.json +53 -4
  15. data/apis/health/2016-08-04/api-2.json +547 -0
  16. data/apis/health/2016-08-04/examples-1.json +5 -0
  17. data/apis/health/2016-08-04/paginators-1.json +31 -0
  18. data/apis/lambda/2015-03-31/api-2.json +81 -11
  19. data/apis/opsworkscm/2016-11-01/api-2.json +712 -0
  20. data/apis/opsworkscm/2016-11-01/examples-1.json +5 -0
  21. data/apis/pinpoint/2016-12-01/api-2.json +2793 -0
  22. data/apis/pinpoint/2016-12-01/examples-1.json +5 -0
  23. data/apis/shield/2016-06-02/api-2.json +494 -0
  24. data/apis/shield/2016-06-02/examples-1.json +5 -0
  25. data/apis/ssm/2014-11-06/api-2.json +2671 -117
  26. data/apis/states/2016-11-23/api-2.json +1021 -0
  27. data/apis/states/2016-11-23/examples-1.json +5 -0
  28. data/apis/states/2016-11-23/paginators-1.json +28 -0
  29. data/apis/xray/2016-04-12/api-2.json +491 -0
  30. data/apis/xray/2016-04-12/examples-1.json +5 -0
  31. data/endpoints.json +82 -0
  32. data/lib/aws-sdk-core.rb +8 -0
  33. data/lib/aws-sdk-core/appstream.rb +6 -0
  34. data/lib/aws-sdk-core/codebuild.rb +5 -0
  35. data/lib/aws-sdk-core/ec2.rb +6 -6
  36. data/lib/aws-sdk-core/health.rb +6 -0
  37. data/lib/aws-sdk-core/opsworkscm.rb +5 -0
  38. data/lib/aws-sdk-core/pinpoint.rb +5 -0
  39. data/lib/aws-sdk-core/shield.rb +5 -0
  40. data/lib/aws-sdk-core/states.rb +6 -0
  41. data/lib/aws-sdk-core/version.rb +1 -1
  42. data/lib/aws-sdk-core/xray.rb +5 -0
  43. data/service-models.json +33 -1
  44. metadata +34 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -6,9 +6,10 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"Amazon SSM",
9
- "serviceFullName":"Amazon Simple Systems Management Service",
9
+ "serviceFullName":"Amazon Simple Systems Manager (SSM)",
10
10
  "signatureVersion":"v4",
11
- "targetPrefix":"AmazonSSM"
11
+ "targetPrefix":"AmazonSSM",
12
+ "uid":"ssm-2014-11-06"
12
13
  },
13
14
  "operations":{
14
15
  "AddTagsToResource":{
@@ -22,7 +23,8 @@
22
23
  "errors":[
23
24
  {"shape":"InvalidResourceType"},
24
25
  {"shape":"InvalidResourceId"},
25
- {"shape":"InternalServerError"}
26
+ {"shape":"InternalServerError"},
27
+ {"shape":"TooManyTagsError"}
26
28
  ]
27
29
  },
28
30
  "CancelCommand":{
@@ -65,9 +67,13 @@
65
67
  {"shape":"AssociationLimitExceeded"},
66
68
  {"shape":"InternalServerError"},
67
69
  {"shape":"InvalidDocument"},
70
+ {"shape":"InvalidDocumentVersion"},
68
71
  {"shape":"InvalidInstanceId"},
69
72
  {"shape":"UnsupportedPlatformType"},
70
- {"shape":"InvalidParameters"}
73
+ {"shape":"InvalidOutputLocation"},
74
+ {"shape":"InvalidParameters"},
75
+ {"shape":"InvalidTarget"},
76
+ {"shape":"InvalidSchedule"}
71
77
  ]
72
78
  },
73
79
  "CreateAssociationBatch":{
@@ -81,11 +87,15 @@
81
87
  "errors":[
82
88
  {"shape":"InternalServerError"},
83
89
  {"shape":"InvalidDocument"},
90
+ {"shape":"InvalidDocumentVersion"},
84
91
  {"shape":"InvalidInstanceId"},
85
92
  {"shape":"InvalidParameters"},
86
93
  {"shape":"DuplicateInstanceId"},
87
94
  {"shape":"AssociationLimitExceeded"},
88
- {"shape":"UnsupportedPlatformType"}
95
+ {"shape":"UnsupportedPlatformType"},
96
+ {"shape":"InvalidOutputLocation"},
97
+ {"shape":"InvalidTarget"},
98
+ {"shape":"InvalidSchedule"}
89
99
  ]
90
100
  },
91
101
  "CreateDocument":{
@@ -101,7 +111,22 @@
101
111
  {"shape":"MaxDocumentSizeExceeded"},
102
112
  {"shape":"InternalServerError"},
103
113
  {"shape":"InvalidDocumentContent"},
104
- {"shape":"DocumentLimitExceeded"}
114
+ {"shape":"DocumentLimitExceeded"},
115
+ {"shape":"InvalidDocumentSchemaVersion"}
116
+ ]
117
+ },
118
+ "CreateMaintenanceWindow":{
119
+ "name":"CreateMaintenanceWindow",
120
+ "http":{
121
+ "method":"POST",
122
+ "requestUri":"/"
123
+ },
124
+ "input":{"shape":"CreateMaintenanceWindowRequest"},
125
+ "output":{"shape":"CreateMaintenanceWindowResult"},
126
+ "errors":[
127
+ {"shape":"IdempotentParameterMismatch"},
128
+ {"shape":"ResourceLimitExceededException"},
129
+ {"shape":"InternalServerError"}
105
130
  ]
106
131
  },
107
132
  "DeleteActivation":{
@@ -149,6 +174,31 @@
149
174
  {"shape":"AssociatedInstances"}
150
175
  ]
151
176
  },
177
+ "DeleteMaintenanceWindow":{
178
+ "name":"DeleteMaintenanceWindow",
179
+ "http":{
180
+ "method":"POST",
181
+ "requestUri":"/"
182
+ },
183
+ "input":{"shape":"DeleteMaintenanceWindowRequest"},
184
+ "output":{"shape":"DeleteMaintenanceWindowResult"},
185
+ "errors":[
186
+ {"shape":"InternalServerError"}
187
+ ]
188
+ },
189
+ "DeleteParameter":{
190
+ "name":"DeleteParameter",
191
+ "http":{
192
+ "method":"POST",
193
+ "requestUri":"/"
194
+ },
195
+ "input":{"shape":"DeleteParameterRequest"},
196
+ "output":{"shape":"DeleteParameterResult"},
197
+ "errors":[
198
+ {"shape":"InternalServerError"},
199
+ {"shape":"ParameterNotFound"}
200
+ ]
201
+ },
152
202
  "DeregisterManagedInstance":{
153
203
  "name":"DeregisterManagedInstance",
154
204
  "http":{
@@ -162,6 +212,32 @@
162
212
  {"shape":"InternalServerError"}
163
213
  ]
164
214
  },
215
+ "DeregisterTargetFromMaintenanceWindow":{
216
+ "name":"DeregisterTargetFromMaintenanceWindow",
217
+ "http":{
218
+ "method":"POST",
219
+ "requestUri":"/"
220
+ },
221
+ "input":{"shape":"DeregisterTargetFromMaintenanceWindowRequest"},
222
+ "output":{"shape":"DeregisterTargetFromMaintenanceWindowResult"},
223
+ "errors":[
224
+ {"shape":"DoesNotExistException"},
225
+ {"shape":"InternalServerError"}
226
+ ]
227
+ },
228
+ "DeregisterTaskFromMaintenanceWindow":{
229
+ "name":"DeregisterTaskFromMaintenanceWindow",
230
+ "http":{
231
+ "method":"POST",
232
+ "requestUri":"/"
233
+ },
234
+ "input":{"shape":"DeregisterTaskFromMaintenanceWindowRequest"},
235
+ "output":{"shape":"DeregisterTaskFromMaintenanceWindowResult"},
236
+ "errors":[
237
+ {"shape":"DoesNotExistException"},
238
+ {"shape":"InternalServerError"}
239
+ ]
240
+ },
165
241
  "DescribeActivations":{
166
242
  "name":"DescribeActivations",
167
243
  "http":{
@@ -191,6 +267,19 @@
191
267
  {"shape":"InvalidInstanceId"}
192
268
  ]
193
269
  },
270
+ "DescribeAutomationExecutions":{
271
+ "name":"DescribeAutomationExecutions",
272
+ "http":{
273
+ "method":"POST",
274
+ "requestUri":"/"
275
+ },
276
+ "input":{"shape":"DescribeAutomationExecutionsRequest"},
277
+ "output":{"shape":"DescribeAutomationExecutionsResult"},
278
+ "errors":[
279
+ {"shape":"InvalidNextToken"},
280
+ {"shape":"InternalServerError"}
281
+ ]
282
+ },
194
283
  "DescribeDocument":{
195
284
  "name":"DescribeDocument",
196
285
  "http":{
@@ -201,7 +290,8 @@
201
290
  "output":{"shape":"DescribeDocumentResult"},
202
291
  "errors":[
203
292
  {"shape":"InternalServerError"},
204
- {"shape":"InvalidDocument"}
293
+ {"shape":"InvalidDocument"},
294
+ {"shape":"InvalidDocumentVersion"}
205
295
  ]
206
296
  },
207
297
  "DescribeDocumentPermission":{
@@ -218,6 +308,34 @@
218
308
  {"shape":"InvalidPermissionType"}
219
309
  ]
220
310
  },
311
+ "DescribeEffectiveInstanceAssociations":{
312
+ "name":"DescribeEffectiveInstanceAssociations",
313
+ "http":{
314
+ "method":"POST",
315
+ "requestUri":"/"
316
+ },
317
+ "input":{"shape":"DescribeEffectiveInstanceAssociationsRequest"},
318
+ "output":{"shape":"DescribeEffectiveInstanceAssociationsResult"},
319
+ "errors":[
320
+ {"shape":"InternalServerError"},
321
+ {"shape":"InvalidInstanceId"},
322
+ {"shape":"InvalidNextToken"}
323
+ ]
324
+ },
325
+ "DescribeInstanceAssociationsStatus":{
326
+ "name":"DescribeInstanceAssociationsStatus",
327
+ "http":{
328
+ "method":"POST",
329
+ "requestUri":"/"
330
+ },
331
+ "input":{"shape":"DescribeInstanceAssociationsStatusRequest"},
332
+ "output":{"shape":"DescribeInstanceAssociationsStatusResult"},
333
+ "errors":[
334
+ {"shape":"InternalServerError"},
335
+ {"shape":"InvalidInstanceId"},
336
+ {"shape":"InvalidNextToken"}
337
+ ]
338
+ },
221
339
  "DescribeInstanceInformation":{
222
340
  "name":"DescribeInstanceInformation",
223
341
  "http":{
@@ -234,6 +352,125 @@
234
352
  {"shape":"InvalidFilterKey"}
235
353
  ]
236
354
  },
355
+ "DescribeMaintenanceWindowExecutionTaskInvocations":{
356
+ "name":"DescribeMaintenanceWindowExecutionTaskInvocations",
357
+ "http":{
358
+ "method":"POST",
359
+ "requestUri":"/"
360
+ },
361
+ "input":{"shape":"DescribeMaintenanceWindowExecutionTaskInvocationsRequest"},
362
+ "output":{"shape":"DescribeMaintenanceWindowExecutionTaskInvocationsResult"},
363
+ "errors":[
364
+ {"shape":"DoesNotExistException"},
365
+ {"shape":"InternalServerError"}
366
+ ]
367
+ },
368
+ "DescribeMaintenanceWindowExecutionTasks":{
369
+ "name":"DescribeMaintenanceWindowExecutionTasks",
370
+ "http":{
371
+ "method":"POST",
372
+ "requestUri":"/"
373
+ },
374
+ "input":{"shape":"DescribeMaintenanceWindowExecutionTasksRequest"},
375
+ "output":{"shape":"DescribeMaintenanceWindowExecutionTasksResult"},
376
+ "errors":[
377
+ {"shape":"DoesNotExistException"},
378
+ {"shape":"InternalServerError"}
379
+ ]
380
+ },
381
+ "DescribeMaintenanceWindowExecutions":{
382
+ "name":"DescribeMaintenanceWindowExecutions",
383
+ "http":{
384
+ "method":"POST",
385
+ "requestUri":"/"
386
+ },
387
+ "input":{"shape":"DescribeMaintenanceWindowExecutionsRequest"},
388
+ "output":{"shape":"DescribeMaintenanceWindowExecutionsResult"},
389
+ "errors":[
390
+ {"shape":"InternalServerError"}
391
+ ]
392
+ },
393
+ "DescribeMaintenanceWindowTargets":{
394
+ "name":"DescribeMaintenanceWindowTargets",
395
+ "http":{
396
+ "method":"POST",
397
+ "requestUri":"/"
398
+ },
399
+ "input":{"shape":"DescribeMaintenanceWindowTargetsRequest"},
400
+ "output":{"shape":"DescribeMaintenanceWindowTargetsResult"},
401
+ "errors":[
402
+ {"shape":"DoesNotExistException"},
403
+ {"shape":"InternalServerError"}
404
+ ]
405
+ },
406
+ "DescribeMaintenanceWindowTasks":{
407
+ "name":"DescribeMaintenanceWindowTasks",
408
+ "http":{
409
+ "method":"POST",
410
+ "requestUri":"/"
411
+ },
412
+ "input":{"shape":"DescribeMaintenanceWindowTasksRequest"},
413
+ "output":{"shape":"DescribeMaintenanceWindowTasksResult"},
414
+ "errors":[
415
+ {"shape":"DoesNotExistException"},
416
+ {"shape":"InternalServerError"}
417
+ ]
418
+ },
419
+ "DescribeMaintenanceWindows":{
420
+ "name":"DescribeMaintenanceWindows",
421
+ "http":{
422
+ "method":"POST",
423
+ "requestUri":"/"
424
+ },
425
+ "input":{"shape":"DescribeMaintenanceWindowsRequest"},
426
+ "output":{"shape":"DescribeMaintenanceWindowsResult"},
427
+ "errors":[
428
+ {"shape":"InternalServerError"}
429
+ ]
430
+ },
431
+ "DescribeParameters":{
432
+ "name":"DescribeParameters",
433
+ "http":{
434
+ "method":"POST",
435
+ "requestUri":"/"
436
+ },
437
+ "input":{"shape":"DescribeParametersRequest"},
438
+ "output":{"shape":"DescribeParametersResult"},
439
+ "errors":[
440
+ {"shape":"InternalServerError"},
441
+ {"shape":"InvalidFilterValue"},
442
+ {"shape":"InvalidNextToken"}
443
+ ]
444
+ },
445
+ "GetAutomationExecution":{
446
+ "name":"GetAutomationExecution",
447
+ "http":{
448
+ "method":"POST",
449
+ "requestUri":"/"
450
+ },
451
+ "input":{"shape":"GetAutomationExecutionRequest"},
452
+ "output":{"shape":"GetAutomationExecutionResult"},
453
+ "errors":[
454
+ {"shape":"AutomationExecutionNotFoundException"},
455
+ {"shape":"InternalServerError"}
456
+ ]
457
+ },
458
+ "GetCommandInvocation":{
459
+ "name":"GetCommandInvocation",
460
+ "http":{
461
+ "method":"POST",
462
+ "requestUri":"/"
463
+ },
464
+ "input":{"shape":"GetCommandInvocationRequest"},
465
+ "output":{"shape":"GetCommandInvocationResult"},
466
+ "errors":[
467
+ {"shape":"InternalServerError"},
468
+ {"shape":"InvalidCommandId"},
469
+ {"shape":"InvalidInstanceId"},
470
+ {"shape":"InvalidPluginName"},
471
+ {"shape":"InvocationDoesNotExist"}
472
+ ]
473
+ },
237
474
  "GetDocument":{
238
475
  "name":"GetDocument",
239
476
  "http":{
@@ -244,7 +481,103 @@
244
481
  "output":{"shape":"GetDocumentResult"},
245
482
  "errors":[
246
483
  {"shape":"InternalServerError"},
247
- {"shape":"InvalidDocument"}
484
+ {"shape":"InvalidDocument"},
485
+ {"shape":"InvalidDocumentVersion"}
486
+ ]
487
+ },
488
+ "GetInventory":{
489
+ "name":"GetInventory",
490
+ "http":{
491
+ "method":"POST",
492
+ "requestUri":"/"
493
+ },
494
+ "input":{"shape":"GetInventoryRequest"},
495
+ "output":{"shape":"GetInventoryResult"},
496
+ "errors":[
497
+ {"shape":"InternalServerError"},
498
+ {"shape":"InvalidFilter"},
499
+ {"shape":"InvalidNextToken"},
500
+ {"shape":"InvalidTypeNameException"},
501
+ {"shape":"InvalidResultAttributeException"}
502
+ ]
503
+ },
504
+ "GetInventorySchema":{
505
+ "name":"GetInventorySchema",
506
+ "http":{
507
+ "method":"POST",
508
+ "requestUri":"/"
509
+ },
510
+ "input":{"shape":"GetInventorySchemaRequest"},
511
+ "output":{"shape":"GetInventorySchemaResult"},
512
+ "errors":[
513
+ {"shape":"InternalServerError"},
514
+ {"shape":"InvalidTypeNameException"},
515
+ {"shape":"InvalidNextToken"}
516
+ ]
517
+ },
518
+ "GetMaintenanceWindow":{
519
+ "name":"GetMaintenanceWindow",
520
+ "http":{
521
+ "method":"POST",
522
+ "requestUri":"/"
523
+ },
524
+ "input":{"shape":"GetMaintenanceWindowRequest"},
525
+ "output":{"shape":"GetMaintenanceWindowResult"},
526
+ "errors":[
527
+ {"shape":"DoesNotExistException"},
528
+ {"shape":"InternalServerError"}
529
+ ]
530
+ },
531
+ "GetMaintenanceWindowExecution":{
532
+ "name":"GetMaintenanceWindowExecution",
533
+ "http":{
534
+ "method":"POST",
535
+ "requestUri":"/"
536
+ },
537
+ "input":{"shape":"GetMaintenanceWindowExecutionRequest"},
538
+ "output":{"shape":"GetMaintenanceWindowExecutionResult"},
539
+ "errors":[
540
+ {"shape":"DoesNotExistException"},
541
+ {"shape":"InternalServerError"}
542
+ ]
543
+ },
544
+ "GetMaintenanceWindowExecutionTask":{
545
+ "name":"GetMaintenanceWindowExecutionTask",
546
+ "http":{
547
+ "method":"POST",
548
+ "requestUri":"/"
549
+ },
550
+ "input":{"shape":"GetMaintenanceWindowExecutionTaskRequest"},
551
+ "output":{"shape":"GetMaintenanceWindowExecutionTaskResult"},
552
+ "errors":[
553
+ {"shape":"DoesNotExistException"},
554
+ {"shape":"InternalServerError"}
555
+ ]
556
+ },
557
+ "GetParameterHistory":{
558
+ "name":"GetParameterHistory",
559
+ "http":{
560
+ "method":"POST",
561
+ "requestUri":"/"
562
+ },
563
+ "input":{"shape":"GetParameterHistoryRequest"},
564
+ "output":{"shape":"GetParameterHistoryResult"},
565
+ "errors":[
566
+ {"shape":"InternalServerError"},
567
+ {"shape":"ParameterNotFound"},
568
+ {"shape":"InvalidNextToken"}
569
+ ]
570
+ },
571
+ "GetParameters":{
572
+ "name":"GetParameters",
573
+ "http":{
574
+ "method":"POST",
575
+ "requestUri":"/"
576
+ },
577
+ "input":{"shape":"GetParametersRequest"},
578
+ "output":{"shape":"GetParametersResult"},
579
+ "errors":[
580
+ {"shape":"InternalServerError"}
248
581
  ]
249
582
  },
250
583
  "ListAssociations":{
@@ -292,6 +625,20 @@
292
625
  {"shape":"InvalidNextToken"}
293
626
  ]
294
627
  },
628
+ "ListDocumentVersions":{
629
+ "name":"ListDocumentVersions",
630
+ "http":{
631
+ "method":"POST",
632
+ "requestUri":"/"
633
+ },
634
+ "input":{"shape":"ListDocumentVersionsRequest"},
635
+ "output":{"shape":"ListDocumentVersionsResult"},
636
+ "errors":[
637
+ {"shape":"InternalServerError"},
638
+ {"shape":"InvalidNextToken"},
639
+ {"shape":"InvalidDocument"}
640
+ ]
641
+ },
295
642
  "ListDocuments":{
296
643
  "name":"ListDocuments",
297
644
  "http":{
@@ -306,6 +653,22 @@
306
653
  {"shape":"InvalidFilterKey"}
307
654
  ]
308
655
  },
656
+ "ListInventoryEntries":{
657
+ "name":"ListInventoryEntries",
658
+ "http":{
659
+ "method":"POST",
660
+ "requestUri":"/"
661
+ },
662
+ "input":{"shape":"ListInventoryEntriesRequest"},
663
+ "output":{"shape":"ListInventoryEntriesResult"},
664
+ "errors":[
665
+ {"shape":"InternalServerError"},
666
+ {"shape":"InvalidInstanceId"},
667
+ {"shape":"InvalidTypeNameException"},
668
+ {"shape":"InvalidFilter"},
669
+ {"shape":"InvalidNextToken"}
670
+ ]
671
+ },
309
672
  "ListTagsForResource":{
310
673
  "name":"ListTagsForResource",
311
674
  "http":{
@@ -336,39 +699,154 @@
336
699
  {"shape":"DocumentLimitExceeded"}
337
700
  ]
338
701
  },
339
- "RemoveTagsFromResource":{
340
- "name":"RemoveTagsFromResource",
702
+ "PutInventory":{
703
+ "name":"PutInventory",
341
704
  "http":{
342
705
  "method":"POST",
343
706
  "requestUri":"/"
344
707
  },
345
- "input":{"shape":"RemoveTagsFromResourceRequest"},
346
- "output":{"shape":"RemoveTagsFromResourceResult"},
708
+ "input":{"shape":"PutInventoryRequest"},
709
+ "output":{"shape":"PutInventoryResult"},
347
710
  "errors":[
348
- {"shape":"InvalidResourceType"},
349
- {"shape":"InvalidResourceId"},
350
- {"shape":"InternalServerError"}
711
+ {"shape":"InternalServerError"},
712
+ {"shape":"InvalidInstanceId"},
713
+ {"shape":"InvalidTypeNameException"},
714
+ {"shape":"InvalidItemContentException"},
715
+ {"shape":"TotalSizeLimitExceededException"},
716
+ {"shape":"ItemSizeLimitExceededException"},
717
+ {"shape":"ItemContentMismatchException"},
718
+ {"shape":"CustomSchemaCountLimitExceededException"},
719
+ {"shape":"UnsupportedInventorySchemaVersionException"}
351
720
  ]
352
721
  },
353
- "SendCommand":{
354
- "name":"SendCommand",
722
+ "PutParameter":{
723
+ "name":"PutParameter",
355
724
  "http":{
356
725
  "method":"POST",
357
726
  "requestUri":"/"
358
727
  },
359
- "input":{"shape":"SendCommandRequest"},
360
- "output":{"shape":"SendCommandResult"},
728
+ "input":{"shape":"PutParameterRequest"},
729
+ "output":{"shape":"PutParameterResult"},
361
730
  "errors":[
362
- {"shape":"DuplicateInstanceId"},
363
731
  {"shape":"InternalServerError"},
364
- {"shape":"InvalidInstanceId"},
365
- {"shape":"InvalidDocument"},
366
- {"shape":"InvalidOutputFolder"},
367
- {"shape":"InvalidParameters"},
368
- {"shape":"UnsupportedPlatformType"},
369
- {"shape":"MaxDocumentSizeExceeded"},
370
- {"shape":"InvalidRole"},
371
- {"shape":"InvalidNotificationConfig"}
732
+ {"shape":"InvalidKeyId"},
733
+ {"shape":"ParameterLimitExceeded"},
734
+ {"shape":"TooManyUpdates"},
735
+ {"shape":"ParameterAlreadyExists"},
736
+ {"shape":"UnsupportedParameterType"}
737
+ ]
738
+ },
739
+ "RegisterTargetWithMaintenanceWindow":{
740
+ "name":"RegisterTargetWithMaintenanceWindow",
741
+ "http":{
742
+ "method":"POST",
743
+ "requestUri":"/"
744
+ },
745
+ "input":{"shape":"RegisterTargetWithMaintenanceWindowRequest"},
746
+ "output":{"shape":"RegisterTargetWithMaintenanceWindowResult"},
747
+ "errors":[
748
+ {"shape":"IdempotentParameterMismatch"},
749
+ {"shape":"DoesNotExistException"},
750
+ {"shape":"ResourceLimitExceededException"},
751
+ {"shape":"InternalServerError"}
752
+ ]
753
+ },
754
+ "RegisterTaskWithMaintenanceWindow":{
755
+ "name":"RegisterTaskWithMaintenanceWindow",
756
+ "http":{
757
+ "method":"POST",
758
+ "requestUri":"/"
759
+ },
760
+ "input":{"shape":"RegisterTaskWithMaintenanceWindowRequest"},
761
+ "output":{"shape":"RegisterTaskWithMaintenanceWindowResult"},
762
+ "errors":[
763
+ {"shape":"IdempotentParameterMismatch"},
764
+ {"shape":"DoesNotExistException"},
765
+ {"shape":"ResourceLimitExceededException"},
766
+ {"shape":"InternalServerError"}
767
+ ]
768
+ },
769
+ "RemoveTagsFromResource":{
770
+ "name":"RemoveTagsFromResource",
771
+ "http":{
772
+ "method":"POST",
773
+ "requestUri":"/"
774
+ },
775
+ "input":{"shape":"RemoveTagsFromResourceRequest"},
776
+ "output":{"shape":"RemoveTagsFromResourceResult"},
777
+ "errors":[
778
+ {"shape":"InvalidResourceType"},
779
+ {"shape":"InvalidResourceId"},
780
+ {"shape":"InternalServerError"}
781
+ ]
782
+ },
783
+ "SendCommand":{
784
+ "name":"SendCommand",
785
+ "http":{
786
+ "method":"POST",
787
+ "requestUri":"/"
788
+ },
789
+ "input":{"shape":"SendCommandRequest"},
790
+ "output":{"shape":"SendCommandResult"},
791
+ "errors":[
792
+ {"shape":"DuplicateInstanceId"},
793
+ {"shape":"InternalServerError"},
794
+ {"shape":"InvalidInstanceId"},
795
+ {"shape":"InvalidDocument"},
796
+ {"shape":"InvalidOutputFolder"},
797
+ {"shape":"InvalidParameters"},
798
+ {"shape":"UnsupportedPlatformType"},
799
+ {"shape":"MaxDocumentSizeExceeded"},
800
+ {"shape":"InvalidRole"},
801
+ {"shape":"InvalidNotificationConfig"}
802
+ ]
803
+ },
804
+ "StartAutomationExecution":{
805
+ "name":"StartAutomationExecution",
806
+ "http":{
807
+ "method":"POST",
808
+ "requestUri":"/"
809
+ },
810
+ "input":{"shape":"StartAutomationExecutionRequest"},
811
+ "output":{"shape":"StartAutomationExecutionResult"},
812
+ "errors":[
813
+ {"shape":"AutomationDefinitionNotFoundException"},
814
+ {"shape":"InvalidAutomationExecutionParametersException"},
815
+ {"shape":"AutomationExecutionLimitExceededException"},
816
+ {"shape":"AutomationDefinitionVersionNotFoundException"},
817
+ {"shape":"InternalServerError"}
818
+ ]
819
+ },
820
+ "StopAutomationExecution":{
821
+ "name":"StopAutomationExecution",
822
+ "http":{
823
+ "method":"POST",
824
+ "requestUri":"/"
825
+ },
826
+ "input":{"shape":"StopAutomationExecutionRequest"},
827
+ "output":{"shape":"StopAutomationExecutionResult"},
828
+ "errors":[
829
+ {"shape":"AutomationExecutionNotFoundException"},
830
+ {"shape":"InternalServerError"}
831
+ ]
832
+ },
833
+ "UpdateAssociation":{
834
+ "name":"UpdateAssociation",
835
+ "http":{
836
+ "method":"POST",
837
+ "requestUri":"/"
838
+ },
839
+ "input":{"shape":"UpdateAssociationRequest"},
840
+ "output":{"shape":"UpdateAssociationResult"},
841
+ "errors":[
842
+ {"shape":"InternalServerError"},
843
+ {"shape":"InvalidSchedule"},
844
+ {"shape":"InvalidParameters"},
845
+ {"shape":"InvalidOutputLocation"},
846
+ {"shape":"InvalidDocumentVersion"},
847
+ {"shape":"AssociationDoesNotExist"},
848
+ {"shape":"InvalidUpdate"},
849
+ {"shape":"TooManyUpdates"}
372
850
  ]
373
851
  },
374
852
  "UpdateAssociationStatus":{
@@ -388,6 +866,53 @@
388
866
  {"shape":"TooManyUpdates"}
389
867
  ]
390
868
  },
869
+ "UpdateDocument":{
870
+ "name":"UpdateDocument",
871
+ "http":{
872
+ "method":"POST",
873
+ "requestUri":"/"
874
+ },
875
+ "input":{"shape":"UpdateDocumentRequest"},
876
+ "output":{"shape":"UpdateDocumentResult"},
877
+ "errors":[
878
+ {"shape":"MaxDocumentSizeExceeded"},
879
+ {"shape":"DocumentVersionLimitExceeded"},
880
+ {"shape":"InternalServerError"},
881
+ {"shape":"DuplicateDocumentContent"},
882
+ {"shape":"InvalidDocumentContent"},
883
+ {"shape":"InvalidDocumentVersion"},
884
+ {"shape":"InvalidDocumentSchemaVersion"},
885
+ {"shape":"InvalidDocument"}
886
+ ]
887
+ },
888
+ "UpdateDocumentDefaultVersion":{
889
+ "name":"UpdateDocumentDefaultVersion",
890
+ "http":{
891
+ "method":"POST",
892
+ "requestUri":"/"
893
+ },
894
+ "input":{"shape":"UpdateDocumentDefaultVersionRequest"},
895
+ "output":{"shape":"UpdateDocumentDefaultVersionResult"},
896
+ "errors":[
897
+ {"shape":"InternalServerError"},
898
+ {"shape":"InvalidDocument"},
899
+ {"shape":"InvalidDocumentVersion"},
900
+ {"shape":"InvalidDocumentSchemaVersion"}
901
+ ]
902
+ },
903
+ "UpdateMaintenanceWindow":{
904
+ "name":"UpdateMaintenanceWindow",
905
+ "http":{
906
+ "method":"POST",
907
+ "requestUri":"/"
908
+ },
909
+ "input":{"shape":"UpdateMaintenanceWindowRequest"},
910
+ "output":{"shape":"UpdateMaintenanceWindowResult"},
911
+ "errors":[
912
+ {"shape":"DoesNotExistException"},
913
+ {"shape":"InternalServerError"}
914
+ ]
915
+ },
391
916
  "UpdateManagedInstanceRole":{
392
917
  "name":"UpdateManagedInstanceRole",
393
918
  "http":{
@@ -465,6 +990,10 @@
465
990
  "members":{
466
991
  }
467
992
  },
993
+ "AgentErrorCode":{
994
+ "type":"string",
995
+ "max":10
996
+ },
468
997
  "AssociatedInstances":{
469
998
  "type":"structure",
470
999
  "members":{
@@ -475,7 +1004,13 @@
475
1004
  "type":"structure",
476
1005
  "members":{
477
1006
  "Name":{"shape":"DocumentName"},
478
- "InstanceId":{"shape":"InstanceId"}
1007
+ "InstanceId":{"shape":"InstanceId"},
1008
+ "AssociationId":{"shape":"AssociationId"},
1009
+ "DocumentVersion":{"shape":"DocumentVersion"},
1010
+ "Targets":{"shape":"Targets"},
1011
+ "LastExecutionDate":{"shape":"DateTime"},
1012
+ "Overview":{"shape":"AssociationOverview"},
1013
+ "ScheduleExpression":{"shape":"ScheduleExpression"}
479
1014
  }
480
1015
  },
481
1016
  "AssociationAlreadyExists":{
@@ -490,8 +1025,17 @@
490
1025
  "Name":{"shape":"DocumentName"},
491
1026
  "InstanceId":{"shape":"InstanceId"},
492
1027
  "Date":{"shape":"DateTime"},
1028
+ "LastUpdateAssociationDate":{"shape":"DateTime"},
493
1029
  "Status":{"shape":"AssociationStatus"},
494
- "Parameters":{"shape":"Parameters"}
1030
+ "Overview":{"shape":"AssociationOverview"},
1031
+ "DocumentVersion":{"shape":"DocumentVersion"},
1032
+ "Parameters":{"shape":"Parameters"},
1033
+ "AssociationId":{"shape":"AssociationId"},
1034
+ "Targets":{"shape":"Targets"},
1035
+ "ScheduleExpression":{"shape":"ScheduleExpression"},
1036
+ "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
1037
+ "LastExecutionDate":{"shape":"DateTime"},
1038
+ "LastSuccessfulExecutionDate":{"shape":"DateTime"}
495
1039
  }
496
1040
  },
497
1041
  "AssociationDescriptionList":{
@@ -504,6 +1048,7 @@
504
1048
  "AssociationDoesNotExist":{
505
1049
  "type":"structure",
506
1050
  "members":{
1051
+ "Message":{"shape":"String"}
507
1052
  },
508
1053
  "exception":true
509
1054
  },
@@ -522,7 +1067,11 @@
522
1067
  "type":"string",
523
1068
  "enum":[
524
1069
  "InstanceId",
525
- "Name"
1070
+ "Name",
1071
+ "AssociationId",
1072
+ "AssociationStatusName",
1073
+ "LastExecutedBefore",
1074
+ "LastExecutedAfter"
526
1075
  ]
527
1076
  },
528
1077
  "AssociationFilterList":{
@@ -537,6 +1086,10 @@
537
1086
  "type":"string",
538
1087
  "min":1
539
1088
  },
1089
+ "AssociationId":{
1090
+ "type":"string",
1091
+ "pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
1092
+ },
540
1093
  "AssociationLimitExceeded":{
541
1094
  "type":"structure",
542
1095
  "members":{
@@ -550,6 +1103,14 @@
550
1103
  "locationName":"Association"
551
1104
  }
552
1105
  },
1106
+ "AssociationOverview":{
1107
+ "type":"structure",
1108
+ "members":{
1109
+ "Status":{"shape":"StatusName"},
1110
+ "DetailedStatus":{"shape":"StatusName"},
1111
+ "AssociationStatusAggregatedCount":{"shape":"AssociationStatusAggregatedCount"}
1112
+ }
1113
+ },
553
1114
  "AssociationStatus":{
554
1115
  "type":"structure",
555
1116
  "required":[
@@ -564,6 +1125,11 @@
564
1125
  "AdditionalInfo":{"shape":"StatusAdditionalInfo"}
565
1126
  }
566
1127
  },
1128
+ "AssociationStatusAggregatedCount":{
1129
+ "type":"map",
1130
+ "key":{"shape":"StatusName"},
1131
+ "value":{"shape":"InstanceCount"}
1132
+ },
567
1133
  "AssociationStatusName":{
568
1134
  "type":"string",
569
1135
  "enum":[
@@ -572,6 +1138,157 @@
572
1138
  "Failed"
573
1139
  ]
574
1140
  },
1141
+ "AttributeName":{
1142
+ "type":"string",
1143
+ "max":64,
1144
+ "min":1
1145
+ },
1146
+ "AttributeValue":{
1147
+ "type":"string",
1148
+ "max":1024,
1149
+ "min":0
1150
+ },
1151
+ "AutomationActionName":{
1152
+ "type":"string",
1153
+ "pattern":"^aws:[a-zA-Z]{3,25}$"
1154
+ },
1155
+ "AutomationDefinitionNotFoundException":{
1156
+ "type":"structure",
1157
+ "members":{
1158
+ "Message":{"shape":"String"}
1159
+ },
1160
+ "exception":true
1161
+ },
1162
+ "AutomationDefinitionVersionNotFoundException":{
1163
+ "type":"structure",
1164
+ "members":{
1165
+ "Message":{"shape":"String"}
1166
+ },
1167
+ "exception":true
1168
+ },
1169
+ "AutomationExecution":{
1170
+ "type":"structure",
1171
+ "members":{
1172
+ "AutomationExecutionId":{"shape":"AutomationExecutionId"},
1173
+ "DocumentName":{"shape":"DocumentName"},
1174
+ "DocumentVersion":{"shape":"DocumentVersion"},
1175
+ "ExecutionStartTime":{"shape":"DateTime"},
1176
+ "ExecutionEndTime":{"shape":"DateTime"},
1177
+ "AutomationExecutionStatus":{"shape":"AutomationExecutionStatus"},
1178
+ "StepExecutions":{"shape":"StepExecutionList"},
1179
+ "Parameters":{"shape":"AutomationParameterMap"},
1180
+ "Outputs":{"shape":"AutomationParameterMap"},
1181
+ "FailureMessage":{"shape":"String"}
1182
+ }
1183
+ },
1184
+ "AutomationExecutionFilter":{
1185
+ "type":"structure",
1186
+ "required":[
1187
+ "Key",
1188
+ "Values"
1189
+ ],
1190
+ "members":{
1191
+ "Key":{"shape":"AutomationExecutionFilterKey"},
1192
+ "Values":{"shape":"AutomationExecutionFilterValueList"}
1193
+ }
1194
+ },
1195
+ "AutomationExecutionFilterKey":{
1196
+ "type":"string",
1197
+ "enum":[
1198
+ "DocumentNamePrefix",
1199
+ "ExecutionStatus"
1200
+ ]
1201
+ },
1202
+ "AutomationExecutionFilterList":{
1203
+ "type":"list",
1204
+ "member":{"shape":"AutomationExecutionFilter"},
1205
+ "max":10,
1206
+ "min":1
1207
+ },
1208
+ "AutomationExecutionFilterValue":{
1209
+ "type":"string",
1210
+ "max":150,
1211
+ "min":1
1212
+ },
1213
+ "AutomationExecutionFilterValueList":{
1214
+ "type":"list",
1215
+ "member":{"shape":"AutomationExecutionFilterValue"},
1216
+ "max":10,
1217
+ "min":1
1218
+ },
1219
+ "AutomationExecutionId":{
1220
+ "type":"string",
1221
+ "max":36,
1222
+ "min":36
1223
+ },
1224
+ "AutomationExecutionLimitExceededException":{
1225
+ "type":"structure",
1226
+ "members":{
1227
+ "Message":{"shape":"String"}
1228
+ },
1229
+ "exception":true
1230
+ },
1231
+ "AutomationExecutionMetadata":{
1232
+ "type":"structure",
1233
+ "members":{
1234
+ "AutomationExecutionId":{"shape":"AutomationExecutionId"},
1235
+ "DocumentName":{"shape":"DocumentName"},
1236
+ "DocumentVersion":{"shape":"DocumentVersion"},
1237
+ "AutomationExecutionStatus":{"shape":"AutomationExecutionStatus"},
1238
+ "ExecutionStartTime":{"shape":"DateTime"},
1239
+ "ExecutionEndTime":{"shape":"DateTime"},
1240
+ "ExecutedBy":{"shape":"String"},
1241
+ "LogFile":{"shape":"String"},
1242
+ "Outputs":{"shape":"AutomationParameterMap"}
1243
+ }
1244
+ },
1245
+ "AutomationExecutionMetadataList":{
1246
+ "type":"list",
1247
+ "member":{"shape":"AutomationExecutionMetadata"},
1248
+ "max":50,
1249
+ "min":0
1250
+ },
1251
+ "AutomationExecutionNotFoundException":{
1252
+ "type":"structure",
1253
+ "members":{
1254
+ "Message":{"shape":"String"}
1255
+ },
1256
+ "exception":true
1257
+ },
1258
+ "AutomationExecutionStatus":{
1259
+ "type":"string",
1260
+ "enum":[
1261
+ "Pending",
1262
+ "InProgress",
1263
+ "Success",
1264
+ "TimedOut",
1265
+ "Cancelled",
1266
+ "Failed"
1267
+ ]
1268
+ },
1269
+ "AutomationParameterKey":{
1270
+ "type":"string",
1271
+ "max":30,
1272
+ "min":1
1273
+ },
1274
+ "AutomationParameterMap":{
1275
+ "type":"map",
1276
+ "key":{"shape":"AutomationParameterKey"},
1277
+ "value":{"shape":"AutomationParameterValueList"},
1278
+ "max":200,
1279
+ "min":1
1280
+ },
1281
+ "AutomationParameterValue":{
1282
+ "type":"string",
1283
+ "max":512,
1284
+ "min":1
1285
+ },
1286
+ "AutomationParameterValueList":{
1287
+ "type":"list",
1288
+ "member":{"shape":"AutomationParameterValue"},
1289
+ "max":10,
1290
+ "min":0
1291
+ },
575
1292
  "BatchErrorMessage":{"type":"string"},
576
1293
  "Boolean":{"type":"boolean"},
577
1294
  "CancelCommandRequest":{
@@ -587,6 +1304,11 @@
587
1304
  "members":{
588
1305
  }
589
1306
  },
1307
+ "ClientToken":{
1308
+ "type":"string",
1309
+ "max":64,
1310
+ "min":1
1311
+ },
590
1312
  "Command":{
591
1313
  "type":"structure",
592
1314
  "members":{
@@ -596,10 +1318,18 @@
596
1318
  "ExpiresAfter":{"shape":"DateTime"},
597
1319
  "Parameters":{"shape":"Parameters"},
598
1320
  "InstanceIds":{"shape":"InstanceIdList"},
1321
+ "Targets":{"shape":"Targets"},
599
1322
  "RequestedDateTime":{"shape":"DateTime"},
600
1323
  "Status":{"shape":"CommandStatus"},
1324
+ "StatusDetails":{"shape":"StatusDetails"},
1325
+ "OutputS3Region":{"shape":"S3Region"},
601
1326
  "OutputS3BucketName":{"shape":"S3BucketName"},
602
1327
  "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"},
1328
+ "MaxConcurrency":{"shape":"VelocityConstraint"},
1329
+ "MaxErrors":{"shape":"VelocityConstraint"},
1330
+ "TargetCount":{"shape":"TargetCount"},
1331
+ "CompletedCount":{"shape":"CompletedCount"},
1332
+ "ErrorCount":{"shape":"ErrorCount"},
603
1333
  "ServiceRole":{"shape":"ServiceRole"},
604
1334
  "NotificationConfig":{"shape":"NotificationConfig"}
605
1335
  }
@@ -643,11 +1373,15 @@
643
1373
  "members":{
644
1374
  "CommandId":{"shape":"CommandId"},
645
1375
  "InstanceId":{"shape":"InstanceId"},
1376
+ "InstanceName":{"shape":"InstanceTagName"},
646
1377
  "Comment":{"shape":"Comment"},
647
1378
  "DocumentName":{"shape":"DocumentName"},
648
1379
  "RequestedDateTime":{"shape":"DateTime"},
649
1380
  "Status":{"shape":"CommandInvocationStatus"},
1381
+ "StatusDetails":{"shape":"StatusDetails"},
650
1382
  "TraceOutput":{"shape":"InvocationTraceOutput"},
1383
+ "StandardOutputUrl":{"shape":"Url"},
1384
+ "StandardErrorUrl":{"shape":"Url"},
651
1385
  "CommandPlugins":{"shape":"CommandPluginList"},
652
1386
  "ServiceRole":{"shape":"ServiceRole"},
653
1387
  "NotificationConfig":{"shape":"NotificationConfig"}
@@ -662,11 +1396,12 @@
662
1396
  "enum":[
663
1397
  "Pending",
664
1398
  "InProgress",
665
- "Cancelling",
1399
+ "Delayed",
666
1400
  "Success",
667
- "TimedOut",
668
1401
  "Cancelled",
669
- "Failed"
1402
+ "TimedOut",
1403
+ "Failed",
1404
+ "Cancelling"
670
1405
  ]
671
1406
  },
672
1407
  "CommandList":{
@@ -683,10 +1418,14 @@
683
1418
  "members":{
684
1419
  "Name":{"shape":"CommandPluginName"},
685
1420
  "Status":{"shape":"CommandPluginStatus"},
1421
+ "StatusDetails":{"shape":"StatusDetails"},
686
1422
  "ResponseCode":{"shape":"ResponseCode"},
687
1423
  "ResponseStartDateTime":{"shape":"DateTime"},
688
1424
  "ResponseFinishDateTime":{"shape":"DateTime"},
689
1425
  "Output":{"shape":"CommandPluginOutput"},
1426
+ "StandardOutputUrl":{"shape":"Url"},
1427
+ "StandardErrorUrl":{"shape":"Url"},
1428
+ "OutputS3Region":{"shape":"S3Region"},
690
1429
  "OutputS3BucketName":{"shape":"S3BucketName"},
691
1430
  "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"}
692
1431
  }
@@ -719,17 +1458,18 @@
719
1458
  "enum":[
720
1459
  "Pending",
721
1460
  "InProgress",
722
- "Cancelling",
723
1461
  "Success",
724
- "TimedOut",
725
1462
  "Cancelled",
726
- "Failed"
1463
+ "Failed",
1464
+ "TimedOut",
1465
+ "Cancelling"
727
1466
  ]
728
1467
  },
729
1468
  "Comment":{
730
1469
  "type":"string",
731
1470
  "max":100
732
1471
  },
1472
+ "CompletedCount":{"type":"integer"},
733
1473
  "ComputerName":{
734
1474
  "type":"string",
735
1475
  "max":255,
@@ -768,14 +1508,20 @@
768
1508
  "member":{
769
1509
  "shape":"CreateAssociationBatchRequestEntry",
770
1510
  "locationName":"entries"
771
- }
1511
+ },
1512
+ "min":1
772
1513
  },
773
1514
  "CreateAssociationBatchRequestEntry":{
774
1515
  "type":"structure",
1516
+ "required":["Name"],
775
1517
  "members":{
776
1518
  "Name":{"shape":"DocumentName"},
777
1519
  "InstanceId":{"shape":"InstanceId"},
778
- "Parameters":{"shape":"Parameters"}
1520
+ "Parameters":{"shape":"Parameters"},
1521
+ "DocumentVersion":{"shape":"DocumentVersion"},
1522
+ "Targets":{"shape":"Targets"},
1523
+ "ScheduleExpression":{"shape":"ScheduleExpression"},
1524
+ "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}
779
1525
  }
780
1526
  },
781
1527
  "CreateAssociationBatchResult":{
@@ -787,14 +1533,15 @@
787
1533
  },
788
1534
  "CreateAssociationRequest":{
789
1535
  "type":"structure",
790
- "required":[
791
- "Name",
792
- "InstanceId"
793
- ],
1536
+ "required":["Name"],
794
1537
  "members":{
795
1538
  "Name":{"shape":"DocumentName"},
1539
+ "DocumentVersion":{"shape":"DocumentVersion"},
796
1540
  "InstanceId":{"shape":"InstanceId"},
797
- "Parameters":{"shape":"Parameters"}
1541
+ "Parameters":{"shape":"Parameters"},
1542
+ "Targets":{"shape":"Targets"},
1543
+ "ScheduleExpression":{"shape":"ScheduleExpression"},
1544
+ "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}
798
1545
  }
799
1546
  },
800
1547
  "CreateAssociationResult":{
@@ -811,7 +1558,8 @@
811
1558
  ],
812
1559
  "members":{
813
1560
  "Content":{"shape":"DocumentContent"},
814
- "Name":{"shape":"DocumentName"}
1561
+ "Name":{"shape":"DocumentName"},
1562
+ "DocumentType":{"shape":"DocumentType"}
815
1563
  }
816
1564
  },
817
1565
  "CreateDocumentResult":{
@@ -820,7 +1568,41 @@
820
1568
  "DocumentDescription":{"shape":"DocumentDescription"}
821
1569
  }
822
1570
  },
1571
+ "CreateMaintenanceWindowRequest":{
1572
+ "type":"structure",
1573
+ "required":[
1574
+ "Name",
1575
+ "Schedule",
1576
+ "Duration",
1577
+ "Cutoff",
1578
+ "AllowUnassociatedTargets"
1579
+ ],
1580
+ "members":{
1581
+ "Name":{"shape":"MaintenanceWindowName"},
1582
+ "Schedule":{"shape":"MaintenanceWindowSchedule"},
1583
+ "Duration":{"shape":"MaintenanceWindowDurationHours"},
1584
+ "Cutoff":{"shape":"MaintenanceWindowCutoff"},
1585
+ "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
1586
+ "ClientToken":{
1587
+ "shape":"ClientToken",
1588
+ "idempotencyToken":true
1589
+ }
1590
+ }
1591
+ },
1592
+ "CreateMaintenanceWindowResult":{
1593
+ "type":"structure",
1594
+ "members":{
1595
+ "WindowId":{"shape":"MaintenanceWindowId"}
1596
+ }
1597
+ },
823
1598
  "CreatedDate":{"type":"timestamp"},
1599
+ "CustomSchemaCountLimitExceededException":{
1600
+ "type":"structure",
1601
+ "members":{
1602
+ "Message":{"shape":"String"}
1603
+ },
1604
+ "exception":true
1605
+ },
824
1606
  "DateTime":{"type":"timestamp"},
825
1607
  "DefaultInstanceName":{
826
1608
  "type":"string",
@@ -842,13 +1624,10 @@
842
1624
  },
843
1625
  "DeleteAssociationRequest":{
844
1626
  "type":"structure",
845
- "required":[
846
- "Name",
847
- "InstanceId"
848
- ],
849
1627
  "members":{
850
1628
  "Name":{"shape":"DocumentName"},
851
- "InstanceId":{"shape":"InstanceId"}
1629
+ "InstanceId":{"shape":"InstanceId"},
1630
+ "AssociationId":{"shape":"AssociationId"}
852
1631
  }
853
1632
  },
854
1633
  "DeleteAssociationResult":{
@@ -868,6 +1647,31 @@
868
1647
  "members":{
869
1648
  }
870
1649
  },
1650
+ "DeleteMaintenanceWindowRequest":{
1651
+ "type":"structure",
1652
+ "required":["WindowId"],
1653
+ "members":{
1654
+ "WindowId":{"shape":"MaintenanceWindowId"}
1655
+ }
1656
+ },
1657
+ "DeleteMaintenanceWindowResult":{
1658
+ "type":"structure",
1659
+ "members":{
1660
+ "WindowId":{"shape":"MaintenanceWindowId"}
1661
+ }
1662
+ },
1663
+ "DeleteParameterRequest":{
1664
+ "type":"structure",
1665
+ "required":["Name"],
1666
+ "members":{
1667
+ "Name":{"shape":"PSParameterName"}
1668
+ }
1669
+ },
1670
+ "DeleteParameterResult":{
1671
+ "type":"structure",
1672
+ "members":{
1673
+ }
1674
+ },
871
1675
  "DeregisterManagedInstanceRequest":{
872
1676
  "type":"structure",
873
1677
  "required":["InstanceId"],
@@ -880,6 +1684,42 @@
880
1684
  "members":{
881
1685
  }
882
1686
  },
1687
+ "DeregisterTargetFromMaintenanceWindowRequest":{
1688
+ "type":"structure",
1689
+ "required":[
1690
+ "WindowId",
1691
+ "WindowTargetId"
1692
+ ],
1693
+ "members":{
1694
+ "WindowId":{"shape":"MaintenanceWindowId"},
1695
+ "WindowTargetId":{"shape":"MaintenanceWindowTargetId"}
1696
+ }
1697
+ },
1698
+ "DeregisterTargetFromMaintenanceWindowResult":{
1699
+ "type":"structure",
1700
+ "members":{
1701
+ "WindowId":{"shape":"MaintenanceWindowId"},
1702
+ "WindowTargetId":{"shape":"MaintenanceWindowTargetId"}
1703
+ }
1704
+ },
1705
+ "DeregisterTaskFromMaintenanceWindowRequest":{
1706
+ "type":"structure",
1707
+ "required":[
1708
+ "WindowId",
1709
+ "WindowTaskId"
1710
+ ],
1711
+ "members":{
1712
+ "WindowId":{"shape":"MaintenanceWindowId"},
1713
+ "WindowTaskId":{"shape":"MaintenanceWindowTaskId"}
1714
+ }
1715
+ },
1716
+ "DeregisterTaskFromMaintenanceWindowResult":{
1717
+ "type":"structure",
1718
+ "members":{
1719
+ "WindowId":{"shape":"MaintenanceWindowId"},
1720
+ "WindowTaskId":{"shape":"MaintenanceWindowTaskId"}
1721
+ }
1722
+ },
883
1723
  "DescribeActivationsFilter":{
884
1724
  "type":"structure",
885
1725
  "members":{
@@ -919,13 +1759,10 @@
919
1759
  },
920
1760
  "DescribeAssociationRequest":{
921
1761
  "type":"structure",
922
- "required":[
923
- "Name",
924
- "InstanceId"
925
- ],
926
1762
  "members":{
927
1763
  "Name":{"shape":"DocumentName"},
928
- "InstanceId":{"shape":"InstanceId"}
1764
+ "InstanceId":{"shape":"InstanceId"},
1765
+ "AssociationId":{"shape":"AssociationId"}
929
1766
  }
930
1767
  },
931
1768
  "DescribeAssociationResult":{
@@ -934,6 +1771,24 @@
934
1771
  "AssociationDescription":{"shape":"AssociationDescription"}
935
1772
  }
936
1773
  },
1774
+ "DescribeAutomationExecutionsRequest":{
1775
+ "type":"structure",
1776
+ "members":{
1777
+ "Filters":{"shape":"AutomationExecutionFilterList"},
1778
+ "MaxResults":{
1779
+ "shape":"MaxResults",
1780
+ "box":true
1781
+ },
1782
+ "NextToken":{"shape":"NextToken"}
1783
+ }
1784
+ },
1785
+ "DescribeAutomationExecutionsResult":{
1786
+ "type":"structure",
1787
+ "members":{
1788
+ "AutomationExecutionMetadataList":{"shape":"AutomationExecutionMetadataList"},
1789
+ "NextToken":{"shape":"NextToken"}
1790
+ }
1791
+ },
937
1792
  "DescribeDocumentPermissionRequest":{
938
1793
  "type":"structure",
939
1794
  "required":[
@@ -955,7 +1810,8 @@
955
1810
  "type":"structure",
956
1811
  "required":["Name"],
957
1812
  "members":{
958
- "Name":{"shape":"DocumentARN"}
1813
+ "Name":{"shape":"DocumentARN"},
1814
+ "DocumentVersion":{"shape":"DocumentVersion"}
959
1815
  }
960
1816
  },
961
1817
  "DescribeDocumentResult":{
@@ -964,10 +1820,49 @@
964
1820
  "Document":{"shape":"DocumentDescription"}
965
1821
  }
966
1822
  },
1823
+ "DescribeEffectiveInstanceAssociationsRequest":{
1824
+ "type":"structure",
1825
+ "required":["InstanceId"],
1826
+ "members":{
1827
+ "InstanceId":{"shape":"InstanceId"},
1828
+ "MaxResults":{
1829
+ "shape":"EffectiveInstanceAssociationMaxResults",
1830
+ "box":true
1831
+ },
1832
+ "NextToken":{"shape":"NextToken"}
1833
+ }
1834
+ },
1835
+ "DescribeEffectiveInstanceAssociationsResult":{
1836
+ "type":"structure",
1837
+ "members":{
1838
+ "Associations":{"shape":"InstanceAssociationList"},
1839
+ "NextToken":{"shape":"NextToken"}
1840
+ }
1841
+ },
1842
+ "DescribeInstanceAssociationsStatusRequest":{
1843
+ "type":"structure",
1844
+ "required":["InstanceId"],
1845
+ "members":{
1846
+ "InstanceId":{"shape":"InstanceId"},
1847
+ "MaxResults":{
1848
+ "shape":"MaxResults",
1849
+ "box":true
1850
+ },
1851
+ "NextToken":{"shape":"NextToken"}
1852
+ }
1853
+ },
1854
+ "DescribeInstanceAssociationsStatusResult":{
1855
+ "type":"structure",
1856
+ "members":{
1857
+ "InstanceAssociationStatusInfos":{"shape":"InstanceAssociationStatusInfos"},
1858
+ "NextToken":{"shape":"NextToken"}
1859
+ }
1860
+ },
967
1861
  "DescribeInstanceInformationRequest":{
968
1862
  "type":"structure",
969
1863
  "members":{
970
1864
  "InstanceInformationFilterList":{"shape":"InstanceInformationFilterList"},
1865
+ "Filters":{"shape":"InstanceInformationStringFilterList"},
971
1866
  "MaxResults":{
972
1867
  "shape":"MaxResultsEC2Compatible",
973
1868
  "box":true
@@ -982,6 +1877,146 @@
982
1877
  "NextToken":{"shape":"NextToken"}
983
1878
  }
984
1879
  },
1880
+ "DescribeMaintenanceWindowExecutionTaskInvocationsRequest":{
1881
+ "type":"structure",
1882
+ "required":[
1883
+ "WindowExecutionId",
1884
+ "TaskId"
1885
+ ],
1886
+ "members":{
1887
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
1888
+ "TaskId":{"shape":"MaintenanceWindowExecutionTaskId"},
1889
+ "Filters":{"shape":"MaintenanceWindowFilterList"},
1890
+ "MaxResults":{
1891
+ "shape":"MaintenanceWindowMaxResults",
1892
+ "box":true
1893
+ },
1894
+ "NextToken":{"shape":"NextToken"}
1895
+ }
1896
+ },
1897
+ "DescribeMaintenanceWindowExecutionTaskInvocationsResult":{
1898
+ "type":"structure",
1899
+ "members":{
1900
+ "WindowExecutionTaskInvocationIdentities":{"shape":"MaintenanceWindowExecutionTaskInvocationIdentityList"},
1901
+ "NextToken":{"shape":"NextToken"}
1902
+ }
1903
+ },
1904
+ "DescribeMaintenanceWindowExecutionTasksRequest":{
1905
+ "type":"structure",
1906
+ "required":["WindowExecutionId"],
1907
+ "members":{
1908
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
1909
+ "Filters":{"shape":"MaintenanceWindowFilterList"},
1910
+ "MaxResults":{
1911
+ "shape":"MaintenanceWindowMaxResults",
1912
+ "box":true
1913
+ },
1914
+ "NextToken":{"shape":"NextToken"}
1915
+ }
1916
+ },
1917
+ "DescribeMaintenanceWindowExecutionTasksResult":{
1918
+ "type":"structure",
1919
+ "members":{
1920
+ "WindowExecutionTaskIdentities":{"shape":"MaintenanceWindowExecutionTaskIdentityList"},
1921
+ "NextToken":{"shape":"NextToken"}
1922
+ }
1923
+ },
1924
+ "DescribeMaintenanceWindowExecutionsRequest":{
1925
+ "type":"structure",
1926
+ "required":["WindowId"],
1927
+ "members":{
1928
+ "WindowId":{"shape":"MaintenanceWindowId"},
1929
+ "Filters":{"shape":"MaintenanceWindowFilterList"},
1930
+ "MaxResults":{
1931
+ "shape":"MaintenanceWindowMaxResults",
1932
+ "box":true
1933
+ },
1934
+ "NextToken":{"shape":"NextToken"}
1935
+ }
1936
+ },
1937
+ "DescribeMaintenanceWindowExecutionsResult":{
1938
+ "type":"structure",
1939
+ "members":{
1940
+ "WindowExecutions":{"shape":"MaintenanceWindowExecutionList"},
1941
+ "NextToken":{"shape":"NextToken"}
1942
+ }
1943
+ },
1944
+ "DescribeMaintenanceWindowTargetsRequest":{
1945
+ "type":"structure",
1946
+ "required":["WindowId"],
1947
+ "members":{
1948
+ "WindowId":{"shape":"MaintenanceWindowId"},
1949
+ "Filters":{"shape":"MaintenanceWindowFilterList"},
1950
+ "MaxResults":{
1951
+ "shape":"MaintenanceWindowMaxResults",
1952
+ "box":true
1953
+ },
1954
+ "NextToken":{"shape":"NextToken"}
1955
+ }
1956
+ },
1957
+ "DescribeMaintenanceWindowTargetsResult":{
1958
+ "type":"structure",
1959
+ "members":{
1960
+ "Targets":{"shape":"MaintenanceWindowTargetList"},
1961
+ "NextToken":{"shape":"NextToken"}
1962
+ }
1963
+ },
1964
+ "DescribeMaintenanceWindowTasksRequest":{
1965
+ "type":"structure",
1966
+ "required":["WindowId"],
1967
+ "members":{
1968
+ "WindowId":{"shape":"MaintenanceWindowId"},
1969
+ "Filters":{"shape":"MaintenanceWindowFilterList"},
1970
+ "MaxResults":{
1971
+ "shape":"MaintenanceWindowMaxResults",
1972
+ "box":true
1973
+ },
1974
+ "NextToken":{"shape":"NextToken"}
1975
+ }
1976
+ },
1977
+ "DescribeMaintenanceWindowTasksResult":{
1978
+ "type":"structure",
1979
+ "members":{
1980
+ "Tasks":{"shape":"MaintenanceWindowTaskList"},
1981
+ "NextToken":{"shape":"NextToken"}
1982
+ }
1983
+ },
1984
+ "DescribeMaintenanceWindowsRequest":{
1985
+ "type":"structure",
1986
+ "members":{
1987
+ "Filters":{"shape":"MaintenanceWindowFilterList"},
1988
+ "MaxResults":{
1989
+ "shape":"MaintenanceWindowMaxResults",
1990
+ "box":true
1991
+ },
1992
+ "NextToken":{"shape":"NextToken"}
1993
+ }
1994
+ },
1995
+ "DescribeMaintenanceWindowsResult":{
1996
+ "type":"structure",
1997
+ "members":{
1998
+ "WindowIdentities":{"shape":"MaintenanceWindowIdentityList"},
1999
+ "NextToken":{"shape":"NextToken"}
2000
+ }
2001
+ },
2002
+ "DescribeParametersRequest":{
2003
+ "type":"structure",
2004
+ "members":{
2005
+ "Filters":{"shape":"ParametersFilterList"},
2006
+ "MaxResults":{
2007
+ "shape":"MaxResults",
2008
+ "box":true
2009
+ },
2010
+ "NextToken":{"shape":"NextToken"}
2011
+ }
2012
+ },
2013
+ "DescribeParametersResult":{
2014
+ "type":"structure",
2015
+ "members":{
2016
+ "Parameters":{"shape":"ParameterMetadataList"},
2017
+ "NextToken":{"shape":"NextToken"}
2018
+ }
2019
+ },
985
2020
  "DescriptionInDocument":{"type":"string"},
986
2021
  "DocumentARN":{
987
2022
  "type":"string",
@@ -998,6 +2033,13 @@
998
2033
  "type":"string",
999
2034
  "min":1
1000
2035
  },
2036
+ "DocumentDefaultVersionDescription":{
2037
+ "type":"structure",
2038
+ "members":{
2039
+ "Name":{"shape":"DocumentName"},
2040
+ "DefaultVersion":{"shape":"DocumentVersion"}
2041
+ }
2042
+ },
1001
2043
  "DocumentDescription":{
1002
2044
  "type":"structure",
1003
2045
  "members":{
@@ -1008,9 +2050,14 @@
1008
2050
  "Owner":{"shape":"DocumentOwner"},
1009
2051
  "CreatedDate":{"shape":"DateTime"},
1010
2052
  "Status":{"shape":"DocumentStatus"},
2053
+ "DocumentVersion":{"shape":"DocumentVersion"},
1011
2054
  "Description":{"shape":"DescriptionInDocument"},
1012
2055
  "Parameters":{"shape":"DocumentParameterList"},
1013
- "PlatformTypes":{"shape":"PlatformTypeList"}
2056
+ "PlatformTypes":{"shape":"PlatformTypeList"},
2057
+ "DocumentType":{"shape":"DocumentType"},
2058
+ "SchemaVersion":{"shape":"DocumentSchemaVersion"},
2059
+ "LatestVersion":{"shape":"DocumentVersion"},
2060
+ "DefaultVersion":{"shape":"DocumentVersion"}
1014
2061
  }
1015
2062
  },
1016
2063
  "DocumentFilter":{
@@ -1029,7 +2076,8 @@
1029
2076
  "enum":[
1030
2077
  "Name",
1031
2078
  "Owner",
1032
- "PlatformTypes"
2079
+ "PlatformTypes",
2080
+ "DocumentType"
1033
2081
  ]
1034
2082
  },
1035
2083
  "DocumentFilterList":{
@@ -1060,7 +2108,10 @@
1060
2108
  "members":{
1061
2109
  "Name":{"shape":"DocumentARN"},
1062
2110
  "Owner":{"shape":"DocumentOwner"},
1063
- "PlatformTypes":{"shape":"PlatformTypeList"}
2111
+ "PlatformTypes":{"shape":"PlatformTypeList"},
2112
+ "DocumentVersion":{"shape":"DocumentVersion"},
2113
+ "DocumentType":{"shape":"DocumentType"},
2114
+ "SchemaVersion":{"shape":"DocumentSchemaVersion"}
1064
2115
  }
1065
2116
  },
1066
2117
  "DocumentIdentifierList":{
@@ -1119,21 +2170,83 @@
1119
2170
  "type":"string",
1120
2171
  "enum":["Share"]
1121
2172
  },
2173
+ "DocumentSchemaVersion":{
2174
+ "type":"string",
2175
+ "pattern":"([0-9]+)\\.([0-9]+)"
2176
+ },
1122
2177
  "DocumentSha1":{"type":"string"},
1123
2178
  "DocumentStatus":{
1124
2179
  "type":"string",
1125
2180
  "enum":[
1126
2181
  "Creating",
1127
2182
  "Active",
2183
+ "Updating",
1128
2184
  "Deleting"
1129
2185
  ]
1130
2186
  },
2187
+ "DocumentType":{
2188
+ "type":"string",
2189
+ "enum":[
2190
+ "Command",
2191
+ "Policy",
2192
+ "Automation"
2193
+ ]
2194
+ },
2195
+ "DocumentVersion":{
2196
+ "type":"string",
2197
+ "pattern":"([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)"
2198
+ },
2199
+ "DocumentVersionInfo":{
2200
+ "type":"structure",
2201
+ "members":{
2202
+ "Name":{"shape":"DocumentName"},
2203
+ "DocumentVersion":{"shape":"DocumentVersion"},
2204
+ "CreatedDate":{"shape":"DateTime"},
2205
+ "IsDefaultVersion":{"shape":"Boolean"}
2206
+ }
2207
+ },
2208
+ "DocumentVersionLimitExceeded":{
2209
+ "type":"structure",
2210
+ "members":{
2211
+ "Message":{"shape":"String"}
2212
+ },
2213
+ "exception":true
2214
+ },
2215
+ "DocumentVersionList":{
2216
+ "type":"list",
2217
+ "member":{"shape":"DocumentVersionInfo"},
2218
+ "min":1
2219
+ },
2220
+ "DocumentVersionNumber":{
2221
+ "type":"string",
2222
+ "pattern":"(^[1-9][0-9]*$)"
2223
+ },
2224
+ "DoesNotExistException":{
2225
+ "type":"structure",
2226
+ "members":{
2227
+ "Message":{"shape":"String"}
2228
+ },
2229
+ "exception":true
2230
+ },
2231
+ "DuplicateDocumentContent":{
2232
+ "type":"structure",
2233
+ "members":{
2234
+ "Message":{"shape":"String"}
2235
+ },
2236
+ "exception":true
2237
+ },
1131
2238
  "DuplicateInstanceId":{
1132
2239
  "type":"structure",
1133
2240
  "members":{
1134
2241
  },
1135
2242
  "exception":true
1136
2243
  },
2244
+ "EffectiveInstanceAssociationMaxResults":{
2245
+ "type":"integer",
2246
+ "max":5,
2247
+ "min":1
2248
+ },
2249
+ "ErrorCount":{"type":"integer"},
1137
2250
  "ExpirationDate":{"type":"timestamp"},
1138
2251
  "FailedCreateAssociation":{
1139
2252
  "type":"structure",
@@ -1158,42 +2271,309 @@
1158
2271
  "Unknown"
1159
2272
  ]
1160
2273
  },
1161
- "GetDocumentRequest":{
2274
+ "GetAutomationExecutionRequest":{
1162
2275
  "type":"structure",
1163
- "required":["Name"],
2276
+ "required":["AutomationExecutionId"],
1164
2277
  "members":{
1165
- "Name":{"shape":"DocumentARN"}
2278
+ "AutomationExecutionId":{"shape":"AutomationExecutionId"}
1166
2279
  }
1167
2280
  },
1168
- "GetDocumentResult":{
2281
+ "GetAutomationExecutionResult":{
1169
2282
  "type":"structure",
1170
2283
  "members":{
1171
- "Name":{"shape":"DocumentARN"},
1172
- "Content":{"shape":"DocumentContent"}
2284
+ "AutomationExecution":{"shape":"AutomationExecution"}
1173
2285
  }
1174
2286
  },
1175
- "IPAddress":{
1176
- "type":"string",
1177
- "max":46,
1178
- "min":1
1179
- },
1180
- "IamRole":{
1181
- "type":"string",
1182
- "max":64
1183
- },
1184
- "InstanceId":{
1185
- "type":"string",
1186
- "pattern":"(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)"
1187
- },
1188
- "InstanceIdList":{
1189
- "type":"list",
1190
- "member":{"shape":"InstanceId"},
1191
- "max":50,
1192
- "min":1
1193
- },
1194
- "InstanceInformation":{
2287
+ "GetCommandInvocationRequest":{
1195
2288
  "type":"structure",
1196
- "members":{
2289
+ "required":[
2290
+ "CommandId",
2291
+ "InstanceId"
2292
+ ],
2293
+ "members":{
2294
+ "CommandId":{"shape":"CommandId"},
2295
+ "InstanceId":{"shape":"InstanceId"},
2296
+ "PluginName":{"shape":"CommandPluginName"}
2297
+ }
2298
+ },
2299
+ "GetCommandInvocationResult":{
2300
+ "type":"structure",
2301
+ "members":{
2302
+ "CommandId":{"shape":"CommandId"},
2303
+ "InstanceId":{"shape":"InstanceId"},
2304
+ "Comment":{"shape":"Comment"},
2305
+ "DocumentName":{"shape":"DocumentName"},
2306
+ "PluginName":{"shape":"CommandPluginName"},
2307
+ "ResponseCode":{"shape":"ResponseCode"},
2308
+ "ExecutionStartDateTime":{"shape":"StringDateTime"},
2309
+ "ExecutionElapsedTime":{"shape":"StringDateTime"},
2310
+ "ExecutionEndDateTime":{"shape":"StringDateTime"},
2311
+ "Status":{"shape":"CommandInvocationStatus"},
2312
+ "StatusDetails":{"shape":"StatusDetails"},
2313
+ "StandardOutputContent":{"shape":"StandardOutputContent"},
2314
+ "StandardOutputUrl":{"shape":"Url"},
2315
+ "StandardErrorContent":{"shape":"StandardErrorContent"},
2316
+ "StandardErrorUrl":{"shape":"Url"}
2317
+ }
2318
+ },
2319
+ "GetDocumentRequest":{
2320
+ "type":"structure",
2321
+ "required":["Name"],
2322
+ "members":{
2323
+ "Name":{"shape":"DocumentARN"},
2324
+ "DocumentVersion":{"shape":"DocumentVersion"}
2325
+ }
2326
+ },
2327
+ "GetDocumentResult":{
2328
+ "type":"structure",
2329
+ "members":{
2330
+ "Name":{"shape":"DocumentARN"},
2331
+ "DocumentVersion":{"shape":"DocumentVersion"},
2332
+ "Content":{"shape":"DocumentContent"},
2333
+ "DocumentType":{"shape":"DocumentType"}
2334
+ }
2335
+ },
2336
+ "GetInventoryRequest":{
2337
+ "type":"structure",
2338
+ "members":{
2339
+ "Filters":{"shape":"InventoryFilterList"},
2340
+ "ResultAttributes":{"shape":"ResultAttributeList"},
2341
+ "NextToken":{"shape":"NextToken"},
2342
+ "MaxResults":{
2343
+ "shape":"MaxResults",
2344
+ "box":true
2345
+ }
2346
+ }
2347
+ },
2348
+ "GetInventoryResult":{
2349
+ "type":"structure",
2350
+ "members":{
2351
+ "Entities":{"shape":"InventoryResultEntityList"},
2352
+ "NextToken":{"shape":"NextToken"}
2353
+ }
2354
+ },
2355
+ "GetInventorySchemaMaxResults":{
2356
+ "type":"integer",
2357
+ "max":200,
2358
+ "min":50
2359
+ },
2360
+ "GetInventorySchemaRequest":{
2361
+ "type":"structure",
2362
+ "members":{
2363
+ "TypeName":{"shape":"InventoryItemTypeNameFilter"},
2364
+ "NextToken":{"shape":"NextToken"},
2365
+ "MaxResults":{
2366
+ "shape":"GetInventorySchemaMaxResults",
2367
+ "box":true
2368
+ }
2369
+ }
2370
+ },
2371
+ "GetInventorySchemaResult":{
2372
+ "type":"structure",
2373
+ "members":{
2374
+ "Schemas":{"shape":"InventoryItemSchemaResultList"},
2375
+ "NextToken":{"shape":"NextToken"}
2376
+ }
2377
+ },
2378
+ "GetMaintenanceWindowExecutionRequest":{
2379
+ "type":"structure",
2380
+ "required":["WindowExecutionId"],
2381
+ "members":{
2382
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}
2383
+ }
2384
+ },
2385
+ "GetMaintenanceWindowExecutionResult":{
2386
+ "type":"structure",
2387
+ "members":{
2388
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
2389
+ "TaskIds":{"shape":"MaintenanceWindowExecutionTaskIdList"},
2390
+ "Status":{"shape":"MaintenanceWindowExecutionStatus"},
2391
+ "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"},
2392
+ "StartTime":{"shape":"DateTime"},
2393
+ "EndTime":{"shape":"DateTime"}
2394
+ }
2395
+ },
2396
+ "GetMaintenanceWindowExecutionTaskRequest":{
2397
+ "type":"structure",
2398
+ "required":[
2399
+ "WindowExecutionId",
2400
+ "TaskId"
2401
+ ],
2402
+ "members":{
2403
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
2404
+ "TaskId":{"shape":"MaintenanceWindowExecutionTaskId"}
2405
+ }
2406
+ },
2407
+ "GetMaintenanceWindowExecutionTaskResult":{
2408
+ "type":"structure",
2409
+ "members":{
2410
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
2411
+ "TaskExecutionId":{"shape":"MaintenanceWindowExecutionTaskId"},
2412
+ "TaskArn":{"shape":"MaintenanceWindowTaskArn"},
2413
+ "ServiceRole":{"shape":"ServiceRole"},
2414
+ "Type":{"shape":"MaintenanceWindowTaskType"},
2415
+ "TaskParameters":{"shape":"MaintenanceWindowTaskParametersList"},
2416
+ "Priority":{"shape":"MaintenanceWindowTaskPriority"},
2417
+ "MaxConcurrency":{"shape":"VelocityConstraint"},
2418
+ "MaxErrors":{"shape":"VelocityConstraint"},
2419
+ "Status":{"shape":"MaintenanceWindowExecutionStatus"},
2420
+ "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"},
2421
+ "StartTime":{"shape":"DateTime"},
2422
+ "EndTime":{"shape":"DateTime"}
2423
+ }
2424
+ },
2425
+ "GetMaintenanceWindowRequest":{
2426
+ "type":"structure",
2427
+ "required":["WindowId"],
2428
+ "members":{
2429
+ "WindowId":{"shape":"MaintenanceWindowId"}
2430
+ }
2431
+ },
2432
+ "GetMaintenanceWindowResult":{
2433
+ "type":"structure",
2434
+ "members":{
2435
+ "WindowId":{"shape":"MaintenanceWindowId"},
2436
+ "Name":{"shape":"MaintenanceWindowName"},
2437
+ "Schedule":{"shape":"MaintenanceWindowSchedule"},
2438
+ "Duration":{"shape":"MaintenanceWindowDurationHours"},
2439
+ "Cutoff":{"shape":"MaintenanceWindowCutoff"},
2440
+ "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
2441
+ "Enabled":{"shape":"MaintenanceWindowEnabled"},
2442
+ "CreatedDate":{"shape":"DateTime"},
2443
+ "ModifiedDate":{"shape":"DateTime"}
2444
+ }
2445
+ },
2446
+ "GetParameterHistoryRequest":{
2447
+ "type":"structure",
2448
+ "required":["Name"],
2449
+ "members":{
2450
+ "Name":{"shape":"PSParameterName"},
2451
+ "WithDecryption":{
2452
+ "shape":"Boolean",
2453
+ "box":true
2454
+ },
2455
+ "MaxResults":{
2456
+ "shape":"MaxResults",
2457
+ "box":true
2458
+ },
2459
+ "NextToken":{"shape":"NextToken"}
2460
+ }
2461
+ },
2462
+ "GetParameterHistoryResult":{
2463
+ "type":"structure",
2464
+ "members":{
2465
+ "Parameters":{"shape":"ParameterHistoryList"},
2466
+ "NextToken":{"shape":"NextToken"}
2467
+ }
2468
+ },
2469
+ "GetParametersRequest":{
2470
+ "type":"structure",
2471
+ "required":["Names"],
2472
+ "members":{
2473
+ "Names":{"shape":"ParameterNameList"},
2474
+ "WithDecryption":{
2475
+ "shape":"Boolean",
2476
+ "box":true
2477
+ }
2478
+ }
2479
+ },
2480
+ "GetParametersResult":{
2481
+ "type":"structure",
2482
+ "members":{
2483
+ "Parameters":{"shape":"ParameterList"},
2484
+ "InvalidParameters":{"shape":"ParameterNameList"}
2485
+ }
2486
+ },
2487
+ "IPAddress":{
2488
+ "type":"string",
2489
+ "max":46,
2490
+ "min":1
2491
+ },
2492
+ "IamRole":{
2493
+ "type":"string",
2494
+ "max":64
2495
+ },
2496
+ "IdempotentParameterMismatch":{
2497
+ "type":"structure",
2498
+ "members":{
2499
+ "Message":{"shape":"String"}
2500
+ },
2501
+ "exception":true
2502
+ },
2503
+ "InstanceAggregatedAssociationOverview":{
2504
+ "type":"structure",
2505
+ "members":{
2506
+ "DetailedStatus":{"shape":"StatusName"},
2507
+ "InstanceAssociationStatusAggregatedCount":{"shape":"InstanceAssociationStatusAggregatedCount"}
2508
+ }
2509
+ },
2510
+ "InstanceAssociation":{
2511
+ "type":"structure",
2512
+ "members":{
2513
+ "AssociationId":{"shape":"AssociationId"},
2514
+ "InstanceId":{"shape":"InstanceId"},
2515
+ "Content":{"shape":"DocumentContent"}
2516
+ }
2517
+ },
2518
+ "InstanceAssociationExecutionSummary":{
2519
+ "type":"string",
2520
+ "max":512,
2521
+ "min":1
2522
+ },
2523
+ "InstanceAssociationList":{
2524
+ "type":"list",
2525
+ "member":{"shape":"InstanceAssociation"}
2526
+ },
2527
+ "InstanceAssociationOutputLocation":{
2528
+ "type":"structure",
2529
+ "members":{
2530
+ "S3Location":{"shape":"S3OutputLocation"}
2531
+ }
2532
+ },
2533
+ "InstanceAssociationOutputUrl":{
2534
+ "type":"structure",
2535
+ "members":{
2536
+ "S3OutputUrl":{"shape":"S3OutputUrl"}
2537
+ }
2538
+ },
2539
+ "InstanceAssociationStatusAggregatedCount":{
2540
+ "type":"map",
2541
+ "key":{"shape":"StatusName"},
2542
+ "value":{"shape":"InstanceCount"}
2543
+ },
2544
+ "InstanceAssociationStatusInfo":{
2545
+ "type":"structure",
2546
+ "members":{
2547
+ "AssociationId":{"shape":"AssociationId"},
2548
+ "Name":{"shape":"DocumentName"},
2549
+ "DocumentVersion":{"shape":"DocumentVersion"},
2550
+ "InstanceId":{"shape":"InstanceId"},
2551
+ "ExecutionDate":{"shape":"DateTime"},
2552
+ "Status":{"shape":"StatusName"},
2553
+ "DetailedStatus":{"shape":"StatusName"},
2554
+ "ExecutionSummary":{"shape":"InstanceAssociationExecutionSummary"},
2555
+ "ErrorCode":{"shape":"AgentErrorCode"},
2556
+ "OutputUrl":{"shape":"InstanceAssociationOutputUrl"}
2557
+ }
2558
+ },
2559
+ "InstanceAssociationStatusInfos":{
2560
+ "type":"list",
2561
+ "member":{"shape":"InstanceAssociationStatusInfo"}
2562
+ },
2563
+ "InstanceCount":{"type":"integer"},
2564
+ "InstanceId":{
2565
+ "type":"string",
2566
+ "pattern":"(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)"
2567
+ },
2568
+ "InstanceIdList":{
2569
+ "type":"list",
2570
+ "member":{"shape":"InstanceId"},
2571
+ "max":50,
2572
+ "min":0
2573
+ },
2574
+ "InstanceInformation":{
2575
+ "type":"structure",
2576
+ "members":{
1197
2577
  "InstanceId":{"shape":"InstanceId"},
1198
2578
  "PingStatus":{"shape":"PingStatus"},
1199
2579
  "LastPingDateTime":{
@@ -1217,7 +2597,11 @@
1217
2597
  "ResourceType":{"shape":"ResourceType"},
1218
2598
  "Name":{"shape":"String"},
1219
2599
  "IPAddress":{"shape":"IPAddress"},
1220
- "ComputerName":{"shape":"ComputerName"}
2600
+ "ComputerName":{"shape":"ComputerName"},
2601
+ "AssociationStatus":{"shape":"StatusName"},
2602
+ "LastAssociationExecutionDate":{"shape":"DateTime"},
2603
+ "LastSuccessfulAssociationExecutionDate":{"shape":"DateTime"},
2604
+ "AssociationOverview":{"shape":"InstanceAggregatedAssociationOverview"}
1221
2605
  }
1222
2606
  },
1223
2607
  "InstanceInformationFilter":{
@@ -1240,7 +2624,8 @@
1240
2624
  "PlatformTypes",
1241
2625
  "ActivationIds",
1242
2626
  "IamRole",
1243
- "ResourceType"
2627
+ "ResourceType",
2628
+ "AssociationStatus"
1244
2629
  ]
1245
2630
  },
1246
2631
  "InstanceInformationFilterList":{
@@ -1249,7 +2634,7 @@
1249
2634
  "shape":"InstanceInformationFilter",
1250
2635
  "locationName":"InstanceInformationFilter"
1251
2636
  },
1252
- "min":1
2637
+ "min":0
1253
2638
  },
1254
2639
  "InstanceInformationFilterValue":{
1255
2640
  "type":"string",
@@ -1271,6 +2656,33 @@
1271
2656
  "locationName":"InstanceInformation"
1272
2657
  }
1273
2658
  },
2659
+ "InstanceInformationStringFilter":{
2660
+ "type":"structure",
2661
+ "required":[
2662
+ "Key",
2663
+ "Values"
2664
+ ],
2665
+ "members":{
2666
+ "Key":{"shape":"InstanceInformationStringFilterKey"},
2667
+ "Values":{"shape":"InstanceInformationFilterValueSet"}
2668
+ }
2669
+ },
2670
+ "InstanceInformationStringFilterKey":{
2671
+ "type":"string",
2672
+ "min":1
2673
+ },
2674
+ "InstanceInformationStringFilterList":{
2675
+ "type":"list",
2676
+ "member":{
2677
+ "shape":"InstanceInformationStringFilter",
2678
+ "locationName":"InstanceInformationStringFilter"
2679
+ },
2680
+ "min":0
2681
+ },
2682
+ "InstanceTagName":{
2683
+ "type":"string",
2684
+ "max":255
2685
+ },
1274
2686
  "InternalServerError":{
1275
2687
  "type":"structure",
1276
2688
  "members":{
@@ -1292,6 +2704,13 @@
1292
2704
  },
1293
2705
  "exception":true
1294
2706
  },
2707
+ "InvalidAutomationExecutionParametersException":{
2708
+ "type":"structure",
2709
+ "members":{
2710
+ "Message":{"shape":"String"}
2711
+ },
2712
+ "exception":true
2713
+ },
1295
2714
  "InvalidCommandId":{
1296
2715
  "type":"structure",
1297
2716
  "members":{
@@ -1319,6 +2738,20 @@
1319
2738
  },
1320
2739
  "exception":true
1321
2740
  },
2741
+ "InvalidDocumentSchemaVersion":{
2742
+ "type":"structure",
2743
+ "members":{
2744
+ "Message":{"shape":"String"}
2745
+ },
2746
+ "exception":true
2747
+ },
2748
+ "InvalidDocumentVersion":{
2749
+ "type":"structure",
2750
+ "members":{
2751
+ "Message":{"shape":"String"}
2752
+ },
2753
+ "exception":true
2754
+ },
1322
2755
  "InvalidFilter":{
1323
2756
  "type":"structure",
1324
2757
  "members":{
@@ -1332,6 +2765,13 @@
1332
2765
  },
1333
2766
  "exception":true
1334
2767
  },
2768
+ "InvalidFilterValue":{
2769
+ "type":"structure",
2770
+ "members":{
2771
+ "Message":{"shape":"String"}
2772
+ },
2773
+ "exception":true
2774
+ },
1335
2775
  "InvalidInstanceId":{
1336
2776
  "type":"structure",
1337
2777
  "members":{
@@ -1346,6 +2786,21 @@
1346
2786
  },
1347
2787
  "exception":true
1348
2788
  },
2789
+ "InvalidItemContentException":{
2790
+ "type":"structure",
2791
+ "members":{
2792
+ "TypeName":{"shape":"InventoryItemTypeName"},
2793
+ "Message":{"shape":"String"}
2794
+ },
2795
+ "exception":true
2796
+ },
2797
+ "InvalidKeyId":{
2798
+ "type":"structure",
2799
+ "members":{
2800
+ "message":{"shape":"String"}
2801
+ },
2802
+ "exception":true
2803
+ },
1349
2804
  "InvalidNextToken":{
1350
2805
  "type":"structure",
1351
2806
  "members":{
@@ -1365,6 +2820,12 @@
1365
2820
  },
1366
2821
  "exception":true
1367
2822
  },
2823
+ "InvalidOutputLocation":{
2824
+ "type":"structure",
2825
+ "members":{
2826
+ },
2827
+ "exception":true
2828
+ },
1368
2829
  "InvalidParameters":{
1369
2830
  "type":"structure",
1370
2831
  "members":{
@@ -1379,6 +2840,12 @@
1379
2840
  },
1380
2841
  "exception":true
1381
2842
  },
2843
+ "InvalidPluginName":{
2844
+ "type":"structure",
2845
+ "members":{
2846
+ },
2847
+ "exception":true
2848
+ },
1382
2849
  "InvalidResourceId":{
1383
2850
  "type":"structure",
1384
2851
  "members":{
@@ -1391,27 +2858,269 @@
1391
2858
  },
1392
2859
  "exception":true
1393
2860
  },
1394
- "InvalidRole":{
2861
+ "InvalidResultAttributeException":{
1395
2862
  "type":"structure",
1396
2863
  "members":{
1397
2864
  "Message":{"shape":"String"}
1398
2865
  },
1399
2866
  "exception":true
1400
2867
  },
1401
- "InvocationTraceOutput":{
1402
- "type":"string",
1403
- "max":2500
1404
- },
1405
- "KeyList":{
1406
- "type":"list",
1407
- "member":{"shape":"TagKey"}
1408
- },
1409
- "ListAssociationsRequest":{
2868
+ "InvalidRole":{
1410
2869
  "type":"structure",
1411
- "required":["AssociationFilterList"],
1412
2870
  "members":{
1413
- "AssociationFilterList":{"shape":"AssociationFilterList"},
1414
- "MaxResults":{
2871
+ "Message":{"shape":"String"}
2872
+ },
2873
+ "exception":true
2874
+ },
2875
+ "InvalidSchedule":{
2876
+ "type":"structure",
2877
+ "members":{
2878
+ "Message":{"shape":"String"}
2879
+ },
2880
+ "exception":true
2881
+ },
2882
+ "InvalidTarget":{
2883
+ "type":"structure",
2884
+ "members":{
2885
+ "Message":{"shape":"String"}
2886
+ },
2887
+ "exception":true
2888
+ },
2889
+ "InvalidTypeNameException":{
2890
+ "type":"structure",
2891
+ "members":{
2892
+ "Message":{"shape":"String"}
2893
+ },
2894
+ "exception":true
2895
+ },
2896
+ "InvalidUpdate":{
2897
+ "type":"structure",
2898
+ "members":{
2899
+ "Message":{"shape":"String"}
2900
+ },
2901
+ "exception":true
2902
+ },
2903
+ "InventoryAttributeDataType":{
2904
+ "type":"string",
2905
+ "enum":[
2906
+ "string",
2907
+ "number"
2908
+ ]
2909
+ },
2910
+ "InventoryFilter":{
2911
+ "type":"structure",
2912
+ "required":[
2913
+ "Key",
2914
+ "Values"
2915
+ ],
2916
+ "members":{
2917
+ "Key":{"shape":"InventoryFilterKey"},
2918
+ "Values":{"shape":"InventoryFilterValueList"},
2919
+ "Type":{"shape":"InventoryQueryOperatorType"}
2920
+ }
2921
+ },
2922
+ "InventoryFilterKey":{
2923
+ "type":"string",
2924
+ "max":200,
2925
+ "min":1
2926
+ },
2927
+ "InventoryFilterList":{
2928
+ "type":"list",
2929
+ "member":{
2930
+ "shape":"InventoryFilter",
2931
+ "locationName":"InventoryFilter"
2932
+ },
2933
+ "max":5,
2934
+ "min":1
2935
+ },
2936
+ "InventoryFilterValue":{"type":"string"},
2937
+ "InventoryFilterValueList":{
2938
+ "type":"list",
2939
+ "member":{
2940
+ "shape":"InventoryFilterValue",
2941
+ "locationName":"FilterValue"
2942
+ },
2943
+ "max":20,
2944
+ "min":1
2945
+ },
2946
+ "InventoryItem":{
2947
+ "type":"structure",
2948
+ "required":[
2949
+ "TypeName",
2950
+ "SchemaVersion",
2951
+ "CaptureTime"
2952
+ ],
2953
+ "members":{
2954
+ "TypeName":{"shape":"InventoryItemTypeName"},
2955
+ "SchemaVersion":{"shape":"InventoryItemSchemaVersion"},
2956
+ "CaptureTime":{"shape":"InventoryItemCaptureTime"},
2957
+ "ContentHash":{"shape":"InventoryItemContentHash"},
2958
+ "Content":{"shape":"InventoryItemEntryList"}
2959
+ }
2960
+ },
2961
+ "InventoryItemAttribute":{
2962
+ "type":"structure",
2963
+ "required":[
2964
+ "Name",
2965
+ "DataType"
2966
+ ],
2967
+ "members":{
2968
+ "Name":{"shape":"InventoryItemAttributeName"},
2969
+ "DataType":{"shape":"InventoryAttributeDataType"}
2970
+ }
2971
+ },
2972
+ "InventoryItemAttributeList":{
2973
+ "type":"list",
2974
+ "member":{
2975
+ "shape":"InventoryItemAttribute",
2976
+ "locationName":"Attribute"
2977
+ },
2978
+ "max":50,
2979
+ "min":1
2980
+ },
2981
+ "InventoryItemAttributeName":{"type":"string"},
2982
+ "InventoryItemCaptureTime":{
2983
+ "type":"string",
2984
+ "pattern":"^(20)[0-9][0-9]-(0[1-9]|1[012])-([12][0-9]|3[01]|0[1-9])(T)(2[0-3]|[0-1][0-9])(:[0-5][0-9])(:[0-5][0-9])(Z)$"
2985
+ },
2986
+ "InventoryItemContentHash":{
2987
+ "type":"string",
2988
+ "max":256
2989
+ },
2990
+ "InventoryItemEntry":{
2991
+ "type":"map",
2992
+ "key":{"shape":"AttributeName"},
2993
+ "value":{"shape":"AttributeValue"},
2994
+ "max":50,
2995
+ "min":0
2996
+ },
2997
+ "InventoryItemEntryList":{
2998
+ "type":"list",
2999
+ "member":{"shape":"InventoryItemEntry"},
3000
+ "max":10000,
3001
+ "min":0
3002
+ },
3003
+ "InventoryItemList":{
3004
+ "type":"list",
3005
+ "member":{
3006
+ "shape":"InventoryItem",
3007
+ "locationName":"Item"
3008
+ },
3009
+ "max":30,
3010
+ "min":1
3011
+ },
3012
+ "InventoryItemSchema":{
3013
+ "type":"structure",
3014
+ "required":[
3015
+ "TypeName",
3016
+ "Attributes"
3017
+ ],
3018
+ "members":{
3019
+ "TypeName":{"shape":"InventoryItemTypeName"},
3020
+ "Version":{"shape":"InventoryItemSchemaVersion"},
3021
+ "Attributes":{"shape":"InventoryItemAttributeList"}
3022
+ }
3023
+ },
3024
+ "InventoryItemSchemaResultList":{
3025
+ "type":"list",
3026
+ "member":{"shape":"InventoryItemSchema"}
3027
+ },
3028
+ "InventoryItemSchemaVersion":{
3029
+ "type":"string",
3030
+ "pattern":"^([0-9]{1,6})(\\.[0-9]{1,6})$"
3031
+ },
3032
+ "InventoryItemTypeName":{
3033
+ "type":"string",
3034
+ "max":100,
3035
+ "min":1,
3036
+ "pattern":"^(AWS|Custom):.*$"
3037
+ },
3038
+ "InventoryItemTypeNameFilter":{
3039
+ "type":"string",
3040
+ "max":100,
3041
+ "min":0
3042
+ },
3043
+ "InventoryQueryOperatorType":{
3044
+ "type":"string",
3045
+ "enum":[
3046
+ "Equal",
3047
+ "NotEqual",
3048
+ "BeginWith",
3049
+ "LessThan",
3050
+ "GreaterThan"
3051
+ ]
3052
+ },
3053
+ "InventoryResultEntity":{
3054
+ "type":"structure",
3055
+ "members":{
3056
+ "Id":{"shape":"InventoryResultEntityId"},
3057
+ "Data":{"shape":"InventoryResultItemMap"}
3058
+ }
3059
+ },
3060
+ "InventoryResultEntityId":{"type":"string"},
3061
+ "InventoryResultEntityList":{
3062
+ "type":"list",
3063
+ "member":{
3064
+ "shape":"InventoryResultEntity",
3065
+ "locationName":"Entity"
3066
+ }
3067
+ },
3068
+ "InventoryResultItem":{
3069
+ "type":"structure",
3070
+ "required":[
3071
+ "TypeName",
3072
+ "SchemaVersion",
3073
+ "Content"
3074
+ ],
3075
+ "members":{
3076
+ "TypeName":{"shape":"InventoryItemTypeName"},
3077
+ "SchemaVersion":{"shape":"InventoryItemSchemaVersion"},
3078
+ "CaptureTime":{"shape":"InventoryItemCaptureTime"},
3079
+ "ContentHash":{"shape":"InventoryItemContentHash"},
3080
+ "Content":{"shape":"InventoryItemEntryList"}
3081
+ }
3082
+ },
3083
+ "InventoryResultItemKey":{"type":"string"},
3084
+ "InventoryResultItemMap":{
3085
+ "type":"map",
3086
+ "key":{"shape":"InventoryResultItemKey"},
3087
+ "value":{"shape":"InventoryResultItem"}
3088
+ },
3089
+ "InvocationDoesNotExist":{
3090
+ "type":"structure",
3091
+ "members":{
3092
+ },
3093
+ "exception":true
3094
+ },
3095
+ "InvocationTraceOutput":{
3096
+ "type":"string",
3097
+ "max":2500
3098
+ },
3099
+ "ItemContentMismatchException":{
3100
+ "type":"structure",
3101
+ "members":{
3102
+ "TypeName":{"shape":"InventoryItemTypeName"},
3103
+ "Message":{"shape":"String"}
3104
+ },
3105
+ "exception":true
3106
+ },
3107
+ "ItemSizeLimitExceededException":{
3108
+ "type":"structure",
3109
+ "members":{
3110
+ "TypeName":{"shape":"InventoryItemTypeName"},
3111
+ "Message":{"shape":"String"}
3112
+ },
3113
+ "exception":true
3114
+ },
3115
+ "KeyList":{
3116
+ "type":"list",
3117
+ "member":{"shape":"TagKey"}
3118
+ },
3119
+ "ListAssociationsRequest":{
3120
+ "type":"structure",
3121
+ "members":{
3122
+ "AssociationFilterList":{"shape":"AssociationFilterList"},
3123
+ "MaxResults":{
1415
3124
  "shape":"MaxResults",
1416
3125
  "box":true
1417
3126
  },
@@ -1466,6 +3175,25 @@
1466
3175
  "NextToken":{"shape":"NextToken"}
1467
3176
  }
1468
3177
  },
3178
+ "ListDocumentVersionsRequest":{
3179
+ "type":"structure",
3180
+ "required":["Name"],
3181
+ "members":{
3182
+ "Name":{"shape":"DocumentName"},
3183
+ "MaxResults":{
3184
+ "shape":"MaxResults",
3185
+ "box":true
3186
+ },
3187
+ "NextToken":{"shape":"NextToken"}
3188
+ }
3189
+ },
3190
+ "ListDocumentVersionsResult":{
3191
+ "type":"structure",
3192
+ "members":{
3193
+ "DocumentVersions":{"shape":"DocumentVersionList"},
3194
+ "NextToken":{"shape":"NextToken"}
3195
+ }
3196
+ },
1469
3197
  "ListDocumentsRequest":{
1470
3198
  "type":"structure",
1471
3199
  "members":{
@@ -1484,6 +3212,34 @@
1484
3212
  "NextToken":{"shape":"NextToken"}
1485
3213
  }
1486
3214
  },
3215
+ "ListInventoryEntriesRequest":{
3216
+ "type":"structure",
3217
+ "required":[
3218
+ "InstanceId",
3219
+ "TypeName"
3220
+ ],
3221
+ "members":{
3222
+ "InstanceId":{"shape":"InstanceId"},
3223
+ "TypeName":{"shape":"InventoryItemTypeName"},
3224
+ "Filters":{"shape":"InventoryFilterList"},
3225
+ "NextToken":{"shape":"NextToken"},
3226
+ "MaxResults":{
3227
+ "shape":"MaxResults",
3228
+ "box":true
3229
+ }
3230
+ }
3231
+ },
3232
+ "ListInventoryEntriesResult":{
3233
+ "type":"structure",
3234
+ "members":{
3235
+ "TypeName":{"shape":"InventoryItemTypeName"},
3236
+ "InstanceId":{"shape":"InstanceId"},
3237
+ "SchemaVersion":{"shape":"InventoryItemSchemaVersion"},
3238
+ "CaptureTime":{"shape":"InventoryItemCaptureTime"},
3239
+ "Entries":{"shape":"InventoryItemEntryList"},
3240
+ "NextToken":{"shape":"NextToken"}
3241
+ }
3242
+ },
1487
3243
  "ListTagsForResourceRequest":{
1488
3244
  "type":"structure",
1489
3245
  "required":[
@@ -1501,6 +3257,291 @@
1501
3257
  "TagList":{"shape":"TagList"}
1502
3258
  }
1503
3259
  },
3260
+ "LoggingInfo":{
3261
+ "type":"structure",
3262
+ "required":[
3263
+ "S3BucketName",
3264
+ "S3Region"
3265
+ ],
3266
+ "members":{
3267
+ "S3BucketName":{"shape":"S3BucketName"},
3268
+ "S3KeyPrefix":{"shape":"S3KeyPrefix"},
3269
+ "S3Region":{"shape":"S3Region"}
3270
+ }
3271
+ },
3272
+ "MaintenanceWindowAllowUnassociatedTargets":{"type":"boolean"},
3273
+ "MaintenanceWindowCutoff":{
3274
+ "type":"integer",
3275
+ "max":23,
3276
+ "min":0
3277
+ },
3278
+ "MaintenanceWindowDurationHours":{
3279
+ "type":"integer",
3280
+ "max":24,
3281
+ "min":1
3282
+ },
3283
+ "MaintenanceWindowEnabled":{"type":"boolean"},
3284
+ "MaintenanceWindowExecution":{
3285
+ "type":"structure",
3286
+ "members":{
3287
+ "WindowId":{"shape":"MaintenanceWindowId"},
3288
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
3289
+ "Status":{"shape":"MaintenanceWindowExecutionStatus"},
3290
+ "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"},
3291
+ "StartTime":{"shape":"DateTime"},
3292
+ "EndTime":{"shape":"DateTime"}
3293
+ }
3294
+ },
3295
+ "MaintenanceWindowExecutionId":{
3296
+ "type":"string",
3297
+ "max":36,
3298
+ "min":36,
3299
+ "pattern":"^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$"
3300
+ },
3301
+ "MaintenanceWindowExecutionList":{
3302
+ "type":"list",
3303
+ "member":{"shape":"MaintenanceWindowExecution"}
3304
+ },
3305
+ "MaintenanceWindowExecutionStatus":{
3306
+ "type":"string",
3307
+ "enum":[
3308
+ "PENDING",
3309
+ "IN_PROGRESS",
3310
+ "SUCCESS",
3311
+ "FAILED",
3312
+ "TIMED_OUT",
3313
+ "CANCELLING",
3314
+ "CANCELLED",
3315
+ "SKIPPED_OVERLAPPING"
3316
+ ]
3317
+ },
3318
+ "MaintenanceWindowExecutionStatusDetails":{
3319
+ "type":"string",
3320
+ "max":250,
3321
+ "min":0
3322
+ },
3323
+ "MaintenanceWindowExecutionTaskExecutionId":{"type":"string"},
3324
+ "MaintenanceWindowExecutionTaskId":{
3325
+ "type":"string",
3326
+ "max":36,
3327
+ "min":36,
3328
+ "pattern":"^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$"
3329
+ },
3330
+ "MaintenanceWindowExecutionTaskIdList":{
3331
+ "type":"list",
3332
+ "member":{"shape":"MaintenanceWindowExecutionTaskId"}
3333
+ },
3334
+ "MaintenanceWindowExecutionTaskIdentity":{
3335
+ "type":"structure",
3336
+ "members":{
3337
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
3338
+ "TaskExecutionId":{"shape":"MaintenanceWindowExecutionTaskId"},
3339
+ "Status":{"shape":"MaintenanceWindowExecutionStatus"},
3340
+ "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"},
3341
+ "StartTime":{"shape":"DateTime"},
3342
+ "EndTime":{"shape":"DateTime"},
3343
+ "TaskArn":{"shape":"MaintenanceWindowTaskArn"},
3344
+ "TaskType":{"shape":"MaintenanceWindowTaskType"}
3345
+ }
3346
+ },
3347
+ "MaintenanceWindowExecutionTaskIdentityList":{
3348
+ "type":"list",
3349
+ "member":{"shape":"MaintenanceWindowExecutionTaskIdentity"}
3350
+ },
3351
+ "MaintenanceWindowExecutionTaskInvocationId":{
3352
+ "type":"string",
3353
+ "max":36,
3354
+ "min":36,
3355
+ "pattern":"^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$"
3356
+ },
3357
+ "MaintenanceWindowExecutionTaskInvocationIdentity":{
3358
+ "type":"structure",
3359
+ "members":{
3360
+ "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"},
3361
+ "TaskExecutionId":{"shape":"MaintenanceWindowExecutionTaskId"},
3362
+ "InvocationId":{"shape":"MaintenanceWindowExecutionTaskInvocationId"},
3363
+ "ExecutionId":{"shape":"MaintenanceWindowExecutionTaskExecutionId"},
3364
+ "Parameters":{"shape":"MaintenanceWindowExecutionTaskInvocationParameters"},
3365
+ "Status":{"shape":"MaintenanceWindowExecutionStatus"},
3366
+ "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"},
3367
+ "StartTime":{"shape":"DateTime"},
3368
+ "EndTime":{"shape":"DateTime"},
3369
+ "OwnerInformation":{"shape":"OwnerInformation"},
3370
+ "WindowTargetId":{"shape":"MaintenanceWindowTaskTargetId"}
3371
+ }
3372
+ },
3373
+ "MaintenanceWindowExecutionTaskInvocationIdentityList":{
3374
+ "type":"list",
3375
+ "member":{"shape":"MaintenanceWindowExecutionTaskInvocationIdentity"}
3376
+ },
3377
+ "MaintenanceWindowExecutionTaskInvocationParameters":{
3378
+ "type":"string",
3379
+ "sensitive":true
3380
+ },
3381
+ "MaintenanceWindowFilter":{
3382
+ "type":"structure",
3383
+ "members":{
3384
+ "Key":{"shape":"MaintenanceWindowFilterKey"},
3385
+ "Values":{"shape":"MaintenanceWindowFilterValues"}
3386
+ }
3387
+ },
3388
+ "MaintenanceWindowFilterKey":{
3389
+ "type":"string",
3390
+ "max":128,
3391
+ "min":1
3392
+ },
3393
+ "MaintenanceWindowFilterList":{
3394
+ "type":"list",
3395
+ "member":{"shape":"MaintenanceWindowFilter"},
3396
+ "max":5,
3397
+ "min":0
3398
+ },
3399
+ "MaintenanceWindowFilterValue":{
3400
+ "type":"string",
3401
+ "max":256,
3402
+ "min":1
3403
+ },
3404
+ "MaintenanceWindowFilterValues":{
3405
+ "type":"list",
3406
+ "member":{"shape":"MaintenanceWindowFilterValue"}
3407
+ },
3408
+ "MaintenanceWindowId":{
3409
+ "type":"string",
3410
+ "max":20,
3411
+ "min":20,
3412
+ "pattern":"^mw-[0-9a-f]{17}$"
3413
+ },
3414
+ "MaintenanceWindowIdentity":{
3415
+ "type":"structure",
3416
+ "members":{
3417
+ "WindowId":{"shape":"MaintenanceWindowId"},
3418
+ "Name":{"shape":"MaintenanceWindowName"},
3419
+ "Enabled":{"shape":"MaintenanceWindowEnabled"},
3420
+ "Duration":{"shape":"MaintenanceWindowDurationHours"},
3421
+ "Cutoff":{"shape":"MaintenanceWindowCutoff"}
3422
+ }
3423
+ },
3424
+ "MaintenanceWindowIdentityList":{
3425
+ "type":"list",
3426
+ "member":{"shape":"MaintenanceWindowIdentity"}
3427
+ },
3428
+ "MaintenanceWindowMaxResults":{
3429
+ "type":"integer",
3430
+ "max":100,
3431
+ "min":10
3432
+ },
3433
+ "MaintenanceWindowName":{
3434
+ "type":"string",
3435
+ "max":128,
3436
+ "min":3,
3437
+ "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$"
3438
+ },
3439
+ "MaintenanceWindowResourceType":{
3440
+ "type":"string",
3441
+ "enum":["INSTANCE"]
3442
+ },
3443
+ "MaintenanceWindowSchedule":{
3444
+ "type":"string",
3445
+ "max":256,
3446
+ "min":1
3447
+ },
3448
+ "MaintenanceWindowTarget":{
3449
+ "type":"structure",
3450
+ "members":{
3451
+ "WindowId":{"shape":"MaintenanceWindowId"},
3452
+ "WindowTargetId":{"shape":"MaintenanceWindowTargetId"},
3453
+ "ResourceType":{"shape":"MaintenanceWindowResourceType"},
3454
+ "Targets":{"shape":"Targets"},
3455
+ "OwnerInformation":{"shape":"OwnerInformation"}
3456
+ }
3457
+ },
3458
+ "MaintenanceWindowTargetId":{
3459
+ "type":"string",
3460
+ "max":36,
3461
+ "min":36,
3462
+ "pattern":"^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$"
3463
+ },
3464
+ "MaintenanceWindowTargetList":{
3465
+ "type":"list",
3466
+ "member":{"shape":"MaintenanceWindowTarget"}
3467
+ },
3468
+ "MaintenanceWindowTask":{
3469
+ "type":"structure",
3470
+ "members":{
3471
+ "WindowId":{"shape":"MaintenanceWindowId"},
3472
+ "WindowTaskId":{"shape":"MaintenanceWindowTaskId"},
3473
+ "TaskArn":{"shape":"MaintenanceWindowTaskArn"},
3474
+ "Type":{"shape":"MaintenanceWindowTaskType"},
3475
+ "Targets":{"shape":"Targets"},
3476
+ "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"},
3477
+ "Priority":{"shape":"MaintenanceWindowTaskPriority"},
3478
+ "LoggingInfo":{"shape":"LoggingInfo"},
3479
+ "ServiceRoleArn":{"shape":"ServiceRole"},
3480
+ "MaxConcurrency":{"shape":"VelocityConstraint"},
3481
+ "MaxErrors":{"shape":"VelocityConstraint"}
3482
+ }
3483
+ },
3484
+ "MaintenanceWindowTaskArn":{
3485
+ "type":"string",
3486
+ "max":1600,
3487
+ "min":1
3488
+ },
3489
+ "MaintenanceWindowTaskId":{
3490
+ "type":"string",
3491
+ "max":36,
3492
+ "min":36,
3493
+ "pattern":"^[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}$"
3494
+ },
3495
+ "MaintenanceWindowTaskList":{
3496
+ "type":"list",
3497
+ "member":{"shape":"MaintenanceWindowTask"}
3498
+ },
3499
+ "MaintenanceWindowTaskParameterName":{
3500
+ "type":"string",
3501
+ "max":255,
3502
+ "min":1
3503
+ },
3504
+ "MaintenanceWindowTaskParameterValue":{
3505
+ "type":"string",
3506
+ "max":255,
3507
+ "min":1,
3508
+ "sensitive":true
3509
+ },
3510
+ "MaintenanceWindowTaskParameterValueExpression":{
3511
+ "type":"structure",
3512
+ "members":{
3513
+ "Values":{"shape":"MaintenanceWindowTaskParameterValueList"}
3514
+ },
3515
+ "sensitive":true
3516
+ },
3517
+ "MaintenanceWindowTaskParameterValueList":{
3518
+ "type":"list",
3519
+ "member":{"shape":"MaintenanceWindowTaskParameterValue"},
3520
+ "sensitive":true
3521
+ },
3522
+ "MaintenanceWindowTaskParameters":{
3523
+ "type":"map",
3524
+ "key":{"shape":"MaintenanceWindowTaskParameterName"},
3525
+ "value":{"shape":"MaintenanceWindowTaskParameterValueExpression"},
3526
+ "sensitive":true
3527
+ },
3528
+ "MaintenanceWindowTaskParametersList":{
3529
+ "type":"list",
3530
+ "member":{"shape":"MaintenanceWindowTaskParameters"},
3531
+ "sensitive":true
3532
+ },
3533
+ "MaintenanceWindowTaskPriority":{
3534
+ "type":"integer",
3535
+ "min":0
3536
+ },
3537
+ "MaintenanceWindowTaskTargetId":{
3538
+ "type":"string",
3539
+ "max":36
3540
+ },
3541
+ "MaintenanceWindowTaskType":{
3542
+ "type":"string",
3543
+ "enum":["RUN_COMMAND"]
3544
+ },
1504
3545
  "ManagedInstanceId":{
1505
3546
  "type":"string",
1506
3547
  "pattern":"^mi-[0-9a-f]{17}$"
@@ -1541,6 +3582,11 @@
1541
3582
  }
1542
3583
  },
1543
3584
  "NextToken":{"type":"string"},
3585
+ "NormalStringMap":{
3586
+ "type":"map",
3587
+ "key":{"shape":"String"},
3588
+ "value":{"shape":"String"}
3589
+ },
1544
3590
  "NotificationArn":{"type":"string"},
1545
3591
  "NotificationConfig":{
1546
3592
  "type":"structure",
@@ -1561,18 +3607,125 @@
1561
3607
  "Failed"
1562
3608
  ]
1563
3609
  },
1564
- "NotificationEventList":{
3610
+ "NotificationEventList":{
3611
+ "type":"list",
3612
+ "member":{"shape":"NotificationEvent"}
3613
+ },
3614
+ "NotificationType":{
3615
+ "type":"string",
3616
+ "enum":[
3617
+ "Command",
3618
+ "Invocation"
3619
+ ]
3620
+ },
3621
+ "OwnerInformation":{
3622
+ "type":"string",
3623
+ "max":128,
3624
+ "min":1,
3625
+ "sensitive":true
3626
+ },
3627
+ "PSParameterName":{
3628
+ "type":"string",
3629
+ "max":1024,
3630
+ "min":1,
3631
+ "pattern":"^(?!^([aA][wW][sS]|[sS][sS][mM]))(?=^[a-zA-Z0-9_.-]*$).*$"
3632
+ },
3633
+ "PSParameterValue":{
3634
+ "type":"string",
3635
+ "max":1024,
3636
+ "min":1,
3637
+ "pattern":"^(?:(?!(\\{\\{.*\\}\\})).)*$"
3638
+ },
3639
+ "Parameter":{
3640
+ "type":"structure",
3641
+ "members":{
3642
+ "Name":{"shape":"PSParameterName"},
3643
+ "Type":{"shape":"ParameterType"},
3644
+ "Value":{"shape":"PSParameterValue"}
3645
+ }
3646
+ },
3647
+ "ParameterAlreadyExists":{
3648
+ "type":"structure",
3649
+ "members":{
3650
+ "message":{"shape":"String"}
3651
+ },
3652
+ "exception":true
3653
+ },
3654
+ "ParameterDescription":{
3655
+ "type":"string",
3656
+ "max":1024,
3657
+ "min":1
3658
+ },
3659
+ "ParameterHistory":{
3660
+ "type":"structure",
3661
+ "members":{
3662
+ "Name":{"shape":"PSParameterName"},
3663
+ "Type":{"shape":"ParameterType"},
3664
+ "KeyId":{"shape":"ParameterKeyId"},
3665
+ "LastModifiedDate":{"shape":"DateTime"},
3666
+ "LastModifiedUser":{"shape":"String"},
3667
+ "Description":{"shape":"ParameterDescription"},
3668
+ "Value":{"shape":"PSParameterValue"}
3669
+ }
3670
+ },
3671
+ "ParameterHistoryList":{
3672
+ "type":"list",
3673
+ "member":{"shape":"ParameterHistory"}
3674
+ },
3675
+ "ParameterKeyId":{
3676
+ "type":"string",
3677
+ "max":256,
3678
+ "min":1,
3679
+ "pattern":"^([a-zA-Z0-9:/_-]+)$"
3680
+ },
3681
+ "ParameterLimitExceeded":{
3682
+ "type":"structure",
3683
+ "members":{
3684
+ "message":{"shape":"String"}
3685
+ },
3686
+ "exception":true
3687
+ },
3688
+ "ParameterList":{
3689
+ "type":"list",
3690
+ "member":{"shape":"Parameter"}
3691
+ },
3692
+ "ParameterMetadata":{
3693
+ "type":"structure",
3694
+ "members":{
3695
+ "Name":{"shape":"PSParameterName"},
3696
+ "Type":{"shape":"ParameterType"},
3697
+ "KeyId":{"shape":"ParameterKeyId"},
3698
+ "LastModifiedDate":{"shape":"DateTime"},
3699
+ "LastModifiedUser":{"shape":"String"},
3700
+ "Description":{"shape":"ParameterDescription"}
3701
+ }
3702
+ },
3703
+ "ParameterMetadataList":{
1565
3704
  "type":"list",
1566
- "member":{"shape":"NotificationEvent"}
3705
+ "member":{"shape":"ParameterMetadata"}
1567
3706
  },
1568
- "NotificationType":{
3707
+ "ParameterName":{"type":"string"},
3708
+ "ParameterNameList":{
3709
+ "type":"list",
3710
+ "member":{"shape":"PSParameterName"},
3711
+ "max":10,
3712
+ "min":1
3713
+ },
3714
+ "ParameterNotFound":{
3715
+ "type":"structure",
3716
+ "members":{
3717
+ "message":{"shape":"String"}
3718
+ },
3719
+ "exception":true
3720
+ },
3721
+ "ParameterType":{
1569
3722
  "type":"string",
1570
3723
  "enum":[
1571
- "Command",
1572
- "Invocation"
3724
+ "String",
3725
+ "StringList",
3726
+ "SecureString"
1573
3727
  ]
1574
3728
  },
1575
- "ParameterName":{"type":"string"},
1576
3729
  "ParameterValue":{"type":"string"},
1577
3730
  "ParameterValueList":{
1578
3731
  "type":"list",
@@ -1583,6 +3736,37 @@
1583
3736
  "key":{"shape":"ParameterName"},
1584
3737
  "value":{"shape":"ParameterValueList"}
1585
3738
  },
3739
+ "ParametersFilter":{
3740
+ "type":"structure",
3741
+ "required":["Values"],
3742
+ "members":{
3743
+ "Key":{"shape":"ParametersFilterKey"},
3744
+ "Values":{"shape":"ParametersFilterValueList"}
3745
+ }
3746
+ },
3747
+ "ParametersFilterKey":{
3748
+ "type":"string",
3749
+ "enum":[
3750
+ "Name",
3751
+ "Type",
3752
+ "KeyId"
3753
+ ]
3754
+ },
3755
+ "ParametersFilterList":{
3756
+ "type":"list",
3757
+ "member":{"shape":"ParametersFilter"}
3758
+ },
3759
+ "ParametersFilterValue":{
3760
+ "type":"string",
3761
+ "max":100,
3762
+ "min":1
3763
+ },
3764
+ "ParametersFilterValueList":{
3765
+ "type":"list",
3766
+ "member":{"shape":"ParametersFilterValue"},
3767
+ "max":50,
3768
+ "min":1
3769
+ },
1586
3770
  "PingStatus":{
1587
3771
  "type":"string",
1588
3772
  "enum":[
@@ -1605,6 +3789,107 @@
1605
3789
  "locationName":"PlatformType"
1606
3790
  }
1607
3791
  },
3792
+ "PutInventoryRequest":{
3793
+ "type":"structure",
3794
+ "required":[
3795
+ "InstanceId",
3796
+ "Items"
3797
+ ],
3798
+ "members":{
3799
+ "InstanceId":{"shape":"InstanceId"},
3800
+ "Items":{"shape":"InventoryItemList"}
3801
+ }
3802
+ },
3803
+ "PutInventoryResult":{
3804
+ "type":"structure",
3805
+ "members":{
3806
+ }
3807
+ },
3808
+ "PutParameterRequest":{
3809
+ "type":"structure",
3810
+ "required":[
3811
+ "Name",
3812
+ "Value",
3813
+ "Type"
3814
+ ],
3815
+ "members":{
3816
+ "Name":{"shape":"PSParameterName"},
3817
+ "Description":{"shape":"ParameterDescription"},
3818
+ "Value":{"shape":"PSParameterValue"},
3819
+ "Type":{"shape":"ParameterType"},
3820
+ "KeyId":{"shape":"ParameterKeyId"},
3821
+ "Overwrite":{
3822
+ "shape":"Boolean",
3823
+ "box":true
3824
+ }
3825
+ }
3826
+ },
3827
+ "PutParameterResult":{
3828
+ "type":"structure",
3829
+ "members":{
3830
+ }
3831
+ },
3832
+ "RegisterTargetWithMaintenanceWindowRequest":{
3833
+ "type":"structure",
3834
+ "required":[
3835
+ "WindowId",
3836
+ "ResourceType",
3837
+ "Targets"
3838
+ ],
3839
+ "members":{
3840
+ "WindowId":{"shape":"MaintenanceWindowId"},
3841
+ "ResourceType":{"shape":"MaintenanceWindowResourceType"},
3842
+ "Targets":{"shape":"Targets"},
3843
+ "OwnerInformation":{"shape":"OwnerInformation"},
3844
+ "ClientToken":{
3845
+ "shape":"ClientToken",
3846
+ "idempotencyToken":true
3847
+ }
3848
+ }
3849
+ },
3850
+ "RegisterTargetWithMaintenanceWindowResult":{
3851
+ "type":"structure",
3852
+ "members":{
3853
+ "WindowTargetId":{"shape":"MaintenanceWindowTargetId"}
3854
+ }
3855
+ },
3856
+ "RegisterTaskWithMaintenanceWindowRequest":{
3857
+ "type":"structure",
3858
+ "required":[
3859
+ "WindowId",
3860
+ "Targets",
3861
+ "TaskArn",
3862
+ "ServiceRoleArn",
3863
+ "TaskType",
3864
+ "MaxConcurrency",
3865
+ "MaxErrors"
3866
+ ],
3867
+ "members":{
3868
+ "WindowId":{"shape":"MaintenanceWindowId"},
3869
+ "Targets":{"shape":"Targets"},
3870
+ "TaskArn":{"shape":"MaintenanceWindowTaskArn"},
3871
+ "ServiceRoleArn":{"shape":"ServiceRole"},
3872
+ "TaskType":{"shape":"MaintenanceWindowTaskType"},
3873
+ "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"},
3874
+ "Priority":{
3875
+ "shape":"MaintenanceWindowTaskPriority",
3876
+ "box":true
3877
+ },
3878
+ "MaxConcurrency":{"shape":"VelocityConstraint"},
3879
+ "MaxErrors":{"shape":"VelocityConstraint"},
3880
+ "LoggingInfo":{"shape":"LoggingInfo"},
3881
+ "ClientToken":{
3882
+ "shape":"ClientToken",
3883
+ "idempotencyToken":true
3884
+ }
3885
+ }
3886
+ },
3887
+ "RegisterTaskWithMaintenanceWindowResult":{
3888
+ "type":"structure",
3889
+ "members":{
3890
+ "WindowTaskId":{"shape":"MaintenanceWindowTaskId"}
3891
+ }
3892
+ },
1608
3893
  "RegistrationLimit":{
1609
3894
  "type":"integer",
1610
3895
  "max":1000,
@@ -1633,9 +3918,13 @@
1633
3918
  "members":{
1634
3919
  }
1635
3920
  },
1636
- "ResourceId":{
1637
- "type":"string",
1638
- "pattern":"^mi-[0-9a-f]{17}$"
3921
+ "ResourceId":{"type":"string"},
3922
+ "ResourceLimitExceededException":{
3923
+ "type":"structure",
3924
+ "members":{
3925
+ "Message":{"shape":"String"}
3926
+ },
3927
+ "exception":true
1639
3928
  },
1640
3929
  "ResourceType":{
1641
3930
  "type":"string",
@@ -1647,9 +3936,29 @@
1647
3936
  },
1648
3937
  "ResourceTypeForTagging":{
1649
3938
  "type":"string",
1650
- "enum":["ManagedInstance"]
3939
+ "enum":[
3940
+ "ManagedInstance",
3941
+ "MaintenanceWindow",
3942
+ "Parameter"
3943
+ ]
1651
3944
  },
1652
3945
  "ResponseCode":{"type":"integer"},
3946
+ "ResultAttribute":{
3947
+ "type":"structure",
3948
+ "required":["TypeName"],
3949
+ "members":{
3950
+ "TypeName":{"shape":"InventoryItemTypeName"}
3951
+ }
3952
+ },
3953
+ "ResultAttributeList":{
3954
+ "type":"list",
3955
+ "member":{
3956
+ "shape":"ResultAttribute",
3957
+ "locationName":"ResultAttribute"
3958
+ },
3959
+ "max":1,
3960
+ "min":1
3961
+ },
1653
3962
  "S3BucketName":{
1654
3963
  "type":"string",
1655
3964
  "max":63,
@@ -1659,14 +3968,36 @@
1659
3968
  "type":"string",
1660
3969
  "max":500
1661
3970
  },
3971
+ "S3OutputLocation":{
3972
+ "type":"structure",
3973
+ "members":{
3974
+ "OutputS3Region":{"shape":"S3Region"},
3975
+ "OutputS3BucketName":{"shape":"S3BucketName"},
3976
+ "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"}
3977
+ }
3978
+ },
3979
+ "S3OutputUrl":{
3980
+ "type":"structure",
3981
+ "members":{
3982
+ "OutputUrl":{"shape":"Url"}
3983
+ }
3984
+ },
3985
+ "S3Region":{
3986
+ "type":"string",
3987
+ "max":20,
3988
+ "min":3
3989
+ },
3990
+ "ScheduleExpression":{
3991
+ "type":"string",
3992
+ "max":256,
3993
+ "min":1
3994
+ },
1662
3995
  "SendCommandRequest":{
1663
3996
  "type":"structure",
1664
- "required":[
1665
- "InstanceIds",
1666
- "DocumentName"
1667
- ],
3997
+ "required":["DocumentName"],
1668
3998
  "members":{
1669
3999
  "InstanceIds":{"shape":"InstanceIdList"},
4000
+ "Targets":{"shape":"Targets"},
1670
4001
  "DocumentName":{"shape":"DocumentARN"},
1671
4002
  "DocumentHash":{"shape":"DocumentHash"},
1672
4003
  "DocumentHashType":{"shape":"DocumentHashType"},
@@ -1676,8 +4007,11 @@
1676
4007
  },
1677
4008
  "Comment":{"shape":"Comment"},
1678
4009
  "Parameters":{"shape":"Parameters"},
4010
+ "OutputS3Region":{"shape":"S3Region"},
1679
4011
  "OutputS3BucketName":{"shape":"S3BucketName"},
1680
4012
  "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"},
4013
+ "MaxConcurrency":{"shape":"VelocityConstraint"},
4014
+ "MaxErrors":{"shape":"VelocityConstraint"},
1681
4015
  "ServiceRoleArn":{"shape":"ServiceRole"},
1682
4016
  "NotificationConfig":{"shape":"NotificationConfig"}
1683
4017
  }
@@ -1689,21 +4023,91 @@
1689
4023
  }
1690
4024
  },
1691
4025
  "ServiceRole":{"type":"string"},
4026
+ "StandardErrorContent":{
4027
+ "type":"string",
4028
+ "max":8000
4029
+ },
4030
+ "StandardOutputContent":{
4031
+ "type":"string",
4032
+ "max":24000
4033
+ },
4034
+ "StartAutomationExecutionRequest":{
4035
+ "type":"structure",
4036
+ "required":["DocumentName"],
4037
+ "members":{
4038
+ "DocumentName":{"shape":"DocumentName"},
4039
+ "DocumentVersion":{
4040
+ "shape":"DocumentVersion",
4041
+ "box":true
4042
+ },
4043
+ "Parameters":{"shape":"AutomationParameterMap"}
4044
+ }
4045
+ },
4046
+ "StartAutomationExecutionResult":{
4047
+ "type":"structure",
4048
+ "members":{
4049
+ "AutomationExecutionId":{"shape":"AutomationExecutionId"}
4050
+ }
4051
+ },
1692
4052
  "StatusAdditionalInfo":{
1693
4053
  "type":"string",
1694
4054
  "max":1024
1695
4055
  },
4056
+ "StatusDetails":{
4057
+ "type":"string",
4058
+ "max":100,
4059
+ "min":0
4060
+ },
1696
4061
  "StatusMessage":{
1697
4062
  "type":"string",
1698
- "max":1024
4063
+ "max":1024,
4064
+ "min":1
1699
4065
  },
4066
+ "StatusName":{"type":"string"},
1700
4067
  "StatusUnchanged":{
1701
4068
  "type":"structure",
1702
4069
  "members":{
1703
4070
  },
1704
4071
  "exception":true
1705
4072
  },
4073
+ "StepExecution":{
4074
+ "type":"structure",
4075
+ "members":{
4076
+ "StepName":{"shape":"String"},
4077
+ "Action":{"shape":"AutomationActionName"},
4078
+ "ExecutionStartTime":{"shape":"DateTime"},
4079
+ "ExecutionEndTime":{"shape":"DateTime"},
4080
+ "StepStatus":{"shape":"AutomationExecutionStatus"},
4081
+ "ResponseCode":{"shape":"String"},
4082
+ "Inputs":{"shape":"NormalStringMap"},
4083
+ "Outputs":{"shape":"AutomationParameterMap"},
4084
+ "Response":{"shape":"String"},
4085
+ "FailureMessage":{"shape":"String"}
4086
+ }
4087
+ },
4088
+ "StepExecutionList":{
4089
+ "type":"list",
4090
+ "member":{"shape":"StepExecution"},
4091
+ "max":100,
4092
+ "min":0
4093
+ },
4094
+ "StopAutomationExecutionRequest":{
4095
+ "type":"structure",
4096
+ "required":["AutomationExecutionId"],
4097
+ "members":{
4098
+ "AutomationExecutionId":{"shape":"AutomationExecutionId"}
4099
+ }
4100
+ },
4101
+ "StopAutomationExecutionResult":{
4102
+ "type":"structure",
4103
+ "members":{
4104
+ }
4105
+ },
1706
4106
  "String":{"type":"string"},
4107
+ "StringDateTime":{
4108
+ "type":"string",
4109
+ "pattern":"^([\\-]?\\d{4}(?!\\d{2}\\b))((-?)((0[1-9]|1[0-2])(\\3([12]\\d|0[1-9]|3[01]))?|W([0-4]\\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\\d|[12]\\d{2}|3([0-5]\\d|6[1-6])))([T\\s]((([01]\\d|2[0-3])((:?)[0-5]\\d)?|24\\:?00)([\\.,]\\d(?!:))?)?(\\17[0-5]\\d([\\.,]\\d)?)?([zZ]|([\\-])([01]\\d|2[0-3]):?([0-5]\\d)?)?)?)?$"
4110
+ },
1707
4111
  "StringList":{
1708
4112
  "type":"list",
1709
4113
  "member":{"shape":"String"}
@@ -1735,17 +4139,71 @@
1735
4139
  "min":1,
1736
4140
  "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1737
4141
  },
4142
+ "Target":{
4143
+ "type":"structure",
4144
+ "members":{
4145
+ "Key":{"shape":"TargetKey"},
4146
+ "Values":{"shape":"TargetValues"}
4147
+ }
4148
+ },
4149
+ "TargetCount":{"type":"integer"},
4150
+ "TargetKey":{
4151
+ "type":"string",
4152
+ "max":128,
4153
+ "min":1,
4154
+ "pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$"
4155
+ },
4156
+ "TargetValue":{"type":"string"},
4157
+ "TargetValues":{
4158
+ "type":"list",
4159
+ "member":{"shape":"TargetValue"},
4160
+ "max":50,
4161
+ "min":0
4162
+ },
4163
+ "Targets":{
4164
+ "type":"list",
4165
+ "member":{"shape":"Target"},
4166
+ "max":5,
4167
+ "min":0
4168
+ },
1738
4169
  "TimeoutSeconds":{
1739
4170
  "type":"integer",
1740
4171
  "max":2592000,
1741
4172
  "min":30
1742
4173
  },
4174
+ "TooManyTagsError":{
4175
+ "type":"structure",
4176
+ "members":{
4177
+ },
4178
+ "exception":true
4179
+ },
1743
4180
  "TooManyUpdates":{
1744
4181
  "type":"structure",
1745
4182
  "members":{
1746
4183
  },
1747
4184
  "exception":true
1748
4185
  },
4186
+ "TotalSizeLimitExceededException":{
4187
+ "type":"structure",
4188
+ "members":{
4189
+ "Message":{"shape":"String"}
4190
+ },
4191
+ "exception":true
4192
+ },
4193
+ "UnsupportedInventorySchemaVersionException":{
4194
+ "type":"structure",
4195
+ "members":{
4196
+ "Message":{"shape":"String"}
4197
+ },
4198
+ "exception":true
4199
+ },
4200
+ "UnsupportedParameterType":{
4201
+ "type":"structure",
4202
+ "members":{
4203
+ "message":{"shape":"String"}
4204
+ },
4205
+ "exception":true
4206
+ },
1749
4207
  "UnsupportedPlatformType":{
1750
4208
  "type":"structure",
1751
4209
  "members":{
@@ -1753,6 +4211,23 @@
1753
4211
  },
1754
4212
  "exception":true
1755
4213
  },
4214
+ "UpdateAssociationRequest":{
4215
+ "type":"structure",
4216
+ "required":["AssociationId"],
4217
+ "members":{
4218
+ "AssociationId":{"shape":"AssociationId"},
4219
+ "Parameters":{"shape":"Parameters"},
4220
+ "DocumentVersion":{"shape":"DocumentVersion"},
4221
+ "ScheduleExpression":{"shape":"ScheduleExpression"},
4222
+ "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}
4223
+ }
4224
+ },
4225
+ "UpdateAssociationResult":{
4226
+ "type":"structure",
4227
+ "members":{
4228
+ "AssociationDescription":{"shape":"AssociationDescription"}
4229
+ }
4230
+ },
1756
4231
  "UpdateAssociationStatusRequest":{
1757
4232
  "type":"structure",
1758
4233
  "required":[
@@ -1772,6 +4247,78 @@
1772
4247
  "AssociationDescription":{"shape":"AssociationDescription"}
1773
4248
  }
1774
4249
  },
4250
+ "UpdateDocumentDefaultVersionRequest":{
4251
+ "type":"structure",
4252
+ "required":[
4253
+ "Name",
4254
+ "DocumentVersion"
4255
+ ],
4256
+ "members":{
4257
+ "Name":{"shape":"DocumentName"},
4258
+ "DocumentVersion":{"shape":"DocumentVersionNumber"}
4259
+ }
4260
+ },
4261
+ "UpdateDocumentDefaultVersionResult":{
4262
+ "type":"structure",
4263
+ "members":{
4264
+ "Description":{"shape":"DocumentDefaultVersionDescription"}
4265
+ }
4266
+ },
4267
+ "UpdateDocumentRequest":{
4268
+ "type":"structure",
4269
+ "required":[
4270
+ "Content",
4271
+ "Name"
4272
+ ],
4273
+ "members":{
4274
+ "Content":{"shape":"DocumentContent"},
4275
+ "Name":{"shape":"DocumentName"},
4276
+ "DocumentVersion":{"shape":"DocumentVersion"}
4277
+ }
4278
+ },
4279
+ "UpdateDocumentResult":{
4280
+ "type":"structure",
4281
+ "members":{
4282
+ "DocumentDescription":{"shape":"DocumentDescription"}
4283
+ }
4284
+ },
4285
+ "UpdateMaintenanceWindowRequest":{
4286
+ "type":"structure",
4287
+ "required":["WindowId"],
4288
+ "members":{
4289
+ "WindowId":{"shape":"MaintenanceWindowId"},
4290
+ "Name":{"shape":"MaintenanceWindowName"},
4291
+ "Schedule":{"shape":"MaintenanceWindowSchedule"},
4292
+ "Duration":{
4293
+ "shape":"MaintenanceWindowDurationHours",
4294
+ "box":true
4295
+ },
4296
+ "Cutoff":{
4297
+ "shape":"MaintenanceWindowCutoff",
4298
+ "box":true
4299
+ },
4300
+ "AllowUnassociatedTargets":{
4301
+ "shape":"MaintenanceWindowAllowUnassociatedTargets",
4302
+ "box":true
4303
+ },
4304
+ "Enabled":{
4305
+ "shape":"MaintenanceWindowEnabled",
4306
+ "box":true
4307
+ }
4308
+ }
4309
+ },
4310
+ "UpdateMaintenanceWindowResult":{
4311
+ "type":"structure",
4312
+ "members":{
4313
+ "WindowId":{"shape":"MaintenanceWindowId"},
4314
+ "Name":{"shape":"MaintenanceWindowName"},
4315
+ "Schedule":{"shape":"MaintenanceWindowSchedule"},
4316
+ "Duration":{"shape":"MaintenanceWindowDurationHours"},
4317
+ "Cutoff":{"shape":"MaintenanceWindowCutoff"},
4318
+ "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
4319
+ "Enabled":{"shape":"MaintenanceWindowEnabled"}
4320
+ }
4321
+ },
1775
4322
  "UpdateManagedInstanceRoleRequest":{
1776
4323
  "type":"structure",
1777
4324
  "required":[
@@ -1788,6 +4335,13 @@
1788
4335
  "members":{
1789
4336
  }
1790
4337
  },
4338
+ "Url":{"type":"string"},
4339
+ "VelocityConstraint":{
4340
+ "type":"string",
4341
+ "max":7,
4342
+ "min":1,
4343
+ "pattern":"^[1-9]\\d*$|[0-9][%]|[1-9][0-9][%]|[1][0][0][%]|[0-9]?"
4344
+ },
1791
4345
  "Version":{
1792
4346
  "type":"string",
1793
4347
  "pattern":"^[0-9]{1,6}(\\.[0-9]{1,6}){2,3}$"