github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/ssm/2014-11-06/api-2.json (about) 1 { 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2014-11-06", 5 "endpointPrefix":"ssm", 6 "jsonVersion":"1.1", 7 "protocol":"json", 8 "serviceAbbreviation":"Amazon SSM", 9 "serviceFullName":"Amazon Simple Systems Manager (SSM)", 10 "serviceId":"SSM", 11 "signatureVersion":"v4", 12 "targetPrefix":"AmazonSSM", 13 "uid":"ssm-2014-11-06" 14 }, 15 "operations":{ 16 "AddTagsToResource":{ 17 "name":"AddTagsToResource", 18 "http":{ 19 "method":"POST", 20 "requestUri":"/" 21 }, 22 "input":{"shape":"AddTagsToResourceRequest"}, 23 "output":{"shape":"AddTagsToResourceResult"}, 24 "errors":[ 25 {"shape":"InvalidResourceType"}, 26 {"shape":"InvalidResourceId"}, 27 {"shape":"InternalServerError"}, 28 {"shape":"TooManyTagsError"}, 29 {"shape":"TooManyUpdates"} 30 ] 31 }, 32 "AssociateOpsItemRelatedItem":{ 33 "name":"AssociateOpsItemRelatedItem", 34 "http":{ 35 "method":"POST", 36 "requestUri":"/" 37 }, 38 "input":{"shape":"AssociateOpsItemRelatedItemRequest"}, 39 "output":{"shape":"AssociateOpsItemRelatedItemResponse"}, 40 "errors":[ 41 {"shape":"InternalServerError"}, 42 {"shape":"OpsItemNotFoundException"}, 43 {"shape":"OpsItemLimitExceededException"}, 44 {"shape":"OpsItemInvalidParameterException"}, 45 {"shape":"OpsItemRelatedItemAlreadyExistsException"} 46 ] 47 }, 48 "CancelCommand":{ 49 "name":"CancelCommand", 50 "http":{ 51 "method":"POST", 52 "requestUri":"/" 53 }, 54 "input":{"shape":"CancelCommandRequest"}, 55 "output":{"shape":"CancelCommandResult"}, 56 "errors":[ 57 {"shape":"InternalServerError"}, 58 {"shape":"InvalidCommandId"}, 59 {"shape":"InvalidInstanceId"}, 60 {"shape":"DuplicateInstanceId"} 61 ] 62 }, 63 "CancelMaintenanceWindowExecution":{ 64 "name":"CancelMaintenanceWindowExecution", 65 "http":{ 66 "method":"POST", 67 "requestUri":"/" 68 }, 69 "input":{"shape":"CancelMaintenanceWindowExecutionRequest"}, 70 "output":{"shape":"CancelMaintenanceWindowExecutionResult"}, 71 "errors":[ 72 {"shape":"InternalServerError"}, 73 {"shape":"DoesNotExistException"} 74 ] 75 }, 76 "CreateActivation":{ 77 "name":"CreateActivation", 78 "http":{ 79 "method":"POST", 80 "requestUri":"/" 81 }, 82 "input":{"shape":"CreateActivationRequest"}, 83 "output":{"shape":"CreateActivationResult"}, 84 "errors":[ 85 {"shape":"InternalServerError"} 86 ] 87 }, 88 "CreateAssociation":{ 89 "name":"CreateAssociation", 90 "http":{ 91 "method":"POST", 92 "requestUri":"/" 93 }, 94 "input":{"shape":"CreateAssociationRequest"}, 95 "output":{"shape":"CreateAssociationResult"}, 96 "errors":[ 97 {"shape":"AssociationAlreadyExists"}, 98 {"shape":"AssociationLimitExceeded"}, 99 {"shape":"InternalServerError"}, 100 {"shape":"InvalidDocument"}, 101 {"shape":"InvalidDocumentVersion"}, 102 {"shape":"InvalidInstanceId"}, 103 {"shape":"UnsupportedPlatformType"}, 104 {"shape":"InvalidOutputLocation"}, 105 {"shape":"InvalidParameters"}, 106 {"shape":"InvalidTarget"}, 107 {"shape":"InvalidSchedule"} 108 ] 109 }, 110 "CreateAssociationBatch":{ 111 "name":"CreateAssociationBatch", 112 "http":{ 113 "method":"POST", 114 "requestUri":"/" 115 }, 116 "input":{"shape":"CreateAssociationBatchRequest"}, 117 "output":{"shape":"CreateAssociationBatchResult"}, 118 "errors":[ 119 {"shape":"InternalServerError"}, 120 {"shape":"InvalidDocument"}, 121 {"shape":"InvalidDocumentVersion"}, 122 {"shape":"InvalidInstanceId"}, 123 {"shape":"InvalidParameters"}, 124 {"shape":"DuplicateInstanceId"}, 125 {"shape":"AssociationLimitExceeded"}, 126 {"shape":"UnsupportedPlatformType"}, 127 {"shape":"InvalidOutputLocation"}, 128 {"shape":"InvalidTarget"}, 129 {"shape":"InvalidSchedule"} 130 ] 131 }, 132 "CreateDocument":{ 133 "name":"CreateDocument", 134 "http":{ 135 "method":"POST", 136 "requestUri":"/" 137 }, 138 "input":{"shape":"CreateDocumentRequest"}, 139 "output":{"shape":"CreateDocumentResult"}, 140 "errors":[ 141 {"shape":"DocumentAlreadyExists"}, 142 {"shape":"MaxDocumentSizeExceeded"}, 143 {"shape":"InternalServerError"}, 144 {"shape":"InvalidDocumentContent"}, 145 {"shape":"DocumentLimitExceeded"}, 146 {"shape":"InvalidDocumentSchemaVersion"} 147 ] 148 }, 149 "CreateMaintenanceWindow":{ 150 "name":"CreateMaintenanceWindow", 151 "http":{ 152 "method":"POST", 153 "requestUri":"/" 154 }, 155 "input":{"shape":"CreateMaintenanceWindowRequest"}, 156 "output":{"shape":"CreateMaintenanceWindowResult"}, 157 "errors":[ 158 {"shape":"IdempotentParameterMismatch"}, 159 {"shape":"ResourceLimitExceededException"}, 160 {"shape":"InternalServerError"} 161 ] 162 }, 163 "CreateOpsItem":{ 164 "name":"CreateOpsItem", 165 "http":{ 166 "method":"POST", 167 "requestUri":"/" 168 }, 169 "input":{"shape":"CreateOpsItemRequest"}, 170 "output":{"shape":"CreateOpsItemResponse"}, 171 "errors":[ 172 {"shape":"InternalServerError"}, 173 {"shape":"OpsItemAlreadyExistsException"}, 174 {"shape":"OpsItemLimitExceededException"}, 175 {"shape":"OpsItemInvalidParameterException"} 176 ] 177 }, 178 "CreateOpsMetadata":{ 179 "name":"CreateOpsMetadata", 180 "http":{ 181 "method":"POST", 182 "requestUri":"/" 183 }, 184 "input":{"shape":"CreateOpsMetadataRequest"}, 185 "output":{"shape":"CreateOpsMetadataResult"}, 186 "errors":[ 187 {"shape":"OpsMetadataAlreadyExistsException"}, 188 {"shape":"OpsMetadataTooManyUpdatesException"}, 189 {"shape":"OpsMetadataInvalidArgumentException"}, 190 {"shape":"OpsMetadataLimitExceededException"}, 191 {"shape":"InternalServerError"} 192 ] 193 }, 194 "CreatePatchBaseline":{ 195 "name":"CreatePatchBaseline", 196 "http":{ 197 "method":"POST", 198 "requestUri":"/" 199 }, 200 "input":{"shape":"CreatePatchBaselineRequest"}, 201 "output":{"shape":"CreatePatchBaselineResult"}, 202 "errors":[ 203 {"shape":"IdempotentParameterMismatch"}, 204 {"shape":"ResourceLimitExceededException"}, 205 {"shape":"InternalServerError"} 206 ] 207 }, 208 "CreateResourceDataSync":{ 209 "name":"CreateResourceDataSync", 210 "http":{ 211 "method":"POST", 212 "requestUri":"/" 213 }, 214 "input":{"shape":"CreateResourceDataSyncRequest"}, 215 "output":{"shape":"CreateResourceDataSyncResult"}, 216 "errors":[ 217 {"shape":"InternalServerError"}, 218 {"shape":"ResourceDataSyncCountExceededException"}, 219 {"shape":"ResourceDataSyncAlreadyExistsException"}, 220 {"shape":"ResourceDataSyncInvalidConfigurationException"} 221 ] 222 }, 223 "DeleteActivation":{ 224 "name":"DeleteActivation", 225 "http":{ 226 "method":"POST", 227 "requestUri":"/" 228 }, 229 "input":{"shape":"DeleteActivationRequest"}, 230 "output":{"shape":"DeleteActivationResult"}, 231 "errors":[ 232 {"shape":"InvalidActivationId"}, 233 {"shape":"InvalidActivation"}, 234 {"shape":"InternalServerError"}, 235 {"shape":"TooManyUpdates"} 236 ] 237 }, 238 "DeleteAssociation":{ 239 "name":"DeleteAssociation", 240 "http":{ 241 "method":"POST", 242 "requestUri":"/" 243 }, 244 "input":{"shape":"DeleteAssociationRequest"}, 245 "output":{"shape":"DeleteAssociationResult"}, 246 "errors":[ 247 {"shape":"AssociationDoesNotExist"}, 248 {"shape":"InternalServerError"}, 249 {"shape":"InvalidDocument"}, 250 {"shape":"InvalidInstanceId"}, 251 {"shape":"TooManyUpdates"} 252 ] 253 }, 254 "DeleteDocument":{ 255 "name":"DeleteDocument", 256 "http":{ 257 "method":"POST", 258 "requestUri":"/" 259 }, 260 "input":{"shape":"DeleteDocumentRequest"}, 261 "output":{"shape":"DeleteDocumentResult"}, 262 "errors":[ 263 {"shape":"InternalServerError"}, 264 {"shape":"InvalidDocument"}, 265 {"shape":"InvalidDocumentOperation"}, 266 {"shape":"AssociatedInstances"} 267 ] 268 }, 269 "DeleteInventory":{ 270 "name":"DeleteInventory", 271 "http":{ 272 "method":"POST", 273 "requestUri":"/" 274 }, 275 "input":{"shape":"DeleteInventoryRequest"}, 276 "output":{"shape":"DeleteInventoryResult"}, 277 "errors":[ 278 {"shape":"InternalServerError"}, 279 {"shape":"InvalidTypeNameException"}, 280 {"shape":"InvalidOptionException"}, 281 {"shape":"InvalidDeleteInventoryParametersException"}, 282 {"shape":"InvalidInventoryRequestException"} 283 ] 284 }, 285 "DeleteMaintenanceWindow":{ 286 "name":"DeleteMaintenanceWindow", 287 "http":{ 288 "method":"POST", 289 "requestUri":"/" 290 }, 291 "input":{"shape":"DeleteMaintenanceWindowRequest"}, 292 "output":{"shape":"DeleteMaintenanceWindowResult"}, 293 "errors":[ 294 {"shape":"InternalServerError"} 295 ] 296 }, 297 "DeleteOpsMetadata":{ 298 "name":"DeleteOpsMetadata", 299 "http":{ 300 "method":"POST", 301 "requestUri":"/" 302 }, 303 "input":{"shape":"DeleteOpsMetadataRequest"}, 304 "output":{"shape":"DeleteOpsMetadataResult"}, 305 "errors":[ 306 {"shape":"OpsMetadataNotFoundException"}, 307 {"shape":"OpsMetadataInvalidArgumentException"}, 308 {"shape":"InternalServerError"} 309 ] 310 }, 311 "DeleteParameter":{ 312 "name":"DeleteParameter", 313 "http":{ 314 "method":"POST", 315 "requestUri":"/" 316 }, 317 "input":{"shape":"DeleteParameterRequest"}, 318 "output":{"shape":"DeleteParameterResult"}, 319 "errors":[ 320 {"shape":"InternalServerError"}, 321 {"shape":"ParameterNotFound"} 322 ] 323 }, 324 "DeleteParameters":{ 325 "name":"DeleteParameters", 326 "http":{ 327 "method":"POST", 328 "requestUri":"/" 329 }, 330 "input":{"shape":"DeleteParametersRequest"}, 331 "output":{"shape":"DeleteParametersResult"}, 332 "errors":[ 333 {"shape":"InternalServerError"} 334 ] 335 }, 336 "DeletePatchBaseline":{ 337 "name":"DeletePatchBaseline", 338 "http":{ 339 "method":"POST", 340 "requestUri":"/" 341 }, 342 "input":{"shape":"DeletePatchBaselineRequest"}, 343 "output":{"shape":"DeletePatchBaselineResult"}, 344 "errors":[ 345 {"shape":"ResourceInUseException"}, 346 {"shape":"InternalServerError"} 347 ] 348 }, 349 "DeleteResourceDataSync":{ 350 "name":"DeleteResourceDataSync", 351 "http":{ 352 "method":"POST", 353 "requestUri":"/" 354 }, 355 "input":{"shape":"DeleteResourceDataSyncRequest"}, 356 "output":{"shape":"DeleteResourceDataSyncResult"}, 357 "errors":[ 358 {"shape":"InternalServerError"}, 359 {"shape":"ResourceDataSyncNotFoundException"}, 360 {"shape":"ResourceDataSyncInvalidConfigurationException"} 361 ] 362 }, 363 "DeregisterManagedInstance":{ 364 "name":"DeregisterManagedInstance", 365 "http":{ 366 "method":"POST", 367 "requestUri":"/" 368 }, 369 "input":{"shape":"DeregisterManagedInstanceRequest"}, 370 "output":{"shape":"DeregisterManagedInstanceResult"}, 371 "errors":[ 372 {"shape":"InvalidInstanceId"}, 373 {"shape":"InternalServerError"} 374 ] 375 }, 376 "DeregisterPatchBaselineForPatchGroup":{ 377 "name":"DeregisterPatchBaselineForPatchGroup", 378 "http":{ 379 "method":"POST", 380 "requestUri":"/" 381 }, 382 "input":{"shape":"DeregisterPatchBaselineForPatchGroupRequest"}, 383 "output":{"shape":"DeregisterPatchBaselineForPatchGroupResult"}, 384 "errors":[ 385 {"shape":"InvalidResourceId"}, 386 {"shape":"InternalServerError"} 387 ] 388 }, 389 "DeregisterTargetFromMaintenanceWindow":{ 390 "name":"DeregisterTargetFromMaintenanceWindow", 391 "http":{ 392 "method":"POST", 393 "requestUri":"/" 394 }, 395 "input":{"shape":"DeregisterTargetFromMaintenanceWindowRequest"}, 396 "output":{"shape":"DeregisterTargetFromMaintenanceWindowResult"}, 397 "errors":[ 398 {"shape":"DoesNotExistException"}, 399 {"shape":"InternalServerError"}, 400 {"shape":"TargetInUseException"} 401 ] 402 }, 403 "DeregisterTaskFromMaintenanceWindow":{ 404 "name":"DeregisterTaskFromMaintenanceWindow", 405 "http":{ 406 "method":"POST", 407 "requestUri":"/" 408 }, 409 "input":{"shape":"DeregisterTaskFromMaintenanceWindowRequest"}, 410 "output":{"shape":"DeregisterTaskFromMaintenanceWindowResult"}, 411 "errors":[ 412 {"shape":"DoesNotExistException"}, 413 {"shape":"InternalServerError"} 414 ] 415 }, 416 "DescribeActivations":{ 417 "name":"DescribeActivations", 418 "http":{ 419 "method":"POST", 420 "requestUri":"/" 421 }, 422 "input":{"shape":"DescribeActivationsRequest"}, 423 "output":{"shape":"DescribeActivationsResult"}, 424 "errors":[ 425 {"shape":"InvalidFilter"}, 426 {"shape":"InvalidNextToken"}, 427 {"shape":"InternalServerError"} 428 ] 429 }, 430 "DescribeAssociation":{ 431 "name":"DescribeAssociation", 432 "http":{ 433 "method":"POST", 434 "requestUri":"/" 435 }, 436 "input":{"shape":"DescribeAssociationRequest"}, 437 "output":{"shape":"DescribeAssociationResult"}, 438 "errors":[ 439 {"shape":"AssociationDoesNotExist"}, 440 {"shape":"InvalidAssociationVersion"}, 441 {"shape":"InternalServerError"}, 442 {"shape":"InvalidDocument"}, 443 {"shape":"InvalidInstanceId"} 444 ] 445 }, 446 "DescribeAssociationExecutionTargets":{ 447 "name":"DescribeAssociationExecutionTargets", 448 "http":{ 449 "method":"POST", 450 "requestUri":"/" 451 }, 452 "input":{"shape":"DescribeAssociationExecutionTargetsRequest"}, 453 "output":{"shape":"DescribeAssociationExecutionTargetsResult"}, 454 "errors":[ 455 {"shape":"InternalServerError"}, 456 {"shape":"AssociationDoesNotExist"}, 457 {"shape":"InvalidNextToken"}, 458 {"shape":"AssociationExecutionDoesNotExist"} 459 ] 460 }, 461 "DescribeAssociationExecutions":{ 462 "name":"DescribeAssociationExecutions", 463 "http":{ 464 "method":"POST", 465 "requestUri":"/" 466 }, 467 "input":{"shape":"DescribeAssociationExecutionsRequest"}, 468 "output":{"shape":"DescribeAssociationExecutionsResult"}, 469 "errors":[ 470 {"shape":"InternalServerError"}, 471 {"shape":"AssociationDoesNotExist"}, 472 {"shape":"InvalidNextToken"} 473 ] 474 }, 475 "DescribeAutomationExecutions":{ 476 "name":"DescribeAutomationExecutions", 477 "http":{ 478 "method":"POST", 479 "requestUri":"/" 480 }, 481 "input":{"shape":"DescribeAutomationExecutionsRequest"}, 482 "output":{"shape":"DescribeAutomationExecutionsResult"}, 483 "errors":[ 484 {"shape":"InvalidFilterKey"}, 485 {"shape":"InvalidFilterValue"}, 486 {"shape":"InvalidNextToken"}, 487 {"shape":"InternalServerError"} 488 ] 489 }, 490 "DescribeAutomationStepExecutions":{ 491 "name":"DescribeAutomationStepExecutions", 492 "http":{ 493 "method":"POST", 494 "requestUri":"/" 495 }, 496 "input":{"shape":"DescribeAutomationStepExecutionsRequest"}, 497 "output":{"shape":"DescribeAutomationStepExecutionsResult"}, 498 "errors":[ 499 {"shape":"AutomationExecutionNotFoundException"}, 500 {"shape":"InvalidNextToken"}, 501 {"shape":"InvalidFilterKey"}, 502 {"shape":"InvalidFilterValue"}, 503 {"shape":"InternalServerError"} 504 ] 505 }, 506 "DescribeAvailablePatches":{ 507 "name":"DescribeAvailablePatches", 508 "http":{ 509 "method":"POST", 510 "requestUri":"/" 511 }, 512 "input":{"shape":"DescribeAvailablePatchesRequest"}, 513 "output":{"shape":"DescribeAvailablePatchesResult"}, 514 "errors":[ 515 {"shape":"InternalServerError"} 516 ] 517 }, 518 "DescribeDocument":{ 519 "name":"DescribeDocument", 520 "http":{ 521 "method":"POST", 522 "requestUri":"/" 523 }, 524 "input":{"shape":"DescribeDocumentRequest"}, 525 "output":{"shape":"DescribeDocumentResult"}, 526 "errors":[ 527 {"shape":"InternalServerError"}, 528 {"shape":"InvalidDocument"}, 529 {"shape":"InvalidDocumentVersion"} 530 ] 531 }, 532 "DescribeDocumentPermission":{ 533 "name":"DescribeDocumentPermission", 534 "http":{ 535 "method":"POST", 536 "requestUri":"/" 537 }, 538 "input":{"shape":"DescribeDocumentPermissionRequest"}, 539 "output":{"shape":"DescribeDocumentPermissionResponse"}, 540 "errors":[ 541 {"shape":"InternalServerError"}, 542 {"shape":"InvalidDocument"}, 543 {"shape":"InvalidNextToken"}, 544 {"shape":"InvalidPermissionType"}, 545 {"shape":"InvalidDocumentOperation"} 546 ] 547 }, 548 "DescribeEffectiveInstanceAssociations":{ 549 "name":"DescribeEffectiveInstanceAssociations", 550 "http":{ 551 "method":"POST", 552 "requestUri":"/" 553 }, 554 "input":{"shape":"DescribeEffectiveInstanceAssociationsRequest"}, 555 "output":{"shape":"DescribeEffectiveInstanceAssociationsResult"}, 556 "errors":[ 557 {"shape":"InternalServerError"}, 558 {"shape":"InvalidInstanceId"}, 559 {"shape":"InvalidNextToken"} 560 ] 561 }, 562 "DescribeEffectivePatchesForPatchBaseline":{ 563 "name":"DescribeEffectivePatchesForPatchBaseline", 564 "http":{ 565 "method":"POST", 566 "requestUri":"/" 567 }, 568 "input":{"shape":"DescribeEffectivePatchesForPatchBaselineRequest"}, 569 "output":{"shape":"DescribeEffectivePatchesForPatchBaselineResult"}, 570 "errors":[ 571 {"shape":"InvalidResourceId"}, 572 {"shape":"DoesNotExistException"}, 573 {"shape":"UnsupportedOperatingSystem"}, 574 {"shape":"InternalServerError"} 575 ] 576 }, 577 "DescribeInstanceAssociationsStatus":{ 578 "name":"DescribeInstanceAssociationsStatus", 579 "http":{ 580 "method":"POST", 581 "requestUri":"/" 582 }, 583 "input":{"shape":"DescribeInstanceAssociationsStatusRequest"}, 584 "output":{"shape":"DescribeInstanceAssociationsStatusResult"}, 585 "errors":[ 586 {"shape":"InternalServerError"}, 587 {"shape":"InvalidInstanceId"}, 588 {"shape":"InvalidNextToken"} 589 ] 590 }, 591 "DescribeInstanceInformation":{ 592 "name":"DescribeInstanceInformation", 593 "http":{ 594 "method":"POST", 595 "requestUri":"/" 596 }, 597 "input":{"shape":"DescribeInstanceInformationRequest"}, 598 "output":{"shape":"DescribeInstanceInformationResult"}, 599 "errors":[ 600 {"shape":"InternalServerError"}, 601 {"shape":"InvalidInstanceId"}, 602 {"shape":"InvalidNextToken"}, 603 {"shape":"InvalidInstanceInformationFilterValue"}, 604 {"shape":"InvalidFilterKey"} 605 ] 606 }, 607 "DescribeInstancePatchStates":{ 608 "name":"DescribeInstancePatchStates", 609 "http":{ 610 "method":"POST", 611 "requestUri":"/" 612 }, 613 "input":{"shape":"DescribeInstancePatchStatesRequest"}, 614 "output":{"shape":"DescribeInstancePatchStatesResult"}, 615 "errors":[ 616 {"shape":"InternalServerError"}, 617 {"shape":"InvalidNextToken"} 618 ] 619 }, 620 "DescribeInstancePatchStatesForPatchGroup":{ 621 "name":"DescribeInstancePatchStatesForPatchGroup", 622 "http":{ 623 "method":"POST", 624 "requestUri":"/" 625 }, 626 "input":{"shape":"DescribeInstancePatchStatesForPatchGroupRequest"}, 627 "output":{"shape":"DescribeInstancePatchStatesForPatchGroupResult"}, 628 "errors":[ 629 {"shape":"InternalServerError"}, 630 {"shape":"InvalidFilter"}, 631 {"shape":"InvalidNextToken"} 632 ] 633 }, 634 "DescribeInstancePatches":{ 635 "name":"DescribeInstancePatches", 636 "http":{ 637 "method":"POST", 638 "requestUri":"/" 639 }, 640 "input":{"shape":"DescribeInstancePatchesRequest"}, 641 "output":{"shape":"DescribeInstancePatchesResult"}, 642 "errors":[ 643 {"shape":"InternalServerError"}, 644 {"shape":"InvalidInstanceId"}, 645 {"shape":"InvalidFilter"}, 646 {"shape":"InvalidNextToken"} 647 ] 648 }, 649 "DescribeInventoryDeletions":{ 650 "name":"DescribeInventoryDeletions", 651 "http":{ 652 "method":"POST", 653 "requestUri":"/" 654 }, 655 "input":{"shape":"DescribeInventoryDeletionsRequest"}, 656 "output":{"shape":"DescribeInventoryDeletionsResult"}, 657 "errors":[ 658 {"shape":"InternalServerError"}, 659 {"shape":"InvalidDeletionIdException"}, 660 {"shape":"InvalidNextToken"} 661 ] 662 }, 663 "DescribeMaintenanceWindowExecutionTaskInvocations":{ 664 "name":"DescribeMaintenanceWindowExecutionTaskInvocations", 665 "http":{ 666 "method":"POST", 667 "requestUri":"/" 668 }, 669 "input":{"shape":"DescribeMaintenanceWindowExecutionTaskInvocationsRequest"}, 670 "output":{"shape":"DescribeMaintenanceWindowExecutionTaskInvocationsResult"}, 671 "errors":[ 672 {"shape":"DoesNotExistException"}, 673 {"shape":"InternalServerError"} 674 ] 675 }, 676 "DescribeMaintenanceWindowExecutionTasks":{ 677 "name":"DescribeMaintenanceWindowExecutionTasks", 678 "http":{ 679 "method":"POST", 680 "requestUri":"/" 681 }, 682 "input":{"shape":"DescribeMaintenanceWindowExecutionTasksRequest"}, 683 "output":{"shape":"DescribeMaintenanceWindowExecutionTasksResult"}, 684 "errors":[ 685 {"shape":"DoesNotExistException"}, 686 {"shape":"InternalServerError"} 687 ] 688 }, 689 "DescribeMaintenanceWindowExecutions":{ 690 "name":"DescribeMaintenanceWindowExecutions", 691 "http":{ 692 "method":"POST", 693 "requestUri":"/" 694 }, 695 "input":{"shape":"DescribeMaintenanceWindowExecutionsRequest"}, 696 "output":{"shape":"DescribeMaintenanceWindowExecutionsResult"}, 697 "errors":[ 698 {"shape":"InternalServerError"} 699 ] 700 }, 701 "DescribeMaintenanceWindowSchedule":{ 702 "name":"DescribeMaintenanceWindowSchedule", 703 "http":{ 704 "method":"POST", 705 "requestUri":"/" 706 }, 707 "input":{"shape":"DescribeMaintenanceWindowScheduleRequest"}, 708 "output":{"shape":"DescribeMaintenanceWindowScheduleResult"}, 709 "errors":[ 710 {"shape":"InternalServerError"}, 711 {"shape":"DoesNotExistException"} 712 ] 713 }, 714 "DescribeMaintenanceWindowTargets":{ 715 "name":"DescribeMaintenanceWindowTargets", 716 "http":{ 717 "method":"POST", 718 "requestUri":"/" 719 }, 720 "input":{"shape":"DescribeMaintenanceWindowTargetsRequest"}, 721 "output":{"shape":"DescribeMaintenanceWindowTargetsResult"}, 722 "errors":[ 723 {"shape":"DoesNotExistException"}, 724 {"shape":"InternalServerError"} 725 ] 726 }, 727 "DescribeMaintenanceWindowTasks":{ 728 "name":"DescribeMaintenanceWindowTasks", 729 "http":{ 730 "method":"POST", 731 "requestUri":"/" 732 }, 733 "input":{"shape":"DescribeMaintenanceWindowTasksRequest"}, 734 "output":{"shape":"DescribeMaintenanceWindowTasksResult"}, 735 "errors":[ 736 {"shape":"DoesNotExistException"}, 737 {"shape":"InternalServerError"} 738 ] 739 }, 740 "DescribeMaintenanceWindows":{ 741 "name":"DescribeMaintenanceWindows", 742 "http":{ 743 "method":"POST", 744 "requestUri":"/" 745 }, 746 "input":{"shape":"DescribeMaintenanceWindowsRequest"}, 747 "output":{"shape":"DescribeMaintenanceWindowsResult"}, 748 "errors":[ 749 {"shape":"InternalServerError"} 750 ] 751 }, 752 "DescribeMaintenanceWindowsForTarget":{ 753 "name":"DescribeMaintenanceWindowsForTarget", 754 "http":{ 755 "method":"POST", 756 "requestUri":"/" 757 }, 758 "input":{"shape":"DescribeMaintenanceWindowsForTargetRequest"}, 759 "output":{"shape":"DescribeMaintenanceWindowsForTargetResult"}, 760 "errors":[ 761 {"shape":"InternalServerError"} 762 ] 763 }, 764 "DescribeOpsItems":{ 765 "name":"DescribeOpsItems", 766 "http":{ 767 "method":"POST", 768 "requestUri":"/" 769 }, 770 "input":{"shape":"DescribeOpsItemsRequest"}, 771 "output":{"shape":"DescribeOpsItemsResponse"}, 772 "errors":[ 773 {"shape":"InternalServerError"} 774 ] 775 }, 776 "DescribeParameters":{ 777 "name":"DescribeParameters", 778 "http":{ 779 "method":"POST", 780 "requestUri":"/" 781 }, 782 "input":{"shape":"DescribeParametersRequest"}, 783 "output":{"shape":"DescribeParametersResult"}, 784 "errors":[ 785 {"shape":"InternalServerError"}, 786 {"shape":"InvalidFilterKey"}, 787 {"shape":"InvalidFilterOption"}, 788 {"shape":"InvalidFilterValue"}, 789 {"shape":"InvalidNextToken"} 790 ] 791 }, 792 "DescribePatchBaselines":{ 793 "name":"DescribePatchBaselines", 794 "http":{ 795 "method":"POST", 796 "requestUri":"/" 797 }, 798 "input":{"shape":"DescribePatchBaselinesRequest"}, 799 "output":{"shape":"DescribePatchBaselinesResult"}, 800 "errors":[ 801 {"shape":"InternalServerError"} 802 ] 803 }, 804 "DescribePatchGroupState":{ 805 "name":"DescribePatchGroupState", 806 "http":{ 807 "method":"POST", 808 "requestUri":"/" 809 }, 810 "input":{"shape":"DescribePatchGroupStateRequest"}, 811 "output":{"shape":"DescribePatchGroupStateResult"}, 812 "errors":[ 813 {"shape":"InternalServerError"}, 814 {"shape":"InvalidNextToken"} 815 ] 816 }, 817 "DescribePatchGroups":{ 818 "name":"DescribePatchGroups", 819 "http":{ 820 "method":"POST", 821 "requestUri":"/" 822 }, 823 "input":{"shape":"DescribePatchGroupsRequest"}, 824 "output":{"shape":"DescribePatchGroupsResult"}, 825 "errors":[ 826 {"shape":"InternalServerError"} 827 ] 828 }, 829 "DescribePatchProperties":{ 830 "name":"DescribePatchProperties", 831 "http":{ 832 "method":"POST", 833 "requestUri":"/" 834 }, 835 "input":{"shape":"DescribePatchPropertiesRequest"}, 836 "output":{"shape":"DescribePatchPropertiesResult"}, 837 "errors":[ 838 {"shape":"InternalServerError"} 839 ] 840 }, 841 "DescribeSessions":{ 842 "name":"DescribeSessions", 843 "http":{ 844 "method":"POST", 845 "requestUri":"/" 846 }, 847 "input":{"shape":"DescribeSessionsRequest"}, 848 "output":{"shape":"DescribeSessionsResponse"}, 849 "errors":[ 850 {"shape":"InternalServerError"}, 851 {"shape":"InvalidFilterKey"}, 852 {"shape":"InvalidNextToken"} 853 ] 854 }, 855 "DisassociateOpsItemRelatedItem":{ 856 "name":"DisassociateOpsItemRelatedItem", 857 "http":{ 858 "method":"POST", 859 "requestUri":"/" 860 }, 861 "input":{"shape":"DisassociateOpsItemRelatedItemRequest"}, 862 "output":{"shape":"DisassociateOpsItemRelatedItemResponse"}, 863 "errors":[ 864 {"shape":"InternalServerError"}, 865 {"shape":"OpsItemRelatedItemAssociationNotFoundException"}, 866 {"shape":"OpsItemNotFoundException"}, 867 {"shape":"OpsItemInvalidParameterException"} 868 ] 869 }, 870 "GetAutomationExecution":{ 871 "name":"GetAutomationExecution", 872 "http":{ 873 "method":"POST", 874 "requestUri":"/" 875 }, 876 "input":{"shape":"GetAutomationExecutionRequest"}, 877 "output":{"shape":"GetAutomationExecutionResult"}, 878 "errors":[ 879 {"shape":"AutomationExecutionNotFoundException"}, 880 {"shape":"InternalServerError"} 881 ] 882 }, 883 "GetCalendarState":{ 884 "name":"GetCalendarState", 885 "http":{ 886 "method":"POST", 887 "requestUri":"/" 888 }, 889 "input":{"shape":"GetCalendarStateRequest"}, 890 "output":{"shape":"GetCalendarStateResponse"}, 891 "errors":[ 892 {"shape":"InternalServerError"}, 893 {"shape":"InvalidDocument"}, 894 {"shape":"InvalidDocumentType"}, 895 {"shape":"UnsupportedCalendarException"} 896 ] 897 }, 898 "GetCommandInvocation":{ 899 "name":"GetCommandInvocation", 900 "http":{ 901 "method":"POST", 902 "requestUri":"/" 903 }, 904 "input":{"shape":"GetCommandInvocationRequest"}, 905 "output":{"shape":"GetCommandInvocationResult"}, 906 "errors":[ 907 {"shape":"InternalServerError"}, 908 {"shape":"InvalidCommandId"}, 909 {"shape":"InvalidInstanceId"}, 910 {"shape":"InvalidPluginName"}, 911 {"shape":"InvocationDoesNotExist"} 912 ] 913 }, 914 "GetConnectionStatus":{ 915 "name":"GetConnectionStatus", 916 "http":{ 917 "method":"POST", 918 "requestUri":"/" 919 }, 920 "input":{"shape":"GetConnectionStatusRequest"}, 921 "output":{"shape":"GetConnectionStatusResponse"}, 922 "errors":[ 923 {"shape":"InternalServerError"} 924 ] 925 }, 926 "GetDefaultPatchBaseline":{ 927 "name":"GetDefaultPatchBaseline", 928 "http":{ 929 "method":"POST", 930 "requestUri":"/" 931 }, 932 "input":{"shape":"GetDefaultPatchBaselineRequest"}, 933 "output":{"shape":"GetDefaultPatchBaselineResult"}, 934 "errors":[ 935 {"shape":"InternalServerError"} 936 ] 937 }, 938 "GetDeployablePatchSnapshotForInstance":{ 939 "name":"GetDeployablePatchSnapshotForInstance", 940 "http":{ 941 "method":"POST", 942 "requestUri":"/" 943 }, 944 "input":{"shape":"GetDeployablePatchSnapshotForInstanceRequest"}, 945 "output":{"shape":"GetDeployablePatchSnapshotForInstanceResult"}, 946 "errors":[ 947 {"shape":"InternalServerError"}, 948 {"shape":"UnsupportedOperatingSystem"}, 949 {"shape":"UnsupportedFeatureRequiredException"} 950 ] 951 }, 952 "GetDocument":{ 953 "name":"GetDocument", 954 "http":{ 955 "method":"POST", 956 "requestUri":"/" 957 }, 958 "input":{"shape":"GetDocumentRequest"}, 959 "output":{"shape":"GetDocumentResult"}, 960 "errors":[ 961 {"shape":"InternalServerError"}, 962 {"shape":"InvalidDocument"}, 963 {"shape":"InvalidDocumentVersion"} 964 ] 965 }, 966 "GetInventory":{ 967 "name":"GetInventory", 968 "http":{ 969 "method":"POST", 970 "requestUri":"/" 971 }, 972 "input":{"shape":"GetInventoryRequest"}, 973 "output":{"shape":"GetInventoryResult"}, 974 "errors":[ 975 {"shape":"InternalServerError"}, 976 {"shape":"InvalidFilter"}, 977 {"shape":"InvalidInventoryGroupException"}, 978 {"shape":"InvalidNextToken"}, 979 {"shape":"InvalidTypeNameException"}, 980 {"shape":"InvalidAggregatorException"}, 981 {"shape":"InvalidResultAttributeException"} 982 ] 983 }, 984 "GetInventorySchema":{ 985 "name":"GetInventorySchema", 986 "http":{ 987 "method":"POST", 988 "requestUri":"/" 989 }, 990 "input":{"shape":"GetInventorySchemaRequest"}, 991 "output":{"shape":"GetInventorySchemaResult"}, 992 "errors":[ 993 {"shape":"InternalServerError"}, 994 {"shape":"InvalidTypeNameException"}, 995 {"shape":"InvalidNextToken"} 996 ] 997 }, 998 "GetMaintenanceWindow":{ 999 "name":"GetMaintenanceWindow", 1000 "http":{ 1001 "method":"POST", 1002 "requestUri":"/" 1003 }, 1004 "input":{"shape":"GetMaintenanceWindowRequest"}, 1005 "output":{"shape":"GetMaintenanceWindowResult"}, 1006 "errors":[ 1007 {"shape":"DoesNotExistException"}, 1008 {"shape":"InternalServerError"} 1009 ] 1010 }, 1011 "GetMaintenanceWindowExecution":{ 1012 "name":"GetMaintenanceWindowExecution", 1013 "http":{ 1014 "method":"POST", 1015 "requestUri":"/" 1016 }, 1017 "input":{"shape":"GetMaintenanceWindowExecutionRequest"}, 1018 "output":{"shape":"GetMaintenanceWindowExecutionResult"}, 1019 "errors":[ 1020 {"shape":"DoesNotExistException"}, 1021 {"shape":"InternalServerError"} 1022 ] 1023 }, 1024 "GetMaintenanceWindowExecutionTask":{ 1025 "name":"GetMaintenanceWindowExecutionTask", 1026 "http":{ 1027 "method":"POST", 1028 "requestUri":"/" 1029 }, 1030 "input":{"shape":"GetMaintenanceWindowExecutionTaskRequest"}, 1031 "output":{"shape":"GetMaintenanceWindowExecutionTaskResult"}, 1032 "errors":[ 1033 {"shape":"DoesNotExistException"}, 1034 {"shape":"InternalServerError"} 1035 ] 1036 }, 1037 "GetMaintenanceWindowExecutionTaskInvocation":{ 1038 "name":"GetMaintenanceWindowExecutionTaskInvocation", 1039 "http":{ 1040 "method":"POST", 1041 "requestUri":"/" 1042 }, 1043 "input":{"shape":"GetMaintenanceWindowExecutionTaskInvocationRequest"}, 1044 "output":{"shape":"GetMaintenanceWindowExecutionTaskInvocationResult"}, 1045 "errors":[ 1046 {"shape":"DoesNotExistException"}, 1047 {"shape":"InternalServerError"} 1048 ] 1049 }, 1050 "GetMaintenanceWindowTask":{ 1051 "name":"GetMaintenanceWindowTask", 1052 "http":{ 1053 "method":"POST", 1054 "requestUri":"/" 1055 }, 1056 "input":{"shape":"GetMaintenanceWindowTaskRequest"}, 1057 "output":{"shape":"GetMaintenanceWindowTaskResult"}, 1058 "errors":[ 1059 {"shape":"DoesNotExistException"}, 1060 {"shape":"InternalServerError"} 1061 ] 1062 }, 1063 "GetOpsItem":{ 1064 "name":"GetOpsItem", 1065 "http":{ 1066 "method":"POST", 1067 "requestUri":"/" 1068 }, 1069 "input":{"shape":"GetOpsItemRequest"}, 1070 "output":{"shape":"GetOpsItemResponse"}, 1071 "errors":[ 1072 {"shape":"InternalServerError"}, 1073 {"shape":"OpsItemNotFoundException"} 1074 ] 1075 }, 1076 "GetOpsMetadata":{ 1077 "name":"GetOpsMetadata", 1078 "http":{ 1079 "method":"POST", 1080 "requestUri":"/" 1081 }, 1082 "input":{"shape":"GetOpsMetadataRequest"}, 1083 "output":{"shape":"GetOpsMetadataResult"}, 1084 "errors":[ 1085 {"shape":"OpsMetadataNotFoundException"}, 1086 {"shape":"OpsMetadataInvalidArgumentException"}, 1087 {"shape":"InternalServerError"} 1088 ] 1089 }, 1090 "GetOpsSummary":{ 1091 "name":"GetOpsSummary", 1092 "http":{ 1093 "method":"POST", 1094 "requestUri":"/" 1095 }, 1096 "input":{"shape":"GetOpsSummaryRequest"}, 1097 "output":{"shape":"GetOpsSummaryResult"}, 1098 "errors":[ 1099 {"shape":"InternalServerError"}, 1100 {"shape":"ResourceDataSyncNotFoundException"}, 1101 {"shape":"InvalidFilter"}, 1102 {"shape":"InvalidNextToken"}, 1103 {"shape":"InvalidTypeNameException"}, 1104 {"shape":"InvalidAggregatorException"} 1105 ] 1106 }, 1107 "GetParameter":{ 1108 "name":"GetParameter", 1109 "http":{ 1110 "method":"POST", 1111 "requestUri":"/" 1112 }, 1113 "input":{"shape":"GetParameterRequest"}, 1114 "output":{"shape":"GetParameterResult"}, 1115 "errors":[ 1116 {"shape":"InternalServerError"}, 1117 {"shape":"InvalidKeyId"}, 1118 {"shape":"ParameterNotFound"}, 1119 {"shape":"ParameterVersionNotFound"} 1120 ] 1121 }, 1122 "GetParameterHistory":{ 1123 "name":"GetParameterHistory", 1124 "http":{ 1125 "method":"POST", 1126 "requestUri":"/" 1127 }, 1128 "input":{"shape":"GetParameterHistoryRequest"}, 1129 "output":{"shape":"GetParameterHistoryResult"}, 1130 "errors":[ 1131 {"shape":"InternalServerError"}, 1132 {"shape":"ParameterNotFound"}, 1133 {"shape":"InvalidNextToken"}, 1134 {"shape":"InvalidKeyId"} 1135 ] 1136 }, 1137 "GetParameters":{ 1138 "name":"GetParameters", 1139 "http":{ 1140 "method":"POST", 1141 "requestUri":"/" 1142 }, 1143 "input":{"shape":"GetParametersRequest"}, 1144 "output":{"shape":"GetParametersResult"}, 1145 "errors":[ 1146 {"shape":"InvalidKeyId"}, 1147 {"shape":"InternalServerError"} 1148 ] 1149 }, 1150 "GetParametersByPath":{ 1151 "name":"GetParametersByPath", 1152 "http":{ 1153 "method":"POST", 1154 "requestUri":"/" 1155 }, 1156 "input":{"shape":"GetParametersByPathRequest"}, 1157 "output":{"shape":"GetParametersByPathResult"}, 1158 "errors":[ 1159 {"shape":"InternalServerError"}, 1160 {"shape":"InvalidFilterKey"}, 1161 {"shape":"InvalidFilterOption"}, 1162 {"shape":"InvalidFilterValue"}, 1163 {"shape":"InvalidKeyId"}, 1164 {"shape":"InvalidNextToken"} 1165 ] 1166 }, 1167 "GetPatchBaseline":{ 1168 "name":"GetPatchBaseline", 1169 "http":{ 1170 "method":"POST", 1171 "requestUri":"/" 1172 }, 1173 "input":{"shape":"GetPatchBaselineRequest"}, 1174 "output":{"shape":"GetPatchBaselineResult"}, 1175 "errors":[ 1176 {"shape":"DoesNotExistException"}, 1177 {"shape":"InvalidResourceId"}, 1178 {"shape":"InternalServerError"} 1179 ] 1180 }, 1181 "GetPatchBaselineForPatchGroup":{ 1182 "name":"GetPatchBaselineForPatchGroup", 1183 "http":{ 1184 "method":"POST", 1185 "requestUri":"/" 1186 }, 1187 "input":{"shape":"GetPatchBaselineForPatchGroupRequest"}, 1188 "output":{"shape":"GetPatchBaselineForPatchGroupResult"}, 1189 "errors":[ 1190 {"shape":"InternalServerError"} 1191 ] 1192 }, 1193 "GetServiceSetting":{ 1194 "name":"GetServiceSetting", 1195 "http":{ 1196 "method":"POST", 1197 "requestUri":"/" 1198 }, 1199 "input":{"shape":"GetServiceSettingRequest"}, 1200 "output":{"shape":"GetServiceSettingResult"}, 1201 "errors":[ 1202 {"shape":"InternalServerError"}, 1203 {"shape":"ServiceSettingNotFound"} 1204 ] 1205 }, 1206 "LabelParameterVersion":{ 1207 "name":"LabelParameterVersion", 1208 "http":{ 1209 "method":"POST", 1210 "requestUri":"/" 1211 }, 1212 "input":{"shape":"LabelParameterVersionRequest"}, 1213 "output":{"shape":"LabelParameterVersionResult"}, 1214 "errors":[ 1215 {"shape":"InternalServerError"}, 1216 {"shape":"TooManyUpdates"}, 1217 {"shape":"ParameterNotFound"}, 1218 {"shape":"ParameterVersionNotFound"}, 1219 {"shape":"ParameterVersionLabelLimitExceeded"} 1220 ] 1221 }, 1222 "ListAssociationVersions":{ 1223 "name":"ListAssociationVersions", 1224 "http":{ 1225 "method":"POST", 1226 "requestUri":"/" 1227 }, 1228 "input":{"shape":"ListAssociationVersionsRequest"}, 1229 "output":{"shape":"ListAssociationVersionsResult"}, 1230 "errors":[ 1231 {"shape":"InternalServerError"}, 1232 {"shape":"InvalidNextToken"}, 1233 {"shape":"AssociationDoesNotExist"} 1234 ] 1235 }, 1236 "ListAssociations":{ 1237 "name":"ListAssociations", 1238 "http":{ 1239 "method":"POST", 1240 "requestUri":"/" 1241 }, 1242 "input":{"shape":"ListAssociationsRequest"}, 1243 "output":{"shape":"ListAssociationsResult"}, 1244 "errors":[ 1245 {"shape":"InternalServerError"}, 1246 {"shape":"InvalidNextToken"} 1247 ] 1248 }, 1249 "ListCommandInvocations":{ 1250 "name":"ListCommandInvocations", 1251 "http":{ 1252 "method":"POST", 1253 "requestUri":"/" 1254 }, 1255 "input":{"shape":"ListCommandInvocationsRequest"}, 1256 "output":{"shape":"ListCommandInvocationsResult"}, 1257 "errors":[ 1258 {"shape":"InternalServerError"}, 1259 {"shape":"InvalidCommandId"}, 1260 {"shape":"InvalidInstanceId"}, 1261 {"shape":"InvalidFilterKey"}, 1262 {"shape":"InvalidNextToken"} 1263 ] 1264 }, 1265 "ListCommands":{ 1266 "name":"ListCommands", 1267 "http":{ 1268 "method":"POST", 1269 "requestUri":"/" 1270 }, 1271 "input":{"shape":"ListCommandsRequest"}, 1272 "output":{"shape":"ListCommandsResult"}, 1273 "errors":[ 1274 {"shape":"InternalServerError"}, 1275 {"shape":"InvalidCommandId"}, 1276 {"shape":"InvalidInstanceId"}, 1277 {"shape":"InvalidFilterKey"}, 1278 {"shape":"InvalidNextToken"} 1279 ] 1280 }, 1281 "ListComplianceItems":{ 1282 "name":"ListComplianceItems", 1283 "http":{ 1284 "method":"POST", 1285 "requestUri":"/" 1286 }, 1287 "input":{"shape":"ListComplianceItemsRequest"}, 1288 "output":{"shape":"ListComplianceItemsResult"}, 1289 "errors":[ 1290 {"shape":"InvalidResourceType"}, 1291 {"shape":"InvalidResourceId"}, 1292 {"shape":"InternalServerError"}, 1293 {"shape":"InvalidFilter"}, 1294 {"shape":"InvalidNextToken"} 1295 ] 1296 }, 1297 "ListComplianceSummaries":{ 1298 "name":"ListComplianceSummaries", 1299 "http":{ 1300 "method":"POST", 1301 "requestUri":"/" 1302 }, 1303 "input":{"shape":"ListComplianceSummariesRequest"}, 1304 "output":{"shape":"ListComplianceSummariesResult"}, 1305 "errors":[ 1306 {"shape":"InvalidFilter"}, 1307 {"shape":"InvalidNextToken"}, 1308 {"shape":"InternalServerError"} 1309 ] 1310 }, 1311 "ListDocumentMetadataHistory":{ 1312 "name":"ListDocumentMetadataHistory", 1313 "http":{ 1314 "method":"POST", 1315 "requestUri":"/" 1316 }, 1317 "input":{"shape":"ListDocumentMetadataHistoryRequest"}, 1318 "output":{"shape":"ListDocumentMetadataHistoryResponse"}, 1319 "errors":[ 1320 {"shape":"InternalServerError"}, 1321 {"shape":"InvalidDocument"}, 1322 {"shape":"InvalidDocumentVersion"}, 1323 {"shape":"InvalidNextToken"} 1324 ] 1325 }, 1326 "ListDocumentVersions":{ 1327 "name":"ListDocumentVersions", 1328 "http":{ 1329 "method":"POST", 1330 "requestUri":"/" 1331 }, 1332 "input":{"shape":"ListDocumentVersionsRequest"}, 1333 "output":{"shape":"ListDocumentVersionsResult"}, 1334 "errors":[ 1335 {"shape":"InternalServerError"}, 1336 {"shape":"InvalidNextToken"}, 1337 {"shape":"InvalidDocument"} 1338 ] 1339 }, 1340 "ListDocuments":{ 1341 "name":"ListDocuments", 1342 "http":{ 1343 "method":"POST", 1344 "requestUri":"/" 1345 }, 1346 "input":{"shape":"ListDocumentsRequest"}, 1347 "output":{"shape":"ListDocumentsResult"}, 1348 "errors":[ 1349 {"shape":"InternalServerError"}, 1350 {"shape":"InvalidNextToken"}, 1351 {"shape":"InvalidFilterKey"} 1352 ] 1353 }, 1354 "ListInventoryEntries":{ 1355 "name":"ListInventoryEntries", 1356 "http":{ 1357 "method":"POST", 1358 "requestUri":"/" 1359 }, 1360 "input":{"shape":"ListInventoryEntriesRequest"}, 1361 "output":{"shape":"ListInventoryEntriesResult"}, 1362 "errors":[ 1363 {"shape":"InternalServerError"}, 1364 {"shape":"InvalidInstanceId"}, 1365 {"shape":"InvalidTypeNameException"}, 1366 {"shape":"InvalidFilter"}, 1367 {"shape":"InvalidNextToken"} 1368 ] 1369 }, 1370 "ListOpsItemEvents":{ 1371 "name":"ListOpsItemEvents", 1372 "http":{ 1373 "method":"POST", 1374 "requestUri":"/" 1375 }, 1376 "input":{"shape":"ListOpsItemEventsRequest"}, 1377 "output":{"shape":"ListOpsItemEventsResponse"}, 1378 "errors":[ 1379 {"shape":"InternalServerError"}, 1380 {"shape":"OpsItemNotFoundException"}, 1381 {"shape":"OpsItemLimitExceededException"}, 1382 {"shape":"OpsItemInvalidParameterException"} 1383 ] 1384 }, 1385 "ListOpsItemRelatedItems":{ 1386 "name":"ListOpsItemRelatedItems", 1387 "http":{ 1388 "method":"POST", 1389 "requestUri":"/" 1390 }, 1391 "input":{"shape":"ListOpsItemRelatedItemsRequest"}, 1392 "output":{"shape":"ListOpsItemRelatedItemsResponse"}, 1393 "errors":[ 1394 {"shape":"InternalServerError"}, 1395 {"shape":"OpsItemInvalidParameterException"} 1396 ] 1397 }, 1398 "ListOpsMetadata":{ 1399 "name":"ListOpsMetadata", 1400 "http":{ 1401 "method":"POST", 1402 "requestUri":"/" 1403 }, 1404 "input":{"shape":"ListOpsMetadataRequest"}, 1405 "output":{"shape":"ListOpsMetadataResult"}, 1406 "errors":[ 1407 {"shape":"OpsMetadataInvalidArgumentException"}, 1408 {"shape":"InternalServerError"} 1409 ] 1410 }, 1411 "ListResourceComplianceSummaries":{ 1412 "name":"ListResourceComplianceSummaries", 1413 "http":{ 1414 "method":"POST", 1415 "requestUri":"/" 1416 }, 1417 "input":{"shape":"ListResourceComplianceSummariesRequest"}, 1418 "output":{"shape":"ListResourceComplianceSummariesResult"}, 1419 "errors":[ 1420 {"shape":"InvalidFilter"}, 1421 {"shape":"InvalidNextToken"}, 1422 {"shape":"InternalServerError"} 1423 ] 1424 }, 1425 "ListResourceDataSync":{ 1426 "name":"ListResourceDataSync", 1427 "http":{ 1428 "method":"POST", 1429 "requestUri":"/" 1430 }, 1431 "input":{"shape":"ListResourceDataSyncRequest"}, 1432 "output":{"shape":"ListResourceDataSyncResult"}, 1433 "errors":[ 1434 {"shape":"ResourceDataSyncInvalidConfigurationException"}, 1435 {"shape":"InternalServerError"}, 1436 {"shape":"InvalidNextToken"} 1437 ] 1438 }, 1439 "ListTagsForResource":{ 1440 "name":"ListTagsForResource", 1441 "http":{ 1442 "method":"POST", 1443 "requestUri":"/" 1444 }, 1445 "input":{"shape":"ListTagsForResourceRequest"}, 1446 "output":{"shape":"ListTagsForResourceResult"}, 1447 "errors":[ 1448 {"shape":"InvalidResourceType"}, 1449 {"shape":"InvalidResourceId"}, 1450 {"shape":"InternalServerError"} 1451 ] 1452 }, 1453 "ModifyDocumentPermission":{ 1454 "name":"ModifyDocumentPermission", 1455 "http":{ 1456 "method":"POST", 1457 "requestUri":"/" 1458 }, 1459 "input":{"shape":"ModifyDocumentPermissionRequest"}, 1460 "output":{"shape":"ModifyDocumentPermissionResponse"}, 1461 "errors":[ 1462 {"shape":"InternalServerError"}, 1463 {"shape":"InvalidDocument"}, 1464 {"shape":"InvalidPermissionType"}, 1465 {"shape":"DocumentPermissionLimit"}, 1466 {"shape":"DocumentLimitExceeded"} 1467 ] 1468 }, 1469 "PutComplianceItems":{ 1470 "name":"PutComplianceItems", 1471 "http":{ 1472 "method":"POST", 1473 "requestUri":"/" 1474 }, 1475 "input":{"shape":"PutComplianceItemsRequest"}, 1476 "output":{"shape":"PutComplianceItemsResult"}, 1477 "errors":[ 1478 {"shape":"InternalServerError"}, 1479 {"shape":"InvalidItemContentException"}, 1480 {"shape":"TotalSizeLimitExceededException"}, 1481 {"shape":"ItemSizeLimitExceededException"}, 1482 {"shape":"ComplianceTypeCountLimitExceededException"}, 1483 {"shape":"InvalidResourceType"}, 1484 {"shape":"InvalidResourceId"} 1485 ] 1486 }, 1487 "PutInventory":{ 1488 "name":"PutInventory", 1489 "http":{ 1490 "method":"POST", 1491 "requestUri":"/" 1492 }, 1493 "input":{"shape":"PutInventoryRequest"}, 1494 "output":{"shape":"PutInventoryResult"}, 1495 "errors":[ 1496 {"shape":"InternalServerError"}, 1497 {"shape":"InvalidInstanceId"}, 1498 {"shape":"InvalidTypeNameException"}, 1499 {"shape":"InvalidItemContentException"}, 1500 {"shape":"TotalSizeLimitExceededException"}, 1501 {"shape":"ItemSizeLimitExceededException"}, 1502 {"shape":"ItemContentMismatchException"}, 1503 {"shape":"CustomSchemaCountLimitExceededException"}, 1504 {"shape":"UnsupportedInventorySchemaVersionException"}, 1505 {"shape":"UnsupportedInventoryItemContextException"}, 1506 {"shape":"InvalidInventoryItemContextException"}, 1507 {"shape":"SubTypeCountLimitExceededException"} 1508 ] 1509 }, 1510 "PutParameter":{ 1511 "name":"PutParameter", 1512 "http":{ 1513 "method":"POST", 1514 "requestUri":"/" 1515 }, 1516 "input":{"shape":"PutParameterRequest"}, 1517 "output":{"shape":"PutParameterResult"}, 1518 "errors":[ 1519 {"shape":"InternalServerError"}, 1520 {"shape":"InvalidKeyId"}, 1521 {"shape":"ParameterLimitExceeded"}, 1522 {"shape":"TooManyUpdates"}, 1523 {"shape":"ParameterAlreadyExists"}, 1524 {"shape":"HierarchyLevelLimitExceededException"}, 1525 {"shape":"HierarchyTypeMismatchException"}, 1526 {"shape":"InvalidAllowedPatternException"}, 1527 {"shape":"ParameterMaxVersionLimitExceeded"}, 1528 {"shape":"ParameterPatternMismatchException"}, 1529 {"shape":"UnsupportedParameterType"}, 1530 {"shape":"PoliciesLimitExceededException"}, 1531 {"shape":"InvalidPolicyTypeException"}, 1532 {"shape":"InvalidPolicyAttributeException"}, 1533 {"shape":"IncompatiblePolicyException"} 1534 ] 1535 }, 1536 "RegisterDefaultPatchBaseline":{ 1537 "name":"RegisterDefaultPatchBaseline", 1538 "http":{ 1539 "method":"POST", 1540 "requestUri":"/" 1541 }, 1542 "input":{"shape":"RegisterDefaultPatchBaselineRequest"}, 1543 "output":{"shape":"RegisterDefaultPatchBaselineResult"}, 1544 "errors":[ 1545 {"shape":"InvalidResourceId"}, 1546 {"shape":"DoesNotExistException"}, 1547 {"shape":"InternalServerError"} 1548 ] 1549 }, 1550 "RegisterPatchBaselineForPatchGroup":{ 1551 "name":"RegisterPatchBaselineForPatchGroup", 1552 "http":{ 1553 "method":"POST", 1554 "requestUri":"/" 1555 }, 1556 "input":{"shape":"RegisterPatchBaselineForPatchGroupRequest"}, 1557 "output":{"shape":"RegisterPatchBaselineForPatchGroupResult"}, 1558 "errors":[ 1559 {"shape":"AlreadyExistsException"}, 1560 {"shape":"DoesNotExistException"}, 1561 {"shape":"InvalidResourceId"}, 1562 {"shape":"ResourceLimitExceededException"}, 1563 {"shape":"InternalServerError"} 1564 ] 1565 }, 1566 "RegisterTargetWithMaintenanceWindow":{ 1567 "name":"RegisterTargetWithMaintenanceWindow", 1568 "http":{ 1569 "method":"POST", 1570 "requestUri":"/" 1571 }, 1572 "input":{"shape":"RegisterTargetWithMaintenanceWindowRequest"}, 1573 "output":{"shape":"RegisterTargetWithMaintenanceWindowResult"}, 1574 "errors":[ 1575 {"shape":"IdempotentParameterMismatch"}, 1576 {"shape":"DoesNotExistException"}, 1577 {"shape":"ResourceLimitExceededException"}, 1578 {"shape":"InternalServerError"} 1579 ] 1580 }, 1581 "RegisterTaskWithMaintenanceWindow":{ 1582 "name":"RegisterTaskWithMaintenanceWindow", 1583 "http":{ 1584 "method":"POST", 1585 "requestUri":"/" 1586 }, 1587 "input":{"shape":"RegisterTaskWithMaintenanceWindowRequest"}, 1588 "output":{"shape":"RegisterTaskWithMaintenanceWindowResult"}, 1589 "errors":[ 1590 {"shape":"IdempotentParameterMismatch"}, 1591 {"shape":"DoesNotExistException"}, 1592 {"shape":"ResourceLimitExceededException"}, 1593 {"shape":"FeatureNotAvailableException"}, 1594 {"shape":"InternalServerError"} 1595 ] 1596 }, 1597 "RemoveTagsFromResource":{ 1598 "name":"RemoveTagsFromResource", 1599 "http":{ 1600 "method":"POST", 1601 "requestUri":"/" 1602 }, 1603 "input":{"shape":"RemoveTagsFromResourceRequest"}, 1604 "output":{"shape":"RemoveTagsFromResourceResult"}, 1605 "errors":[ 1606 {"shape":"InvalidResourceType"}, 1607 {"shape":"InvalidResourceId"}, 1608 {"shape":"InternalServerError"}, 1609 {"shape":"TooManyUpdates"} 1610 ] 1611 }, 1612 "ResetServiceSetting":{ 1613 "name":"ResetServiceSetting", 1614 "http":{ 1615 "method":"POST", 1616 "requestUri":"/" 1617 }, 1618 "input":{"shape":"ResetServiceSettingRequest"}, 1619 "output":{"shape":"ResetServiceSettingResult"}, 1620 "errors":[ 1621 {"shape":"InternalServerError"}, 1622 {"shape":"ServiceSettingNotFound"}, 1623 {"shape":"TooManyUpdates"} 1624 ] 1625 }, 1626 "ResumeSession":{ 1627 "name":"ResumeSession", 1628 "http":{ 1629 "method":"POST", 1630 "requestUri":"/" 1631 }, 1632 "input":{"shape":"ResumeSessionRequest"}, 1633 "output":{"shape":"ResumeSessionResponse"}, 1634 "errors":[ 1635 {"shape":"DoesNotExistException"}, 1636 {"shape":"InternalServerError"} 1637 ] 1638 }, 1639 "SendAutomationSignal":{ 1640 "name":"SendAutomationSignal", 1641 "http":{ 1642 "method":"POST", 1643 "requestUri":"/" 1644 }, 1645 "input":{"shape":"SendAutomationSignalRequest"}, 1646 "output":{"shape":"SendAutomationSignalResult"}, 1647 "errors":[ 1648 {"shape":"AutomationExecutionNotFoundException"}, 1649 {"shape":"AutomationStepNotFoundException"}, 1650 {"shape":"InvalidAutomationSignalException"}, 1651 {"shape":"InternalServerError"} 1652 ] 1653 }, 1654 "SendCommand":{ 1655 "name":"SendCommand", 1656 "http":{ 1657 "method":"POST", 1658 "requestUri":"/" 1659 }, 1660 "input":{"shape":"SendCommandRequest"}, 1661 "output":{"shape":"SendCommandResult"}, 1662 "errors":[ 1663 {"shape":"DuplicateInstanceId"}, 1664 {"shape":"InternalServerError"}, 1665 {"shape":"InvalidInstanceId"}, 1666 {"shape":"InvalidDocument"}, 1667 {"shape":"InvalidDocumentVersion"}, 1668 {"shape":"InvalidOutputFolder"}, 1669 {"shape":"InvalidParameters"}, 1670 {"shape":"UnsupportedPlatformType"}, 1671 {"shape":"MaxDocumentSizeExceeded"}, 1672 {"shape":"InvalidRole"}, 1673 {"shape":"InvalidNotificationConfig"} 1674 ] 1675 }, 1676 "StartAssociationsOnce":{ 1677 "name":"StartAssociationsOnce", 1678 "http":{ 1679 "method":"POST", 1680 "requestUri":"/" 1681 }, 1682 "input":{"shape":"StartAssociationsOnceRequest"}, 1683 "output":{"shape":"StartAssociationsOnceResult"}, 1684 "errors":[ 1685 {"shape":"InvalidAssociation"}, 1686 {"shape":"AssociationDoesNotExist"} 1687 ] 1688 }, 1689 "StartAutomationExecution":{ 1690 "name":"StartAutomationExecution", 1691 "http":{ 1692 "method":"POST", 1693 "requestUri":"/" 1694 }, 1695 "input":{"shape":"StartAutomationExecutionRequest"}, 1696 "output":{"shape":"StartAutomationExecutionResult"}, 1697 "errors":[ 1698 {"shape":"AutomationDefinitionNotFoundException"}, 1699 {"shape":"InvalidAutomationExecutionParametersException"}, 1700 {"shape":"AutomationExecutionLimitExceededException"}, 1701 {"shape":"AutomationDefinitionVersionNotFoundException"}, 1702 {"shape":"IdempotentParameterMismatch"}, 1703 {"shape":"InvalidTarget"}, 1704 {"shape":"InternalServerError"} 1705 ] 1706 }, 1707 "StartChangeRequestExecution":{ 1708 "name":"StartChangeRequestExecution", 1709 "http":{ 1710 "method":"POST", 1711 "requestUri":"/" 1712 }, 1713 "input":{"shape":"StartChangeRequestExecutionRequest"}, 1714 "output":{"shape":"StartChangeRequestExecutionResult"}, 1715 "errors":[ 1716 {"shape":"AutomationDefinitionNotFoundException"}, 1717 {"shape":"InvalidAutomationExecutionParametersException"}, 1718 {"shape":"AutomationExecutionLimitExceededException"}, 1719 {"shape":"AutomationDefinitionVersionNotFoundException"}, 1720 {"shape":"IdempotentParameterMismatch"}, 1721 {"shape":"InternalServerError"}, 1722 {"shape":"AutomationDefinitionNotApprovedException"} 1723 ] 1724 }, 1725 "StartSession":{ 1726 "name":"StartSession", 1727 "http":{ 1728 "method":"POST", 1729 "requestUri":"/" 1730 }, 1731 "input":{"shape":"StartSessionRequest"}, 1732 "output":{"shape":"StartSessionResponse"}, 1733 "errors":[ 1734 {"shape":"InvalidDocument"}, 1735 {"shape":"TargetNotConnected"}, 1736 {"shape":"InternalServerError"} 1737 ] 1738 }, 1739 "StopAutomationExecution":{ 1740 "name":"StopAutomationExecution", 1741 "http":{ 1742 "method":"POST", 1743 "requestUri":"/" 1744 }, 1745 "input":{"shape":"StopAutomationExecutionRequest"}, 1746 "output":{"shape":"StopAutomationExecutionResult"}, 1747 "errors":[ 1748 {"shape":"AutomationExecutionNotFoundException"}, 1749 {"shape":"InvalidAutomationStatusUpdateException"}, 1750 {"shape":"InternalServerError"} 1751 ] 1752 }, 1753 "TerminateSession":{ 1754 "name":"TerminateSession", 1755 "http":{ 1756 "method":"POST", 1757 "requestUri":"/" 1758 }, 1759 "input":{"shape":"TerminateSessionRequest"}, 1760 "output":{"shape":"TerminateSessionResponse"}, 1761 "errors":[ 1762 {"shape":"DoesNotExistException"}, 1763 {"shape":"InternalServerError"} 1764 ] 1765 }, 1766 "UnlabelParameterVersion":{ 1767 "name":"UnlabelParameterVersion", 1768 "http":{ 1769 "method":"POST", 1770 "requestUri":"/" 1771 }, 1772 "input":{"shape":"UnlabelParameterVersionRequest"}, 1773 "output":{"shape":"UnlabelParameterVersionResult"}, 1774 "errors":[ 1775 {"shape":"InternalServerError"}, 1776 {"shape":"TooManyUpdates"}, 1777 {"shape":"ParameterNotFound"}, 1778 {"shape":"ParameterVersionNotFound"} 1779 ] 1780 }, 1781 "UpdateAssociation":{ 1782 "name":"UpdateAssociation", 1783 "http":{ 1784 "method":"POST", 1785 "requestUri":"/" 1786 }, 1787 "input":{"shape":"UpdateAssociationRequest"}, 1788 "output":{"shape":"UpdateAssociationResult"}, 1789 "errors":[ 1790 {"shape":"InternalServerError"}, 1791 {"shape":"InvalidSchedule"}, 1792 {"shape":"InvalidParameters"}, 1793 {"shape":"InvalidOutputLocation"}, 1794 {"shape":"InvalidDocumentVersion"}, 1795 {"shape":"AssociationDoesNotExist"}, 1796 {"shape":"InvalidUpdate"}, 1797 {"shape":"TooManyUpdates"}, 1798 {"shape":"InvalidDocument"}, 1799 {"shape":"InvalidTarget"}, 1800 {"shape":"InvalidAssociationVersion"}, 1801 {"shape":"AssociationVersionLimitExceeded"} 1802 ] 1803 }, 1804 "UpdateAssociationStatus":{ 1805 "name":"UpdateAssociationStatus", 1806 "http":{ 1807 "method":"POST", 1808 "requestUri":"/" 1809 }, 1810 "input":{"shape":"UpdateAssociationStatusRequest"}, 1811 "output":{"shape":"UpdateAssociationStatusResult"}, 1812 "errors":[ 1813 {"shape":"InternalServerError"}, 1814 {"shape":"InvalidInstanceId"}, 1815 {"shape":"InvalidDocument"}, 1816 {"shape":"AssociationDoesNotExist"}, 1817 {"shape":"StatusUnchanged"}, 1818 {"shape":"TooManyUpdates"} 1819 ] 1820 }, 1821 "UpdateDocument":{ 1822 "name":"UpdateDocument", 1823 "http":{ 1824 "method":"POST", 1825 "requestUri":"/" 1826 }, 1827 "input":{"shape":"UpdateDocumentRequest"}, 1828 "output":{"shape":"UpdateDocumentResult"}, 1829 "errors":[ 1830 {"shape":"MaxDocumentSizeExceeded"}, 1831 {"shape":"DocumentVersionLimitExceeded"}, 1832 {"shape":"InternalServerError"}, 1833 {"shape":"DuplicateDocumentContent"}, 1834 {"shape":"DuplicateDocumentVersionName"}, 1835 {"shape":"InvalidDocumentContent"}, 1836 {"shape":"InvalidDocumentVersion"}, 1837 {"shape":"InvalidDocumentSchemaVersion"}, 1838 {"shape":"InvalidDocument"}, 1839 {"shape":"InvalidDocumentOperation"} 1840 ] 1841 }, 1842 "UpdateDocumentDefaultVersion":{ 1843 "name":"UpdateDocumentDefaultVersion", 1844 "http":{ 1845 "method":"POST", 1846 "requestUri":"/" 1847 }, 1848 "input":{"shape":"UpdateDocumentDefaultVersionRequest"}, 1849 "output":{"shape":"UpdateDocumentDefaultVersionResult"}, 1850 "errors":[ 1851 {"shape":"InternalServerError"}, 1852 {"shape":"InvalidDocument"}, 1853 {"shape":"InvalidDocumentVersion"}, 1854 {"shape":"InvalidDocumentSchemaVersion"} 1855 ] 1856 }, 1857 "UpdateDocumentMetadata":{ 1858 "name":"UpdateDocumentMetadata", 1859 "http":{ 1860 "method":"POST", 1861 "requestUri":"/" 1862 }, 1863 "input":{"shape":"UpdateDocumentMetadataRequest"}, 1864 "output":{"shape":"UpdateDocumentMetadataResponse"}, 1865 "errors":[ 1866 {"shape":"InternalServerError"}, 1867 {"shape":"InvalidDocument"}, 1868 {"shape":"InvalidDocumentOperation"}, 1869 {"shape":"InvalidDocumentVersion"} 1870 ] 1871 }, 1872 "UpdateMaintenanceWindow":{ 1873 "name":"UpdateMaintenanceWindow", 1874 "http":{ 1875 "method":"POST", 1876 "requestUri":"/" 1877 }, 1878 "input":{"shape":"UpdateMaintenanceWindowRequest"}, 1879 "output":{"shape":"UpdateMaintenanceWindowResult"}, 1880 "errors":[ 1881 {"shape":"DoesNotExistException"}, 1882 {"shape":"InternalServerError"} 1883 ] 1884 }, 1885 "UpdateMaintenanceWindowTarget":{ 1886 "name":"UpdateMaintenanceWindowTarget", 1887 "http":{ 1888 "method":"POST", 1889 "requestUri":"/" 1890 }, 1891 "input":{"shape":"UpdateMaintenanceWindowTargetRequest"}, 1892 "output":{"shape":"UpdateMaintenanceWindowTargetResult"}, 1893 "errors":[ 1894 {"shape":"DoesNotExistException"}, 1895 {"shape":"InternalServerError"} 1896 ] 1897 }, 1898 "UpdateMaintenanceWindowTask":{ 1899 "name":"UpdateMaintenanceWindowTask", 1900 "http":{ 1901 "method":"POST", 1902 "requestUri":"/" 1903 }, 1904 "input":{"shape":"UpdateMaintenanceWindowTaskRequest"}, 1905 "output":{"shape":"UpdateMaintenanceWindowTaskResult"}, 1906 "errors":[ 1907 {"shape":"DoesNotExistException"}, 1908 {"shape":"InternalServerError"} 1909 ] 1910 }, 1911 "UpdateManagedInstanceRole":{ 1912 "name":"UpdateManagedInstanceRole", 1913 "http":{ 1914 "method":"POST", 1915 "requestUri":"/" 1916 }, 1917 "input":{"shape":"UpdateManagedInstanceRoleRequest"}, 1918 "output":{"shape":"UpdateManagedInstanceRoleResult"}, 1919 "errors":[ 1920 {"shape":"InvalidInstanceId"}, 1921 {"shape":"InternalServerError"} 1922 ] 1923 }, 1924 "UpdateOpsItem":{ 1925 "name":"UpdateOpsItem", 1926 "http":{ 1927 "method":"POST", 1928 "requestUri":"/" 1929 }, 1930 "input":{"shape":"UpdateOpsItemRequest"}, 1931 "output":{"shape":"UpdateOpsItemResponse"}, 1932 "errors":[ 1933 {"shape":"InternalServerError"}, 1934 {"shape":"OpsItemNotFoundException"}, 1935 {"shape":"OpsItemAlreadyExistsException"}, 1936 {"shape":"OpsItemLimitExceededException"}, 1937 {"shape":"OpsItemInvalidParameterException"} 1938 ] 1939 }, 1940 "UpdateOpsMetadata":{ 1941 "name":"UpdateOpsMetadata", 1942 "http":{ 1943 "method":"POST", 1944 "requestUri":"/" 1945 }, 1946 "input":{"shape":"UpdateOpsMetadataRequest"}, 1947 "output":{"shape":"UpdateOpsMetadataResult"}, 1948 "errors":[ 1949 {"shape":"OpsMetadataNotFoundException"}, 1950 {"shape":"OpsMetadataInvalidArgumentException"}, 1951 {"shape":"OpsMetadataKeyLimitExceededException"}, 1952 {"shape":"OpsMetadataTooManyUpdatesException"}, 1953 {"shape":"InternalServerError"} 1954 ] 1955 }, 1956 "UpdatePatchBaseline":{ 1957 "name":"UpdatePatchBaseline", 1958 "http":{ 1959 "method":"POST", 1960 "requestUri":"/" 1961 }, 1962 "input":{"shape":"UpdatePatchBaselineRequest"}, 1963 "output":{"shape":"UpdatePatchBaselineResult"}, 1964 "errors":[ 1965 {"shape":"DoesNotExistException"}, 1966 {"shape":"InternalServerError"} 1967 ] 1968 }, 1969 "UpdateResourceDataSync":{ 1970 "name":"UpdateResourceDataSync", 1971 "http":{ 1972 "method":"POST", 1973 "requestUri":"/" 1974 }, 1975 "input":{"shape":"UpdateResourceDataSyncRequest"}, 1976 "output":{"shape":"UpdateResourceDataSyncResult"}, 1977 "errors":[ 1978 {"shape":"ResourceDataSyncNotFoundException"}, 1979 {"shape":"ResourceDataSyncInvalidConfigurationException"}, 1980 {"shape":"ResourceDataSyncConflictException"}, 1981 {"shape":"InternalServerError"} 1982 ] 1983 }, 1984 "UpdateServiceSetting":{ 1985 "name":"UpdateServiceSetting", 1986 "http":{ 1987 "method":"POST", 1988 "requestUri":"/" 1989 }, 1990 "input":{"shape":"UpdateServiceSettingRequest"}, 1991 "output":{"shape":"UpdateServiceSettingResult"}, 1992 "errors":[ 1993 {"shape":"InternalServerError"}, 1994 {"shape":"ServiceSettingNotFound"}, 1995 {"shape":"TooManyUpdates"} 1996 ] 1997 } 1998 }, 1999 "shapes":{ 2000 "Account":{"type":"string"}, 2001 "AccountId":{ 2002 "type":"string", 2003 "pattern":"(?i)all|[0-9]{12}" 2004 }, 2005 "AccountIdList":{ 2006 "type":"list", 2007 "member":{"shape":"AccountId"}, 2008 "max":20 2009 }, 2010 "AccountSharingInfo":{ 2011 "type":"structure", 2012 "members":{ 2013 "AccountId":{"shape":"AccountId"}, 2014 "SharedDocumentVersion":{"shape":"SharedDocumentVersion"} 2015 } 2016 }, 2017 "AccountSharingInfoList":{ 2018 "type":"list", 2019 "member":{"shape":"AccountSharingInfo"} 2020 }, 2021 "Accounts":{ 2022 "type":"list", 2023 "member":{"shape":"Account"}, 2024 "max":50, 2025 "min":1 2026 }, 2027 "Activation":{ 2028 "type":"structure", 2029 "members":{ 2030 "ActivationId":{"shape":"ActivationId"}, 2031 "Description":{"shape":"ActivationDescription"}, 2032 "DefaultInstanceName":{"shape":"DefaultInstanceName"}, 2033 "IamRole":{"shape":"IamRole"}, 2034 "RegistrationLimit":{"shape":"RegistrationLimit"}, 2035 "RegistrationsCount":{"shape":"RegistrationsCount"}, 2036 "ExpirationDate":{"shape":"ExpirationDate"}, 2037 "Expired":{"shape":"Boolean"}, 2038 "CreatedDate":{"shape":"CreatedDate"}, 2039 "Tags":{"shape":"TagList"} 2040 } 2041 }, 2042 "ActivationCode":{ 2043 "type":"string", 2044 "max":250, 2045 "min":20 2046 }, 2047 "ActivationDescription":{ 2048 "type":"string", 2049 "max":256, 2050 "min":0 2051 }, 2052 "ActivationId":{ 2053 "type":"string", 2054 "pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$" 2055 }, 2056 "ActivationList":{ 2057 "type":"list", 2058 "member":{"shape":"Activation"} 2059 }, 2060 "AddTagsToResourceRequest":{ 2061 "type":"structure", 2062 "required":[ 2063 "ResourceType", 2064 "ResourceId", 2065 "Tags" 2066 ], 2067 "members":{ 2068 "ResourceType":{"shape":"ResourceTypeForTagging"}, 2069 "ResourceId":{"shape":"ResourceId"}, 2070 "Tags":{"shape":"TagList"} 2071 } 2072 }, 2073 "AddTagsToResourceResult":{ 2074 "type":"structure", 2075 "members":{ 2076 } 2077 }, 2078 "AgentErrorCode":{ 2079 "type":"string", 2080 "max":10 2081 }, 2082 "AggregatorSchemaOnly":{"type":"boolean"}, 2083 "AllowedPattern":{ 2084 "type":"string", 2085 "max":1024, 2086 "min":0 2087 }, 2088 "AlreadyExistsException":{ 2089 "type":"structure", 2090 "members":{ 2091 "Message":{"shape":"String"} 2092 }, 2093 "exception":true 2094 }, 2095 "ApplyOnlyAtCronInterval":{"type":"boolean"}, 2096 "ApproveAfterDays":{ 2097 "type":"integer", 2098 "max":360, 2099 "min":0 2100 }, 2101 "AssociateOpsItemRelatedItemRequest":{ 2102 "type":"structure", 2103 "required":[ 2104 "OpsItemId", 2105 "AssociationType", 2106 "ResourceType", 2107 "ResourceUri" 2108 ], 2109 "members":{ 2110 "OpsItemId":{"shape":"OpsItemId"}, 2111 "AssociationType":{"shape":"OpsItemRelatedItemAssociationType"}, 2112 "ResourceType":{"shape":"OpsItemRelatedItemAssociationResourceType"}, 2113 "ResourceUri":{"shape":"OpsItemRelatedItemAssociationResourceUri"} 2114 } 2115 }, 2116 "AssociateOpsItemRelatedItemResponse":{ 2117 "type":"structure", 2118 "members":{ 2119 "AssociationId":{"shape":"OpsItemRelatedItemAssociationId"} 2120 } 2121 }, 2122 "AssociatedInstances":{ 2123 "type":"structure", 2124 "members":{ 2125 }, 2126 "exception":true 2127 }, 2128 "Association":{ 2129 "type":"structure", 2130 "members":{ 2131 "Name":{"shape":"DocumentARN"}, 2132 "InstanceId":{"shape":"InstanceId"}, 2133 "AssociationId":{"shape":"AssociationId"}, 2134 "AssociationVersion":{"shape":"AssociationVersion"}, 2135 "DocumentVersion":{"shape":"DocumentVersion"}, 2136 "Targets":{"shape":"Targets"}, 2137 "LastExecutionDate":{"shape":"DateTime"}, 2138 "Overview":{"shape":"AssociationOverview"}, 2139 "ScheduleExpression":{"shape":"ScheduleExpression"}, 2140 "AssociationName":{"shape":"AssociationName"} 2141 } 2142 }, 2143 "AssociationAlreadyExists":{ 2144 "type":"structure", 2145 "members":{ 2146 }, 2147 "exception":true 2148 }, 2149 "AssociationComplianceSeverity":{ 2150 "type":"string", 2151 "enum":[ 2152 "CRITICAL", 2153 "HIGH", 2154 "MEDIUM", 2155 "LOW", 2156 "UNSPECIFIED" 2157 ] 2158 }, 2159 "AssociationDescription":{ 2160 "type":"structure", 2161 "members":{ 2162 "Name":{"shape":"DocumentARN"}, 2163 "InstanceId":{"shape":"InstanceId"}, 2164 "AssociationVersion":{"shape":"AssociationVersion"}, 2165 "Date":{"shape":"DateTime"}, 2166 "LastUpdateAssociationDate":{"shape":"DateTime"}, 2167 "Status":{"shape":"AssociationStatus"}, 2168 "Overview":{"shape":"AssociationOverview"}, 2169 "DocumentVersion":{"shape":"DocumentVersion"}, 2170 "AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"}, 2171 "Parameters":{"shape":"Parameters"}, 2172 "AssociationId":{"shape":"AssociationId"}, 2173 "Targets":{"shape":"Targets"}, 2174 "ScheduleExpression":{"shape":"ScheduleExpression"}, 2175 "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}, 2176 "LastExecutionDate":{"shape":"DateTime"}, 2177 "LastSuccessfulExecutionDate":{"shape":"DateTime"}, 2178 "AssociationName":{"shape":"AssociationName"}, 2179 "MaxErrors":{"shape":"MaxErrors"}, 2180 "MaxConcurrency":{"shape":"MaxConcurrency"}, 2181 "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}, 2182 "SyncCompliance":{"shape":"AssociationSyncCompliance"}, 2183 "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}, 2184 "CalendarNames":{"shape":"CalendarNameOrARNList"}, 2185 "TargetLocations":{"shape":"TargetLocations"} 2186 } 2187 }, 2188 "AssociationDescriptionList":{ 2189 "type":"list", 2190 "member":{"shape":"AssociationDescription"} 2191 }, 2192 "AssociationDoesNotExist":{ 2193 "type":"structure", 2194 "members":{ 2195 "Message":{"shape":"String"} 2196 }, 2197 "exception":true 2198 }, 2199 "AssociationExecution":{ 2200 "type":"structure", 2201 "members":{ 2202 "AssociationId":{"shape":"AssociationId"}, 2203 "AssociationVersion":{"shape":"AssociationVersion"}, 2204 "ExecutionId":{"shape":"AssociationExecutionId"}, 2205 "Status":{"shape":"StatusName"}, 2206 "DetailedStatus":{"shape":"StatusName"}, 2207 "CreatedTime":{"shape":"DateTime"}, 2208 "LastExecutionDate":{"shape":"DateTime"}, 2209 "ResourceCountByStatus":{"shape":"ResourceCountByStatus"} 2210 } 2211 }, 2212 "AssociationExecutionDoesNotExist":{ 2213 "type":"structure", 2214 "members":{ 2215 "Message":{"shape":"String"} 2216 }, 2217 "exception":true 2218 }, 2219 "AssociationExecutionFilter":{ 2220 "type":"structure", 2221 "required":[ 2222 "Key", 2223 "Value", 2224 "Type" 2225 ], 2226 "members":{ 2227 "Key":{"shape":"AssociationExecutionFilterKey"}, 2228 "Value":{"shape":"AssociationExecutionFilterValue"}, 2229 "Type":{"shape":"AssociationFilterOperatorType"} 2230 } 2231 }, 2232 "AssociationExecutionFilterKey":{ 2233 "type":"string", 2234 "enum":[ 2235 "ExecutionId", 2236 "Status", 2237 "CreatedTime" 2238 ] 2239 }, 2240 "AssociationExecutionFilterList":{ 2241 "type":"list", 2242 "member":{"shape":"AssociationExecutionFilter"}, 2243 "min":1 2244 }, 2245 "AssociationExecutionFilterValue":{ 2246 "type":"string", 2247 "min":1 2248 }, 2249 "AssociationExecutionId":{ 2250 "type":"string", 2251 "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}" 2252 }, 2253 "AssociationExecutionTarget":{ 2254 "type":"structure", 2255 "members":{ 2256 "AssociationId":{"shape":"AssociationId"}, 2257 "AssociationVersion":{"shape":"AssociationVersion"}, 2258 "ExecutionId":{"shape":"AssociationExecutionId"}, 2259 "ResourceId":{"shape":"AssociationResourceId"}, 2260 "ResourceType":{"shape":"AssociationResourceType"}, 2261 "Status":{"shape":"StatusName"}, 2262 "DetailedStatus":{"shape":"StatusName"}, 2263 "LastExecutionDate":{"shape":"DateTime"}, 2264 "OutputSource":{"shape":"OutputSource"} 2265 } 2266 }, 2267 "AssociationExecutionTargetsFilter":{ 2268 "type":"structure", 2269 "required":[ 2270 "Key", 2271 "Value" 2272 ], 2273 "members":{ 2274 "Key":{"shape":"AssociationExecutionTargetsFilterKey"}, 2275 "Value":{"shape":"AssociationExecutionTargetsFilterValue"} 2276 } 2277 }, 2278 "AssociationExecutionTargetsFilterKey":{ 2279 "type":"string", 2280 "enum":[ 2281 "Status", 2282 "ResourceId", 2283 "ResourceType" 2284 ] 2285 }, 2286 "AssociationExecutionTargetsFilterList":{ 2287 "type":"list", 2288 "member":{"shape":"AssociationExecutionTargetsFilter"}, 2289 "min":1 2290 }, 2291 "AssociationExecutionTargetsFilterValue":{ 2292 "type":"string", 2293 "min":1 2294 }, 2295 "AssociationExecutionTargetsList":{ 2296 "type":"list", 2297 "member":{"shape":"AssociationExecutionTarget"} 2298 }, 2299 "AssociationExecutionsList":{ 2300 "type":"list", 2301 "member":{"shape":"AssociationExecution"} 2302 }, 2303 "AssociationFilter":{ 2304 "type":"structure", 2305 "required":[ 2306 "key", 2307 "value" 2308 ], 2309 "members":{ 2310 "key":{"shape":"AssociationFilterKey"}, 2311 "value":{"shape":"AssociationFilterValue"} 2312 } 2313 }, 2314 "AssociationFilterKey":{ 2315 "type":"string", 2316 "enum":[ 2317 "InstanceId", 2318 "Name", 2319 "AssociationId", 2320 "AssociationStatusName", 2321 "LastExecutedBefore", 2322 "LastExecutedAfter", 2323 "AssociationName", 2324 "ResourceGroupName" 2325 ] 2326 }, 2327 "AssociationFilterList":{ 2328 "type":"list", 2329 "member":{"shape":"AssociationFilter"}, 2330 "min":1 2331 }, 2332 "AssociationFilterOperatorType":{ 2333 "type":"string", 2334 "enum":[ 2335 "EQUAL", 2336 "LESS_THAN", 2337 "GREATER_THAN" 2338 ] 2339 }, 2340 "AssociationFilterValue":{ 2341 "type":"string", 2342 "min":1 2343 }, 2344 "AssociationId":{ 2345 "type":"string", 2346 "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}" 2347 }, 2348 "AssociationIdList":{ 2349 "type":"list", 2350 "member":{"shape":"AssociationId"}, 2351 "max":10, 2352 "min":1 2353 }, 2354 "AssociationLimitExceeded":{ 2355 "type":"structure", 2356 "members":{ 2357 }, 2358 "exception":true 2359 }, 2360 "AssociationList":{ 2361 "type":"list", 2362 "member":{"shape":"Association"} 2363 }, 2364 "AssociationName":{ 2365 "type":"string", 2366 "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$" 2367 }, 2368 "AssociationOverview":{ 2369 "type":"structure", 2370 "members":{ 2371 "Status":{"shape":"StatusName"}, 2372 "DetailedStatus":{"shape":"StatusName"}, 2373 "AssociationStatusAggregatedCount":{"shape":"AssociationStatusAggregatedCount"} 2374 } 2375 }, 2376 "AssociationResourceId":{ 2377 "type":"string", 2378 "max":100, 2379 "min":1 2380 }, 2381 "AssociationResourceType":{ 2382 "type":"string", 2383 "max":50, 2384 "min":1 2385 }, 2386 "AssociationStatus":{ 2387 "type":"structure", 2388 "required":[ 2389 "Date", 2390 "Name", 2391 "Message" 2392 ], 2393 "members":{ 2394 "Date":{"shape":"DateTime"}, 2395 "Name":{"shape":"AssociationStatusName"}, 2396 "Message":{"shape":"StatusMessage"}, 2397 "AdditionalInfo":{"shape":"StatusAdditionalInfo"} 2398 } 2399 }, 2400 "AssociationStatusAggregatedCount":{ 2401 "type":"map", 2402 "key":{"shape":"StatusName"}, 2403 "value":{"shape":"InstanceCount"} 2404 }, 2405 "AssociationStatusName":{ 2406 "type":"string", 2407 "enum":[ 2408 "Pending", 2409 "Success", 2410 "Failed" 2411 ] 2412 }, 2413 "AssociationSyncCompliance":{ 2414 "type":"string", 2415 "enum":[ 2416 "AUTO", 2417 "MANUAL" 2418 ] 2419 }, 2420 "AssociationVersion":{ 2421 "type":"string", 2422 "pattern":"([$]LATEST)|([1-9][0-9]*)" 2423 }, 2424 "AssociationVersionInfo":{ 2425 "type":"structure", 2426 "members":{ 2427 "AssociationId":{"shape":"AssociationId"}, 2428 "AssociationVersion":{"shape":"AssociationVersion"}, 2429 "CreatedDate":{"shape":"DateTime"}, 2430 "Name":{"shape":"DocumentARN"}, 2431 "DocumentVersion":{"shape":"DocumentVersion"}, 2432 "Parameters":{"shape":"Parameters"}, 2433 "Targets":{"shape":"Targets"}, 2434 "ScheduleExpression":{"shape":"ScheduleExpression"}, 2435 "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}, 2436 "AssociationName":{"shape":"AssociationName"}, 2437 "MaxErrors":{"shape":"MaxErrors"}, 2438 "MaxConcurrency":{"shape":"MaxConcurrency"}, 2439 "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}, 2440 "SyncCompliance":{"shape":"AssociationSyncCompliance"}, 2441 "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}, 2442 "CalendarNames":{"shape":"CalendarNameOrARNList"}, 2443 "TargetLocations":{"shape":"TargetLocations"} 2444 } 2445 }, 2446 "AssociationVersionLimitExceeded":{ 2447 "type":"structure", 2448 "members":{ 2449 "Message":{"shape":"String"} 2450 }, 2451 "exception":true 2452 }, 2453 "AssociationVersionList":{ 2454 "type":"list", 2455 "member":{"shape":"AssociationVersionInfo"}, 2456 "min":1 2457 }, 2458 "AttachmentContent":{ 2459 "type":"structure", 2460 "members":{ 2461 "Name":{"shape":"AttachmentName"}, 2462 "Size":{"shape":"ContentLength"}, 2463 "Hash":{"shape":"AttachmentHash"}, 2464 "HashType":{"shape":"AttachmentHashType"}, 2465 "Url":{"shape":"AttachmentUrl"} 2466 } 2467 }, 2468 "AttachmentContentList":{ 2469 "type":"list", 2470 "member":{"shape":"AttachmentContent"} 2471 }, 2472 "AttachmentHash":{ 2473 "type":"string", 2474 "max":256 2475 }, 2476 "AttachmentHashType":{ 2477 "type":"string", 2478 "enum":["Sha256"] 2479 }, 2480 "AttachmentIdentifier":{ 2481 "type":"string", 2482 "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$" 2483 }, 2484 "AttachmentInformation":{ 2485 "type":"structure", 2486 "members":{ 2487 "Name":{"shape":"AttachmentName"} 2488 } 2489 }, 2490 "AttachmentInformationList":{ 2491 "type":"list", 2492 "member":{"shape":"AttachmentInformation"} 2493 }, 2494 "AttachmentName":{ 2495 "type":"string", 2496 "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$" 2497 }, 2498 "AttachmentUrl":{"type":"string"}, 2499 "AttachmentsSource":{ 2500 "type":"structure", 2501 "members":{ 2502 "Key":{"shape":"AttachmentsSourceKey"}, 2503 "Values":{"shape":"AttachmentsSourceValues"}, 2504 "Name":{"shape":"AttachmentIdentifier"} 2505 } 2506 }, 2507 "AttachmentsSourceKey":{ 2508 "type":"string", 2509 "enum":[ 2510 "SourceUrl", 2511 "S3FileUrl", 2512 "AttachmentReference" 2513 ] 2514 }, 2515 "AttachmentsSourceList":{ 2516 "type":"list", 2517 "member":{"shape":"AttachmentsSource"}, 2518 "max":20, 2519 "min":0 2520 }, 2521 "AttachmentsSourceValue":{ 2522 "type":"string", 2523 "max":1024, 2524 "min":1 2525 }, 2526 "AttachmentsSourceValues":{ 2527 "type":"list", 2528 "member":{"shape":"AttachmentsSourceValue"}, 2529 "max":1, 2530 "min":1 2531 }, 2532 "AttributeName":{ 2533 "type":"string", 2534 "max":64, 2535 "min":1 2536 }, 2537 "AttributeValue":{ 2538 "type":"string", 2539 "max":4096, 2540 "min":0 2541 }, 2542 "AutomationActionName":{ 2543 "type":"string", 2544 "pattern":"^aws:[a-zA-Z]{3,25}$" 2545 }, 2546 "AutomationDefinitionNotApprovedException":{ 2547 "type":"structure", 2548 "members":{ 2549 "Message":{"shape":"String"} 2550 }, 2551 "exception":true 2552 }, 2553 "AutomationDefinitionNotFoundException":{ 2554 "type":"structure", 2555 "members":{ 2556 "Message":{"shape":"String"} 2557 }, 2558 "exception":true 2559 }, 2560 "AutomationDefinitionVersionNotFoundException":{ 2561 "type":"structure", 2562 "members":{ 2563 "Message":{"shape":"String"} 2564 }, 2565 "exception":true 2566 }, 2567 "AutomationExecution":{ 2568 "type":"structure", 2569 "members":{ 2570 "AutomationExecutionId":{"shape":"AutomationExecutionId"}, 2571 "DocumentName":{"shape":"DocumentName"}, 2572 "DocumentVersion":{"shape":"DocumentVersion"}, 2573 "ExecutionStartTime":{"shape":"DateTime"}, 2574 "ExecutionEndTime":{"shape":"DateTime"}, 2575 "AutomationExecutionStatus":{"shape":"AutomationExecutionStatus"}, 2576 "StepExecutions":{"shape":"StepExecutionList"}, 2577 "StepExecutionsTruncated":{"shape":"Boolean"}, 2578 "Parameters":{"shape":"AutomationParameterMap"}, 2579 "Outputs":{"shape":"AutomationParameterMap"}, 2580 "FailureMessage":{"shape":"String"}, 2581 "Mode":{"shape":"ExecutionMode"}, 2582 "ParentAutomationExecutionId":{"shape":"AutomationExecutionId"}, 2583 "ExecutedBy":{"shape":"String"}, 2584 "CurrentStepName":{"shape":"String"}, 2585 "CurrentAction":{"shape":"String"}, 2586 "TargetParameterName":{"shape":"AutomationParameterKey"}, 2587 "Targets":{"shape":"Targets"}, 2588 "TargetMaps":{"shape":"TargetMaps"}, 2589 "ResolvedTargets":{"shape":"ResolvedTargets"}, 2590 "MaxConcurrency":{"shape":"MaxConcurrency"}, 2591 "MaxErrors":{"shape":"MaxErrors"}, 2592 "Target":{"shape":"String"}, 2593 "TargetLocations":{ 2594 "shape":"TargetLocations", 2595 "box":true 2596 }, 2597 "ProgressCounters":{"shape":"ProgressCounters"}, 2598 "AutomationSubtype":{"shape":"AutomationSubtype"}, 2599 "ScheduledTime":{"shape":"DateTime"}, 2600 "Runbooks":{"shape":"Runbooks"}, 2601 "OpsItemId":{"shape":"String"}, 2602 "AssociationId":{"shape":"String"}, 2603 "ChangeRequestName":{"shape":"ChangeRequestName"} 2604 } 2605 }, 2606 "AutomationExecutionFilter":{ 2607 "type":"structure", 2608 "required":[ 2609 "Key", 2610 "Values" 2611 ], 2612 "members":{ 2613 "Key":{"shape":"AutomationExecutionFilterKey"}, 2614 "Values":{"shape":"AutomationExecutionFilterValueList"} 2615 } 2616 }, 2617 "AutomationExecutionFilterKey":{ 2618 "type":"string", 2619 "enum":[ 2620 "DocumentNamePrefix", 2621 "ExecutionStatus", 2622 "ExecutionId", 2623 "ParentExecutionId", 2624 "CurrentAction", 2625 "StartTimeBefore", 2626 "StartTimeAfter", 2627 "AutomationType", 2628 "TagKey", 2629 "TargetResourceGroup", 2630 "AutomationSubtype", 2631 "OpsItemId" 2632 ] 2633 }, 2634 "AutomationExecutionFilterList":{ 2635 "type":"list", 2636 "member":{"shape":"AutomationExecutionFilter"}, 2637 "max":10, 2638 "min":1 2639 }, 2640 "AutomationExecutionFilterValue":{ 2641 "type":"string", 2642 "max":150, 2643 "min":1 2644 }, 2645 "AutomationExecutionFilterValueList":{ 2646 "type":"list", 2647 "member":{"shape":"AutomationExecutionFilterValue"}, 2648 "max":10, 2649 "min":1 2650 }, 2651 "AutomationExecutionId":{ 2652 "type":"string", 2653 "max":36, 2654 "min":36 2655 }, 2656 "AutomationExecutionLimitExceededException":{ 2657 "type":"structure", 2658 "members":{ 2659 "Message":{"shape":"String"} 2660 }, 2661 "exception":true 2662 }, 2663 "AutomationExecutionMetadata":{ 2664 "type":"structure", 2665 "members":{ 2666 "AutomationExecutionId":{"shape":"AutomationExecutionId"}, 2667 "DocumentName":{"shape":"DocumentName"}, 2668 "DocumentVersion":{"shape":"DocumentVersion"}, 2669 "AutomationExecutionStatus":{"shape":"AutomationExecutionStatus"}, 2670 "ExecutionStartTime":{"shape":"DateTime"}, 2671 "ExecutionEndTime":{"shape":"DateTime"}, 2672 "ExecutedBy":{"shape":"String"}, 2673 "LogFile":{"shape":"String"}, 2674 "Outputs":{"shape":"AutomationParameterMap"}, 2675 "Mode":{"shape":"ExecutionMode"}, 2676 "ParentAutomationExecutionId":{"shape":"AutomationExecutionId"}, 2677 "CurrentStepName":{"shape":"String"}, 2678 "CurrentAction":{"shape":"String"}, 2679 "FailureMessage":{"shape":"String"}, 2680 "TargetParameterName":{"shape":"AutomationParameterKey"}, 2681 "Targets":{"shape":"Targets"}, 2682 "TargetMaps":{"shape":"TargetMaps"}, 2683 "ResolvedTargets":{"shape":"ResolvedTargets"}, 2684 "MaxConcurrency":{"shape":"MaxConcurrency"}, 2685 "MaxErrors":{"shape":"MaxErrors"}, 2686 "Target":{"shape":"String"}, 2687 "AutomationType":{"shape":"AutomationType"}, 2688 "AutomationSubtype":{"shape":"AutomationSubtype"}, 2689 "ScheduledTime":{"shape":"DateTime"}, 2690 "Runbooks":{"shape":"Runbooks"}, 2691 "OpsItemId":{"shape":"String"}, 2692 "AssociationId":{"shape":"String"}, 2693 "ChangeRequestName":{"shape":"ChangeRequestName"} 2694 } 2695 }, 2696 "AutomationExecutionMetadataList":{ 2697 "type":"list", 2698 "member":{"shape":"AutomationExecutionMetadata"} 2699 }, 2700 "AutomationExecutionNotFoundException":{ 2701 "type":"structure", 2702 "members":{ 2703 "Message":{"shape":"String"} 2704 }, 2705 "exception":true 2706 }, 2707 "AutomationExecutionStatus":{ 2708 "type":"string", 2709 "enum":[ 2710 "Pending", 2711 "InProgress", 2712 "Waiting", 2713 "Success", 2714 "TimedOut", 2715 "Cancelling", 2716 "Cancelled", 2717 "Failed", 2718 "PendingApproval", 2719 "Approved", 2720 "Rejected", 2721 "Scheduled", 2722 "RunbookInProgress", 2723 "PendingChangeCalendarOverride", 2724 "ChangeCalendarOverrideApproved", 2725 "ChangeCalendarOverrideRejected", 2726 "CompletedWithSuccess", 2727 "CompletedWithFailure" 2728 ] 2729 }, 2730 "AutomationParameterKey":{ 2731 "type":"string", 2732 "max":50, 2733 "min":1 2734 }, 2735 "AutomationParameterMap":{ 2736 "type":"map", 2737 "key":{"shape":"AutomationParameterKey"}, 2738 "value":{"shape":"AutomationParameterValueList"}, 2739 "max":200, 2740 "min":1 2741 }, 2742 "AutomationParameterValue":{ 2743 "type":"string", 2744 "max":512, 2745 "min":1 2746 }, 2747 "AutomationParameterValueList":{ 2748 "type":"list", 2749 "member":{"shape":"AutomationParameterValue"}, 2750 "max":50, 2751 "min":0 2752 }, 2753 "AutomationStepNotFoundException":{ 2754 "type":"structure", 2755 "members":{ 2756 "Message":{"shape":"String"} 2757 }, 2758 "exception":true 2759 }, 2760 "AutomationSubtype":{ 2761 "type":"string", 2762 "enum":["ChangeRequest"] 2763 }, 2764 "AutomationTargetParameterName":{ 2765 "type":"string", 2766 "max":50, 2767 "min":1 2768 }, 2769 "AutomationType":{ 2770 "type":"string", 2771 "enum":[ 2772 "CrossAccount", 2773 "Local" 2774 ] 2775 }, 2776 "BaselineDescription":{ 2777 "type":"string", 2778 "max":1024, 2779 "min":1 2780 }, 2781 "BaselineId":{ 2782 "type":"string", 2783 "max":128, 2784 "min":20, 2785 "pattern":"^[a-zA-Z0-9_\\-:/]{20,128}$" 2786 }, 2787 "BaselineName":{ 2788 "type":"string", 2789 "max":128, 2790 "min":3, 2791 "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$" 2792 }, 2793 "BaselineOverride":{ 2794 "type":"structure", 2795 "members":{ 2796 "OperatingSystem":{"shape":"OperatingSystem"}, 2797 "GlobalFilters":{"shape":"PatchFilterGroup"}, 2798 "ApprovalRules":{"shape":"PatchRuleGroup"}, 2799 "ApprovedPatches":{"shape":"PatchIdList"}, 2800 "ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"}, 2801 "RejectedPatches":{"shape":"PatchIdList"}, 2802 "RejectedPatchesAction":{"shape":"PatchAction"}, 2803 "ApprovedPatchesEnableNonSecurity":{"shape":"Boolean"}, 2804 "Sources":{"shape":"PatchSourceList"} 2805 } 2806 }, 2807 "BatchErrorMessage":{"type":"string"}, 2808 "Boolean":{"type":"boolean"}, 2809 "CalendarNameOrARN":{"type":"string"}, 2810 "CalendarNameOrARNList":{ 2811 "type":"list", 2812 "member":{"shape":"CalendarNameOrARN"} 2813 }, 2814 "CalendarState":{ 2815 "type":"string", 2816 "enum":[ 2817 "OPEN", 2818 "CLOSED" 2819 ] 2820 }, 2821 "CancelCommandRequest":{ 2822 "type":"structure", 2823 "required":["CommandId"], 2824 "members":{ 2825 "CommandId":{"shape":"CommandId"}, 2826 "InstanceIds":{"shape":"InstanceIdList"} 2827 } 2828 }, 2829 "CancelCommandResult":{ 2830 "type":"structure", 2831 "members":{ 2832 } 2833 }, 2834 "CancelMaintenanceWindowExecutionRequest":{ 2835 "type":"structure", 2836 "required":["WindowExecutionId"], 2837 "members":{ 2838 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"} 2839 } 2840 }, 2841 "CancelMaintenanceWindowExecutionResult":{ 2842 "type":"structure", 2843 "members":{ 2844 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"} 2845 } 2846 }, 2847 "ChangeDetailsValue":{ 2848 "type":"string", 2849 "max":32768, 2850 "min":1 2851 }, 2852 "ChangeRequestName":{ 2853 "type":"string", 2854 "max":1024, 2855 "min":1 2856 }, 2857 "ClientToken":{ 2858 "type":"string", 2859 "max":64, 2860 "min":1 2861 }, 2862 "CloudWatchLogGroupName":{ 2863 "type":"string", 2864 "max":512, 2865 "min":1 2866 }, 2867 "CloudWatchOutputConfig":{ 2868 "type":"structure", 2869 "members":{ 2870 "CloudWatchLogGroupName":{"shape":"CloudWatchLogGroupName"}, 2871 "CloudWatchOutputEnabled":{"shape":"CloudWatchOutputEnabled"} 2872 } 2873 }, 2874 "CloudWatchOutputEnabled":{"type":"boolean"}, 2875 "Command":{ 2876 "type":"structure", 2877 "members":{ 2878 "CommandId":{"shape":"CommandId"}, 2879 "DocumentName":{"shape":"DocumentName"}, 2880 "DocumentVersion":{"shape":"DocumentVersion"}, 2881 "Comment":{"shape":"Comment"}, 2882 "ExpiresAfter":{"shape":"DateTime"}, 2883 "Parameters":{"shape":"Parameters"}, 2884 "InstanceIds":{"shape":"InstanceIdList"}, 2885 "Targets":{"shape":"Targets"}, 2886 "RequestedDateTime":{"shape":"DateTime"}, 2887 "Status":{"shape":"CommandStatus"}, 2888 "StatusDetails":{"shape":"StatusDetails"}, 2889 "OutputS3Region":{"shape":"S3Region"}, 2890 "OutputS3BucketName":{"shape":"S3BucketName"}, 2891 "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"}, 2892 "MaxConcurrency":{"shape":"MaxConcurrency"}, 2893 "MaxErrors":{"shape":"MaxErrors"}, 2894 "TargetCount":{"shape":"TargetCount"}, 2895 "CompletedCount":{"shape":"CompletedCount"}, 2896 "ErrorCount":{"shape":"ErrorCount"}, 2897 "DeliveryTimedOutCount":{"shape":"DeliveryTimedOutCount"}, 2898 "ServiceRole":{"shape":"ServiceRole"}, 2899 "NotificationConfig":{"shape":"NotificationConfig"}, 2900 "CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}, 2901 "TimeoutSeconds":{"shape":"TimeoutSeconds"} 2902 } 2903 }, 2904 "CommandFilter":{ 2905 "type":"structure", 2906 "required":[ 2907 "key", 2908 "value" 2909 ], 2910 "members":{ 2911 "key":{"shape":"CommandFilterKey"}, 2912 "value":{"shape":"CommandFilterValue"} 2913 } 2914 }, 2915 "CommandFilterKey":{ 2916 "type":"string", 2917 "enum":[ 2918 "InvokedAfter", 2919 "InvokedBefore", 2920 "Status", 2921 "ExecutionStage", 2922 "DocumentName" 2923 ] 2924 }, 2925 "CommandFilterList":{ 2926 "type":"list", 2927 "member":{"shape":"CommandFilter"}, 2928 "max":5, 2929 "min":1 2930 }, 2931 "CommandFilterValue":{ 2932 "type":"string", 2933 "max":128, 2934 "min":1 2935 }, 2936 "CommandId":{ 2937 "type":"string", 2938 "max":36, 2939 "min":36 2940 }, 2941 "CommandInvocation":{ 2942 "type":"structure", 2943 "members":{ 2944 "CommandId":{"shape":"CommandId"}, 2945 "InstanceId":{"shape":"InstanceId"}, 2946 "InstanceName":{"shape":"InstanceTagName"}, 2947 "Comment":{"shape":"Comment"}, 2948 "DocumentName":{"shape":"DocumentName"}, 2949 "DocumentVersion":{"shape":"DocumentVersion"}, 2950 "RequestedDateTime":{"shape":"DateTime"}, 2951 "Status":{"shape":"CommandInvocationStatus"}, 2952 "StatusDetails":{"shape":"StatusDetails"}, 2953 "TraceOutput":{"shape":"InvocationTraceOutput"}, 2954 "StandardOutputUrl":{"shape":"Url"}, 2955 "StandardErrorUrl":{"shape":"Url"}, 2956 "CommandPlugins":{"shape":"CommandPluginList"}, 2957 "ServiceRole":{"shape":"ServiceRole"}, 2958 "NotificationConfig":{"shape":"NotificationConfig"}, 2959 "CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"} 2960 } 2961 }, 2962 "CommandInvocationList":{ 2963 "type":"list", 2964 "member":{"shape":"CommandInvocation"} 2965 }, 2966 "CommandInvocationStatus":{ 2967 "type":"string", 2968 "enum":[ 2969 "Pending", 2970 "InProgress", 2971 "Delayed", 2972 "Success", 2973 "Cancelled", 2974 "TimedOut", 2975 "Failed", 2976 "Cancelling" 2977 ] 2978 }, 2979 "CommandList":{ 2980 "type":"list", 2981 "member":{"shape":"Command"} 2982 }, 2983 "CommandMaxResults":{ 2984 "type":"integer", 2985 "max":50, 2986 "min":1 2987 }, 2988 "CommandPlugin":{ 2989 "type":"structure", 2990 "members":{ 2991 "Name":{"shape":"CommandPluginName"}, 2992 "Status":{"shape":"CommandPluginStatus"}, 2993 "StatusDetails":{"shape":"StatusDetails"}, 2994 "ResponseCode":{"shape":"ResponseCode"}, 2995 "ResponseStartDateTime":{"shape":"DateTime"}, 2996 "ResponseFinishDateTime":{"shape":"DateTime"}, 2997 "Output":{"shape":"CommandPluginOutput"}, 2998 "StandardOutputUrl":{"shape":"Url"}, 2999 "StandardErrorUrl":{"shape":"Url"}, 3000 "OutputS3Region":{"shape":"S3Region"}, 3001 "OutputS3BucketName":{"shape":"S3BucketName"}, 3002 "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"} 3003 } 3004 }, 3005 "CommandPluginList":{ 3006 "type":"list", 3007 "member":{"shape":"CommandPlugin"} 3008 }, 3009 "CommandPluginName":{ 3010 "type":"string", 3011 "min":4 3012 }, 3013 "CommandPluginOutput":{ 3014 "type":"string", 3015 "max":2500 3016 }, 3017 "CommandPluginStatus":{ 3018 "type":"string", 3019 "enum":[ 3020 "Pending", 3021 "InProgress", 3022 "Success", 3023 "TimedOut", 3024 "Cancelled", 3025 "Failed" 3026 ] 3027 }, 3028 "CommandStatus":{ 3029 "type":"string", 3030 "enum":[ 3031 "Pending", 3032 "InProgress", 3033 "Success", 3034 "Cancelled", 3035 "Failed", 3036 "TimedOut", 3037 "Cancelling" 3038 ] 3039 }, 3040 "Comment":{ 3041 "type":"string", 3042 "max":100 3043 }, 3044 "CompletedCount":{"type":"integer"}, 3045 "ComplianceExecutionId":{ 3046 "type":"string", 3047 "max":100 3048 }, 3049 "ComplianceExecutionSummary":{ 3050 "type":"structure", 3051 "required":["ExecutionTime"], 3052 "members":{ 3053 "ExecutionTime":{"shape":"DateTime"}, 3054 "ExecutionId":{"shape":"ComplianceExecutionId"}, 3055 "ExecutionType":{"shape":"ComplianceExecutionType"} 3056 } 3057 }, 3058 "ComplianceExecutionType":{ 3059 "type":"string", 3060 "max":50 3061 }, 3062 "ComplianceFilterValue":{"type":"string"}, 3063 "ComplianceItem":{ 3064 "type":"structure", 3065 "members":{ 3066 "ComplianceType":{"shape":"ComplianceTypeName"}, 3067 "ResourceType":{"shape":"ComplianceResourceType"}, 3068 "ResourceId":{"shape":"ComplianceResourceId"}, 3069 "Id":{"shape":"ComplianceItemId"}, 3070 "Title":{"shape":"ComplianceItemTitle"}, 3071 "Status":{"shape":"ComplianceStatus"}, 3072 "Severity":{"shape":"ComplianceSeverity"}, 3073 "ExecutionSummary":{"shape":"ComplianceExecutionSummary"}, 3074 "Details":{"shape":"ComplianceItemDetails"} 3075 } 3076 }, 3077 "ComplianceItemContentHash":{ 3078 "type":"string", 3079 "max":256 3080 }, 3081 "ComplianceItemDetails":{ 3082 "type":"map", 3083 "key":{"shape":"AttributeName"}, 3084 "value":{"shape":"AttributeValue"} 3085 }, 3086 "ComplianceItemEntry":{ 3087 "type":"structure", 3088 "required":[ 3089 "Severity", 3090 "Status" 3091 ], 3092 "members":{ 3093 "Id":{"shape":"ComplianceItemId"}, 3094 "Title":{"shape":"ComplianceItemTitle"}, 3095 "Severity":{"shape":"ComplianceSeverity"}, 3096 "Status":{"shape":"ComplianceStatus"}, 3097 "Details":{"shape":"ComplianceItemDetails"} 3098 } 3099 }, 3100 "ComplianceItemEntryList":{ 3101 "type":"list", 3102 "member":{"shape":"ComplianceItemEntry"}, 3103 "max":10000, 3104 "min":0 3105 }, 3106 "ComplianceItemId":{"type":"string"}, 3107 "ComplianceItemList":{ 3108 "type":"list", 3109 "member":{"shape":"ComplianceItem"} 3110 }, 3111 "ComplianceItemTitle":{ 3112 "type":"string", 3113 "max":500 3114 }, 3115 "ComplianceQueryOperatorType":{ 3116 "type":"string", 3117 "enum":[ 3118 "EQUAL", 3119 "NOT_EQUAL", 3120 "BEGIN_WITH", 3121 "LESS_THAN", 3122 "GREATER_THAN" 3123 ] 3124 }, 3125 "ComplianceResourceId":{ 3126 "type":"string", 3127 "max":100, 3128 "min":1 3129 }, 3130 "ComplianceResourceIdList":{ 3131 "type":"list", 3132 "member":{"shape":"ComplianceResourceId"}, 3133 "min":1 3134 }, 3135 "ComplianceResourceType":{ 3136 "type":"string", 3137 "max":50, 3138 "min":1 3139 }, 3140 "ComplianceResourceTypeList":{ 3141 "type":"list", 3142 "member":{"shape":"ComplianceResourceType"}, 3143 "min":1 3144 }, 3145 "ComplianceSeverity":{ 3146 "type":"string", 3147 "enum":[ 3148 "CRITICAL", 3149 "HIGH", 3150 "MEDIUM", 3151 "LOW", 3152 "INFORMATIONAL", 3153 "UNSPECIFIED" 3154 ] 3155 }, 3156 "ComplianceStatus":{ 3157 "type":"string", 3158 "enum":[ 3159 "COMPLIANT", 3160 "NON_COMPLIANT" 3161 ] 3162 }, 3163 "ComplianceStringFilter":{ 3164 "type":"structure", 3165 "members":{ 3166 "Key":{"shape":"ComplianceStringFilterKey"}, 3167 "Values":{"shape":"ComplianceStringFilterValueList"}, 3168 "Type":{"shape":"ComplianceQueryOperatorType"} 3169 } 3170 }, 3171 "ComplianceStringFilterKey":{ 3172 "type":"string", 3173 "max":200, 3174 "min":1 3175 }, 3176 "ComplianceStringFilterList":{ 3177 "type":"list", 3178 "member":{"shape":"ComplianceStringFilter"} 3179 }, 3180 "ComplianceStringFilterValueList":{ 3181 "type":"list", 3182 "member":{"shape":"ComplianceFilterValue"}, 3183 "max":20, 3184 "min":1 3185 }, 3186 "ComplianceSummaryCount":{"type":"integer"}, 3187 "ComplianceSummaryItem":{ 3188 "type":"structure", 3189 "members":{ 3190 "ComplianceType":{"shape":"ComplianceTypeName"}, 3191 "CompliantSummary":{"shape":"CompliantSummary"}, 3192 "NonCompliantSummary":{"shape":"NonCompliantSummary"} 3193 } 3194 }, 3195 "ComplianceSummaryItemList":{ 3196 "type":"list", 3197 "member":{"shape":"ComplianceSummaryItem"} 3198 }, 3199 "ComplianceTypeCountLimitExceededException":{ 3200 "type":"structure", 3201 "members":{ 3202 "Message":{"shape":"String"} 3203 }, 3204 "exception":true 3205 }, 3206 "ComplianceTypeName":{ 3207 "type":"string", 3208 "max":100, 3209 "min":1, 3210 "pattern":"[A-Za-z0-9_\\-]\\w+|Custom:[a-zA-Z0-9_\\-]\\w+" 3211 }, 3212 "ComplianceUploadType":{ 3213 "type":"string", 3214 "enum":[ 3215 "COMPLETE", 3216 "PARTIAL" 3217 ] 3218 }, 3219 "CompliantSummary":{ 3220 "type":"structure", 3221 "members":{ 3222 "CompliantCount":{"shape":"ComplianceSummaryCount"}, 3223 "SeveritySummary":{"shape":"SeveritySummary"} 3224 } 3225 }, 3226 "ComputerName":{ 3227 "type":"string", 3228 "max":255, 3229 "min":1 3230 }, 3231 "ConnectionStatus":{ 3232 "type":"string", 3233 "enum":[ 3234 "Connected", 3235 "NotConnected" 3236 ] 3237 }, 3238 "ContentLength":{"type":"long"}, 3239 "CreateActivationRequest":{ 3240 "type":"structure", 3241 "required":["IamRole"], 3242 "members":{ 3243 "Description":{"shape":"ActivationDescription"}, 3244 "DefaultInstanceName":{"shape":"DefaultInstanceName"}, 3245 "IamRole":{"shape":"IamRole"}, 3246 "RegistrationLimit":{ 3247 "shape":"RegistrationLimit", 3248 "box":true 3249 }, 3250 "ExpirationDate":{"shape":"ExpirationDate"}, 3251 "Tags":{"shape":"TagList"} 3252 } 3253 }, 3254 "CreateActivationResult":{ 3255 "type":"structure", 3256 "members":{ 3257 "ActivationId":{"shape":"ActivationId"}, 3258 "ActivationCode":{"shape":"ActivationCode"} 3259 } 3260 }, 3261 "CreateAssociationBatchRequest":{ 3262 "type":"structure", 3263 "required":["Entries"], 3264 "members":{ 3265 "Entries":{"shape":"CreateAssociationBatchRequestEntries"} 3266 } 3267 }, 3268 "CreateAssociationBatchRequestEntries":{ 3269 "type":"list", 3270 "member":{"shape":"CreateAssociationBatchRequestEntry"}, 3271 "min":1 3272 }, 3273 "CreateAssociationBatchRequestEntry":{ 3274 "type":"structure", 3275 "required":["Name"], 3276 "members":{ 3277 "Name":{"shape":"DocumentARN"}, 3278 "InstanceId":{"shape":"InstanceId"}, 3279 "Parameters":{"shape":"Parameters"}, 3280 "AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"}, 3281 "DocumentVersion":{"shape":"DocumentVersion"}, 3282 "Targets":{"shape":"Targets"}, 3283 "ScheduleExpression":{"shape":"ScheduleExpression"}, 3284 "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}, 3285 "AssociationName":{"shape":"AssociationName"}, 3286 "MaxErrors":{"shape":"MaxErrors"}, 3287 "MaxConcurrency":{"shape":"MaxConcurrency"}, 3288 "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}, 3289 "SyncCompliance":{"shape":"AssociationSyncCompliance"}, 3290 "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}, 3291 "CalendarNames":{"shape":"CalendarNameOrARNList"}, 3292 "TargetLocations":{"shape":"TargetLocations"} 3293 } 3294 }, 3295 "CreateAssociationBatchResult":{ 3296 "type":"structure", 3297 "members":{ 3298 "Successful":{"shape":"AssociationDescriptionList"}, 3299 "Failed":{"shape":"FailedCreateAssociationList"} 3300 } 3301 }, 3302 "CreateAssociationRequest":{ 3303 "type":"structure", 3304 "required":["Name"], 3305 "members":{ 3306 "Name":{"shape":"DocumentARN"}, 3307 "DocumentVersion":{"shape":"DocumentVersion"}, 3308 "InstanceId":{"shape":"InstanceId"}, 3309 "Parameters":{"shape":"Parameters"}, 3310 "Targets":{"shape":"Targets"}, 3311 "ScheduleExpression":{"shape":"ScheduleExpression"}, 3312 "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}, 3313 "AssociationName":{"shape":"AssociationName"}, 3314 "AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"}, 3315 "MaxErrors":{"shape":"MaxErrors"}, 3316 "MaxConcurrency":{"shape":"MaxConcurrency"}, 3317 "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}, 3318 "SyncCompliance":{"shape":"AssociationSyncCompliance"}, 3319 "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}, 3320 "CalendarNames":{"shape":"CalendarNameOrARNList"}, 3321 "TargetLocations":{"shape":"TargetLocations"} 3322 } 3323 }, 3324 "CreateAssociationResult":{ 3325 "type":"structure", 3326 "members":{ 3327 "AssociationDescription":{"shape":"AssociationDescription"} 3328 } 3329 }, 3330 "CreateDocumentRequest":{ 3331 "type":"structure", 3332 "required":[ 3333 "Content", 3334 "Name" 3335 ], 3336 "members":{ 3337 "Content":{"shape":"DocumentContent"}, 3338 "Requires":{"shape":"DocumentRequiresList"}, 3339 "Attachments":{"shape":"AttachmentsSourceList"}, 3340 "Name":{"shape":"DocumentName"}, 3341 "DisplayName":{"shape":"DocumentDisplayName"}, 3342 "VersionName":{"shape":"DocumentVersionName"}, 3343 "DocumentType":{"shape":"DocumentType"}, 3344 "DocumentFormat":{"shape":"DocumentFormat"}, 3345 "TargetType":{"shape":"TargetType"}, 3346 "Tags":{"shape":"TagList"} 3347 } 3348 }, 3349 "CreateDocumentResult":{ 3350 "type":"structure", 3351 "members":{ 3352 "DocumentDescription":{"shape":"DocumentDescription"} 3353 } 3354 }, 3355 "CreateMaintenanceWindowRequest":{ 3356 "type":"structure", 3357 "required":[ 3358 "Name", 3359 "Schedule", 3360 "Duration", 3361 "Cutoff", 3362 "AllowUnassociatedTargets" 3363 ], 3364 "members":{ 3365 "Name":{"shape":"MaintenanceWindowName"}, 3366 "Description":{"shape":"MaintenanceWindowDescription"}, 3367 "StartDate":{"shape":"MaintenanceWindowStringDateTime"}, 3368 "EndDate":{"shape":"MaintenanceWindowStringDateTime"}, 3369 "Schedule":{"shape":"MaintenanceWindowSchedule"}, 3370 "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"}, 3371 "ScheduleOffset":{ 3372 "shape":"MaintenanceWindowOffset", 3373 "box":true 3374 }, 3375 "Duration":{"shape":"MaintenanceWindowDurationHours"}, 3376 "Cutoff":{"shape":"MaintenanceWindowCutoff"}, 3377 "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"}, 3378 "ClientToken":{ 3379 "shape":"ClientToken", 3380 "idempotencyToken":true 3381 }, 3382 "Tags":{"shape":"TagList"} 3383 } 3384 }, 3385 "CreateMaintenanceWindowResult":{ 3386 "type":"structure", 3387 "members":{ 3388 "WindowId":{"shape":"MaintenanceWindowId"} 3389 } 3390 }, 3391 "CreateOpsItemRequest":{ 3392 "type":"structure", 3393 "required":[ 3394 "Description", 3395 "Source", 3396 "Title" 3397 ], 3398 "members":{ 3399 "Description":{"shape":"OpsItemDescription"}, 3400 "OpsItemType":{"shape":"OpsItemType"}, 3401 "OperationalData":{"shape":"OpsItemOperationalData"}, 3402 "Notifications":{"shape":"OpsItemNotifications"}, 3403 "Priority":{"shape":"OpsItemPriority"}, 3404 "RelatedOpsItems":{"shape":"RelatedOpsItems"}, 3405 "Source":{"shape":"OpsItemSource"}, 3406 "Title":{"shape":"OpsItemTitle"}, 3407 "Tags":{"shape":"TagList"}, 3408 "Category":{"shape":"OpsItemCategory"}, 3409 "Severity":{"shape":"OpsItemSeverity"}, 3410 "ActualStartTime":{"shape":"DateTime"}, 3411 "ActualEndTime":{"shape":"DateTime"}, 3412 "PlannedStartTime":{"shape":"DateTime"}, 3413 "PlannedEndTime":{"shape":"DateTime"} 3414 } 3415 }, 3416 "CreateOpsItemResponse":{ 3417 "type":"structure", 3418 "members":{ 3419 "OpsItemId":{"shape":"String"} 3420 } 3421 }, 3422 "CreateOpsMetadataRequest":{ 3423 "type":"structure", 3424 "required":["ResourceId"], 3425 "members":{ 3426 "ResourceId":{"shape":"OpsMetadataResourceId"}, 3427 "Metadata":{"shape":"MetadataMap"}, 3428 "Tags":{"shape":"TagList"} 3429 } 3430 }, 3431 "CreateOpsMetadataResult":{ 3432 "type":"structure", 3433 "members":{ 3434 "OpsMetadataArn":{"shape":"OpsMetadataArn"} 3435 } 3436 }, 3437 "CreatePatchBaselineRequest":{ 3438 "type":"structure", 3439 "required":["Name"], 3440 "members":{ 3441 "OperatingSystem":{"shape":"OperatingSystem"}, 3442 "Name":{"shape":"BaselineName"}, 3443 "GlobalFilters":{"shape":"PatchFilterGroup"}, 3444 "ApprovalRules":{"shape":"PatchRuleGroup"}, 3445 "ApprovedPatches":{"shape":"PatchIdList"}, 3446 "ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"}, 3447 "ApprovedPatchesEnableNonSecurity":{ 3448 "shape":"Boolean", 3449 "box":true 3450 }, 3451 "RejectedPatches":{"shape":"PatchIdList"}, 3452 "RejectedPatchesAction":{"shape":"PatchAction"}, 3453 "Description":{"shape":"BaselineDescription"}, 3454 "Sources":{"shape":"PatchSourceList"}, 3455 "ClientToken":{ 3456 "shape":"ClientToken", 3457 "idempotencyToken":true 3458 }, 3459 "Tags":{"shape":"TagList"} 3460 } 3461 }, 3462 "CreatePatchBaselineResult":{ 3463 "type":"structure", 3464 "members":{ 3465 "BaselineId":{"shape":"BaselineId"} 3466 } 3467 }, 3468 "CreateResourceDataSyncRequest":{ 3469 "type":"structure", 3470 "required":["SyncName"], 3471 "members":{ 3472 "SyncName":{"shape":"ResourceDataSyncName"}, 3473 "S3Destination":{"shape":"ResourceDataSyncS3Destination"}, 3474 "SyncType":{"shape":"ResourceDataSyncType"}, 3475 "SyncSource":{"shape":"ResourceDataSyncSource"} 3476 } 3477 }, 3478 "CreateResourceDataSyncResult":{ 3479 "type":"structure", 3480 "members":{ 3481 } 3482 }, 3483 "CreatedDate":{"type":"timestamp"}, 3484 "CustomSchemaCountLimitExceededException":{ 3485 "type":"structure", 3486 "members":{ 3487 "Message":{"shape":"String"} 3488 }, 3489 "exception":true 3490 }, 3491 "DateTime":{"type":"timestamp"}, 3492 "DefaultBaseline":{"type":"boolean"}, 3493 "DefaultInstanceName":{ 3494 "type":"string", 3495 "max":256, 3496 "min":0, 3497 "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" 3498 }, 3499 "DeleteActivationRequest":{ 3500 "type":"structure", 3501 "required":["ActivationId"], 3502 "members":{ 3503 "ActivationId":{"shape":"ActivationId"} 3504 } 3505 }, 3506 "DeleteActivationResult":{ 3507 "type":"structure", 3508 "members":{ 3509 } 3510 }, 3511 "DeleteAssociationRequest":{ 3512 "type":"structure", 3513 "members":{ 3514 "Name":{"shape":"DocumentARN"}, 3515 "InstanceId":{"shape":"InstanceId"}, 3516 "AssociationId":{"shape":"AssociationId"} 3517 } 3518 }, 3519 "DeleteAssociationResult":{ 3520 "type":"structure", 3521 "members":{ 3522 } 3523 }, 3524 "DeleteDocumentRequest":{ 3525 "type":"structure", 3526 "required":["Name"], 3527 "members":{ 3528 "Name":{"shape":"DocumentName"}, 3529 "DocumentVersion":{"shape":"DocumentVersion"}, 3530 "VersionName":{"shape":"DocumentVersionName"}, 3531 "Force":{"shape":"Boolean"} 3532 } 3533 }, 3534 "DeleteDocumentResult":{ 3535 "type":"structure", 3536 "members":{ 3537 } 3538 }, 3539 "DeleteInventoryRequest":{ 3540 "type":"structure", 3541 "required":["TypeName"], 3542 "members":{ 3543 "TypeName":{"shape":"InventoryItemTypeName"}, 3544 "SchemaDeleteOption":{"shape":"InventorySchemaDeleteOption"}, 3545 "DryRun":{"shape":"DryRun"}, 3546 "ClientToken":{ 3547 "shape":"UUID", 3548 "idempotencyToken":true 3549 } 3550 } 3551 }, 3552 "DeleteInventoryResult":{ 3553 "type":"structure", 3554 "members":{ 3555 "DeletionId":{"shape":"UUID"}, 3556 "TypeName":{"shape":"InventoryItemTypeName"}, 3557 "DeletionSummary":{"shape":"InventoryDeletionSummary"} 3558 } 3559 }, 3560 "DeleteMaintenanceWindowRequest":{ 3561 "type":"structure", 3562 "required":["WindowId"], 3563 "members":{ 3564 "WindowId":{"shape":"MaintenanceWindowId"} 3565 } 3566 }, 3567 "DeleteMaintenanceWindowResult":{ 3568 "type":"structure", 3569 "members":{ 3570 "WindowId":{"shape":"MaintenanceWindowId"} 3571 } 3572 }, 3573 "DeleteOpsMetadataRequest":{ 3574 "type":"structure", 3575 "required":["OpsMetadataArn"], 3576 "members":{ 3577 "OpsMetadataArn":{"shape":"OpsMetadataArn"} 3578 } 3579 }, 3580 "DeleteOpsMetadataResult":{ 3581 "type":"structure", 3582 "members":{ 3583 } 3584 }, 3585 "DeleteParameterRequest":{ 3586 "type":"structure", 3587 "required":["Name"], 3588 "members":{ 3589 "Name":{"shape":"PSParameterName"} 3590 } 3591 }, 3592 "DeleteParameterResult":{ 3593 "type":"structure", 3594 "members":{ 3595 } 3596 }, 3597 "DeleteParametersRequest":{ 3598 "type":"structure", 3599 "required":["Names"], 3600 "members":{ 3601 "Names":{"shape":"ParameterNameList"} 3602 } 3603 }, 3604 "DeleteParametersResult":{ 3605 "type":"structure", 3606 "members":{ 3607 "DeletedParameters":{"shape":"ParameterNameList"}, 3608 "InvalidParameters":{"shape":"ParameterNameList"} 3609 } 3610 }, 3611 "DeletePatchBaselineRequest":{ 3612 "type":"structure", 3613 "required":["BaselineId"], 3614 "members":{ 3615 "BaselineId":{"shape":"BaselineId"} 3616 } 3617 }, 3618 "DeletePatchBaselineResult":{ 3619 "type":"structure", 3620 "members":{ 3621 "BaselineId":{"shape":"BaselineId"} 3622 } 3623 }, 3624 "DeleteResourceDataSyncRequest":{ 3625 "type":"structure", 3626 "required":["SyncName"], 3627 "members":{ 3628 "SyncName":{"shape":"ResourceDataSyncName"}, 3629 "SyncType":{"shape":"ResourceDataSyncType"} 3630 } 3631 }, 3632 "DeleteResourceDataSyncResult":{ 3633 "type":"structure", 3634 "members":{ 3635 } 3636 }, 3637 "DeliveryTimedOutCount":{"type":"integer"}, 3638 "DeregisterManagedInstanceRequest":{ 3639 "type":"structure", 3640 "required":["InstanceId"], 3641 "members":{ 3642 "InstanceId":{"shape":"ManagedInstanceId"} 3643 } 3644 }, 3645 "DeregisterManagedInstanceResult":{ 3646 "type":"structure", 3647 "members":{ 3648 } 3649 }, 3650 "DeregisterPatchBaselineForPatchGroupRequest":{ 3651 "type":"structure", 3652 "required":[ 3653 "BaselineId", 3654 "PatchGroup" 3655 ], 3656 "members":{ 3657 "BaselineId":{"shape":"BaselineId"}, 3658 "PatchGroup":{"shape":"PatchGroup"} 3659 } 3660 }, 3661 "DeregisterPatchBaselineForPatchGroupResult":{ 3662 "type":"structure", 3663 "members":{ 3664 "BaselineId":{"shape":"BaselineId"}, 3665 "PatchGroup":{"shape":"PatchGroup"} 3666 } 3667 }, 3668 "DeregisterTargetFromMaintenanceWindowRequest":{ 3669 "type":"structure", 3670 "required":[ 3671 "WindowId", 3672 "WindowTargetId" 3673 ], 3674 "members":{ 3675 "WindowId":{"shape":"MaintenanceWindowId"}, 3676 "WindowTargetId":{"shape":"MaintenanceWindowTargetId"}, 3677 "Safe":{ 3678 "shape":"Boolean", 3679 "box":true 3680 } 3681 } 3682 }, 3683 "DeregisterTargetFromMaintenanceWindowResult":{ 3684 "type":"structure", 3685 "members":{ 3686 "WindowId":{"shape":"MaintenanceWindowId"}, 3687 "WindowTargetId":{"shape":"MaintenanceWindowTargetId"} 3688 } 3689 }, 3690 "DeregisterTaskFromMaintenanceWindowRequest":{ 3691 "type":"structure", 3692 "required":[ 3693 "WindowId", 3694 "WindowTaskId" 3695 ], 3696 "members":{ 3697 "WindowId":{"shape":"MaintenanceWindowId"}, 3698 "WindowTaskId":{"shape":"MaintenanceWindowTaskId"} 3699 } 3700 }, 3701 "DeregisterTaskFromMaintenanceWindowResult":{ 3702 "type":"structure", 3703 "members":{ 3704 "WindowId":{"shape":"MaintenanceWindowId"}, 3705 "WindowTaskId":{"shape":"MaintenanceWindowTaskId"} 3706 } 3707 }, 3708 "DescribeActivationsFilter":{ 3709 "type":"structure", 3710 "members":{ 3711 "FilterKey":{"shape":"DescribeActivationsFilterKeys"}, 3712 "FilterValues":{"shape":"StringList"} 3713 } 3714 }, 3715 "DescribeActivationsFilterKeys":{ 3716 "type":"string", 3717 "enum":[ 3718 "ActivationIds", 3719 "DefaultInstanceName", 3720 "IamRole" 3721 ] 3722 }, 3723 "DescribeActivationsFilterList":{ 3724 "type":"list", 3725 "member":{"shape":"DescribeActivationsFilter"} 3726 }, 3727 "DescribeActivationsRequest":{ 3728 "type":"structure", 3729 "members":{ 3730 "Filters":{"shape":"DescribeActivationsFilterList"}, 3731 "MaxResults":{ 3732 "shape":"MaxResults", 3733 "box":true 3734 }, 3735 "NextToken":{"shape":"NextToken"} 3736 } 3737 }, 3738 "DescribeActivationsResult":{ 3739 "type":"structure", 3740 "members":{ 3741 "ActivationList":{"shape":"ActivationList"}, 3742 "NextToken":{"shape":"NextToken"} 3743 } 3744 }, 3745 "DescribeAssociationExecutionTargetsRequest":{ 3746 "type":"structure", 3747 "required":[ 3748 "AssociationId", 3749 "ExecutionId" 3750 ], 3751 "members":{ 3752 "AssociationId":{"shape":"AssociationId"}, 3753 "ExecutionId":{"shape":"AssociationExecutionId"}, 3754 "Filters":{"shape":"AssociationExecutionTargetsFilterList"}, 3755 "MaxResults":{ 3756 "shape":"MaxResults", 3757 "box":true 3758 }, 3759 "NextToken":{"shape":"NextToken"} 3760 } 3761 }, 3762 "DescribeAssociationExecutionTargetsResult":{ 3763 "type":"structure", 3764 "members":{ 3765 "AssociationExecutionTargets":{"shape":"AssociationExecutionTargetsList"}, 3766 "NextToken":{"shape":"NextToken"} 3767 } 3768 }, 3769 "DescribeAssociationExecutionsRequest":{ 3770 "type":"structure", 3771 "required":["AssociationId"], 3772 "members":{ 3773 "AssociationId":{"shape":"AssociationId"}, 3774 "Filters":{"shape":"AssociationExecutionFilterList"}, 3775 "MaxResults":{ 3776 "shape":"MaxResults", 3777 "box":true 3778 }, 3779 "NextToken":{"shape":"NextToken"} 3780 } 3781 }, 3782 "DescribeAssociationExecutionsResult":{ 3783 "type":"structure", 3784 "members":{ 3785 "AssociationExecutions":{"shape":"AssociationExecutionsList"}, 3786 "NextToken":{"shape":"NextToken"} 3787 } 3788 }, 3789 "DescribeAssociationRequest":{ 3790 "type":"structure", 3791 "members":{ 3792 "Name":{"shape":"DocumentARN"}, 3793 "InstanceId":{"shape":"InstanceId"}, 3794 "AssociationId":{"shape":"AssociationId"}, 3795 "AssociationVersion":{"shape":"AssociationVersion"} 3796 } 3797 }, 3798 "DescribeAssociationResult":{ 3799 "type":"structure", 3800 "members":{ 3801 "AssociationDescription":{"shape":"AssociationDescription"} 3802 } 3803 }, 3804 "DescribeAutomationExecutionsRequest":{ 3805 "type":"structure", 3806 "members":{ 3807 "Filters":{"shape":"AutomationExecutionFilterList"}, 3808 "MaxResults":{ 3809 "shape":"MaxResults", 3810 "box":true 3811 }, 3812 "NextToken":{"shape":"NextToken"} 3813 } 3814 }, 3815 "DescribeAutomationExecutionsResult":{ 3816 "type":"structure", 3817 "members":{ 3818 "AutomationExecutionMetadataList":{"shape":"AutomationExecutionMetadataList"}, 3819 "NextToken":{"shape":"NextToken"} 3820 } 3821 }, 3822 "DescribeAutomationStepExecutionsRequest":{ 3823 "type":"structure", 3824 "required":["AutomationExecutionId"], 3825 "members":{ 3826 "AutomationExecutionId":{"shape":"AutomationExecutionId"}, 3827 "Filters":{"shape":"StepExecutionFilterList"}, 3828 "NextToken":{"shape":"NextToken"}, 3829 "MaxResults":{ 3830 "shape":"MaxResults", 3831 "box":true 3832 }, 3833 "ReverseOrder":{ 3834 "shape":"Boolean", 3835 "box":true 3836 } 3837 } 3838 }, 3839 "DescribeAutomationStepExecutionsResult":{ 3840 "type":"structure", 3841 "members":{ 3842 "StepExecutions":{"shape":"StepExecutionList"}, 3843 "NextToken":{"shape":"NextToken"} 3844 } 3845 }, 3846 "DescribeAvailablePatchesRequest":{ 3847 "type":"structure", 3848 "members":{ 3849 "Filters":{"shape":"PatchOrchestratorFilterList"}, 3850 "MaxResults":{ 3851 "shape":"PatchBaselineMaxResults", 3852 "box":true 3853 }, 3854 "NextToken":{"shape":"NextToken"} 3855 } 3856 }, 3857 "DescribeAvailablePatchesResult":{ 3858 "type":"structure", 3859 "members":{ 3860 "Patches":{"shape":"PatchList"}, 3861 "NextToken":{"shape":"NextToken"} 3862 } 3863 }, 3864 "DescribeDocumentPermissionRequest":{ 3865 "type":"structure", 3866 "required":[ 3867 "Name", 3868 "PermissionType" 3869 ], 3870 "members":{ 3871 "Name":{"shape":"DocumentName"}, 3872 "PermissionType":{"shape":"DocumentPermissionType"}, 3873 "MaxResults":{ 3874 "shape":"DocumentPermissionMaxResults", 3875 "box":true 3876 }, 3877 "NextToken":{"shape":"NextToken"} 3878 } 3879 }, 3880 "DescribeDocumentPermissionResponse":{ 3881 "type":"structure", 3882 "members":{ 3883 "AccountIds":{"shape":"AccountIdList"}, 3884 "AccountSharingInfoList":{"shape":"AccountSharingInfoList"}, 3885 "NextToken":{"shape":"NextToken"} 3886 } 3887 }, 3888 "DescribeDocumentRequest":{ 3889 "type":"structure", 3890 "required":["Name"], 3891 "members":{ 3892 "Name":{"shape":"DocumentARN"}, 3893 "DocumentVersion":{"shape":"DocumentVersion"}, 3894 "VersionName":{"shape":"DocumentVersionName"} 3895 } 3896 }, 3897 "DescribeDocumentResult":{ 3898 "type":"structure", 3899 "members":{ 3900 "Document":{"shape":"DocumentDescription"} 3901 } 3902 }, 3903 "DescribeEffectiveInstanceAssociationsRequest":{ 3904 "type":"structure", 3905 "required":["InstanceId"], 3906 "members":{ 3907 "InstanceId":{"shape":"InstanceId"}, 3908 "MaxResults":{ 3909 "shape":"EffectiveInstanceAssociationMaxResults", 3910 "box":true 3911 }, 3912 "NextToken":{"shape":"NextToken"} 3913 } 3914 }, 3915 "DescribeEffectiveInstanceAssociationsResult":{ 3916 "type":"structure", 3917 "members":{ 3918 "Associations":{"shape":"InstanceAssociationList"}, 3919 "NextToken":{"shape":"NextToken"} 3920 } 3921 }, 3922 "DescribeEffectivePatchesForPatchBaselineRequest":{ 3923 "type":"structure", 3924 "required":["BaselineId"], 3925 "members":{ 3926 "BaselineId":{"shape":"BaselineId"}, 3927 "MaxResults":{ 3928 "shape":"PatchBaselineMaxResults", 3929 "box":true 3930 }, 3931 "NextToken":{"shape":"NextToken"} 3932 } 3933 }, 3934 "DescribeEffectivePatchesForPatchBaselineResult":{ 3935 "type":"structure", 3936 "members":{ 3937 "EffectivePatches":{"shape":"EffectivePatchList"}, 3938 "NextToken":{"shape":"NextToken"} 3939 } 3940 }, 3941 "DescribeInstanceAssociationsStatusRequest":{ 3942 "type":"structure", 3943 "required":["InstanceId"], 3944 "members":{ 3945 "InstanceId":{"shape":"InstanceId"}, 3946 "MaxResults":{ 3947 "shape":"MaxResults", 3948 "box":true 3949 }, 3950 "NextToken":{"shape":"NextToken"} 3951 } 3952 }, 3953 "DescribeInstanceAssociationsStatusResult":{ 3954 "type":"structure", 3955 "members":{ 3956 "InstanceAssociationStatusInfos":{"shape":"InstanceAssociationStatusInfos"}, 3957 "NextToken":{"shape":"NextToken"} 3958 } 3959 }, 3960 "DescribeInstanceInformationRequest":{ 3961 "type":"structure", 3962 "members":{ 3963 "InstanceInformationFilterList":{"shape":"InstanceInformationFilterList"}, 3964 "Filters":{"shape":"InstanceInformationStringFilterList"}, 3965 "MaxResults":{ 3966 "shape":"MaxResultsEC2Compatible", 3967 "box":true 3968 }, 3969 "NextToken":{"shape":"NextToken"} 3970 } 3971 }, 3972 "DescribeInstanceInformationResult":{ 3973 "type":"structure", 3974 "members":{ 3975 "InstanceInformationList":{"shape":"InstanceInformationList"}, 3976 "NextToken":{"shape":"NextToken"} 3977 } 3978 }, 3979 "DescribeInstancePatchStatesForPatchGroupRequest":{ 3980 "type":"structure", 3981 "required":["PatchGroup"], 3982 "members":{ 3983 "PatchGroup":{"shape":"PatchGroup"}, 3984 "Filters":{"shape":"InstancePatchStateFilterList"}, 3985 "NextToken":{"shape":"NextToken"}, 3986 "MaxResults":{ 3987 "shape":"PatchComplianceMaxResults", 3988 "box":true 3989 } 3990 } 3991 }, 3992 "DescribeInstancePatchStatesForPatchGroupResult":{ 3993 "type":"structure", 3994 "members":{ 3995 "InstancePatchStates":{"shape":"InstancePatchStatesList"}, 3996 "NextToken":{"shape":"NextToken"} 3997 } 3998 }, 3999 "DescribeInstancePatchStatesRequest":{ 4000 "type":"structure", 4001 "required":["InstanceIds"], 4002 "members":{ 4003 "InstanceIds":{"shape":"InstanceIdList"}, 4004 "NextToken":{"shape":"NextToken"}, 4005 "MaxResults":{ 4006 "shape":"PatchComplianceMaxResults", 4007 "box":true 4008 } 4009 } 4010 }, 4011 "DescribeInstancePatchStatesResult":{ 4012 "type":"structure", 4013 "members":{ 4014 "InstancePatchStates":{"shape":"InstancePatchStateList"}, 4015 "NextToken":{"shape":"NextToken"} 4016 } 4017 }, 4018 "DescribeInstancePatchesRequest":{ 4019 "type":"structure", 4020 "required":["InstanceId"], 4021 "members":{ 4022 "InstanceId":{"shape":"InstanceId"}, 4023 "Filters":{"shape":"PatchOrchestratorFilterList"}, 4024 "NextToken":{"shape":"NextToken"}, 4025 "MaxResults":{ 4026 "shape":"PatchComplianceMaxResults", 4027 "box":true 4028 } 4029 } 4030 }, 4031 "DescribeInstancePatchesResult":{ 4032 "type":"structure", 4033 "members":{ 4034 "Patches":{"shape":"PatchComplianceDataList"}, 4035 "NextToken":{"shape":"NextToken"} 4036 } 4037 }, 4038 "DescribeInventoryDeletionsRequest":{ 4039 "type":"structure", 4040 "members":{ 4041 "DeletionId":{"shape":"UUID"}, 4042 "NextToken":{"shape":"NextToken"}, 4043 "MaxResults":{ 4044 "shape":"MaxResults", 4045 "box":true 4046 } 4047 } 4048 }, 4049 "DescribeInventoryDeletionsResult":{ 4050 "type":"structure", 4051 "members":{ 4052 "InventoryDeletions":{"shape":"InventoryDeletionsList"}, 4053 "NextToken":{"shape":"NextToken"} 4054 } 4055 }, 4056 "DescribeMaintenanceWindowExecutionTaskInvocationsRequest":{ 4057 "type":"structure", 4058 "required":[ 4059 "WindowExecutionId", 4060 "TaskId" 4061 ], 4062 "members":{ 4063 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 4064 "TaskId":{"shape":"MaintenanceWindowExecutionTaskId"}, 4065 "Filters":{"shape":"MaintenanceWindowFilterList"}, 4066 "MaxResults":{ 4067 "shape":"MaintenanceWindowMaxResults", 4068 "box":true 4069 }, 4070 "NextToken":{"shape":"NextToken"} 4071 } 4072 }, 4073 "DescribeMaintenanceWindowExecutionTaskInvocationsResult":{ 4074 "type":"structure", 4075 "members":{ 4076 "WindowExecutionTaskInvocationIdentities":{"shape":"MaintenanceWindowExecutionTaskInvocationIdentityList"}, 4077 "NextToken":{"shape":"NextToken"} 4078 } 4079 }, 4080 "DescribeMaintenanceWindowExecutionTasksRequest":{ 4081 "type":"structure", 4082 "required":["WindowExecutionId"], 4083 "members":{ 4084 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 4085 "Filters":{"shape":"MaintenanceWindowFilterList"}, 4086 "MaxResults":{ 4087 "shape":"MaintenanceWindowMaxResults", 4088 "box":true 4089 }, 4090 "NextToken":{"shape":"NextToken"} 4091 } 4092 }, 4093 "DescribeMaintenanceWindowExecutionTasksResult":{ 4094 "type":"structure", 4095 "members":{ 4096 "WindowExecutionTaskIdentities":{"shape":"MaintenanceWindowExecutionTaskIdentityList"}, 4097 "NextToken":{"shape":"NextToken"} 4098 } 4099 }, 4100 "DescribeMaintenanceWindowExecutionsRequest":{ 4101 "type":"structure", 4102 "required":["WindowId"], 4103 "members":{ 4104 "WindowId":{"shape":"MaintenanceWindowId"}, 4105 "Filters":{"shape":"MaintenanceWindowFilterList"}, 4106 "MaxResults":{ 4107 "shape":"MaintenanceWindowMaxResults", 4108 "box":true 4109 }, 4110 "NextToken":{"shape":"NextToken"} 4111 } 4112 }, 4113 "DescribeMaintenanceWindowExecutionsResult":{ 4114 "type":"structure", 4115 "members":{ 4116 "WindowExecutions":{"shape":"MaintenanceWindowExecutionList"}, 4117 "NextToken":{"shape":"NextToken"} 4118 } 4119 }, 4120 "DescribeMaintenanceWindowScheduleRequest":{ 4121 "type":"structure", 4122 "members":{ 4123 "WindowId":{"shape":"MaintenanceWindowId"}, 4124 "Targets":{"shape":"Targets"}, 4125 "ResourceType":{"shape":"MaintenanceWindowResourceType"}, 4126 "Filters":{"shape":"PatchOrchestratorFilterList"}, 4127 "MaxResults":{ 4128 "shape":"MaintenanceWindowSearchMaxResults", 4129 "box":true 4130 }, 4131 "NextToken":{"shape":"NextToken"} 4132 } 4133 }, 4134 "DescribeMaintenanceWindowScheduleResult":{ 4135 "type":"structure", 4136 "members":{ 4137 "ScheduledWindowExecutions":{"shape":"ScheduledWindowExecutionList"}, 4138 "NextToken":{"shape":"NextToken"} 4139 } 4140 }, 4141 "DescribeMaintenanceWindowTargetsRequest":{ 4142 "type":"structure", 4143 "required":["WindowId"], 4144 "members":{ 4145 "WindowId":{"shape":"MaintenanceWindowId"}, 4146 "Filters":{"shape":"MaintenanceWindowFilterList"}, 4147 "MaxResults":{ 4148 "shape":"MaintenanceWindowMaxResults", 4149 "box":true 4150 }, 4151 "NextToken":{"shape":"NextToken"} 4152 } 4153 }, 4154 "DescribeMaintenanceWindowTargetsResult":{ 4155 "type":"structure", 4156 "members":{ 4157 "Targets":{"shape":"MaintenanceWindowTargetList"}, 4158 "NextToken":{"shape":"NextToken"} 4159 } 4160 }, 4161 "DescribeMaintenanceWindowTasksRequest":{ 4162 "type":"structure", 4163 "required":["WindowId"], 4164 "members":{ 4165 "WindowId":{"shape":"MaintenanceWindowId"}, 4166 "Filters":{"shape":"MaintenanceWindowFilterList"}, 4167 "MaxResults":{ 4168 "shape":"MaintenanceWindowMaxResults", 4169 "box":true 4170 }, 4171 "NextToken":{"shape":"NextToken"} 4172 } 4173 }, 4174 "DescribeMaintenanceWindowTasksResult":{ 4175 "type":"structure", 4176 "members":{ 4177 "Tasks":{"shape":"MaintenanceWindowTaskList"}, 4178 "NextToken":{"shape":"NextToken"} 4179 } 4180 }, 4181 "DescribeMaintenanceWindowsForTargetRequest":{ 4182 "type":"structure", 4183 "required":[ 4184 "Targets", 4185 "ResourceType" 4186 ], 4187 "members":{ 4188 "Targets":{"shape":"Targets"}, 4189 "ResourceType":{"shape":"MaintenanceWindowResourceType"}, 4190 "MaxResults":{ 4191 "shape":"MaintenanceWindowSearchMaxResults", 4192 "box":true 4193 }, 4194 "NextToken":{"shape":"NextToken"} 4195 } 4196 }, 4197 "DescribeMaintenanceWindowsForTargetResult":{ 4198 "type":"structure", 4199 "members":{ 4200 "WindowIdentities":{"shape":"MaintenanceWindowsForTargetList"}, 4201 "NextToken":{"shape":"NextToken"} 4202 } 4203 }, 4204 "DescribeMaintenanceWindowsRequest":{ 4205 "type":"structure", 4206 "members":{ 4207 "Filters":{"shape":"MaintenanceWindowFilterList"}, 4208 "MaxResults":{ 4209 "shape":"MaintenanceWindowMaxResults", 4210 "box":true 4211 }, 4212 "NextToken":{"shape":"NextToken"} 4213 } 4214 }, 4215 "DescribeMaintenanceWindowsResult":{ 4216 "type":"structure", 4217 "members":{ 4218 "WindowIdentities":{"shape":"MaintenanceWindowIdentityList"}, 4219 "NextToken":{"shape":"NextToken"} 4220 } 4221 }, 4222 "DescribeOpsItemsRequest":{ 4223 "type":"structure", 4224 "members":{ 4225 "OpsItemFilters":{"shape":"OpsItemFilters"}, 4226 "MaxResults":{"shape":"OpsItemMaxResults"}, 4227 "NextToken":{"shape":"String"} 4228 } 4229 }, 4230 "DescribeOpsItemsResponse":{ 4231 "type":"structure", 4232 "members":{ 4233 "NextToken":{"shape":"String"}, 4234 "OpsItemSummaries":{"shape":"OpsItemSummaries"} 4235 } 4236 }, 4237 "DescribeParametersRequest":{ 4238 "type":"structure", 4239 "members":{ 4240 "Filters":{"shape":"ParametersFilterList"}, 4241 "ParameterFilters":{"shape":"ParameterStringFilterList"}, 4242 "MaxResults":{ 4243 "shape":"MaxResults", 4244 "box":true 4245 }, 4246 "NextToken":{"shape":"NextToken"} 4247 } 4248 }, 4249 "DescribeParametersResult":{ 4250 "type":"structure", 4251 "members":{ 4252 "Parameters":{"shape":"ParameterMetadataList"}, 4253 "NextToken":{"shape":"NextToken"} 4254 } 4255 }, 4256 "DescribePatchBaselinesRequest":{ 4257 "type":"structure", 4258 "members":{ 4259 "Filters":{"shape":"PatchOrchestratorFilterList"}, 4260 "MaxResults":{ 4261 "shape":"PatchBaselineMaxResults", 4262 "box":true 4263 }, 4264 "NextToken":{"shape":"NextToken"} 4265 } 4266 }, 4267 "DescribePatchBaselinesResult":{ 4268 "type":"structure", 4269 "members":{ 4270 "BaselineIdentities":{"shape":"PatchBaselineIdentityList"}, 4271 "NextToken":{"shape":"NextToken"} 4272 } 4273 }, 4274 "DescribePatchGroupStateRequest":{ 4275 "type":"structure", 4276 "required":["PatchGroup"], 4277 "members":{ 4278 "PatchGroup":{"shape":"PatchGroup"} 4279 } 4280 }, 4281 "DescribePatchGroupStateResult":{ 4282 "type":"structure", 4283 "members":{ 4284 "Instances":{"shape":"Integer"}, 4285 "InstancesWithInstalledPatches":{"shape":"Integer"}, 4286 "InstancesWithInstalledOtherPatches":{"shape":"Integer"}, 4287 "InstancesWithInstalledPendingRebootPatches":{ 4288 "shape":"InstancesCount", 4289 "box":true 4290 }, 4291 "InstancesWithInstalledRejectedPatches":{ 4292 "shape":"InstancesCount", 4293 "box":true 4294 }, 4295 "InstancesWithMissingPatches":{"shape":"Integer"}, 4296 "InstancesWithFailedPatches":{"shape":"Integer"}, 4297 "InstancesWithNotApplicablePatches":{"shape":"Integer"}, 4298 "InstancesWithUnreportedNotApplicablePatches":{ 4299 "shape":"Integer", 4300 "box":true 4301 }, 4302 "InstancesWithCriticalNonCompliantPatches":{ 4303 "shape":"InstancesCount", 4304 "box":true 4305 }, 4306 "InstancesWithSecurityNonCompliantPatches":{ 4307 "shape":"InstancesCount", 4308 "box":true 4309 }, 4310 "InstancesWithOtherNonCompliantPatches":{ 4311 "shape":"InstancesCount", 4312 "box":true 4313 } 4314 } 4315 }, 4316 "DescribePatchGroupsRequest":{ 4317 "type":"structure", 4318 "members":{ 4319 "MaxResults":{ 4320 "shape":"PatchBaselineMaxResults", 4321 "box":true 4322 }, 4323 "Filters":{"shape":"PatchOrchestratorFilterList"}, 4324 "NextToken":{"shape":"NextToken"} 4325 } 4326 }, 4327 "DescribePatchGroupsResult":{ 4328 "type":"structure", 4329 "members":{ 4330 "Mappings":{"shape":"PatchGroupPatchBaselineMappingList"}, 4331 "NextToken":{"shape":"NextToken"} 4332 } 4333 }, 4334 "DescribePatchPropertiesRequest":{ 4335 "type":"structure", 4336 "required":[ 4337 "OperatingSystem", 4338 "Property" 4339 ], 4340 "members":{ 4341 "OperatingSystem":{"shape":"OperatingSystem"}, 4342 "Property":{"shape":"PatchProperty"}, 4343 "PatchSet":{"shape":"PatchSet"}, 4344 "MaxResults":{ 4345 "shape":"MaxResults", 4346 "box":true 4347 }, 4348 "NextToken":{"shape":"NextToken"} 4349 } 4350 }, 4351 "DescribePatchPropertiesResult":{ 4352 "type":"structure", 4353 "members":{ 4354 "Properties":{"shape":"PatchPropertiesList"}, 4355 "NextToken":{"shape":"NextToken"} 4356 } 4357 }, 4358 "DescribeSessionsRequest":{ 4359 "type":"structure", 4360 "required":["State"], 4361 "members":{ 4362 "State":{"shape":"SessionState"}, 4363 "MaxResults":{ 4364 "shape":"SessionMaxResults", 4365 "box":true 4366 }, 4367 "NextToken":{"shape":"NextToken"}, 4368 "Filters":{"shape":"SessionFilterList"} 4369 } 4370 }, 4371 "DescribeSessionsResponse":{ 4372 "type":"structure", 4373 "members":{ 4374 "Sessions":{"shape":"SessionList"}, 4375 "NextToken":{"shape":"NextToken"} 4376 } 4377 }, 4378 "DescriptionInDocument":{"type":"string"}, 4379 "DisassociateOpsItemRelatedItemRequest":{ 4380 "type":"structure", 4381 "required":[ 4382 "OpsItemId", 4383 "AssociationId" 4384 ], 4385 "members":{ 4386 "OpsItemId":{"shape":"OpsItemId"}, 4387 "AssociationId":{"shape":"OpsItemRelatedItemAssociationId"} 4388 } 4389 }, 4390 "DisassociateOpsItemRelatedItemResponse":{ 4391 "type":"structure", 4392 "members":{ 4393 } 4394 }, 4395 "DocumentARN":{ 4396 "type":"string", 4397 "pattern":"^[a-zA-Z0-9_\\-.:/]{3,128}$" 4398 }, 4399 "DocumentAlreadyExists":{ 4400 "type":"structure", 4401 "members":{ 4402 "Message":{"shape":"String"} 4403 }, 4404 "exception":true 4405 }, 4406 "DocumentAuthor":{"type":"string"}, 4407 "DocumentContent":{ 4408 "type":"string", 4409 "min":1 4410 }, 4411 "DocumentDefaultVersionDescription":{ 4412 "type":"structure", 4413 "members":{ 4414 "Name":{"shape":"DocumentName"}, 4415 "DefaultVersion":{"shape":"DocumentVersion"}, 4416 "DefaultVersionName":{"shape":"DocumentVersionName"} 4417 } 4418 }, 4419 "DocumentDescription":{ 4420 "type":"structure", 4421 "members":{ 4422 "Sha1":{"shape":"DocumentSha1"}, 4423 "Hash":{"shape":"DocumentHash"}, 4424 "HashType":{"shape":"DocumentHashType"}, 4425 "Name":{"shape":"DocumentARN"}, 4426 "DisplayName":{"shape":"DocumentDisplayName"}, 4427 "VersionName":{"shape":"DocumentVersionName"}, 4428 "Owner":{"shape":"DocumentOwner"}, 4429 "CreatedDate":{"shape":"DateTime"}, 4430 "Status":{"shape":"DocumentStatus"}, 4431 "StatusInformation":{"shape":"DocumentStatusInformation"}, 4432 "DocumentVersion":{"shape":"DocumentVersion"}, 4433 "Description":{"shape":"DescriptionInDocument"}, 4434 "Parameters":{"shape":"DocumentParameterList"}, 4435 "PlatformTypes":{"shape":"PlatformTypeList"}, 4436 "DocumentType":{"shape":"DocumentType"}, 4437 "SchemaVersion":{"shape":"DocumentSchemaVersion"}, 4438 "LatestVersion":{"shape":"DocumentVersion"}, 4439 "DefaultVersion":{"shape":"DocumentVersion"}, 4440 "DocumentFormat":{"shape":"DocumentFormat"}, 4441 "TargetType":{"shape":"TargetType"}, 4442 "Tags":{"shape":"TagList"}, 4443 "AttachmentsInformation":{"shape":"AttachmentInformationList"}, 4444 "Requires":{"shape":"DocumentRequiresList"}, 4445 "Author":{"shape":"DocumentAuthor"}, 4446 "ReviewInformation":{"shape":"ReviewInformationList"}, 4447 "ApprovedVersion":{"shape":"DocumentVersion"}, 4448 "PendingReviewVersion":{"shape":"DocumentVersion"}, 4449 "ReviewStatus":{"shape":"ReviewStatus"} 4450 } 4451 }, 4452 "DocumentDisplayName":{ 4453 "type":"string", 4454 "max":1024, 4455 "pattern":"^[\\w\\.\\-\\:\\/ ]*$" 4456 }, 4457 "DocumentFilter":{ 4458 "type":"structure", 4459 "required":[ 4460 "key", 4461 "value" 4462 ], 4463 "members":{ 4464 "key":{"shape":"DocumentFilterKey"}, 4465 "value":{"shape":"DocumentFilterValue"} 4466 } 4467 }, 4468 "DocumentFilterKey":{ 4469 "type":"string", 4470 "enum":[ 4471 "Name", 4472 "Owner", 4473 "PlatformTypes", 4474 "DocumentType" 4475 ] 4476 }, 4477 "DocumentFilterList":{ 4478 "type":"list", 4479 "member":{"shape":"DocumentFilter"}, 4480 "min":1 4481 }, 4482 "DocumentFilterValue":{ 4483 "type":"string", 4484 "min":1 4485 }, 4486 "DocumentFormat":{ 4487 "type":"string", 4488 "enum":[ 4489 "YAML", 4490 "JSON", 4491 "TEXT" 4492 ] 4493 }, 4494 "DocumentHash":{ 4495 "type":"string", 4496 "max":256 4497 }, 4498 "DocumentHashType":{ 4499 "type":"string", 4500 "enum":[ 4501 "Sha256", 4502 "Sha1" 4503 ] 4504 }, 4505 "DocumentIdentifier":{ 4506 "type":"structure", 4507 "members":{ 4508 "Name":{"shape":"DocumentARN"}, 4509 "CreatedDate":{"shape":"DateTime"}, 4510 "DisplayName":{"shape":"DocumentDisplayName"}, 4511 "Owner":{"shape":"DocumentOwner"}, 4512 "VersionName":{"shape":"DocumentVersionName"}, 4513 "PlatformTypes":{"shape":"PlatformTypeList"}, 4514 "DocumentVersion":{"shape":"DocumentVersion"}, 4515 "DocumentType":{"shape":"DocumentType"}, 4516 "SchemaVersion":{"shape":"DocumentSchemaVersion"}, 4517 "DocumentFormat":{"shape":"DocumentFormat"}, 4518 "TargetType":{"shape":"TargetType"}, 4519 "Tags":{"shape":"TagList"}, 4520 "Requires":{"shape":"DocumentRequiresList"}, 4521 "ReviewStatus":{"shape":"ReviewStatus"}, 4522 "Author":{"shape":"DocumentAuthor"} 4523 } 4524 }, 4525 "DocumentIdentifierList":{ 4526 "type":"list", 4527 "member":{"shape":"DocumentIdentifier"} 4528 }, 4529 "DocumentKeyValuesFilter":{ 4530 "type":"structure", 4531 "members":{ 4532 "Key":{"shape":"DocumentKeyValuesFilterKey"}, 4533 "Values":{"shape":"DocumentKeyValuesFilterValues"} 4534 } 4535 }, 4536 "DocumentKeyValuesFilterKey":{ 4537 "type":"string", 4538 "max":128, 4539 "min":1 4540 }, 4541 "DocumentKeyValuesFilterList":{ 4542 "type":"list", 4543 "member":{"shape":"DocumentKeyValuesFilter"}, 4544 "max":6, 4545 "min":0 4546 }, 4547 "DocumentKeyValuesFilterValue":{ 4548 "type":"string", 4549 "max":256, 4550 "min":1 4551 }, 4552 "DocumentKeyValuesFilterValues":{ 4553 "type":"list", 4554 "member":{"shape":"DocumentKeyValuesFilterValue"} 4555 }, 4556 "DocumentLimitExceeded":{ 4557 "type":"structure", 4558 "members":{ 4559 "Message":{"shape":"String"} 4560 }, 4561 "exception":true 4562 }, 4563 "DocumentMetadataEnum":{ 4564 "type":"string", 4565 "enum":["DocumentReviews"] 4566 }, 4567 "DocumentMetadataResponseInfo":{ 4568 "type":"structure", 4569 "members":{ 4570 "ReviewerResponse":{"shape":"DocumentReviewerResponseList"} 4571 } 4572 }, 4573 "DocumentName":{ 4574 "type":"string", 4575 "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$" 4576 }, 4577 "DocumentOwner":{"type":"string"}, 4578 "DocumentParameter":{ 4579 "type":"structure", 4580 "members":{ 4581 "Name":{"shape":"DocumentParameterName"}, 4582 "Type":{"shape":"DocumentParameterType"}, 4583 "Description":{"shape":"DocumentParameterDescrption"}, 4584 "DefaultValue":{"shape":"DocumentParameterDefaultValue"} 4585 } 4586 }, 4587 "DocumentParameterDefaultValue":{"type":"string"}, 4588 "DocumentParameterDescrption":{"type":"string"}, 4589 "DocumentParameterList":{ 4590 "type":"list", 4591 "member":{"shape":"DocumentParameter"} 4592 }, 4593 "DocumentParameterName":{"type":"string"}, 4594 "DocumentParameterType":{ 4595 "type":"string", 4596 "enum":[ 4597 "String", 4598 "StringList" 4599 ] 4600 }, 4601 "DocumentPermissionLimit":{ 4602 "type":"structure", 4603 "members":{ 4604 "Message":{"shape":"String"} 4605 }, 4606 "exception":true 4607 }, 4608 "DocumentPermissionMaxResults":{ 4609 "type":"integer", 4610 "max":200, 4611 "min":1 4612 }, 4613 "DocumentPermissionType":{ 4614 "type":"string", 4615 "enum":["Share"] 4616 }, 4617 "DocumentRequires":{ 4618 "type":"structure", 4619 "required":["Name"], 4620 "members":{ 4621 "Name":{"shape":"DocumentARN"}, 4622 "Version":{"shape":"DocumentVersion"} 4623 } 4624 }, 4625 "DocumentRequiresList":{ 4626 "type":"list", 4627 "member":{"shape":"DocumentRequires"}, 4628 "min":1 4629 }, 4630 "DocumentReviewAction":{ 4631 "type":"string", 4632 "enum":[ 4633 "SendForReview", 4634 "UpdateReview", 4635 "Approve", 4636 "Reject" 4637 ] 4638 }, 4639 "DocumentReviewComment":{ 4640 "type":"string", 4641 "max":1024, 4642 "min":1, 4643 "pattern":"^(?!\\s*$).+" 4644 }, 4645 "DocumentReviewCommentList":{ 4646 "type":"list", 4647 "member":{"shape":"DocumentReviewCommentSource"}, 4648 "max":1, 4649 "min":0 4650 }, 4651 "DocumentReviewCommentSource":{ 4652 "type":"structure", 4653 "members":{ 4654 "Type":{"shape":"DocumentReviewCommentType"}, 4655 "Content":{"shape":"DocumentReviewComment"} 4656 } 4657 }, 4658 "DocumentReviewCommentType":{ 4659 "type":"string", 4660 "enum":["Comment"] 4661 }, 4662 "DocumentReviewerResponseList":{ 4663 "type":"list", 4664 "member":{"shape":"DocumentReviewerResponseSource"} 4665 }, 4666 "DocumentReviewerResponseSource":{ 4667 "type":"structure", 4668 "members":{ 4669 "CreateTime":{"shape":"DateTime"}, 4670 "UpdatedTime":{"shape":"DateTime"}, 4671 "ReviewStatus":{"shape":"ReviewStatus"}, 4672 "Comment":{"shape":"DocumentReviewCommentList"}, 4673 "Reviewer":{"shape":"Reviewer"} 4674 } 4675 }, 4676 "DocumentReviews":{ 4677 "type":"structure", 4678 "required":["Action"], 4679 "members":{ 4680 "Action":{"shape":"DocumentReviewAction"}, 4681 "Comment":{"shape":"DocumentReviewCommentList"} 4682 } 4683 }, 4684 "DocumentSchemaVersion":{ 4685 "type":"string", 4686 "pattern":"([0-9]+)\\.([0-9]+)" 4687 }, 4688 "DocumentSha1":{"type":"string"}, 4689 "DocumentStatus":{ 4690 "type":"string", 4691 "enum":[ 4692 "Creating", 4693 "Active", 4694 "Updating", 4695 "Deleting", 4696 "Failed" 4697 ] 4698 }, 4699 "DocumentStatusInformation":{"type":"string"}, 4700 "DocumentType":{ 4701 "type":"string", 4702 "enum":[ 4703 "Command", 4704 "Policy", 4705 "Automation", 4706 "Session", 4707 "Package", 4708 "ApplicationConfiguration", 4709 "ApplicationConfigurationSchema", 4710 "DeploymentStrategy", 4711 "ChangeCalendar", 4712 "Automation.ChangeTemplate", 4713 "ProblemAnalysis", 4714 "ProblemAnalysisTemplate" 4715 ] 4716 }, 4717 "DocumentVersion":{ 4718 "type":"string", 4719 "pattern":"([$]LATEST|[$]DEFAULT|^[1-9][0-9]*$)" 4720 }, 4721 "DocumentVersionInfo":{ 4722 "type":"structure", 4723 "members":{ 4724 "Name":{"shape":"DocumentName"}, 4725 "DisplayName":{"shape":"DocumentDisplayName"}, 4726 "DocumentVersion":{"shape":"DocumentVersion"}, 4727 "VersionName":{"shape":"DocumentVersionName"}, 4728 "CreatedDate":{"shape":"DateTime"}, 4729 "IsDefaultVersion":{"shape":"Boolean"}, 4730 "DocumentFormat":{"shape":"DocumentFormat"}, 4731 "Status":{"shape":"DocumentStatus"}, 4732 "StatusInformation":{"shape":"DocumentStatusInformation"}, 4733 "ReviewStatus":{"shape":"ReviewStatus"} 4734 } 4735 }, 4736 "DocumentVersionLimitExceeded":{ 4737 "type":"structure", 4738 "members":{ 4739 "Message":{"shape":"String"} 4740 }, 4741 "exception":true 4742 }, 4743 "DocumentVersionList":{ 4744 "type":"list", 4745 "member":{"shape":"DocumentVersionInfo"}, 4746 "min":1 4747 }, 4748 "DocumentVersionName":{ 4749 "type":"string", 4750 "pattern":"^[a-zA-Z0-9_\\-.]{1,128}$" 4751 }, 4752 "DocumentVersionNumber":{ 4753 "type":"string", 4754 "pattern":"(^[1-9][0-9]*$)" 4755 }, 4756 "DoesNotExistException":{ 4757 "type":"structure", 4758 "members":{ 4759 "Message":{"shape":"String"} 4760 }, 4761 "exception":true 4762 }, 4763 "DryRun":{"type":"boolean"}, 4764 "DuplicateDocumentContent":{ 4765 "type":"structure", 4766 "members":{ 4767 "Message":{"shape":"String"} 4768 }, 4769 "exception":true 4770 }, 4771 "DuplicateDocumentVersionName":{ 4772 "type":"structure", 4773 "members":{ 4774 "Message":{"shape":"String"} 4775 }, 4776 "exception":true 4777 }, 4778 "DuplicateInstanceId":{ 4779 "type":"structure", 4780 "members":{ 4781 }, 4782 "exception":true 4783 }, 4784 "EffectiveInstanceAssociationMaxResults":{ 4785 "type":"integer", 4786 "max":5, 4787 "min":1 4788 }, 4789 "EffectivePatch":{ 4790 "type":"structure", 4791 "members":{ 4792 "Patch":{"shape":"Patch"}, 4793 "PatchStatus":{"shape":"PatchStatus"} 4794 } 4795 }, 4796 "EffectivePatchList":{ 4797 "type":"list", 4798 "member":{"shape":"EffectivePatch"} 4799 }, 4800 "ErrorCount":{"type":"integer"}, 4801 "ExecutionMode":{ 4802 "type":"string", 4803 "enum":[ 4804 "Auto", 4805 "Interactive" 4806 ] 4807 }, 4808 "ExecutionRoleName":{ 4809 "type":"string", 4810 "max":64, 4811 "min":1, 4812 "pattern":"[\\w+=,.@/-]+" 4813 }, 4814 "ExpirationDate":{"type":"timestamp"}, 4815 "FailedCreateAssociation":{ 4816 "type":"structure", 4817 "members":{ 4818 "Entry":{"shape":"CreateAssociationBatchRequestEntry"}, 4819 "Message":{"shape":"BatchErrorMessage"}, 4820 "Fault":{"shape":"Fault"} 4821 } 4822 }, 4823 "FailedCreateAssociationList":{ 4824 "type":"list", 4825 "member":{"shape":"FailedCreateAssociation"} 4826 }, 4827 "FailureDetails":{ 4828 "type":"structure", 4829 "members":{ 4830 "FailureStage":{"shape":"String"}, 4831 "FailureType":{"shape":"String"}, 4832 "Details":{"shape":"AutomationParameterMap"} 4833 } 4834 }, 4835 "Fault":{ 4836 "type":"string", 4837 "enum":[ 4838 "Client", 4839 "Server", 4840 "Unknown" 4841 ] 4842 }, 4843 "FeatureNotAvailableException":{ 4844 "type":"structure", 4845 "members":{ 4846 "Message":{"shape":"String"} 4847 }, 4848 "exception":true 4849 }, 4850 "GetAutomationExecutionRequest":{ 4851 "type":"structure", 4852 "required":["AutomationExecutionId"], 4853 "members":{ 4854 "AutomationExecutionId":{"shape":"AutomationExecutionId"} 4855 } 4856 }, 4857 "GetAutomationExecutionResult":{ 4858 "type":"structure", 4859 "members":{ 4860 "AutomationExecution":{"shape":"AutomationExecution"} 4861 } 4862 }, 4863 "GetCalendarStateRequest":{ 4864 "type":"structure", 4865 "required":["CalendarNames"], 4866 "members":{ 4867 "CalendarNames":{"shape":"CalendarNameOrARNList"}, 4868 "AtTime":{"shape":"ISO8601String"} 4869 } 4870 }, 4871 "GetCalendarStateResponse":{ 4872 "type":"structure", 4873 "members":{ 4874 "State":{"shape":"CalendarState"}, 4875 "AtTime":{"shape":"ISO8601String"}, 4876 "NextTransitionTime":{"shape":"ISO8601String"} 4877 } 4878 }, 4879 "GetCommandInvocationRequest":{ 4880 "type":"structure", 4881 "required":[ 4882 "CommandId", 4883 "InstanceId" 4884 ], 4885 "members":{ 4886 "CommandId":{"shape":"CommandId"}, 4887 "InstanceId":{"shape":"InstanceId"}, 4888 "PluginName":{"shape":"CommandPluginName"} 4889 } 4890 }, 4891 "GetCommandInvocationResult":{ 4892 "type":"structure", 4893 "members":{ 4894 "CommandId":{"shape":"CommandId"}, 4895 "InstanceId":{"shape":"InstanceId"}, 4896 "Comment":{"shape":"Comment"}, 4897 "DocumentName":{"shape":"DocumentName"}, 4898 "DocumentVersion":{"shape":"DocumentVersion"}, 4899 "PluginName":{"shape":"CommandPluginName"}, 4900 "ResponseCode":{"shape":"ResponseCode"}, 4901 "ExecutionStartDateTime":{"shape":"StringDateTime"}, 4902 "ExecutionElapsedTime":{"shape":"StringDateTime"}, 4903 "ExecutionEndDateTime":{"shape":"StringDateTime"}, 4904 "Status":{"shape":"CommandInvocationStatus"}, 4905 "StatusDetails":{"shape":"StatusDetails"}, 4906 "StandardOutputContent":{"shape":"StandardOutputContent"}, 4907 "StandardOutputUrl":{"shape":"Url"}, 4908 "StandardErrorContent":{"shape":"StandardErrorContent"}, 4909 "StandardErrorUrl":{"shape":"Url"}, 4910 "CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"} 4911 } 4912 }, 4913 "GetConnectionStatusRequest":{ 4914 "type":"structure", 4915 "required":["Target"], 4916 "members":{ 4917 "Target":{"shape":"SessionTarget"} 4918 } 4919 }, 4920 "GetConnectionStatusResponse":{ 4921 "type":"structure", 4922 "members":{ 4923 "Target":{"shape":"SessionTarget"}, 4924 "Status":{"shape":"ConnectionStatus"} 4925 } 4926 }, 4927 "GetDefaultPatchBaselineRequest":{ 4928 "type":"structure", 4929 "members":{ 4930 "OperatingSystem":{"shape":"OperatingSystem"} 4931 } 4932 }, 4933 "GetDefaultPatchBaselineResult":{ 4934 "type":"structure", 4935 "members":{ 4936 "BaselineId":{"shape":"BaselineId"}, 4937 "OperatingSystem":{"shape":"OperatingSystem"} 4938 } 4939 }, 4940 "GetDeployablePatchSnapshotForInstanceRequest":{ 4941 "type":"structure", 4942 "required":[ 4943 "InstanceId", 4944 "SnapshotId" 4945 ], 4946 "members":{ 4947 "InstanceId":{"shape":"InstanceId"}, 4948 "SnapshotId":{"shape":"SnapshotId"}, 4949 "BaselineOverride":{"shape":"BaselineOverride"} 4950 } 4951 }, 4952 "GetDeployablePatchSnapshotForInstanceResult":{ 4953 "type":"structure", 4954 "members":{ 4955 "InstanceId":{"shape":"InstanceId"}, 4956 "SnapshotId":{"shape":"SnapshotId"}, 4957 "SnapshotDownloadUrl":{"shape":"SnapshotDownloadUrl"}, 4958 "Product":{"shape":"Product"} 4959 } 4960 }, 4961 "GetDocumentRequest":{ 4962 "type":"structure", 4963 "required":["Name"], 4964 "members":{ 4965 "Name":{"shape":"DocumentARN"}, 4966 "VersionName":{"shape":"DocumentVersionName"}, 4967 "DocumentVersion":{"shape":"DocumentVersion"}, 4968 "DocumentFormat":{"shape":"DocumentFormat"} 4969 } 4970 }, 4971 "GetDocumentResult":{ 4972 "type":"structure", 4973 "members":{ 4974 "Name":{"shape":"DocumentARN"}, 4975 "CreatedDate":{"shape":"DateTime"}, 4976 "DisplayName":{"shape":"DocumentDisplayName"}, 4977 "VersionName":{"shape":"DocumentVersionName"}, 4978 "DocumentVersion":{"shape":"DocumentVersion"}, 4979 "Status":{"shape":"DocumentStatus"}, 4980 "StatusInformation":{"shape":"DocumentStatusInformation"}, 4981 "Content":{"shape":"DocumentContent"}, 4982 "DocumentType":{"shape":"DocumentType"}, 4983 "DocumentFormat":{"shape":"DocumentFormat"}, 4984 "Requires":{"shape":"DocumentRequiresList"}, 4985 "AttachmentsContent":{"shape":"AttachmentContentList"}, 4986 "ReviewStatus":{"shape":"ReviewStatus"} 4987 } 4988 }, 4989 "GetInventoryRequest":{ 4990 "type":"structure", 4991 "members":{ 4992 "Filters":{"shape":"InventoryFilterList"}, 4993 "Aggregators":{"shape":"InventoryAggregatorList"}, 4994 "ResultAttributes":{"shape":"ResultAttributeList"}, 4995 "NextToken":{"shape":"NextToken"}, 4996 "MaxResults":{ 4997 "shape":"MaxResults", 4998 "box":true 4999 } 5000 } 5001 }, 5002 "GetInventoryResult":{ 5003 "type":"structure", 5004 "members":{ 5005 "Entities":{"shape":"InventoryResultEntityList"}, 5006 "NextToken":{"shape":"NextToken"} 5007 } 5008 }, 5009 "GetInventorySchemaMaxResults":{ 5010 "type":"integer", 5011 "max":200, 5012 "min":50 5013 }, 5014 "GetInventorySchemaRequest":{ 5015 "type":"structure", 5016 "members":{ 5017 "TypeName":{"shape":"InventoryItemTypeNameFilter"}, 5018 "NextToken":{"shape":"NextToken"}, 5019 "MaxResults":{ 5020 "shape":"GetInventorySchemaMaxResults", 5021 "box":true 5022 }, 5023 "Aggregator":{"shape":"AggregatorSchemaOnly"}, 5024 "SubType":{ 5025 "shape":"IsSubTypeSchema", 5026 "box":true 5027 } 5028 } 5029 }, 5030 "GetInventorySchemaResult":{ 5031 "type":"structure", 5032 "members":{ 5033 "Schemas":{"shape":"InventoryItemSchemaResultList"}, 5034 "NextToken":{"shape":"NextToken"} 5035 } 5036 }, 5037 "GetMaintenanceWindowExecutionRequest":{ 5038 "type":"structure", 5039 "required":["WindowExecutionId"], 5040 "members":{ 5041 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"} 5042 } 5043 }, 5044 "GetMaintenanceWindowExecutionResult":{ 5045 "type":"structure", 5046 "members":{ 5047 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 5048 "TaskIds":{"shape":"MaintenanceWindowExecutionTaskIdList"}, 5049 "Status":{"shape":"MaintenanceWindowExecutionStatus"}, 5050 "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"}, 5051 "StartTime":{"shape":"DateTime"}, 5052 "EndTime":{"shape":"DateTime"} 5053 } 5054 }, 5055 "GetMaintenanceWindowExecutionTaskInvocationRequest":{ 5056 "type":"structure", 5057 "required":[ 5058 "WindowExecutionId", 5059 "TaskId", 5060 "InvocationId" 5061 ], 5062 "members":{ 5063 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 5064 "TaskId":{"shape":"MaintenanceWindowExecutionTaskId"}, 5065 "InvocationId":{"shape":"MaintenanceWindowExecutionTaskInvocationId"} 5066 } 5067 }, 5068 "GetMaintenanceWindowExecutionTaskInvocationResult":{ 5069 "type":"structure", 5070 "members":{ 5071 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 5072 "TaskExecutionId":{"shape":"MaintenanceWindowExecutionTaskId"}, 5073 "InvocationId":{"shape":"MaintenanceWindowExecutionTaskInvocationId"}, 5074 "ExecutionId":{"shape":"MaintenanceWindowExecutionTaskExecutionId"}, 5075 "TaskType":{"shape":"MaintenanceWindowTaskType"}, 5076 "Parameters":{"shape":"MaintenanceWindowExecutionTaskInvocationParameters"}, 5077 "Status":{"shape":"MaintenanceWindowExecutionStatus"}, 5078 "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"}, 5079 "StartTime":{"shape":"DateTime"}, 5080 "EndTime":{"shape":"DateTime"}, 5081 "OwnerInformation":{"shape":"OwnerInformation"}, 5082 "WindowTargetId":{"shape":"MaintenanceWindowTaskTargetId"} 5083 } 5084 }, 5085 "GetMaintenanceWindowExecutionTaskRequest":{ 5086 "type":"structure", 5087 "required":[ 5088 "WindowExecutionId", 5089 "TaskId" 5090 ], 5091 "members":{ 5092 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 5093 "TaskId":{"shape":"MaintenanceWindowExecutionTaskId"} 5094 } 5095 }, 5096 "GetMaintenanceWindowExecutionTaskResult":{ 5097 "type":"structure", 5098 "members":{ 5099 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 5100 "TaskExecutionId":{"shape":"MaintenanceWindowExecutionTaskId"}, 5101 "TaskArn":{"shape":"MaintenanceWindowTaskArn"}, 5102 "ServiceRole":{"shape":"ServiceRole"}, 5103 "Type":{"shape":"MaintenanceWindowTaskType"}, 5104 "TaskParameters":{"shape":"MaintenanceWindowTaskParametersList"}, 5105 "Priority":{"shape":"MaintenanceWindowTaskPriority"}, 5106 "MaxConcurrency":{"shape":"MaxConcurrency"}, 5107 "MaxErrors":{"shape":"MaxErrors"}, 5108 "Status":{"shape":"MaintenanceWindowExecutionStatus"}, 5109 "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"}, 5110 "StartTime":{"shape":"DateTime"}, 5111 "EndTime":{"shape":"DateTime"} 5112 } 5113 }, 5114 "GetMaintenanceWindowRequest":{ 5115 "type":"structure", 5116 "required":["WindowId"], 5117 "members":{ 5118 "WindowId":{"shape":"MaintenanceWindowId"} 5119 } 5120 }, 5121 "GetMaintenanceWindowResult":{ 5122 "type":"structure", 5123 "members":{ 5124 "WindowId":{"shape":"MaintenanceWindowId"}, 5125 "Name":{"shape":"MaintenanceWindowName"}, 5126 "Description":{"shape":"MaintenanceWindowDescription"}, 5127 "StartDate":{"shape":"MaintenanceWindowStringDateTime"}, 5128 "EndDate":{"shape":"MaintenanceWindowStringDateTime"}, 5129 "Schedule":{"shape":"MaintenanceWindowSchedule"}, 5130 "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"}, 5131 "ScheduleOffset":{ 5132 "shape":"MaintenanceWindowOffset", 5133 "box":true 5134 }, 5135 "NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"}, 5136 "Duration":{"shape":"MaintenanceWindowDurationHours"}, 5137 "Cutoff":{"shape":"MaintenanceWindowCutoff"}, 5138 "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"}, 5139 "Enabled":{"shape":"MaintenanceWindowEnabled"}, 5140 "CreatedDate":{"shape":"DateTime"}, 5141 "ModifiedDate":{"shape":"DateTime"} 5142 } 5143 }, 5144 "GetMaintenanceWindowTaskRequest":{ 5145 "type":"structure", 5146 "required":[ 5147 "WindowId", 5148 "WindowTaskId" 5149 ], 5150 "members":{ 5151 "WindowId":{"shape":"MaintenanceWindowId"}, 5152 "WindowTaskId":{"shape":"MaintenanceWindowTaskId"} 5153 } 5154 }, 5155 "GetMaintenanceWindowTaskResult":{ 5156 "type":"structure", 5157 "members":{ 5158 "WindowId":{"shape":"MaintenanceWindowId"}, 5159 "WindowTaskId":{"shape":"MaintenanceWindowTaskId"}, 5160 "Targets":{"shape":"Targets"}, 5161 "TaskArn":{"shape":"MaintenanceWindowTaskArn"}, 5162 "ServiceRoleArn":{"shape":"ServiceRole"}, 5163 "TaskType":{"shape":"MaintenanceWindowTaskType"}, 5164 "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"}, 5165 "TaskInvocationParameters":{"shape":"MaintenanceWindowTaskInvocationParameters"}, 5166 "Priority":{"shape":"MaintenanceWindowTaskPriority"}, 5167 "MaxConcurrency":{"shape":"MaxConcurrency"}, 5168 "MaxErrors":{"shape":"MaxErrors"}, 5169 "LoggingInfo":{"shape":"LoggingInfo"}, 5170 "Name":{"shape":"MaintenanceWindowName"}, 5171 "Description":{"shape":"MaintenanceWindowDescription"}, 5172 "CutoffBehavior":{ 5173 "shape":"MaintenanceWindowTaskCutoffBehavior", 5174 "box":true 5175 } 5176 } 5177 }, 5178 "GetOpsItemRequest":{ 5179 "type":"structure", 5180 "required":["OpsItemId"], 5181 "members":{ 5182 "OpsItemId":{"shape":"OpsItemId"} 5183 } 5184 }, 5185 "GetOpsItemResponse":{ 5186 "type":"structure", 5187 "members":{ 5188 "OpsItem":{"shape":"OpsItem"} 5189 } 5190 }, 5191 "GetOpsMetadataMaxResults":{ 5192 "type":"integer", 5193 "max":10, 5194 "min":1 5195 }, 5196 "GetOpsMetadataRequest":{ 5197 "type":"structure", 5198 "required":["OpsMetadataArn"], 5199 "members":{ 5200 "OpsMetadataArn":{"shape":"OpsMetadataArn"}, 5201 "MaxResults":{ 5202 "shape":"GetOpsMetadataMaxResults", 5203 "box":true 5204 }, 5205 "NextToken":{"shape":"NextToken"} 5206 } 5207 }, 5208 "GetOpsMetadataResult":{ 5209 "type":"structure", 5210 "members":{ 5211 "ResourceId":{"shape":"OpsMetadataResourceId"}, 5212 "Metadata":{"shape":"MetadataMap"}, 5213 "NextToken":{"shape":"NextToken"} 5214 } 5215 }, 5216 "GetOpsSummaryRequest":{ 5217 "type":"structure", 5218 "members":{ 5219 "SyncName":{"shape":"ResourceDataSyncName"}, 5220 "Filters":{"shape":"OpsFilterList"}, 5221 "Aggregators":{"shape":"OpsAggregatorList"}, 5222 "ResultAttributes":{"shape":"OpsResultAttributeList"}, 5223 "NextToken":{"shape":"NextToken"}, 5224 "MaxResults":{ 5225 "shape":"MaxResults", 5226 "box":true 5227 } 5228 } 5229 }, 5230 "GetOpsSummaryResult":{ 5231 "type":"structure", 5232 "members":{ 5233 "Entities":{"shape":"OpsEntityList"}, 5234 "NextToken":{"shape":"NextToken"} 5235 } 5236 }, 5237 "GetParameterHistoryRequest":{ 5238 "type":"structure", 5239 "required":["Name"], 5240 "members":{ 5241 "Name":{"shape":"PSParameterName"}, 5242 "WithDecryption":{ 5243 "shape":"Boolean", 5244 "box":true 5245 }, 5246 "MaxResults":{ 5247 "shape":"MaxResults", 5248 "box":true 5249 }, 5250 "NextToken":{"shape":"NextToken"} 5251 } 5252 }, 5253 "GetParameterHistoryResult":{ 5254 "type":"structure", 5255 "members":{ 5256 "Parameters":{"shape":"ParameterHistoryList"}, 5257 "NextToken":{"shape":"NextToken"} 5258 } 5259 }, 5260 "GetParameterRequest":{ 5261 "type":"structure", 5262 "required":["Name"], 5263 "members":{ 5264 "Name":{"shape":"PSParameterName"}, 5265 "WithDecryption":{ 5266 "shape":"Boolean", 5267 "box":true 5268 } 5269 } 5270 }, 5271 "GetParameterResult":{ 5272 "type":"structure", 5273 "members":{ 5274 "Parameter":{"shape":"Parameter"} 5275 } 5276 }, 5277 "GetParametersByPathMaxResults":{ 5278 "type":"integer", 5279 "max":10, 5280 "min":1 5281 }, 5282 "GetParametersByPathRequest":{ 5283 "type":"structure", 5284 "required":["Path"], 5285 "members":{ 5286 "Path":{"shape":"PSParameterName"}, 5287 "Recursive":{ 5288 "shape":"Boolean", 5289 "box":true 5290 }, 5291 "ParameterFilters":{"shape":"ParameterStringFilterList"}, 5292 "WithDecryption":{ 5293 "shape":"Boolean", 5294 "box":true 5295 }, 5296 "MaxResults":{ 5297 "shape":"GetParametersByPathMaxResults", 5298 "box":true 5299 }, 5300 "NextToken":{"shape":"NextToken"} 5301 } 5302 }, 5303 "GetParametersByPathResult":{ 5304 "type":"structure", 5305 "members":{ 5306 "Parameters":{"shape":"ParameterList"}, 5307 "NextToken":{"shape":"NextToken"} 5308 } 5309 }, 5310 "GetParametersRequest":{ 5311 "type":"structure", 5312 "required":["Names"], 5313 "members":{ 5314 "Names":{"shape":"ParameterNameList"}, 5315 "WithDecryption":{ 5316 "shape":"Boolean", 5317 "box":true 5318 } 5319 } 5320 }, 5321 "GetParametersResult":{ 5322 "type":"structure", 5323 "members":{ 5324 "Parameters":{"shape":"ParameterList"}, 5325 "InvalidParameters":{"shape":"ParameterNameList"} 5326 } 5327 }, 5328 "GetPatchBaselineForPatchGroupRequest":{ 5329 "type":"structure", 5330 "required":["PatchGroup"], 5331 "members":{ 5332 "PatchGroup":{"shape":"PatchGroup"}, 5333 "OperatingSystem":{"shape":"OperatingSystem"} 5334 } 5335 }, 5336 "GetPatchBaselineForPatchGroupResult":{ 5337 "type":"structure", 5338 "members":{ 5339 "BaselineId":{"shape":"BaselineId"}, 5340 "PatchGroup":{"shape":"PatchGroup"}, 5341 "OperatingSystem":{"shape":"OperatingSystem"} 5342 } 5343 }, 5344 "GetPatchBaselineRequest":{ 5345 "type":"structure", 5346 "required":["BaselineId"], 5347 "members":{ 5348 "BaselineId":{"shape":"BaselineId"} 5349 } 5350 }, 5351 "GetPatchBaselineResult":{ 5352 "type":"structure", 5353 "members":{ 5354 "BaselineId":{"shape":"BaselineId"}, 5355 "Name":{"shape":"BaselineName"}, 5356 "OperatingSystem":{"shape":"OperatingSystem"}, 5357 "GlobalFilters":{"shape":"PatchFilterGroup"}, 5358 "ApprovalRules":{"shape":"PatchRuleGroup"}, 5359 "ApprovedPatches":{"shape":"PatchIdList"}, 5360 "ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"}, 5361 "ApprovedPatchesEnableNonSecurity":{ 5362 "shape":"Boolean", 5363 "box":true 5364 }, 5365 "RejectedPatches":{"shape":"PatchIdList"}, 5366 "RejectedPatchesAction":{"shape":"PatchAction"}, 5367 "PatchGroups":{"shape":"PatchGroupList"}, 5368 "CreatedDate":{"shape":"DateTime"}, 5369 "ModifiedDate":{"shape":"DateTime"}, 5370 "Description":{"shape":"BaselineDescription"}, 5371 "Sources":{"shape":"PatchSourceList"} 5372 } 5373 }, 5374 "GetServiceSettingRequest":{ 5375 "type":"structure", 5376 "required":["SettingId"], 5377 "members":{ 5378 "SettingId":{"shape":"ServiceSettingId"} 5379 } 5380 }, 5381 "GetServiceSettingResult":{ 5382 "type":"structure", 5383 "members":{ 5384 "ServiceSetting":{"shape":"ServiceSetting"} 5385 } 5386 }, 5387 "HierarchyLevelLimitExceededException":{ 5388 "type":"structure", 5389 "members":{ 5390 "message":{"shape":"String"} 5391 }, 5392 "exception":true 5393 }, 5394 "HierarchyTypeMismatchException":{ 5395 "type":"structure", 5396 "members":{ 5397 "message":{"shape":"String"} 5398 }, 5399 "exception":true 5400 }, 5401 "IPAddress":{ 5402 "type":"string", 5403 "max":46, 5404 "min":1 5405 }, 5406 "ISO8601String":{"type":"string"}, 5407 "IamRole":{ 5408 "type":"string", 5409 "max":64 5410 }, 5411 "IdempotencyToken":{ 5412 "type":"string", 5413 "max":36, 5414 "min":36, 5415 "pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}" 5416 }, 5417 "IdempotentParameterMismatch":{ 5418 "type":"structure", 5419 "members":{ 5420 "Message":{"shape":"String"} 5421 }, 5422 "exception":true 5423 }, 5424 "IncompatiblePolicyException":{ 5425 "type":"structure", 5426 "members":{ 5427 "message":{"shape":"String"} 5428 }, 5429 "exception":true 5430 }, 5431 "InstallOverrideList":{ 5432 "type":"string", 5433 "max":256, 5434 "min":1, 5435 "pattern":"^https://.+$|^s3://([^/]+)/(.*?([^/]+))$" 5436 }, 5437 "InstanceAggregatedAssociationOverview":{ 5438 "type":"structure", 5439 "members":{ 5440 "DetailedStatus":{"shape":"StatusName"}, 5441 "InstanceAssociationStatusAggregatedCount":{"shape":"InstanceAssociationStatusAggregatedCount"} 5442 } 5443 }, 5444 "InstanceAssociation":{ 5445 "type":"structure", 5446 "members":{ 5447 "AssociationId":{"shape":"AssociationId"}, 5448 "InstanceId":{"shape":"InstanceId"}, 5449 "Content":{"shape":"DocumentContent"}, 5450 "AssociationVersion":{"shape":"AssociationVersion"} 5451 } 5452 }, 5453 "InstanceAssociationExecutionSummary":{ 5454 "type":"string", 5455 "max":512, 5456 "min":1 5457 }, 5458 "InstanceAssociationList":{ 5459 "type":"list", 5460 "member":{"shape":"InstanceAssociation"} 5461 }, 5462 "InstanceAssociationOutputLocation":{ 5463 "type":"structure", 5464 "members":{ 5465 "S3Location":{"shape":"S3OutputLocation"} 5466 } 5467 }, 5468 "InstanceAssociationOutputUrl":{ 5469 "type":"structure", 5470 "members":{ 5471 "S3OutputUrl":{"shape":"S3OutputUrl"} 5472 } 5473 }, 5474 "InstanceAssociationStatusAggregatedCount":{ 5475 "type":"map", 5476 "key":{"shape":"StatusName"}, 5477 "value":{"shape":"InstanceCount"} 5478 }, 5479 "InstanceAssociationStatusInfo":{ 5480 "type":"structure", 5481 "members":{ 5482 "AssociationId":{"shape":"AssociationId"}, 5483 "Name":{"shape":"DocumentARN"}, 5484 "DocumentVersion":{"shape":"DocumentVersion"}, 5485 "AssociationVersion":{"shape":"AssociationVersion"}, 5486 "InstanceId":{"shape":"InstanceId"}, 5487 "ExecutionDate":{"shape":"DateTime"}, 5488 "Status":{"shape":"StatusName"}, 5489 "DetailedStatus":{"shape":"StatusName"}, 5490 "ExecutionSummary":{"shape":"InstanceAssociationExecutionSummary"}, 5491 "ErrorCode":{"shape":"AgentErrorCode"}, 5492 "OutputUrl":{"shape":"InstanceAssociationOutputUrl"}, 5493 "AssociationName":{"shape":"AssociationName"} 5494 } 5495 }, 5496 "InstanceAssociationStatusInfos":{ 5497 "type":"list", 5498 "member":{"shape":"InstanceAssociationStatusInfo"} 5499 }, 5500 "InstanceCount":{"type":"integer"}, 5501 "InstanceId":{ 5502 "type":"string", 5503 "pattern":"(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)" 5504 }, 5505 "InstanceIdList":{ 5506 "type":"list", 5507 "member":{"shape":"InstanceId"}, 5508 "max":50, 5509 "min":0 5510 }, 5511 "InstanceInformation":{ 5512 "type":"structure", 5513 "members":{ 5514 "InstanceId":{"shape":"InstanceId"}, 5515 "PingStatus":{"shape":"PingStatus"}, 5516 "LastPingDateTime":{ 5517 "shape":"DateTime", 5518 "box":true 5519 }, 5520 "AgentVersion":{"shape":"Version"}, 5521 "IsLatestVersion":{ 5522 "shape":"Boolean", 5523 "box":true 5524 }, 5525 "PlatformType":{"shape":"PlatformType"}, 5526 "PlatformName":{"shape":"String"}, 5527 "PlatformVersion":{"shape":"String"}, 5528 "ActivationId":{"shape":"ActivationId"}, 5529 "IamRole":{"shape":"IamRole"}, 5530 "RegistrationDate":{ 5531 "shape":"DateTime", 5532 "box":true 5533 }, 5534 "ResourceType":{"shape":"ResourceType"}, 5535 "Name":{"shape":"String"}, 5536 "IPAddress":{"shape":"IPAddress"}, 5537 "ComputerName":{"shape":"ComputerName"}, 5538 "AssociationStatus":{"shape":"StatusName"}, 5539 "LastAssociationExecutionDate":{"shape":"DateTime"}, 5540 "LastSuccessfulAssociationExecutionDate":{"shape":"DateTime"}, 5541 "AssociationOverview":{"shape":"InstanceAggregatedAssociationOverview"} 5542 } 5543 }, 5544 "InstanceInformationFilter":{ 5545 "type":"structure", 5546 "required":[ 5547 "key", 5548 "valueSet" 5549 ], 5550 "members":{ 5551 "key":{"shape":"InstanceInformationFilterKey"}, 5552 "valueSet":{"shape":"InstanceInformationFilterValueSet"} 5553 } 5554 }, 5555 "InstanceInformationFilterKey":{ 5556 "type":"string", 5557 "enum":[ 5558 "InstanceIds", 5559 "AgentVersion", 5560 "PingStatus", 5561 "PlatformTypes", 5562 "ActivationIds", 5563 "IamRole", 5564 "ResourceType", 5565 "AssociationStatus" 5566 ] 5567 }, 5568 "InstanceInformationFilterList":{ 5569 "type":"list", 5570 "member":{"shape":"InstanceInformationFilter"}, 5571 "min":0 5572 }, 5573 "InstanceInformationFilterValue":{ 5574 "type":"string", 5575 "min":1 5576 }, 5577 "InstanceInformationFilterValueSet":{ 5578 "type":"list", 5579 "member":{"shape":"InstanceInformationFilterValue"}, 5580 "max":100, 5581 "min":1 5582 }, 5583 "InstanceInformationList":{ 5584 "type":"list", 5585 "member":{"shape":"InstanceInformation"} 5586 }, 5587 "InstanceInformationStringFilter":{ 5588 "type":"structure", 5589 "required":[ 5590 "Key", 5591 "Values" 5592 ], 5593 "members":{ 5594 "Key":{"shape":"InstanceInformationStringFilterKey"}, 5595 "Values":{"shape":"InstanceInformationFilterValueSet"} 5596 } 5597 }, 5598 "InstanceInformationStringFilterKey":{ 5599 "type":"string", 5600 "min":1 5601 }, 5602 "InstanceInformationStringFilterList":{ 5603 "type":"list", 5604 "member":{"shape":"InstanceInformationStringFilter"}, 5605 "min":0 5606 }, 5607 "InstancePatchState":{ 5608 "type":"structure", 5609 "required":[ 5610 "InstanceId", 5611 "PatchGroup", 5612 "BaselineId", 5613 "OperationStartTime", 5614 "OperationEndTime", 5615 "Operation" 5616 ], 5617 "members":{ 5618 "InstanceId":{"shape":"InstanceId"}, 5619 "PatchGroup":{"shape":"PatchGroup"}, 5620 "BaselineId":{"shape":"BaselineId"}, 5621 "SnapshotId":{"shape":"SnapshotId"}, 5622 "InstallOverrideList":{"shape":"InstallOverrideList"}, 5623 "OwnerInformation":{"shape":"OwnerInformation"}, 5624 "InstalledCount":{"shape":"PatchInstalledCount"}, 5625 "InstalledOtherCount":{"shape":"PatchInstalledOtherCount"}, 5626 "InstalledPendingRebootCount":{ 5627 "shape":"PatchInstalledPendingRebootCount", 5628 "box":true 5629 }, 5630 "InstalledRejectedCount":{ 5631 "shape":"PatchInstalledRejectedCount", 5632 "box":true 5633 }, 5634 "MissingCount":{"shape":"PatchMissingCount"}, 5635 "FailedCount":{"shape":"PatchFailedCount"}, 5636 "UnreportedNotApplicableCount":{ 5637 "shape":"PatchUnreportedNotApplicableCount", 5638 "box":true 5639 }, 5640 "NotApplicableCount":{"shape":"PatchNotApplicableCount"}, 5641 "OperationStartTime":{"shape":"DateTime"}, 5642 "OperationEndTime":{"shape":"DateTime"}, 5643 "Operation":{"shape":"PatchOperationType"}, 5644 "LastNoRebootInstallOperationTime":{"shape":"DateTime"}, 5645 "RebootOption":{"shape":"RebootOption"}, 5646 "CriticalNonCompliantCount":{ 5647 "shape":"PatchCriticalNonCompliantCount", 5648 "box":true 5649 }, 5650 "SecurityNonCompliantCount":{ 5651 "shape":"PatchSecurityNonCompliantCount", 5652 "box":true 5653 }, 5654 "OtherNonCompliantCount":{ 5655 "shape":"PatchOtherNonCompliantCount", 5656 "box":true 5657 } 5658 } 5659 }, 5660 "InstancePatchStateFilter":{ 5661 "type":"structure", 5662 "required":[ 5663 "Key", 5664 "Values", 5665 "Type" 5666 ], 5667 "members":{ 5668 "Key":{"shape":"InstancePatchStateFilterKey"}, 5669 "Values":{"shape":"InstancePatchStateFilterValues"}, 5670 "Type":{"shape":"InstancePatchStateOperatorType"} 5671 } 5672 }, 5673 "InstancePatchStateFilterKey":{ 5674 "type":"string", 5675 "max":200, 5676 "min":1 5677 }, 5678 "InstancePatchStateFilterList":{ 5679 "type":"list", 5680 "member":{"shape":"InstancePatchStateFilter"}, 5681 "max":4, 5682 "min":0 5683 }, 5684 "InstancePatchStateFilterValue":{"type":"string"}, 5685 "InstancePatchStateFilterValues":{ 5686 "type":"list", 5687 "member":{"shape":"InstancePatchStateFilterValue"}, 5688 "max":1, 5689 "min":1 5690 }, 5691 "InstancePatchStateList":{ 5692 "type":"list", 5693 "member":{"shape":"InstancePatchState"} 5694 }, 5695 "InstancePatchStateOperatorType":{ 5696 "type":"string", 5697 "enum":[ 5698 "Equal", 5699 "NotEqual", 5700 "LessThan", 5701 "GreaterThan" 5702 ] 5703 }, 5704 "InstancePatchStatesList":{ 5705 "type":"list", 5706 "member":{"shape":"InstancePatchState"}, 5707 "max":5, 5708 "min":1 5709 }, 5710 "InstanceTagName":{ 5711 "type":"string", 5712 "max":255 5713 }, 5714 "InstancesCount":{"type":"integer"}, 5715 "Integer":{"type":"integer"}, 5716 "InternalServerError":{ 5717 "type":"structure", 5718 "members":{ 5719 "Message":{"shape":"String"} 5720 }, 5721 "exception":true, 5722 "fault":true 5723 }, 5724 "InvalidActivation":{ 5725 "type":"structure", 5726 "members":{ 5727 "Message":{"shape":"String"} 5728 }, 5729 "exception":true 5730 }, 5731 "InvalidActivationId":{ 5732 "type":"structure", 5733 "members":{ 5734 "Message":{"shape":"String"} 5735 }, 5736 "exception":true 5737 }, 5738 "InvalidAggregatorException":{ 5739 "type":"structure", 5740 "members":{ 5741 "Message":{"shape":"String"} 5742 }, 5743 "exception":true 5744 }, 5745 "InvalidAllowedPatternException":{ 5746 "type":"structure", 5747 "members":{ 5748 "message":{"shape":"String"} 5749 }, 5750 "exception":true 5751 }, 5752 "InvalidAssociation":{ 5753 "type":"structure", 5754 "members":{ 5755 "Message":{"shape":"String"} 5756 }, 5757 "exception":true 5758 }, 5759 "InvalidAssociationVersion":{ 5760 "type":"structure", 5761 "members":{ 5762 "Message":{"shape":"String"} 5763 }, 5764 "exception":true 5765 }, 5766 "InvalidAutomationExecutionParametersException":{ 5767 "type":"structure", 5768 "members":{ 5769 "Message":{"shape":"String"} 5770 }, 5771 "exception":true 5772 }, 5773 "InvalidAutomationSignalException":{ 5774 "type":"structure", 5775 "members":{ 5776 "Message":{"shape":"String"} 5777 }, 5778 "exception":true 5779 }, 5780 "InvalidAutomationStatusUpdateException":{ 5781 "type":"structure", 5782 "members":{ 5783 "Message":{"shape":"String"} 5784 }, 5785 "exception":true 5786 }, 5787 "InvalidCommandId":{ 5788 "type":"structure", 5789 "members":{ 5790 }, 5791 "exception":true 5792 }, 5793 "InvalidDeleteInventoryParametersException":{ 5794 "type":"structure", 5795 "members":{ 5796 "Message":{"shape":"String"} 5797 }, 5798 "exception":true 5799 }, 5800 "InvalidDeletionIdException":{ 5801 "type":"structure", 5802 "members":{ 5803 "Message":{"shape":"String"} 5804 }, 5805 "exception":true 5806 }, 5807 "InvalidDocument":{ 5808 "type":"structure", 5809 "members":{ 5810 "Message":{"shape":"String"} 5811 }, 5812 "exception":true 5813 }, 5814 "InvalidDocumentContent":{ 5815 "type":"structure", 5816 "members":{ 5817 "Message":{"shape":"String"} 5818 }, 5819 "exception":true 5820 }, 5821 "InvalidDocumentOperation":{ 5822 "type":"structure", 5823 "members":{ 5824 "Message":{"shape":"String"} 5825 }, 5826 "exception":true 5827 }, 5828 "InvalidDocumentSchemaVersion":{ 5829 "type":"structure", 5830 "members":{ 5831 "Message":{"shape":"String"} 5832 }, 5833 "exception":true 5834 }, 5835 "InvalidDocumentType":{ 5836 "type":"structure", 5837 "members":{ 5838 "Message":{"shape":"String"} 5839 }, 5840 "exception":true 5841 }, 5842 "InvalidDocumentVersion":{ 5843 "type":"structure", 5844 "members":{ 5845 "Message":{"shape":"String"} 5846 }, 5847 "exception":true 5848 }, 5849 "InvalidFilter":{ 5850 "type":"structure", 5851 "members":{ 5852 "Message":{"shape":"String"} 5853 }, 5854 "exception":true 5855 }, 5856 "InvalidFilterKey":{ 5857 "type":"structure", 5858 "members":{ 5859 }, 5860 "exception":true 5861 }, 5862 "InvalidFilterOption":{ 5863 "type":"structure", 5864 "members":{ 5865 "message":{"shape":"String"} 5866 }, 5867 "exception":true 5868 }, 5869 "InvalidFilterValue":{ 5870 "type":"structure", 5871 "members":{ 5872 "Message":{"shape":"String"} 5873 }, 5874 "exception":true 5875 }, 5876 "InvalidInstanceId":{ 5877 "type":"structure", 5878 "members":{ 5879 "Message":{"shape":"String"} 5880 }, 5881 "exception":true 5882 }, 5883 "InvalidInstanceInformationFilterValue":{ 5884 "type":"structure", 5885 "members":{ 5886 "message":{"shape":"String"} 5887 }, 5888 "exception":true 5889 }, 5890 "InvalidInventoryGroupException":{ 5891 "type":"structure", 5892 "members":{ 5893 "Message":{"shape":"String"} 5894 }, 5895 "exception":true 5896 }, 5897 "InvalidInventoryItemContextException":{ 5898 "type":"structure", 5899 "members":{ 5900 "Message":{"shape":"String"} 5901 }, 5902 "exception":true 5903 }, 5904 "InvalidInventoryRequestException":{ 5905 "type":"structure", 5906 "members":{ 5907 "Message":{"shape":"String"} 5908 }, 5909 "exception":true 5910 }, 5911 "InvalidItemContentException":{ 5912 "type":"structure", 5913 "members":{ 5914 "TypeName":{"shape":"InventoryItemTypeName"}, 5915 "Message":{"shape":"String"} 5916 }, 5917 "exception":true 5918 }, 5919 "InvalidKeyId":{ 5920 "type":"structure", 5921 "members":{ 5922 "message":{"shape":"String"} 5923 }, 5924 "exception":true 5925 }, 5926 "InvalidNextToken":{ 5927 "type":"structure", 5928 "members":{ 5929 "Message":{"shape":"String"} 5930 }, 5931 "exception":true 5932 }, 5933 "InvalidNotificationConfig":{ 5934 "type":"structure", 5935 "members":{ 5936 "Message":{"shape":"String"} 5937 }, 5938 "exception":true 5939 }, 5940 "InvalidOptionException":{ 5941 "type":"structure", 5942 "members":{ 5943 "Message":{"shape":"String"} 5944 }, 5945 "exception":true 5946 }, 5947 "InvalidOutputFolder":{ 5948 "type":"structure", 5949 "members":{ 5950 }, 5951 "exception":true 5952 }, 5953 "InvalidOutputLocation":{ 5954 "type":"structure", 5955 "members":{ 5956 }, 5957 "exception":true 5958 }, 5959 "InvalidParameters":{ 5960 "type":"structure", 5961 "members":{ 5962 "Message":{"shape":"String"} 5963 }, 5964 "exception":true 5965 }, 5966 "InvalidPermissionType":{ 5967 "type":"structure", 5968 "members":{ 5969 "Message":{"shape":"String"} 5970 }, 5971 "exception":true 5972 }, 5973 "InvalidPluginName":{ 5974 "type":"structure", 5975 "members":{ 5976 }, 5977 "exception":true 5978 }, 5979 "InvalidPolicyAttributeException":{ 5980 "type":"structure", 5981 "members":{ 5982 "message":{"shape":"String"} 5983 }, 5984 "exception":true 5985 }, 5986 "InvalidPolicyTypeException":{ 5987 "type":"structure", 5988 "members":{ 5989 "message":{"shape":"String"} 5990 }, 5991 "exception":true 5992 }, 5993 "InvalidResourceId":{ 5994 "type":"structure", 5995 "members":{ 5996 }, 5997 "exception":true 5998 }, 5999 "InvalidResourceType":{ 6000 "type":"structure", 6001 "members":{ 6002 }, 6003 "exception":true 6004 }, 6005 "InvalidResultAttributeException":{ 6006 "type":"structure", 6007 "members":{ 6008 "Message":{"shape":"String"} 6009 }, 6010 "exception":true 6011 }, 6012 "InvalidRole":{ 6013 "type":"structure", 6014 "members":{ 6015 "Message":{"shape":"String"} 6016 }, 6017 "exception":true 6018 }, 6019 "InvalidSchedule":{ 6020 "type":"structure", 6021 "members":{ 6022 "Message":{"shape":"String"} 6023 }, 6024 "exception":true 6025 }, 6026 "InvalidTarget":{ 6027 "type":"structure", 6028 "members":{ 6029 "Message":{"shape":"String"} 6030 }, 6031 "exception":true 6032 }, 6033 "InvalidTypeNameException":{ 6034 "type":"structure", 6035 "members":{ 6036 "Message":{"shape":"String"} 6037 }, 6038 "exception":true 6039 }, 6040 "InvalidUpdate":{ 6041 "type":"structure", 6042 "members":{ 6043 "Message":{"shape":"String"} 6044 }, 6045 "exception":true 6046 }, 6047 "InventoryAggregator":{ 6048 "type":"structure", 6049 "members":{ 6050 "Expression":{"shape":"InventoryAggregatorExpression"}, 6051 "Aggregators":{"shape":"InventoryAggregatorList"}, 6052 "Groups":{"shape":"InventoryGroupList"} 6053 } 6054 }, 6055 "InventoryAggregatorExpression":{ 6056 "type":"string", 6057 "max":1000, 6058 "min":1 6059 }, 6060 "InventoryAggregatorList":{ 6061 "type":"list", 6062 "member":{"shape":"InventoryAggregator"}, 6063 "max":10, 6064 "min":1 6065 }, 6066 "InventoryAttributeDataType":{ 6067 "type":"string", 6068 "enum":[ 6069 "string", 6070 "number" 6071 ] 6072 }, 6073 "InventoryDeletionLastStatusMessage":{"type":"string"}, 6074 "InventoryDeletionLastStatusUpdateTime":{"type":"timestamp"}, 6075 "InventoryDeletionStartTime":{"type":"timestamp"}, 6076 "InventoryDeletionStatus":{ 6077 "type":"string", 6078 "enum":[ 6079 "InProgress", 6080 "Complete" 6081 ] 6082 }, 6083 "InventoryDeletionStatusItem":{ 6084 "type":"structure", 6085 "members":{ 6086 "DeletionId":{"shape":"UUID"}, 6087 "TypeName":{"shape":"InventoryItemTypeName"}, 6088 "DeletionStartTime":{"shape":"InventoryDeletionStartTime"}, 6089 "LastStatus":{"shape":"InventoryDeletionStatus"}, 6090 "LastStatusMessage":{"shape":"InventoryDeletionLastStatusMessage"}, 6091 "DeletionSummary":{"shape":"InventoryDeletionSummary"}, 6092 "LastStatusUpdateTime":{"shape":"InventoryDeletionLastStatusUpdateTime"} 6093 } 6094 }, 6095 "InventoryDeletionSummary":{ 6096 "type":"structure", 6097 "members":{ 6098 "TotalCount":{"shape":"TotalCount"}, 6099 "RemainingCount":{"shape":"RemainingCount"}, 6100 "SummaryItems":{"shape":"InventoryDeletionSummaryItems"} 6101 } 6102 }, 6103 "InventoryDeletionSummaryItem":{ 6104 "type":"structure", 6105 "members":{ 6106 "Version":{"shape":"InventoryItemSchemaVersion"}, 6107 "Count":{"shape":"ResourceCount"}, 6108 "RemainingCount":{"shape":"RemainingCount"} 6109 } 6110 }, 6111 "InventoryDeletionSummaryItems":{ 6112 "type":"list", 6113 "member":{"shape":"InventoryDeletionSummaryItem"} 6114 }, 6115 "InventoryDeletionsList":{ 6116 "type":"list", 6117 "member":{"shape":"InventoryDeletionStatusItem"} 6118 }, 6119 "InventoryFilter":{ 6120 "type":"structure", 6121 "required":[ 6122 "Key", 6123 "Values" 6124 ], 6125 "members":{ 6126 "Key":{"shape":"InventoryFilterKey"}, 6127 "Values":{"shape":"InventoryFilterValueList"}, 6128 "Type":{"shape":"InventoryQueryOperatorType"} 6129 } 6130 }, 6131 "InventoryFilterKey":{ 6132 "type":"string", 6133 "max":200, 6134 "min":1 6135 }, 6136 "InventoryFilterList":{ 6137 "type":"list", 6138 "member":{"shape":"InventoryFilter"}, 6139 "max":5, 6140 "min":1 6141 }, 6142 "InventoryFilterValue":{"type":"string"}, 6143 "InventoryFilterValueList":{ 6144 "type":"list", 6145 "member":{"shape":"InventoryFilterValue"}, 6146 "max":40, 6147 "min":1 6148 }, 6149 "InventoryGroup":{ 6150 "type":"structure", 6151 "required":[ 6152 "Name", 6153 "Filters" 6154 ], 6155 "members":{ 6156 "Name":{"shape":"InventoryGroupName"}, 6157 "Filters":{"shape":"InventoryFilterList"} 6158 } 6159 }, 6160 "InventoryGroupList":{ 6161 "type":"list", 6162 "member":{"shape":"InventoryGroup"}, 6163 "max":15, 6164 "min":1 6165 }, 6166 "InventoryGroupName":{ 6167 "type":"string", 6168 "max":200, 6169 "min":1 6170 }, 6171 "InventoryItem":{ 6172 "type":"structure", 6173 "required":[ 6174 "TypeName", 6175 "SchemaVersion", 6176 "CaptureTime" 6177 ], 6178 "members":{ 6179 "TypeName":{"shape":"InventoryItemTypeName"}, 6180 "SchemaVersion":{"shape":"InventoryItemSchemaVersion"}, 6181 "CaptureTime":{"shape":"InventoryItemCaptureTime"}, 6182 "ContentHash":{"shape":"InventoryItemContentHash"}, 6183 "Content":{"shape":"InventoryItemEntryList"}, 6184 "Context":{"shape":"InventoryItemContentContext"} 6185 } 6186 }, 6187 "InventoryItemAttribute":{ 6188 "type":"structure", 6189 "required":[ 6190 "Name", 6191 "DataType" 6192 ], 6193 "members":{ 6194 "Name":{"shape":"InventoryItemAttributeName"}, 6195 "DataType":{"shape":"InventoryAttributeDataType"} 6196 } 6197 }, 6198 "InventoryItemAttributeList":{ 6199 "type":"list", 6200 "member":{"shape":"InventoryItemAttribute"}, 6201 "max":50, 6202 "min":1 6203 }, 6204 "InventoryItemAttributeName":{"type":"string"}, 6205 "InventoryItemCaptureTime":{ 6206 "type":"string", 6207 "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)$" 6208 }, 6209 "InventoryItemContentContext":{ 6210 "type":"map", 6211 "key":{"shape":"AttributeName"}, 6212 "value":{"shape":"AttributeValue"}, 6213 "max":50, 6214 "min":0 6215 }, 6216 "InventoryItemContentHash":{ 6217 "type":"string", 6218 "max":256 6219 }, 6220 "InventoryItemEntry":{ 6221 "type":"map", 6222 "key":{"shape":"AttributeName"}, 6223 "value":{"shape":"AttributeValue"}, 6224 "max":50, 6225 "min":0 6226 }, 6227 "InventoryItemEntryList":{ 6228 "type":"list", 6229 "member":{"shape":"InventoryItemEntry"}, 6230 "max":10000, 6231 "min":0 6232 }, 6233 "InventoryItemList":{ 6234 "type":"list", 6235 "member":{"shape":"InventoryItem"}, 6236 "max":30, 6237 "min":1 6238 }, 6239 "InventoryItemSchema":{ 6240 "type":"structure", 6241 "required":[ 6242 "TypeName", 6243 "Attributes" 6244 ], 6245 "members":{ 6246 "TypeName":{"shape":"InventoryItemTypeName"}, 6247 "Version":{"shape":"InventoryItemSchemaVersion"}, 6248 "Attributes":{"shape":"InventoryItemAttributeList"}, 6249 "DisplayName":{"shape":"InventoryTypeDisplayName"} 6250 } 6251 }, 6252 "InventoryItemSchemaResultList":{ 6253 "type":"list", 6254 "member":{"shape":"InventoryItemSchema"} 6255 }, 6256 "InventoryItemSchemaVersion":{ 6257 "type":"string", 6258 "pattern":"^([0-9]{1,6})(\\.[0-9]{1,6})$" 6259 }, 6260 "InventoryItemTypeName":{ 6261 "type":"string", 6262 "max":100, 6263 "min":1, 6264 "pattern":"^(AWS|Custom):.*$" 6265 }, 6266 "InventoryItemTypeNameFilter":{ 6267 "type":"string", 6268 "max":100, 6269 "min":0 6270 }, 6271 "InventoryQueryOperatorType":{ 6272 "type":"string", 6273 "enum":[ 6274 "Equal", 6275 "NotEqual", 6276 "BeginWith", 6277 "LessThan", 6278 "GreaterThan", 6279 "Exists" 6280 ] 6281 }, 6282 "InventoryResultEntity":{ 6283 "type":"structure", 6284 "members":{ 6285 "Id":{"shape":"InventoryResultEntityId"}, 6286 "Data":{"shape":"InventoryResultItemMap"} 6287 } 6288 }, 6289 "InventoryResultEntityId":{"type":"string"}, 6290 "InventoryResultEntityList":{ 6291 "type":"list", 6292 "member":{"shape":"InventoryResultEntity"} 6293 }, 6294 "InventoryResultItem":{ 6295 "type":"structure", 6296 "required":[ 6297 "TypeName", 6298 "SchemaVersion", 6299 "Content" 6300 ], 6301 "members":{ 6302 "TypeName":{"shape":"InventoryItemTypeName"}, 6303 "SchemaVersion":{"shape":"InventoryItemSchemaVersion"}, 6304 "CaptureTime":{"shape":"InventoryItemCaptureTime"}, 6305 "ContentHash":{"shape":"InventoryItemContentHash"}, 6306 "Content":{"shape":"InventoryItemEntryList"} 6307 } 6308 }, 6309 "InventoryResultItemKey":{"type":"string"}, 6310 "InventoryResultItemMap":{ 6311 "type":"map", 6312 "key":{"shape":"InventoryResultItemKey"}, 6313 "value":{"shape":"InventoryResultItem"} 6314 }, 6315 "InventorySchemaDeleteOption":{ 6316 "type":"string", 6317 "enum":[ 6318 "DisableSchema", 6319 "DeleteSchema" 6320 ] 6321 }, 6322 "InventoryTypeDisplayName":{"type":"string"}, 6323 "InvocationDoesNotExist":{ 6324 "type":"structure", 6325 "members":{ 6326 }, 6327 "exception":true 6328 }, 6329 "InvocationTraceOutput":{ 6330 "type":"string", 6331 "max":2500 6332 }, 6333 "IsSubTypeSchema":{"type":"boolean"}, 6334 "ItemContentMismatchException":{ 6335 "type":"structure", 6336 "members":{ 6337 "TypeName":{"shape":"InventoryItemTypeName"}, 6338 "Message":{"shape":"String"} 6339 }, 6340 "exception":true 6341 }, 6342 "ItemSizeLimitExceededException":{ 6343 "type":"structure", 6344 "members":{ 6345 "TypeName":{"shape":"InventoryItemTypeName"}, 6346 "Message":{"shape":"String"} 6347 }, 6348 "exception":true 6349 }, 6350 "KeyList":{ 6351 "type":"list", 6352 "member":{"shape":"TagKey"} 6353 }, 6354 "LabelParameterVersionRequest":{ 6355 "type":"structure", 6356 "required":[ 6357 "Name", 6358 "Labels" 6359 ], 6360 "members":{ 6361 "Name":{"shape":"PSParameterName"}, 6362 "ParameterVersion":{ 6363 "shape":"PSParameterVersion", 6364 "box":true 6365 }, 6366 "Labels":{"shape":"ParameterLabelList"} 6367 } 6368 }, 6369 "LabelParameterVersionResult":{ 6370 "type":"structure", 6371 "members":{ 6372 "InvalidLabels":{"shape":"ParameterLabelList"}, 6373 "ParameterVersion":{"shape":"PSParameterVersion"} 6374 } 6375 }, 6376 "LastResourceDataSyncMessage":{"type":"string"}, 6377 "LastResourceDataSyncStatus":{ 6378 "type":"string", 6379 "enum":[ 6380 "Successful", 6381 "Failed", 6382 "InProgress" 6383 ] 6384 }, 6385 "LastResourceDataSyncTime":{"type":"timestamp"}, 6386 "LastSuccessfulResourceDataSyncTime":{"type":"timestamp"}, 6387 "ListAssociationVersionsRequest":{ 6388 "type":"structure", 6389 "required":["AssociationId"], 6390 "members":{ 6391 "AssociationId":{"shape":"AssociationId"}, 6392 "MaxResults":{ 6393 "shape":"MaxResults", 6394 "box":true 6395 }, 6396 "NextToken":{"shape":"NextToken"} 6397 } 6398 }, 6399 "ListAssociationVersionsResult":{ 6400 "type":"structure", 6401 "members":{ 6402 "AssociationVersions":{"shape":"AssociationVersionList"}, 6403 "NextToken":{"shape":"NextToken"} 6404 } 6405 }, 6406 "ListAssociationsRequest":{ 6407 "type":"structure", 6408 "members":{ 6409 "AssociationFilterList":{"shape":"AssociationFilterList"}, 6410 "MaxResults":{ 6411 "shape":"MaxResults", 6412 "box":true 6413 }, 6414 "NextToken":{"shape":"NextToken"} 6415 } 6416 }, 6417 "ListAssociationsResult":{ 6418 "type":"structure", 6419 "members":{ 6420 "Associations":{"shape":"AssociationList"}, 6421 "NextToken":{"shape":"NextToken"} 6422 } 6423 }, 6424 "ListCommandInvocationsRequest":{ 6425 "type":"structure", 6426 "members":{ 6427 "CommandId":{"shape":"CommandId"}, 6428 "InstanceId":{"shape":"InstanceId"}, 6429 "MaxResults":{ 6430 "shape":"CommandMaxResults", 6431 "box":true 6432 }, 6433 "NextToken":{"shape":"NextToken"}, 6434 "Filters":{"shape":"CommandFilterList"}, 6435 "Details":{"shape":"Boolean"} 6436 } 6437 }, 6438 "ListCommandInvocationsResult":{ 6439 "type":"structure", 6440 "members":{ 6441 "CommandInvocations":{"shape":"CommandInvocationList"}, 6442 "NextToken":{"shape":"NextToken"} 6443 } 6444 }, 6445 "ListCommandsRequest":{ 6446 "type":"structure", 6447 "members":{ 6448 "CommandId":{"shape":"CommandId"}, 6449 "InstanceId":{"shape":"InstanceId"}, 6450 "MaxResults":{ 6451 "shape":"CommandMaxResults", 6452 "box":true 6453 }, 6454 "NextToken":{"shape":"NextToken"}, 6455 "Filters":{"shape":"CommandFilterList"} 6456 } 6457 }, 6458 "ListCommandsResult":{ 6459 "type":"structure", 6460 "members":{ 6461 "Commands":{"shape":"CommandList"}, 6462 "NextToken":{"shape":"NextToken"} 6463 } 6464 }, 6465 "ListComplianceItemsRequest":{ 6466 "type":"structure", 6467 "members":{ 6468 "Filters":{"shape":"ComplianceStringFilterList"}, 6469 "ResourceIds":{"shape":"ComplianceResourceIdList"}, 6470 "ResourceTypes":{"shape":"ComplianceResourceTypeList"}, 6471 "NextToken":{"shape":"NextToken"}, 6472 "MaxResults":{ 6473 "shape":"MaxResults", 6474 "box":true 6475 } 6476 } 6477 }, 6478 "ListComplianceItemsResult":{ 6479 "type":"structure", 6480 "members":{ 6481 "ComplianceItems":{"shape":"ComplianceItemList"}, 6482 "NextToken":{"shape":"NextToken"} 6483 } 6484 }, 6485 "ListComplianceSummariesRequest":{ 6486 "type":"structure", 6487 "members":{ 6488 "Filters":{"shape":"ComplianceStringFilterList"}, 6489 "NextToken":{"shape":"NextToken"}, 6490 "MaxResults":{ 6491 "shape":"MaxResults", 6492 "box":true 6493 } 6494 } 6495 }, 6496 "ListComplianceSummariesResult":{ 6497 "type":"structure", 6498 "members":{ 6499 "ComplianceSummaryItems":{"shape":"ComplianceSummaryItemList"}, 6500 "NextToken":{"shape":"NextToken"} 6501 } 6502 }, 6503 "ListDocumentMetadataHistoryRequest":{ 6504 "type":"structure", 6505 "required":[ 6506 "Name", 6507 "Metadata" 6508 ], 6509 "members":{ 6510 "Name":{"shape":"DocumentName"}, 6511 "DocumentVersion":{"shape":"DocumentVersion"}, 6512 "Metadata":{"shape":"DocumentMetadataEnum"}, 6513 "NextToken":{"shape":"NextToken"}, 6514 "MaxResults":{ 6515 "shape":"MaxResults", 6516 "box":true 6517 } 6518 } 6519 }, 6520 "ListDocumentMetadataHistoryResponse":{ 6521 "type":"structure", 6522 "members":{ 6523 "Name":{"shape":"DocumentName"}, 6524 "DocumentVersion":{"shape":"DocumentVersion"}, 6525 "Author":{"shape":"DocumentAuthor"}, 6526 "Metadata":{"shape":"DocumentMetadataResponseInfo"}, 6527 "NextToken":{"shape":"NextToken"} 6528 } 6529 }, 6530 "ListDocumentVersionsRequest":{ 6531 "type":"structure", 6532 "required":["Name"], 6533 "members":{ 6534 "Name":{"shape":"DocumentARN"}, 6535 "MaxResults":{ 6536 "shape":"MaxResults", 6537 "box":true 6538 }, 6539 "NextToken":{"shape":"NextToken"} 6540 } 6541 }, 6542 "ListDocumentVersionsResult":{ 6543 "type":"structure", 6544 "members":{ 6545 "DocumentVersions":{"shape":"DocumentVersionList"}, 6546 "NextToken":{"shape":"NextToken"} 6547 } 6548 }, 6549 "ListDocumentsRequest":{ 6550 "type":"structure", 6551 "members":{ 6552 "DocumentFilterList":{"shape":"DocumentFilterList"}, 6553 "Filters":{"shape":"DocumentKeyValuesFilterList"}, 6554 "MaxResults":{ 6555 "shape":"MaxResults", 6556 "box":true 6557 }, 6558 "NextToken":{"shape":"NextToken"} 6559 } 6560 }, 6561 "ListDocumentsResult":{ 6562 "type":"structure", 6563 "members":{ 6564 "DocumentIdentifiers":{"shape":"DocumentIdentifierList"}, 6565 "NextToken":{"shape":"NextToken"} 6566 } 6567 }, 6568 "ListInventoryEntriesRequest":{ 6569 "type":"structure", 6570 "required":[ 6571 "InstanceId", 6572 "TypeName" 6573 ], 6574 "members":{ 6575 "InstanceId":{"shape":"InstanceId"}, 6576 "TypeName":{"shape":"InventoryItemTypeName"}, 6577 "Filters":{"shape":"InventoryFilterList"}, 6578 "NextToken":{"shape":"NextToken"}, 6579 "MaxResults":{ 6580 "shape":"MaxResults", 6581 "box":true 6582 } 6583 } 6584 }, 6585 "ListInventoryEntriesResult":{ 6586 "type":"structure", 6587 "members":{ 6588 "TypeName":{"shape":"InventoryItemTypeName"}, 6589 "InstanceId":{"shape":"InstanceId"}, 6590 "SchemaVersion":{"shape":"InventoryItemSchemaVersion"}, 6591 "CaptureTime":{"shape":"InventoryItemCaptureTime"}, 6592 "Entries":{"shape":"InventoryItemEntryList"}, 6593 "NextToken":{"shape":"NextToken"} 6594 } 6595 }, 6596 "ListOpsItemEventsRequest":{ 6597 "type":"structure", 6598 "members":{ 6599 "Filters":{"shape":"OpsItemEventFilters"}, 6600 "MaxResults":{"shape":"OpsItemEventMaxResults"}, 6601 "NextToken":{"shape":"String"} 6602 } 6603 }, 6604 "ListOpsItemEventsResponse":{ 6605 "type":"structure", 6606 "members":{ 6607 "NextToken":{"shape":"String"}, 6608 "Summaries":{"shape":"OpsItemEventSummaries"} 6609 } 6610 }, 6611 "ListOpsItemRelatedItemsRequest":{ 6612 "type":"structure", 6613 "members":{ 6614 "OpsItemId":{"shape":"OpsItemId"}, 6615 "Filters":{"shape":"OpsItemRelatedItemsFilters"}, 6616 "MaxResults":{"shape":"OpsItemRelatedItemsMaxResults"}, 6617 "NextToken":{"shape":"String"} 6618 } 6619 }, 6620 "ListOpsItemRelatedItemsResponse":{ 6621 "type":"structure", 6622 "members":{ 6623 "NextToken":{"shape":"String"}, 6624 "Summaries":{"shape":"OpsItemRelatedItemSummaries"} 6625 } 6626 }, 6627 "ListOpsMetadataMaxResults":{ 6628 "type":"integer", 6629 "max":50, 6630 "min":1 6631 }, 6632 "ListOpsMetadataRequest":{ 6633 "type":"structure", 6634 "members":{ 6635 "Filters":{"shape":"OpsMetadataFilterList"}, 6636 "MaxResults":{ 6637 "shape":"ListOpsMetadataMaxResults", 6638 "box":true 6639 }, 6640 "NextToken":{"shape":"NextToken"} 6641 } 6642 }, 6643 "ListOpsMetadataResult":{ 6644 "type":"structure", 6645 "members":{ 6646 "OpsMetadataList":{"shape":"OpsMetadataList"}, 6647 "NextToken":{"shape":"NextToken"} 6648 } 6649 }, 6650 "ListResourceComplianceSummariesRequest":{ 6651 "type":"structure", 6652 "members":{ 6653 "Filters":{"shape":"ComplianceStringFilterList"}, 6654 "NextToken":{"shape":"NextToken"}, 6655 "MaxResults":{ 6656 "shape":"MaxResults", 6657 "box":true 6658 } 6659 } 6660 }, 6661 "ListResourceComplianceSummariesResult":{ 6662 "type":"structure", 6663 "members":{ 6664 "ResourceComplianceSummaryItems":{"shape":"ResourceComplianceSummaryItemList"}, 6665 "NextToken":{"shape":"NextToken"} 6666 } 6667 }, 6668 "ListResourceDataSyncRequest":{ 6669 "type":"structure", 6670 "members":{ 6671 "SyncType":{"shape":"ResourceDataSyncType"}, 6672 "NextToken":{"shape":"NextToken"}, 6673 "MaxResults":{ 6674 "shape":"MaxResults", 6675 "box":true 6676 } 6677 } 6678 }, 6679 "ListResourceDataSyncResult":{ 6680 "type":"structure", 6681 "members":{ 6682 "ResourceDataSyncItems":{"shape":"ResourceDataSyncItemList"}, 6683 "NextToken":{"shape":"NextToken"} 6684 } 6685 }, 6686 "ListTagsForResourceRequest":{ 6687 "type":"structure", 6688 "required":[ 6689 "ResourceType", 6690 "ResourceId" 6691 ], 6692 "members":{ 6693 "ResourceType":{"shape":"ResourceTypeForTagging"}, 6694 "ResourceId":{"shape":"ResourceId"} 6695 } 6696 }, 6697 "ListTagsForResourceResult":{ 6698 "type":"structure", 6699 "members":{ 6700 "TagList":{"shape":"TagList"} 6701 } 6702 }, 6703 "LoggingInfo":{ 6704 "type":"structure", 6705 "required":[ 6706 "S3BucketName", 6707 "S3Region" 6708 ], 6709 "members":{ 6710 "S3BucketName":{"shape":"S3BucketName"}, 6711 "S3KeyPrefix":{"shape":"S3KeyPrefix"}, 6712 "S3Region":{"shape":"S3Region"} 6713 } 6714 }, 6715 "Long":{"type":"long"}, 6716 "MaintenanceWindowAllowUnassociatedTargets":{"type":"boolean"}, 6717 "MaintenanceWindowAutomationParameters":{ 6718 "type":"structure", 6719 "members":{ 6720 "DocumentVersion":{"shape":"DocumentVersion"}, 6721 "Parameters":{"shape":"AutomationParameterMap"} 6722 } 6723 }, 6724 "MaintenanceWindowCutoff":{ 6725 "type":"integer", 6726 "max":23, 6727 "min":0 6728 }, 6729 "MaintenanceWindowDescription":{ 6730 "type":"string", 6731 "max":128, 6732 "min":1, 6733 "sensitive":true 6734 }, 6735 "MaintenanceWindowDurationHours":{ 6736 "type":"integer", 6737 "max":24, 6738 "min":1 6739 }, 6740 "MaintenanceWindowEnabled":{"type":"boolean"}, 6741 "MaintenanceWindowExecution":{ 6742 "type":"structure", 6743 "members":{ 6744 "WindowId":{"shape":"MaintenanceWindowId"}, 6745 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 6746 "Status":{"shape":"MaintenanceWindowExecutionStatus"}, 6747 "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"}, 6748 "StartTime":{"shape":"DateTime"}, 6749 "EndTime":{"shape":"DateTime"} 6750 } 6751 }, 6752 "MaintenanceWindowExecutionId":{ 6753 "type":"string", 6754 "max":36, 6755 "min":36, 6756 "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}$" 6757 }, 6758 "MaintenanceWindowExecutionList":{ 6759 "type":"list", 6760 "member":{"shape":"MaintenanceWindowExecution"} 6761 }, 6762 "MaintenanceWindowExecutionStatus":{ 6763 "type":"string", 6764 "enum":[ 6765 "PENDING", 6766 "IN_PROGRESS", 6767 "SUCCESS", 6768 "FAILED", 6769 "TIMED_OUT", 6770 "CANCELLING", 6771 "CANCELLED", 6772 "SKIPPED_OVERLAPPING" 6773 ] 6774 }, 6775 "MaintenanceWindowExecutionStatusDetails":{ 6776 "type":"string", 6777 "max":250, 6778 "min":0 6779 }, 6780 "MaintenanceWindowExecutionTaskExecutionId":{"type":"string"}, 6781 "MaintenanceWindowExecutionTaskId":{ 6782 "type":"string", 6783 "max":36, 6784 "min":36, 6785 "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}$" 6786 }, 6787 "MaintenanceWindowExecutionTaskIdList":{ 6788 "type":"list", 6789 "member":{"shape":"MaintenanceWindowExecutionTaskId"} 6790 }, 6791 "MaintenanceWindowExecutionTaskIdentity":{ 6792 "type":"structure", 6793 "members":{ 6794 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 6795 "TaskExecutionId":{"shape":"MaintenanceWindowExecutionTaskId"}, 6796 "Status":{"shape":"MaintenanceWindowExecutionStatus"}, 6797 "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"}, 6798 "StartTime":{"shape":"DateTime"}, 6799 "EndTime":{"shape":"DateTime"}, 6800 "TaskArn":{"shape":"MaintenanceWindowTaskArn"}, 6801 "TaskType":{"shape":"MaintenanceWindowTaskType"} 6802 } 6803 }, 6804 "MaintenanceWindowExecutionTaskIdentityList":{ 6805 "type":"list", 6806 "member":{"shape":"MaintenanceWindowExecutionTaskIdentity"} 6807 }, 6808 "MaintenanceWindowExecutionTaskInvocationId":{ 6809 "type":"string", 6810 "max":36, 6811 "min":36, 6812 "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}$" 6813 }, 6814 "MaintenanceWindowExecutionTaskInvocationIdentity":{ 6815 "type":"structure", 6816 "members":{ 6817 "WindowExecutionId":{"shape":"MaintenanceWindowExecutionId"}, 6818 "TaskExecutionId":{"shape":"MaintenanceWindowExecutionTaskId"}, 6819 "InvocationId":{"shape":"MaintenanceWindowExecutionTaskInvocationId"}, 6820 "ExecutionId":{"shape":"MaintenanceWindowExecutionTaskExecutionId"}, 6821 "TaskType":{"shape":"MaintenanceWindowTaskType"}, 6822 "Parameters":{"shape":"MaintenanceWindowExecutionTaskInvocationParameters"}, 6823 "Status":{"shape":"MaintenanceWindowExecutionStatus"}, 6824 "StatusDetails":{"shape":"MaintenanceWindowExecutionStatusDetails"}, 6825 "StartTime":{"shape":"DateTime"}, 6826 "EndTime":{"shape":"DateTime"}, 6827 "OwnerInformation":{"shape":"OwnerInformation"}, 6828 "WindowTargetId":{"shape":"MaintenanceWindowTaskTargetId"} 6829 } 6830 }, 6831 "MaintenanceWindowExecutionTaskInvocationIdentityList":{ 6832 "type":"list", 6833 "member":{"shape":"MaintenanceWindowExecutionTaskInvocationIdentity"} 6834 }, 6835 "MaintenanceWindowExecutionTaskInvocationParameters":{ 6836 "type":"string", 6837 "sensitive":true 6838 }, 6839 "MaintenanceWindowFilter":{ 6840 "type":"structure", 6841 "members":{ 6842 "Key":{"shape":"MaintenanceWindowFilterKey"}, 6843 "Values":{"shape":"MaintenanceWindowFilterValues"} 6844 } 6845 }, 6846 "MaintenanceWindowFilterKey":{ 6847 "type":"string", 6848 "max":128, 6849 "min":1 6850 }, 6851 "MaintenanceWindowFilterList":{ 6852 "type":"list", 6853 "member":{"shape":"MaintenanceWindowFilter"}, 6854 "max":5, 6855 "min":0 6856 }, 6857 "MaintenanceWindowFilterValue":{ 6858 "type":"string", 6859 "max":256, 6860 "min":1 6861 }, 6862 "MaintenanceWindowFilterValues":{ 6863 "type":"list", 6864 "member":{"shape":"MaintenanceWindowFilterValue"} 6865 }, 6866 "MaintenanceWindowId":{ 6867 "type":"string", 6868 "max":20, 6869 "min":20, 6870 "pattern":"^mw-[0-9a-f]{17}$" 6871 }, 6872 "MaintenanceWindowIdentity":{ 6873 "type":"structure", 6874 "members":{ 6875 "WindowId":{"shape":"MaintenanceWindowId"}, 6876 "Name":{"shape":"MaintenanceWindowName"}, 6877 "Description":{"shape":"MaintenanceWindowDescription"}, 6878 "Enabled":{"shape":"MaintenanceWindowEnabled"}, 6879 "Duration":{"shape":"MaintenanceWindowDurationHours"}, 6880 "Cutoff":{"shape":"MaintenanceWindowCutoff"}, 6881 "Schedule":{"shape":"MaintenanceWindowSchedule"}, 6882 "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"}, 6883 "ScheduleOffset":{ 6884 "shape":"MaintenanceWindowOffset", 6885 "box":true 6886 }, 6887 "EndDate":{"shape":"MaintenanceWindowStringDateTime"}, 6888 "StartDate":{"shape":"MaintenanceWindowStringDateTime"}, 6889 "NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"} 6890 } 6891 }, 6892 "MaintenanceWindowIdentityForTarget":{ 6893 "type":"structure", 6894 "members":{ 6895 "WindowId":{"shape":"MaintenanceWindowId"}, 6896 "Name":{"shape":"MaintenanceWindowName"} 6897 } 6898 }, 6899 "MaintenanceWindowIdentityList":{ 6900 "type":"list", 6901 "member":{"shape":"MaintenanceWindowIdentity"} 6902 }, 6903 "MaintenanceWindowLambdaClientContext":{ 6904 "type":"string", 6905 "max":8000, 6906 "min":1 6907 }, 6908 "MaintenanceWindowLambdaParameters":{ 6909 "type":"structure", 6910 "members":{ 6911 "ClientContext":{"shape":"MaintenanceWindowLambdaClientContext"}, 6912 "Qualifier":{"shape":"MaintenanceWindowLambdaQualifier"}, 6913 "Payload":{"shape":"MaintenanceWindowLambdaPayload"} 6914 } 6915 }, 6916 "MaintenanceWindowLambdaPayload":{ 6917 "type":"blob", 6918 "max":4096, 6919 "sensitive":true 6920 }, 6921 "MaintenanceWindowLambdaQualifier":{ 6922 "type":"string", 6923 "max":128, 6924 "min":1 6925 }, 6926 "MaintenanceWindowMaxResults":{ 6927 "type":"integer", 6928 "max":100, 6929 "min":10 6930 }, 6931 "MaintenanceWindowName":{ 6932 "type":"string", 6933 "max":128, 6934 "min":3, 6935 "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$" 6936 }, 6937 "MaintenanceWindowOffset":{ 6938 "type":"integer", 6939 "max":6, 6940 "min":1 6941 }, 6942 "MaintenanceWindowResourceType":{ 6943 "type":"string", 6944 "enum":[ 6945 "INSTANCE", 6946 "RESOURCE_GROUP" 6947 ] 6948 }, 6949 "MaintenanceWindowRunCommandParameters":{ 6950 "type":"structure", 6951 "members":{ 6952 "Comment":{"shape":"Comment"}, 6953 "CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"}, 6954 "DocumentHash":{"shape":"DocumentHash"}, 6955 "DocumentHashType":{"shape":"DocumentHashType"}, 6956 "DocumentVersion":{"shape":"DocumentVersion"}, 6957 "NotificationConfig":{"shape":"NotificationConfig"}, 6958 "OutputS3BucketName":{"shape":"S3BucketName"}, 6959 "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"}, 6960 "Parameters":{"shape":"Parameters"}, 6961 "ServiceRoleArn":{"shape":"ServiceRole"}, 6962 "TimeoutSeconds":{ 6963 "shape":"TimeoutSeconds", 6964 "box":true 6965 } 6966 } 6967 }, 6968 "MaintenanceWindowSchedule":{ 6969 "type":"string", 6970 "max":256, 6971 "min":1 6972 }, 6973 "MaintenanceWindowSearchMaxResults":{ 6974 "type":"integer", 6975 "min":1 6976 }, 6977 "MaintenanceWindowStepFunctionsInput":{ 6978 "type":"string", 6979 "max":4096, 6980 "sensitive":true 6981 }, 6982 "MaintenanceWindowStepFunctionsName":{ 6983 "type":"string", 6984 "max":80, 6985 "min":1 6986 }, 6987 "MaintenanceWindowStepFunctionsParameters":{ 6988 "type":"structure", 6989 "members":{ 6990 "Input":{"shape":"MaintenanceWindowStepFunctionsInput"}, 6991 "Name":{"shape":"MaintenanceWindowStepFunctionsName"} 6992 } 6993 }, 6994 "MaintenanceWindowStringDateTime":{"type":"string"}, 6995 "MaintenanceWindowTarget":{ 6996 "type":"structure", 6997 "members":{ 6998 "WindowId":{"shape":"MaintenanceWindowId"}, 6999 "WindowTargetId":{"shape":"MaintenanceWindowTargetId"}, 7000 "ResourceType":{"shape":"MaintenanceWindowResourceType"}, 7001 "Targets":{"shape":"Targets"}, 7002 "OwnerInformation":{"shape":"OwnerInformation"}, 7003 "Name":{"shape":"MaintenanceWindowName"}, 7004 "Description":{"shape":"MaintenanceWindowDescription"} 7005 } 7006 }, 7007 "MaintenanceWindowTargetId":{ 7008 "type":"string", 7009 "max":36, 7010 "min":36, 7011 "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}$" 7012 }, 7013 "MaintenanceWindowTargetList":{ 7014 "type":"list", 7015 "member":{"shape":"MaintenanceWindowTarget"} 7016 }, 7017 "MaintenanceWindowTask":{ 7018 "type":"structure", 7019 "members":{ 7020 "WindowId":{"shape":"MaintenanceWindowId"}, 7021 "WindowTaskId":{"shape":"MaintenanceWindowTaskId"}, 7022 "TaskArn":{"shape":"MaintenanceWindowTaskArn"}, 7023 "Type":{"shape":"MaintenanceWindowTaskType"}, 7024 "Targets":{"shape":"Targets"}, 7025 "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"}, 7026 "Priority":{"shape":"MaintenanceWindowTaskPriority"}, 7027 "LoggingInfo":{"shape":"LoggingInfo"}, 7028 "ServiceRoleArn":{"shape":"ServiceRole"}, 7029 "MaxConcurrency":{"shape":"MaxConcurrency"}, 7030 "MaxErrors":{"shape":"MaxErrors"}, 7031 "Name":{"shape":"MaintenanceWindowName"}, 7032 "Description":{"shape":"MaintenanceWindowDescription"}, 7033 "CutoffBehavior":{ 7034 "shape":"MaintenanceWindowTaskCutoffBehavior", 7035 "box":true 7036 } 7037 } 7038 }, 7039 "MaintenanceWindowTaskArn":{ 7040 "type":"string", 7041 "max":1600, 7042 "min":1 7043 }, 7044 "MaintenanceWindowTaskCutoffBehavior":{ 7045 "type":"string", 7046 "enum":[ 7047 "CONTINUE_TASK", 7048 "CANCEL_TASK" 7049 ] 7050 }, 7051 "MaintenanceWindowTaskId":{ 7052 "type":"string", 7053 "max":36, 7054 "min":36, 7055 "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}$" 7056 }, 7057 "MaintenanceWindowTaskInvocationParameters":{ 7058 "type":"structure", 7059 "members":{ 7060 "RunCommand":{"shape":"MaintenanceWindowRunCommandParameters"}, 7061 "Automation":{"shape":"MaintenanceWindowAutomationParameters"}, 7062 "StepFunctions":{"shape":"MaintenanceWindowStepFunctionsParameters"}, 7063 "Lambda":{"shape":"MaintenanceWindowLambdaParameters"} 7064 } 7065 }, 7066 "MaintenanceWindowTaskList":{ 7067 "type":"list", 7068 "member":{"shape":"MaintenanceWindowTask"} 7069 }, 7070 "MaintenanceWindowTaskParameterName":{ 7071 "type":"string", 7072 "max":255, 7073 "min":1 7074 }, 7075 "MaintenanceWindowTaskParameterValue":{ 7076 "type":"string", 7077 "max":255, 7078 "min":1, 7079 "sensitive":true 7080 }, 7081 "MaintenanceWindowTaskParameterValueExpression":{ 7082 "type":"structure", 7083 "members":{ 7084 "Values":{"shape":"MaintenanceWindowTaskParameterValueList"} 7085 }, 7086 "sensitive":true 7087 }, 7088 "MaintenanceWindowTaskParameterValueList":{ 7089 "type":"list", 7090 "member":{"shape":"MaintenanceWindowTaskParameterValue"}, 7091 "sensitive":true 7092 }, 7093 "MaintenanceWindowTaskParameters":{ 7094 "type":"map", 7095 "key":{"shape":"MaintenanceWindowTaskParameterName"}, 7096 "value":{"shape":"MaintenanceWindowTaskParameterValueExpression"}, 7097 "sensitive":true 7098 }, 7099 "MaintenanceWindowTaskParametersList":{ 7100 "type":"list", 7101 "member":{"shape":"MaintenanceWindowTaskParameters"}, 7102 "sensitive":true 7103 }, 7104 "MaintenanceWindowTaskPriority":{ 7105 "type":"integer", 7106 "min":0 7107 }, 7108 "MaintenanceWindowTaskTargetId":{ 7109 "type":"string", 7110 "max":36 7111 }, 7112 "MaintenanceWindowTaskType":{ 7113 "type":"string", 7114 "enum":[ 7115 "RUN_COMMAND", 7116 "AUTOMATION", 7117 "STEP_FUNCTIONS", 7118 "LAMBDA" 7119 ] 7120 }, 7121 "MaintenanceWindowTimezone":{"type":"string"}, 7122 "MaintenanceWindowsForTargetList":{ 7123 "type":"list", 7124 "member":{"shape":"MaintenanceWindowIdentityForTarget"} 7125 }, 7126 "ManagedInstanceId":{ 7127 "type":"string", 7128 "pattern":"^mi-[0-9a-f]{17}$" 7129 }, 7130 "MaxConcurrency":{ 7131 "type":"string", 7132 "max":7, 7133 "min":1, 7134 "pattern":"^([1-9][0-9]*|[1-9][0-9]%|[1-9]%|100%)$" 7135 }, 7136 "MaxDocumentSizeExceeded":{ 7137 "type":"structure", 7138 "members":{ 7139 "Message":{"shape":"String"} 7140 }, 7141 "exception":true 7142 }, 7143 "MaxErrors":{ 7144 "type":"string", 7145 "max":7, 7146 "min":1, 7147 "pattern":"^([1-9][0-9]*|[0]|[1-9][0-9]%|[0-9]%|100%)$" 7148 }, 7149 "MaxResults":{ 7150 "type":"integer", 7151 "max":50, 7152 "min":1 7153 }, 7154 "MaxResultsEC2Compatible":{ 7155 "type":"integer", 7156 "max":50, 7157 "min":5 7158 }, 7159 "MetadataKey":{ 7160 "type":"string", 7161 "max":256, 7162 "min":1, 7163 "pattern":"^(?!\\s*$).+" 7164 }, 7165 "MetadataKeysToDeleteList":{ 7166 "type":"list", 7167 "member":{"shape":"MetadataKey"}, 7168 "max":10, 7169 "min":1 7170 }, 7171 "MetadataMap":{ 7172 "type":"map", 7173 "key":{"shape":"MetadataKey"}, 7174 "value":{"shape":"MetadataValue"}, 7175 "max":5, 7176 "min":1 7177 }, 7178 "MetadataValue":{ 7179 "type":"structure", 7180 "members":{ 7181 "Value":{"shape":"MetadataValueString"} 7182 } 7183 }, 7184 "MetadataValueString":{ 7185 "type":"string", 7186 "max":4096, 7187 "min":1 7188 }, 7189 "ModifyDocumentPermissionRequest":{ 7190 "type":"structure", 7191 "required":[ 7192 "Name", 7193 "PermissionType" 7194 ], 7195 "members":{ 7196 "Name":{"shape":"DocumentName"}, 7197 "PermissionType":{"shape":"DocumentPermissionType"}, 7198 "AccountIdsToAdd":{"shape":"AccountIdList"}, 7199 "AccountIdsToRemove":{"shape":"AccountIdList"}, 7200 "SharedDocumentVersion":{"shape":"SharedDocumentVersion"} 7201 } 7202 }, 7203 "ModifyDocumentPermissionResponse":{ 7204 "type":"structure", 7205 "members":{ 7206 } 7207 }, 7208 "NextToken":{"type":"string"}, 7209 "NonCompliantSummary":{ 7210 "type":"structure", 7211 "members":{ 7212 "NonCompliantCount":{"shape":"ComplianceSummaryCount"}, 7213 "SeveritySummary":{"shape":"SeveritySummary"} 7214 } 7215 }, 7216 "NormalStringMap":{ 7217 "type":"map", 7218 "key":{"shape":"String"}, 7219 "value":{"shape":"String"} 7220 }, 7221 "NotificationArn":{"type":"string"}, 7222 "NotificationConfig":{ 7223 "type":"structure", 7224 "members":{ 7225 "NotificationArn":{"shape":"NotificationArn"}, 7226 "NotificationEvents":{"shape":"NotificationEventList"}, 7227 "NotificationType":{"shape":"NotificationType"} 7228 } 7229 }, 7230 "NotificationEvent":{ 7231 "type":"string", 7232 "enum":[ 7233 "All", 7234 "InProgress", 7235 "Success", 7236 "TimedOut", 7237 "Cancelled", 7238 "Failed" 7239 ] 7240 }, 7241 "NotificationEventList":{ 7242 "type":"list", 7243 "member":{"shape":"NotificationEvent"} 7244 }, 7245 "NotificationType":{ 7246 "type":"string", 7247 "enum":[ 7248 "Command", 7249 "Invocation" 7250 ] 7251 }, 7252 "OperatingSystem":{ 7253 "type":"string", 7254 "enum":[ 7255 "WINDOWS", 7256 "AMAZON_LINUX", 7257 "AMAZON_LINUX_2", 7258 "UBUNTU", 7259 "REDHAT_ENTERPRISE_LINUX", 7260 "SUSE", 7261 "CENTOS", 7262 "ORACLE_LINUX", 7263 "DEBIAN", 7264 "MACOS" 7265 ] 7266 }, 7267 "OpsAggregator":{ 7268 "type":"structure", 7269 "members":{ 7270 "AggregatorType":{"shape":"OpsAggregatorType"}, 7271 "TypeName":{"shape":"OpsDataTypeName"}, 7272 "AttributeName":{"shape":"OpsDataAttributeName"}, 7273 "Values":{"shape":"OpsAggregatorValueMap"}, 7274 "Filters":{"shape":"OpsFilterList"}, 7275 "Aggregators":{"shape":"OpsAggregatorList"} 7276 } 7277 }, 7278 "OpsAggregatorList":{ 7279 "type":"list", 7280 "member":{"shape":"OpsAggregator"}, 7281 "max":12, 7282 "min":1 7283 }, 7284 "OpsAggregatorType":{ 7285 "type":"string", 7286 "max":20, 7287 "min":1, 7288 "pattern":"^(range|count|sum)" 7289 }, 7290 "OpsAggregatorValue":{ 7291 "type":"string", 7292 "max":2048, 7293 "min":0 7294 }, 7295 "OpsAggregatorValueKey":{ 7296 "type":"string", 7297 "max":32, 7298 "min":1 7299 }, 7300 "OpsAggregatorValueMap":{ 7301 "type":"map", 7302 "key":{"shape":"OpsAggregatorValueKey"}, 7303 "value":{"shape":"OpsAggregatorValue"}, 7304 "max":5, 7305 "min":0 7306 }, 7307 "OpsDataAttributeName":{ 7308 "type":"string", 7309 "max":128, 7310 "min":1 7311 }, 7312 "OpsDataTypeName":{ 7313 "type":"string", 7314 "max":100, 7315 "min":1, 7316 "pattern":"^(AWS|Custom):.*$" 7317 }, 7318 "OpsEntity":{ 7319 "type":"structure", 7320 "members":{ 7321 "Id":{"shape":"OpsEntityId"}, 7322 "Data":{"shape":"OpsEntityItemMap"} 7323 } 7324 }, 7325 "OpsEntityId":{"type":"string"}, 7326 "OpsEntityItem":{ 7327 "type":"structure", 7328 "members":{ 7329 "CaptureTime":{"shape":"OpsEntityItemCaptureTime"}, 7330 "Content":{"shape":"OpsEntityItemEntryList"} 7331 } 7332 }, 7333 "OpsEntityItemCaptureTime":{ 7334 "type":"string", 7335 "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)$" 7336 }, 7337 "OpsEntityItemEntry":{ 7338 "type":"map", 7339 "key":{"shape":"AttributeName"}, 7340 "value":{"shape":"AttributeValue"}, 7341 "max":50, 7342 "min":0 7343 }, 7344 "OpsEntityItemEntryList":{ 7345 "type":"list", 7346 "member":{"shape":"OpsEntityItemEntry"}, 7347 "max":10000, 7348 "min":0 7349 }, 7350 "OpsEntityItemKey":{"type":"string"}, 7351 "OpsEntityItemMap":{ 7352 "type":"map", 7353 "key":{"shape":"OpsEntityItemKey"}, 7354 "value":{"shape":"OpsEntityItem"} 7355 }, 7356 "OpsEntityList":{ 7357 "type":"list", 7358 "member":{"shape":"OpsEntity"} 7359 }, 7360 "OpsFilter":{ 7361 "type":"structure", 7362 "required":[ 7363 "Key", 7364 "Values" 7365 ], 7366 "members":{ 7367 "Key":{"shape":"OpsFilterKey"}, 7368 "Values":{"shape":"OpsFilterValueList"}, 7369 "Type":{"shape":"OpsFilterOperatorType"} 7370 } 7371 }, 7372 "OpsFilterKey":{ 7373 "type":"string", 7374 "max":200, 7375 "min":1 7376 }, 7377 "OpsFilterList":{ 7378 "type":"list", 7379 "member":{"shape":"OpsFilter"}, 7380 "max":5, 7381 "min":1 7382 }, 7383 "OpsFilterOperatorType":{ 7384 "type":"string", 7385 "enum":[ 7386 "Equal", 7387 "NotEqual", 7388 "BeginWith", 7389 "LessThan", 7390 "GreaterThan", 7391 "Exists" 7392 ] 7393 }, 7394 "OpsFilterValue":{ 7395 "type":"string", 7396 "max":256, 7397 "min":0 7398 }, 7399 "OpsFilterValueList":{ 7400 "type":"list", 7401 "member":{"shape":"OpsFilterValue"}, 7402 "max":40, 7403 "min":1 7404 }, 7405 "OpsItem":{ 7406 "type":"structure", 7407 "members":{ 7408 "CreatedBy":{"shape":"String"}, 7409 "OpsItemType":{"shape":"OpsItemType"}, 7410 "CreatedTime":{"shape":"DateTime"}, 7411 "Description":{"shape":"OpsItemDescription"}, 7412 "LastModifiedBy":{"shape":"String"}, 7413 "LastModifiedTime":{"shape":"DateTime"}, 7414 "Notifications":{"shape":"OpsItemNotifications"}, 7415 "Priority":{"shape":"OpsItemPriority"}, 7416 "RelatedOpsItems":{"shape":"RelatedOpsItems"}, 7417 "Status":{"shape":"OpsItemStatus"}, 7418 "OpsItemId":{"shape":"OpsItemId"}, 7419 "Version":{"shape":"String"}, 7420 "Title":{"shape":"OpsItemTitle"}, 7421 "Source":{"shape":"OpsItemSource"}, 7422 "OperationalData":{"shape":"OpsItemOperationalData"}, 7423 "Category":{"shape":"OpsItemCategory"}, 7424 "Severity":{"shape":"OpsItemSeverity"}, 7425 "ActualStartTime":{"shape":"DateTime"}, 7426 "ActualEndTime":{"shape":"DateTime"}, 7427 "PlannedStartTime":{"shape":"DateTime"}, 7428 "PlannedEndTime":{"shape":"DateTime"} 7429 } 7430 }, 7431 "OpsItemAlreadyExistsException":{ 7432 "type":"structure", 7433 "members":{ 7434 "Message":{"shape":"String"}, 7435 "OpsItemId":{"shape":"String"} 7436 }, 7437 "exception":true 7438 }, 7439 "OpsItemCategory":{ 7440 "type":"string", 7441 "max":64, 7442 "min":1, 7443 "pattern":"^(?!\\s*$).+" 7444 }, 7445 "OpsItemDataKey":{ 7446 "type":"string", 7447 "max":128, 7448 "min":1, 7449 "pattern":"^(?!\\s*$).+" 7450 }, 7451 "OpsItemDataType":{ 7452 "type":"string", 7453 "enum":[ 7454 "SearchableString", 7455 "String" 7456 ] 7457 }, 7458 "OpsItemDataValue":{ 7459 "type":"structure", 7460 "members":{ 7461 "Value":{"shape":"OpsItemDataValueString"}, 7462 "Type":{"shape":"OpsItemDataType"} 7463 } 7464 }, 7465 "OpsItemDataValueString":{ 7466 "type":"string", 7467 "pattern":"[\\s\\S]*\\S[\\s\\S]*" 7468 }, 7469 "OpsItemDescription":{ 7470 "type":"string", 7471 "max":2048, 7472 "min":1, 7473 "pattern":"[\\s\\S]*\\S[\\s\\S]*" 7474 }, 7475 "OpsItemEventFilter":{ 7476 "type":"structure", 7477 "required":[ 7478 "Key", 7479 "Values", 7480 "Operator" 7481 ], 7482 "members":{ 7483 "Key":{"shape":"OpsItemEventFilterKey"}, 7484 "Values":{"shape":"OpsItemEventFilterValues"}, 7485 "Operator":{"shape":"OpsItemEventFilterOperator"} 7486 } 7487 }, 7488 "OpsItemEventFilterKey":{ 7489 "type":"string", 7490 "enum":["OpsItemId"] 7491 }, 7492 "OpsItemEventFilterOperator":{ 7493 "type":"string", 7494 "enum":["Equal"] 7495 }, 7496 "OpsItemEventFilterValue":{ 7497 "type":"string", 7498 "max":15, 7499 "min":1, 7500 "pattern":"^(oi)-[0-9a-f]{12}$" 7501 }, 7502 "OpsItemEventFilterValues":{ 7503 "type":"list", 7504 "member":{"shape":"OpsItemEventFilterValue"} 7505 }, 7506 "OpsItemEventFilters":{ 7507 "type":"list", 7508 "member":{"shape":"OpsItemEventFilter"} 7509 }, 7510 "OpsItemEventMaxResults":{ 7511 "type":"integer", 7512 "max":50, 7513 "min":1 7514 }, 7515 "OpsItemEventSummaries":{ 7516 "type":"list", 7517 "member":{"shape":"OpsItemEventSummary"} 7518 }, 7519 "OpsItemEventSummary":{ 7520 "type":"structure", 7521 "members":{ 7522 "OpsItemId":{"shape":"String"}, 7523 "EventId":{"shape":"String"}, 7524 "Source":{"shape":"String"}, 7525 "DetailType":{"shape":"String"}, 7526 "Detail":{"shape":"String"}, 7527 "CreatedBy":{"shape":"OpsItemIdentity"}, 7528 "CreatedTime":{"shape":"DateTime"} 7529 } 7530 }, 7531 "OpsItemFilter":{ 7532 "type":"structure", 7533 "required":[ 7534 "Key", 7535 "Values", 7536 "Operator" 7537 ], 7538 "members":{ 7539 "Key":{"shape":"OpsItemFilterKey"}, 7540 "Values":{"shape":"OpsItemFilterValues"}, 7541 "Operator":{"shape":"OpsItemFilterOperator"} 7542 } 7543 }, 7544 "OpsItemFilterKey":{ 7545 "type":"string", 7546 "enum":[ 7547 "Status", 7548 "CreatedBy", 7549 "Source", 7550 "Priority", 7551 "Title", 7552 "OpsItemId", 7553 "CreatedTime", 7554 "LastModifiedTime", 7555 "ActualStartTime", 7556 "ActualEndTime", 7557 "PlannedStartTime", 7558 "PlannedEndTime", 7559 "OperationalData", 7560 "OperationalDataKey", 7561 "OperationalDataValue", 7562 "ResourceId", 7563 "AutomationId", 7564 "Category", 7565 "Severity", 7566 "OpsItemType", 7567 "ChangeRequestByRequesterArn", 7568 "ChangeRequestByRequesterName", 7569 "ChangeRequestByApproverArn", 7570 "ChangeRequestByApproverName", 7571 "ChangeRequestByTemplate", 7572 "ChangeRequestByTargetsResourceGroup", 7573 "InsightByType" 7574 ] 7575 }, 7576 "OpsItemFilterOperator":{ 7577 "type":"string", 7578 "enum":[ 7579 "Equal", 7580 "Contains", 7581 "GreaterThan", 7582 "LessThan" 7583 ] 7584 }, 7585 "OpsItemFilterValue":{"type":"string"}, 7586 "OpsItemFilterValues":{ 7587 "type":"list", 7588 "member":{"shape":"OpsItemFilterValue"} 7589 }, 7590 "OpsItemFilters":{ 7591 "type":"list", 7592 "member":{"shape":"OpsItemFilter"} 7593 }, 7594 "OpsItemId":{ 7595 "type":"string", 7596 "pattern":"^(oi)-[0-9a-f]{12}$" 7597 }, 7598 "OpsItemIdentity":{ 7599 "type":"structure", 7600 "members":{ 7601 "Arn":{"shape":"String"} 7602 } 7603 }, 7604 "OpsItemInvalidParameterException":{ 7605 "type":"structure", 7606 "members":{ 7607 "ParameterNames":{"shape":"OpsItemParameterNamesList"}, 7608 "Message":{"shape":"String"} 7609 }, 7610 "exception":true 7611 }, 7612 "OpsItemLimitExceededException":{ 7613 "type":"structure", 7614 "members":{ 7615 "ResourceTypes":{"shape":"OpsItemParameterNamesList"}, 7616 "Limit":{"shape":"Integer"}, 7617 "LimitType":{"shape":"String"}, 7618 "Message":{"shape":"String"} 7619 }, 7620 "exception":true 7621 }, 7622 "OpsItemMaxResults":{ 7623 "type":"integer", 7624 "max":50, 7625 "min":1 7626 }, 7627 "OpsItemNotFoundException":{ 7628 "type":"structure", 7629 "members":{ 7630 "Message":{"shape":"String"} 7631 }, 7632 "exception":true 7633 }, 7634 "OpsItemNotification":{ 7635 "type":"structure", 7636 "members":{ 7637 "Arn":{"shape":"String"} 7638 } 7639 }, 7640 "OpsItemNotifications":{ 7641 "type":"list", 7642 "member":{"shape":"OpsItemNotification"} 7643 }, 7644 "OpsItemOperationalData":{ 7645 "type":"map", 7646 "key":{"shape":"OpsItemDataKey"}, 7647 "value":{"shape":"OpsItemDataValue"} 7648 }, 7649 "OpsItemOpsDataKeysList":{ 7650 "type":"list", 7651 "member":{"shape":"String"} 7652 }, 7653 "OpsItemParameterNamesList":{ 7654 "type":"list", 7655 "member":{"shape":"String"} 7656 }, 7657 "OpsItemPriority":{ 7658 "type":"integer", 7659 "max":5, 7660 "min":1 7661 }, 7662 "OpsItemRelatedItemAlreadyExistsException":{ 7663 "type":"structure", 7664 "members":{ 7665 "Message":{"shape":"String"}, 7666 "ResourceUri":{"shape":"OpsItemRelatedItemAssociationResourceUri"}, 7667 "OpsItemId":{"shape":"OpsItemId"} 7668 }, 7669 "exception":true 7670 }, 7671 "OpsItemRelatedItemAssociationId":{"type":"string"}, 7672 "OpsItemRelatedItemAssociationNotFoundException":{ 7673 "type":"structure", 7674 "members":{ 7675 "Message":{"shape":"String"} 7676 }, 7677 "exception":true 7678 }, 7679 "OpsItemRelatedItemAssociationResourceType":{"type":"string"}, 7680 "OpsItemRelatedItemAssociationResourceUri":{"type":"string"}, 7681 "OpsItemRelatedItemAssociationType":{"type":"string"}, 7682 "OpsItemRelatedItemSummaries":{ 7683 "type":"list", 7684 "member":{"shape":"OpsItemRelatedItemSummary"} 7685 }, 7686 "OpsItemRelatedItemSummary":{ 7687 "type":"structure", 7688 "members":{ 7689 "OpsItemId":{"shape":"OpsItemId"}, 7690 "AssociationId":{"shape":"OpsItemRelatedItemAssociationId"}, 7691 "ResourceType":{"shape":"OpsItemRelatedItemAssociationResourceType"}, 7692 "AssociationType":{"shape":"OpsItemRelatedItemAssociationType"}, 7693 "ResourceUri":{"shape":"OpsItemRelatedItemAssociationResourceUri"}, 7694 "CreatedBy":{"shape":"OpsItemIdentity"}, 7695 "CreatedTime":{"shape":"DateTime"}, 7696 "LastModifiedBy":{"shape":"OpsItemIdentity"}, 7697 "LastModifiedTime":{"shape":"DateTime"} 7698 } 7699 }, 7700 "OpsItemRelatedItemsFilter":{ 7701 "type":"structure", 7702 "required":[ 7703 "Key", 7704 "Values", 7705 "Operator" 7706 ], 7707 "members":{ 7708 "Key":{"shape":"OpsItemRelatedItemsFilterKey"}, 7709 "Values":{"shape":"OpsItemRelatedItemsFilterValues"}, 7710 "Operator":{"shape":"OpsItemRelatedItemsFilterOperator"} 7711 } 7712 }, 7713 "OpsItemRelatedItemsFilterKey":{ 7714 "type":"string", 7715 "enum":[ 7716 "ResourceType", 7717 "AssociationId", 7718 "ResourceUri" 7719 ] 7720 }, 7721 "OpsItemRelatedItemsFilterOperator":{ 7722 "type":"string", 7723 "enum":["Equal"] 7724 }, 7725 "OpsItemRelatedItemsFilterValue":{"type":"string"}, 7726 "OpsItemRelatedItemsFilterValues":{ 7727 "type":"list", 7728 "member":{"shape":"OpsItemRelatedItemsFilterValue"} 7729 }, 7730 "OpsItemRelatedItemsFilters":{ 7731 "type":"list", 7732 "member":{"shape":"OpsItemRelatedItemsFilter"} 7733 }, 7734 "OpsItemRelatedItemsMaxResults":{ 7735 "type":"integer", 7736 "max":50, 7737 "min":1 7738 }, 7739 "OpsItemSeverity":{ 7740 "type":"string", 7741 "max":64, 7742 "min":1, 7743 "pattern":"^(?!\\s*$).+" 7744 }, 7745 "OpsItemSource":{ 7746 "type":"string", 7747 "max":128, 7748 "min":1, 7749 "pattern":"^(?!\\s*$).+" 7750 }, 7751 "OpsItemStatus":{ 7752 "type":"string", 7753 "enum":[ 7754 "Open", 7755 "InProgress", 7756 "Resolved", 7757 "Pending", 7758 "TimedOut", 7759 "Cancelling", 7760 "Cancelled", 7761 "Failed", 7762 "CompletedWithSuccess", 7763 "CompletedWithFailure", 7764 "Scheduled", 7765 "RunbookInProgress", 7766 "PendingChangeCalendarOverride", 7767 "ChangeCalendarOverrideApproved", 7768 "ChangeCalendarOverrideRejected", 7769 "PendingApproval", 7770 "Approved", 7771 "Rejected", 7772 "Closed" 7773 ] 7774 }, 7775 "OpsItemSummaries":{ 7776 "type":"list", 7777 "member":{"shape":"OpsItemSummary"} 7778 }, 7779 "OpsItemSummary":{ 7780 "type":"structure", 7781 "members":{ 7782 "CreatedBy":{"shape":"String"}, 7783 "CreatedTime":{"shape":"DateTime"}, 7784 "LastModifiedBy":{"shape":"String"}, 7785 "LastModifiedTime":{"shape":"DateTime"}, 7786 "Priority":{"shape":"OpsItemPriority"}, 7787 "Source":{"shape":"OpsItemSource"}, 7788 "Status":{"shape":"OpsItemStatus"}, 7789 "OpsItemId":{"shape":"OpsItemId"}, 7790 "Title":{"shape":"OpsItemTitle"}, 7791 "OperationalData":{"shape":"OpsItemOperationalData"}, 7792 "Category":{"shape":"OpsItemCategory"}, 7793 "Severity":{"shape":"OpsItemSeverity"}, 7794 "OpsItemType":{"shape":"OpsItemType"}, 7795 "ActualStartTime":{"shape":"DateTime"}, 7796 "ActualEndTime":{"shape":"DateTime"}, 7797 "PlannedStartTime":{"shape":"DateTime"}, 7798 "PlannedEndTime":{"shape":"DateTime"} 7799 } 7800 }, 7801 "OpsItemTitle":{ 7802 "type":"string", 7803 "max":1024, 7804 "min":1, 7805 "pattern":"^(?!\\s*$).+" 7806 }, 7807 "OpsItemType":{"type":"string"}, 7808 "OpsMetadata":{ 7809 "type":"structure", 7810 "members":{ 7811 "ResourceId":{"shape":"OpsMetadataResourceId"}, 7812 "OpsMetadataArn":{"shape":"OpsMetadataArn"}, 7813 "LastModifiedDate":{"shape":"DateTime"}, 7814 "LastModifiedUser":{"shape":"String"}, 7815 "CreationDate":{"shape":"DateTime"} 7816 } 7817 }, 7818 "OpsMetadataAlreadyExistsException":{ 7819 "type":"structure", 7820 "members":{ 7821 "message":{"shape":"String"} 7822 }, 7823 "exception":true 7824 }, 7825 "OpsMetadataArn":{ 7826 "type":"string", 7827 "max":1011, 7828 "min":1, 7829 "pattern":"arn:(aws[a-zA-Z-]*)?:ssm:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:opsmetadata\\/([a-zA-Z0-9-_\\.\\/]*)" 7830 }, 7831 "OpsMetadataFilter":{ 7832 "type":"structure", 7833 "required":[ 7834 "Key", 7835 "Values" 7836 ], 7837 "members":{ 7838 "Key":{"shape":"OpsMetadataFilterKey"}, 7839 "Values":{"shape":"OpsMetadataFilterValueList"} 7840 } 7841 }, 7842 "OpsMetadataFilterKey":{ 7843 "type":"string", 7844 "max":128, 7845 "min":1, 7846 "pattern":"^(?!\\s*$).+" 7847 }, 7848 "OpsMetadataFilterList":{ 7849 "type":"list", 7850 "member":{"shape":"OpsMetadataFilter"}, 7851 "max":10, 7852 "min":0 7853 }, 7854 "OpsMetadataFilterValue":{ 7855 "type":"string", 7856 "max":1024, 7857 "min":1 7858 }, 7859 "OpsMetadataFilterValueList":{ 7860 "type":"list", 7861 "member":{"shape":"OpsMetadataFilterValue"}, 7862 "max":10, 7863 "min":1 7864 }, 7865 "OpsMetadataInvalidArgumentException":{ 7866 "type":"structure", 7867 "members":{ 7868 "message":{"shape":"String"} 7869 }, 7870 "exception":true 7871 }, 7872 "OpsMetadataKeyLimitExceededException":{ 7873 "type":"structure", 7874 "members":{ 7875 "message":{"shape":"String"} 7876 }, 7877 "exception":true 7878 }, 7879 "OpsMetadataLimitExceededException":{ 7880 "type":"structure", 7881 "members":{ 7882 "message":{"shape":"String"} 7883 }, 7884 "exception":true 7885 }, 7886 "OpsMetadataList":{ 7887 "type":"list", 7888 "member":{"shape":"OpsMetadata"}, 7889 "max":50, 7890 "min":1 7891 }, 7892 "OpsMetadataNotFoundException":{ 7893 "type":"structure", 7894 "members":{ 7895 "message":{"shape":"String"} 7896 }, 7897 "exception":true 7898 }, 7899 "OpsMetadataResourceId":{ 7900 "type":"string", 7901 "max":1024, 7902 "min":1, 7903 "pattern":"^(?!\\s*$).+" 7904 }, 7905 "OpsMetadataTooManyUpdatesException":{ 7906 "type":"structure", 7907 "members":{ 7908 "message":{"shape":"String"} 7909 }, 7910 "exception":true 7911 }, 7912 "OpsResultAttribute":{ 7913 "type":"structure", 7914 "required":["TypeName"], 7915 "members":{ 7916 "TypeName":{"shape":"OpsDataTypeName"} 7917 } 7918 }, 7919 "OpsResultAttributeList":{ 7920 "type":"list", 7921 "member":{"shape":"OpsResultAttribute"}, 7922 "min":1 7923 }, 7924 "OutputSource":{ 7925 "type":"structure", 7926 "members":{ 7927 "OutputSourceId":{"shape":"OutputSourceId"}, 7928 "OutputSourceType":{"shape":"OutputSourceType"} 7929 } 7930 }, 7931 "OutputSourceId":{ 7932 "type":"string", 7933 "max":36, 7934 "min":36 7935 }, 7936 "OutputSourceType":{"type":"string"}, 7937 "OwnerInformation":{ 7938 "type":"string", 7939 "max":128, 7940 "min":1, 7941 "sensitive":true 7942 }, 7943 "PSParameterName":{ 7944 "type":"string", 7945 "max":2048, 7946 "min":1 7947 }, 7948 "PSParameterSelector":{ 7949 "type":"string", 7950 "max":128, 7951 "min":0 7952 }, 7953 "PSParameterValue":{ 7954 "type":"string", 7955 "sensitive":true 7956 }, 7957 "PSParameterVersion":{"type":"long"}, 7958 "Parameter":{ 7959 "type":"structure", 7960 "members":{ 7961 "Name":{"shape":"PSParameterName"}, 7962 "Type":{"shape":"ParameterType"}, 7963 "Value":{"shape":"PSParameterValue"}, 7964 "Version":{"shape":"PSParameterVersion"}, 7965 "Selector":{"shape":"PSParameterSelector"}, 7966 "SourceResult":{"shape":"String"}, 7967 "LastModifiedDate":{"shape":"DateTime"}, 7968 "ARN":{"shape":"String"}, 7969 "DataType":{"shape":"ParameterDataType"} 7970 } 7971 }, 7972 "ParameterAlreadyExists":{ 7973 "type":"structure", 7974 "members":{ 7975 "message":{"shape":"String"} 7976 }, 7977 "exception":true 7978 }, 7979 "ParameterDataType":{ 7980 "type":"string", 7981 "max":128, 7982 "min":0 7983 }, 7984 "ParameterDescription":{ 7985 "type":"string", 7986 "max":1024, 7987 "min":0 7988 }, 7989 "ParameterHistory":{ 7990 "type":"structure", 7991 "members":{ 7992 "Name":{"shape":"PSParameterName"}, 7993 "Type":{"shape":"ParameterType"}, 7994 "KeyId":{"shape":"ParameterKeyId"}, 7995 "LastModifiedDate":{"shape":"DateTime"}, 7996 "LastModifiedUser":{"shape":"String"}, 7997 "Description":{"shape":"ParameterDescription"}, 7998 "Value":{"shape":"PSParameterValue"}, 7999 "AllowedPattern":{"shape":"AllowedPattern"}, 8000 "Version":{"shape":"PSParameterVersion"}, 8001 "Labels":{"shape":"ParameterLabelList"}, 8002 "Tier":{"shape":"ParameterTier"}, 8003 "Policies":{"shape":"ParameterPolicyList"}, 8004 "DataType":{"shape":"ParameterDataType"} 8005 } 8006 }, 8007 "ParameterHistoryList":{ 8008 "type":"list", 8009 "member":{"shape":"ParameterHistory"} 8010 }, 8011 "ParameterInlinePolicy":{ 8012 "type":"structure", 8013 "members":{ 8014 "PolicyText":{"shape":"String"}, 8015 "PolicyType":{"shape":"String"}, 8016 "PolicyStatus":{"shape":"String"} 8017 } 8018 }, 8019 "ParameterKeyId":{ 8020 "type":"string", 8021 "max":256, 8022 "min":1, 8023 "pattern":"^([a-zA-Z0-9:/_-]+)$" 8024 }, 8025 "ParameterLabel":{ 8026 "type":"string", 8027 "max":100, 8028 "min":1 8029 }, 8030 "ParameterLabelList":{ 8031 "type":"list", 8032 "member":{"shape":"ParameterLabel"}, 8033 "max":10, 8034 "min":1 8035 }, 8036 "ParameterLimitExceeded":{ 8037 "type":"structure", 8038 "members":{ 8039 "message":{"shape":"String"} 8040 }, 8041 "exception":true 8042 }, 8043 "ParameterList":{ 8044 "type":"list", 8045 "member":{"shape":"Parameter"} 8046 }, 8047 "ParameterMaxVersionLimitExceeded":{ 8048 "type":"structure", 8049 "members":{ 8050 "message":{"shape":"String"} 8051 }, 8052 "exception":true 8053 }, 8054 "ParameterMetadata":{ 8055 "type":"structure", 8056 "members":{ 8057 "Name":{"shape":"PSParameterName"}, 8058 "Type":{"shape":"ParameterType"}, 8059 "KeyId":{"shape":"ParameterKeyId"}, 8060 "LastModifiedDate":{"shape":"DateTime"}, 8061 "LastModifiedUser":{"shape":"String"}, 8062 "Description":{"shape":"ParameterDescription"}, 8063 "AllowedPattern":{"shape":"AllowedPattern"}, 8064 "Version":{"shape":"PSParameterVersion"}, 8065 "Tier":{"shape":"ParameterTier"}, 8066 "Policies":{"shape":"ParameterPolicyList"}, 8067 "DataType":{"shape":"ParameterDataType"} 8068 } 8069 }, 8070 "ParameterMetadataList":{ 8071 "type":"list", 8072 "member":{"shape":"ParameterMetadata"} 8073 }, 8074 "ParameterName":{"type":"string"}, 8075 "ParameterNameList":{ 8076 "type":"list", 8077 "member":{"shape":"PSParameterName"}, 8078 "max":10, 8079 "min":1 8080 }, 8081 "ParameterNotFound":{ 8082 "type":"structure", 8083 "members":{ 8084 "message":{"shape":"String"} 8085 }, 8086 "exception":true 8087 }, 8088 "ParameterPatternMismatchException":{ 8089 "type":"structure", 8090 "members":{ 8091 "message":{"shape":"String"} 8092 }, 8093 "exception":true 8094 }, 8095 "ParameterPolicies":{ 8096 "type":"string", 8097 "max":4096, 8098 "min":1 8099 }, 8100 "ParameterPolicyList":{ 8101 "type":"list", 8102 "member":{"shape":"ParameterInlinePolicy"} 8103 }, 8104 "ParameterStringFilter":{ 8105 "type":"structure", 8106 "required":["Key"], 8107 "members":{ 8108 "Key":{"shape":"ParameterStringFilterKey"}, 8109 "Option":{"shape":"ParameterStringQueryOption"}, 8110 "Values":{"shape":"ParameterStringFilterValueList"} 8111 } 8112 }, 8113 "ParameterStringFilterKey":{ 8114 "type":"string", 8115 "max":132, 8116 "min":1, 8117 "pattern":"tag:.+|Name|Type|KeyId|Path|Label|Tier|DataType" 8118 }, 8119 "ParameterStringFilterList":{ 8120 "type":"list", 8121 "member":{"shape":"ParameterStringFilter"} 8122 }, 8123 "ParameterStringFilterValue":{ 8124 "type":"string", 8125 "max":1024, 8126 "min":1 8127 }, 8128 "ParameterStringFilterValueList":{ 8129 "type":"list", 8130 "member":{"shape":"ParameterStringFilterValue"}, 8131 "max":50, 8132 "min":1 8133 }, 8134 "ParameterStringQueryOption":{ 8135 "type":"string", 8136 "max":10, 8137 "min":1 8138 }, 8139 "ParameterTier":{ 8140 "type":"string", 8141 "enum":[ 8142 "Standard", 8143 "Advanced", 8144 "Intelligent-Tiering" 8145 ] 8146 }, 8147 "ParameterType":{ 8148 "type":"string", 8149 "enum":[ 8150 "String", 8151 "StringList", 8152 "SecureString" 8153 ] 8154 }, 8155 "ParameterValue":{"type":"string"}, 8156 "ParameterValueList":{ 8157 "type":"list", 8158 "member":{"shape":"ParameterValue"} 8159 }, 8160 "ParameterVersionLabelLimitExceeded":{ 8161 "type":"structure", 8162 "members":{ 8163 "message":{"shape":"String"} 8164 }, 8165 "exception":true 8166 }, 8167 "ParameterVersionNotFound":{ 8168 "type":"structure", 8169 "members":{ 8170 "message":{"shape":"String"} 8171 }, 8172 "exception":true 8173 }, 8174 "Parameters":{ 8175 "type":"map", 8176 "key":{"shape":"ParameterName"}, 8177 "value":{"shape":"ParameterValueList"} 8178 }, 8179 "ParametersFilter":{ 8180 "type":"structure", 8181 "required":[ 8182 "Key", 8183 "Values" 8184 ], 8185 "members":{ 8186 "Key":{"shape":"ParametersFilterKey"}, 8187 "Values":{"shape":"ParametersFilterValueList"} 8188 } 8189 }, 8190 "ParametersFilterKey":{ 8191 "type":"string", 8192 "enum":[ 8193 "Name", 8194 "Type", 8195 "KeyId" 8196 ] 8197 }, 8198 "ParametersFilterList":{ 8199 "type":"list", 8200 "member":{"shape":"ParametersFilter"} 8201 }, 8202 "ParametersFilterValue":{ 8203 "type":"string", 8204 "max":1024, 8205 "min":1 8206 }, 8207 "ParametersFilterValueList":{ 8208 "type":"list", 8209 "member":{"shape":"ParametersFilterValue"}, 8210 "max":50, 8211 "min":1 8212 }, 8213 "Patch":{ 8214 "type":"structure", 8215 "members":{ 8216 "Id":{"shape":"PatchId"}, 8217 "ReleaseDate":{"shape":"DateTime"}, 8218 "Title":{"shape":"PatchTitle"}, 8219 "Description":{"shape":"PatchDescription"}, 8220 "ContentUrl":{"shape":"PatchContentUrl"}, 8221 "Vendor":{"shape":"PatchVendor"}, 8222 "ProductFamily":{"shape":"PatchProductFamily"}, 8223 "Product":{"shape":"PatchProduct"}, 8224 "Classification":{"shape":"PatchClassification"}, 8225 "MsrcSeverity":{"shape":"PatchMsrcSeverity"}, 8226 "KbNumber":{"shape":"PatchKbNumber"}, 8227 "MsrcNumber":{"shape":"PatchMsrcNumber"}, 8228 "Language":{"shape":"PatchLanguage"}, 8229 "AdvisoryIds":{"shape":"PatchAdvisoryIdList"}, 8230 "BugzillaIds":{"shape":"PatchBugzillaIdList"}, 8231 "CVEIds":{"shape":"PatchCVEIdList"}, 8232 "Name":{"shape":"PatchName"}, 8233 "Epoch":{"shape":"PatchEpoch"}, 8234 "Version":{"shape":"PatchVersion"}, 8235 "Release":{"shape":"PatchRelease"}, 8236 "Arch":{"shape":"PatchArch"}, 8237 "Severity":{"shape":"PatchSeverity"}, 8238 "Repository":{"shape":"PatchRepository"} 8239 } 8240 }, 8241 "PatchAction":{ 8242 "type":"string", 8243 "enum":[ 8244 "ALLOW_AS_DEPENDENCY", 8245 "BLOCK" 8246 ] 8247 }, 8248 "PatchAdvisoryId":{"type":"string"}, 8249 "PatchAdvisoryIdList":{ 8250 "type":"list", 8251 "member":{"shape":"PatchAdvisoryId"} 8252 }, 8253 "PatchArch":{"type":"string"}, 8254 "PatchBaselineIdentity":{ 8255 "type":"structure", 8256 "members":{ 8257 "BaselineId":{"shape":"BaselineId"}, 8258 "BaselineName":{"shape":"BaselineName"}, 8259 "OperatingSystem":{"shape":"OperatingSystem"}, 8260 "BaselineDescription":{"shape":"BaselineDescription"}, 8261 "DefaultBaseline":{"shape":"DefaultBaseline"} 8262 } 8263 }, 8264 "PatchBaselineIdentityList":{ 8265 "type":"list", 8266 "member":{"shape":"PatchBaselineIdentity"} 8267 }, 8268 "PatchBaselineMaxResults":{ 8269 "type":"integer", 8270 "max":100, 8271 "min":1 8272 }, 8273 "PatchBugzillaId":{"type":"string"}, 8274 "PatchBugzillaIdList":{ 8275 "type":"list", 8276 "member":{"shape":"PatchBugzillaId"} 8277 }, 8278 "PatchCVEId":{"type":"string"}, 8279 "PatchCVEIdList":{ 8280 "type":"list", 8281 "member":{"shape":"PatchCVEId"} 8282 }, 8283 "PatchCVEIds":{"type":"string"}, 8284 "PatchClassification":{"type":"string"}, 8285 "PatchComplianceData":{ 8286 "type":"structure", 8287 "required":[ 8288 "Title", 8289 "KBId", 8290 "Classification", 8291 "Severity", 8292 "State", 8293 "InstalledTime" 8294 ], 8295 "members":{ 8296 "Title":{"shape":"PatchTitle"}, 8297 "KBId":{"shape":"PatchKbNumber"}, 8298 "Classification":{"shape":"PatchClassification"}, 8299 "Severity":{"shape":"PatchSeverity"}, 8300 "State":{"shape":"PatchComplianceDataState"}, 8301 "InstalledTime":{"shape":"DateTime"}, 8302 "CVEIds":{"shape":"PatchCVEIds"} 8303 } 8304 }, 8305 "PatchComplianceDataList":{ 8306 "type":"list", 8307 "member":{"shape":"PatchComplianceData"} 8308 }, 8309 "PatchComplianceDataState":{ 8310 "type":"string", 8311 "enum":[ 8312 "INSTALLED", 8313 "INSTALLED_OTHER", 8314 "INSTALLED_PENDING_REBOOT", 8315 "INSTALLED_REJECTED", 8316 "MISSING", 8317 "NOT_APPLICABLE", 8318 "FAILED" 8319 ] 8320 }, 8321 "PatchComplianceLevel":{ 8322 "type":"string", 8323 "enum":[ 8324 "CRITICAL", 8325 "HIGH", 8326 "MEDIUM", 8327 "LOW", 8328 "INFORMATIONAL", 8329 "UNSPECIFIED" 8330 ] 8331 }, 8332 "PatchComplianceMaxResults":{ 8333 "type":"integer", 8334 "max":100, 8335 "min":10 8336 }, 8337 "PatchContentUrl":{"type":"string"}, 8338 "PatchCriticalNonCompliantCount":{"type":"integer"}, 8339 "PatchDeploymentStatus":{ 8340 "type":"string", 8341 "enum":[ 8342 "APPROVED", 8343 "PENDING_APPROVAL", 8344 "EXPLICIT_APPROVED", 8345 "EXPLICIT_REJECTED" 8346 ] 8347 }, 8348 "PatchDescription":{"type":"string"}, 8349 "PatchEpoch":{"type":"integer"}, 8350 "PatchFailedCount":{"type":"integer"}, 8351 "PatchFilter":{ 8352 "type":"structure", 8353 "required":[ 8354 "Key", 8355 "Values" 8356 ], 8357 "members":{ 8358 "Key":{"shape":"PatchFilterKey"}, 8359 "Values":{"shape":"PatchFilterValueList"} 8360 } 8361 }, 8362 "PatchFilterGroup":{ 8363 "type":"structure", 8364 "required":["PatchFilters"], 8365 "members":{ 8366 "PatchFilters":{"shape":"PatchFilterList"} 8367 } 8368 }, 8369 "PatchFilterKey":{ 8370 "type":"string", 8371 "enum":[ 8372 "ARCH", 8373 "ADVISORY_ID", 8374 "BUGZILLA_ID", 8375 "PATCH_SET", 8376 "PRODUCT", 8377 "PRODUCT_FAMILY", 8378 "CLASSIFICATION", 8379 "CVE_ID", 8380 "EPOCH", 8381 "MSRC_SEVERITY", 8382 "NAME", 8383 "PATCH_ID", 8384 "SECTION", 8385 "PRIORITY", 8386 "REPOSITORY", 8387 "RELEASE", 8388 "SEVERITY", 8389 "SECURITY", 8390 "VERSION" 8391 ] 8392 }, 8393 "PatchFilterList":{ 8394 "type":"list", 8395 "member":{"shape":"PatchFilter"}, 8396 "max":4, 8397 "min":0 8398 }, 8399 "PatchFilterValue":{ 8400 "type":"string", 8401 "max":64, 8402 "min":1 8403 }, 8404 "PatchFilterValueList":{ 8405 "type":"list", 8406 "member":{"shape":"PatchFilterValue"}, 8407 "max":20, 8408 "min":1 8409 }, 8410 "PatchGroup":{ 8411 "type":"string", 8412 "max":256, 8413 "min":1, 8414 "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" 8415 }, 8416 "PatchGroupList":{ 8417 "type":"list", 8418 "member":{"shape":"PatchGroup"} 8419 }, 8420 "PatchGroupPatchBaselineMapping":{ 8421 "type":"structure", 8422 "members":{ 8423 "PatchGroup":{"shape":"PatchGroup"}, 8424 "BaselineIdentity":{"shape":"PatchBaselineIdentity"} 8425 } 8426 }, 8427 "PatchGroupPatchBaselineMappingList":{ 8428 "type":"list", 8429 "member":{"shape":"PatchGroupPatchBaselineMapping"} 8430 }, 8431 "PatchId":{ 8432 "type":"string", 8433 "max":100, 8434 "min":1 8435 }, 8436 "PatchIdList":{ 8437 "type":"list", 8438 "member":{"shape":"PatchId"}, 8439 "max":50, 8440 "min":0 8441 }, 8442 "PatchInstalledCount":{"type":"integer"}, 8443 "PatchInstalledOtherCount":{"type":"integer"}, 8444 "PatchInstalledPendingRebootCount":{"type":"integer"}, 8445 "PatchInstalledRejectedCount":{"type":"integer"}, 8446 "PatchKbNumber":{"type":"string"}, 8447 "PatchLanguage":{"type":"string"}, 8448 "PatchList":{ 8449 "type":"list", 8450 "member":{"shape":"Patch"} 8451 }, 8452 "PatchMissingCount":{"type":"integer"}, 8453 "PatchMsrcNumber":{"type":"string"}, 8454 "PatchMsrcSeverity":{"type":"string"}, 8455 "PatchName":{"type":"string"}, 8456 "PatchNotApplicableCount":{"type":"integer"}, 8457 "PatchOperationType":{ 8458 "type":"string", 8459 "enum":[ 8460 "Scan", 8461 "Install" 8462 ] 8463 }, 8464 "PatchOrchestratorFilter":{ 8465 "type":"structure", 8466 "members":{ 8467 "Key":{"shape":"PatchOrchestratorFilterKey"}, 8468 "Values":{"shape":"PatchOrchestratorFilterValues"} 8469 } 8470 }, 8471 "PatchOrchestratorFilterKey":{ 8472 "type":"string", 8473 "max":128, 8474 "min":1 8475 }, 8476 "PatchOrchestratorFilterList":{ 8477 "type":"list", 8478 "member":{"shape":"PatchOrchestratorFilter"}, 8479 "max":5, 8480 "min":0 8481 }, 8482 "PatchOrchestratorFilterValue":{ 8483 "type":"string", 8484 "max":256, 8485 "min":1 8486 }, 8487 "PatchOrchestratorFilterValues":{ 8488 "type":"list", 8489 "member":{"shape":"PatchOrchestratorFilterValue"} 8490 }, 8491 "PatchOtherNonCompliantCount":{"type":"integer"}, 8492 "PatchProduct":{"type":"string"}, 8493 "PatchProductFamily":{"type":"string"}, 8494 "PatchPropertiesList":{ 8495 "type":"list", 8496 "member":{"shape":"PatchPropertyEntry"} 8497 }, 8498 "PatchProperty":{ 8499 "type":"string", 8500 "enum":[ 8501 "PRODUCT", 8502 "PRODUCT_FAMILY", 8503 "CLASSIFICATION", 8504 "MSRC_SEVERITY", 8505 "PRIORITY", 8506 "SEVERITY" 8507 ] 8508 }, 8509 "PatchPropertyEntry":{ 8510 "type":"map", 8511 "key":{"shape":"AttributeName"}, 8512 "value":{"shape":"AttributeValue"} 8513 }, 8514 "PatchRelease":{"type":"string"}, 8515 "PatchRepository":{"type":"string"}, 8516 "PatchRule":{ 8517 "type":"structure", 8518 "required":["PatchFilterGroup"], 8519 "members":{ 8520 "PatchFilterGroup":{"shape":"PatchFilterGroup"}, 8521 "ComplianceLevel":{"shape":"PatchComplianceLevel"}, 8522 "ApproveAfterDays":{ 8523 "shape":"ApproveAfterDays", 8524 "box":true 8525 }, 8526 "ApproveUntilDate":{ 8527 "shape":"PatchStringDateTime", 8528 "box":true 8529 }, 8530 "EnableNonSecurity":{ 8531 "shape":"Boolean", 8532 "box":true 8533 } 8534 } 8535 }, 8536 "PatchRuleGroup":{ 8537 "type":"structure", 8538 "required":["PatchRules"], 8539 "members":{ 8540 "PatchRules":{"shape":"PatchRuleList"} 8541 } 8542 }, 8543 "PatchRuleList":{ 8544 "type":"list", 8545 "member":{"shape":"PatchRule"}, 8546 "max":10, 8547 "min":0 8548 }, 8549 "PatchSecurityNonCompliantCount":{"type":"integer"}, 8550 "PatchSet":{ 8551 "type":"string", 8552 "enum":[ 8553 "OS", 8554 "APPLICATION" 8555 ] 8556 }, 8557 "PatchSeverity":{"type":"string"}, 8558 "PatchSource":{ 8559 "type":"structure", 8560 "required":[ 8561 "Name", 8562 "Products", 8563 "Configuration" 8564 ], 8565 "members":{ 8566 "Name":{"shape":"PatchSourceName"}, 8567 "Products":{"shape":"PatchSourceProductList"}, 8568 "Configuration":{"shape":"PatchSourceConfiguration"} 8569 } 8570 }, 8571 "PatchSourceConfiguration":{ 8572 "type":"string", 8573 "max":1024, 8574 "min":1, 8575 "sensitive":true 8576 }, 8577 "PatchSourceList":{ 8578 "type":"list", 8579 "member":{"shape":"PatchSource"}, 8580 "max":20, 8581 "min":0 8582 }, 8583 "PatchSourceName":{ 8584 "type":"string", 8585 "pattern":"^[a-zA-Z0-9_\\-.]{3,50}$" 8586 }, 8587 "PatchSourceProduct":{ 8588 "type":"string", 8589 "max":128, 8590 "min":1 8591 }, 8592 "PatchSourceProductList":{ 8593 "type":"list", 8594 "member":{"shape":"PatchSourceProduct"}, 8595 "max":20, 8596 "min":1 8597 }, 8598 "PatchStatus":{ 8599 "type":"structure", 8600 "members":{ 8601 "DeploymentStatus":{"shape":"PatchDeploymentStatus"}, 8602 "ComplianceLevel":{"shape":"PatchComplianceLevel"}, 8603 "ApprovalDate":{"shape":"DateTime"} 8604 } 8605 }, 8606 "PatchStringDateTime":{ 8607 "type":"string", 8608 "max":10, 8609 "min":1 8610 }, 8611 "PatchTitle":{"type":"string"}, 8612 "PatchUnreportedNotApplicableCount":{"type":"integer"}, 8613 "PatchVendor":{"type":"string"}, 8614 "PatchVersion":{"type":"string"}, 8615 "PingStatus":{ 8616 "type":"string", 8617 "enum":[ 8618 "Online", 8619 "ConnectionLost", 8620 "Inactive" 8621 ] 8622 }, 8623 "PlatformType":{ 8624 "type":"string", 8625 "enum":[ 8626 "Windows", 8627 "Linux" 8628 ] 8629 }, 8630 "PlatformTypeList":{ 8631 "type":"list", 8632 "member":{"shape":"PlatformType"} 8633 }, 8634 "PoliciesLimitExceededException":{ 8635 "type":"structure", 8636 "members":{ 8637 "message":{"shape":"String"} 8638 }, 8639 "exception":true 8640 }, 8641 "Product":{"type":"string"}, 8642 "ProgressCounters":{ 8643 "type":"structure", 8644 "members":{ 8645 "TotalSteps":{"shape":"Integer"}, 8646 "SuccessSteps":{"shape":"Integer"}, 8647 "FailedSteps":{"shape":"Integer"}, 8648 "CancelledSteps":{"shape":"Integer"}, 8649 "TimedOutSteps":{"shape":"Integer"} 8650 } 8651 }, 8652 "PutComplianceItemsRequest":{ 8653 "type":"structure", 8654 "required":[ 8655 "ResourceId", 8656 "ResourceType", 8657 "ComplianceType", 8658 "ExecutionSummary", 8659 "Items" 8660 ], 8661 "members":{ 8662 "ResourceId":{"shape":"ComplianceResourceId"}, 8663 "ResourceType":{"shape":"ComplianceResourceType"}, 8664 "ComplianceType":{"shape":"ComplianceTypeName"}, 8665 "ExecutionSummary":{"shape":"ComplianceExecutionSummary"}, 8666 "Items":{"shape":"ComplianceItemEntryList"}, 8667 "ItemContentHash":{"shape":"ComplianceItemContentHash"}, 8668 "UploadType":{ 8669 "shape":"ComplianceUploadType", 8670 "box":true 8671 } 8672 } 8673 }, 8674 "PutComplianceItemsResult":{ 8675 "type":"structure", 8676 "members":{ 8677 } 8678 }, 8679 "PutInventoryMessage":{"type":"string"}, 8680 "PutInventoryRequest":{ 8681 "type":"structure", 8682 "required":[ 8683 "InstanceId", 8684 "Items" 8685 ], 8686 "members":{ 8687 "InstanceId":{"shape":"InstanceId"}, 8688 "Items":{"shape":"InventoryItemList"} 8689 } 8690 }, 8691 "PutInventoryResult":{ 8692 "type":"structure", 8693 "members":{ 8694 "Message":{"shape":"PutInventoryMessage"} 8695 } 8696 }, 8697 "PutParameterRequest":{ 8698 "type":"structure", 8699 "required":[ 8700 "Name", 8701 "Value" 8702 ], 8703 "members":{ 8704 "Name":{"shape":"PSParameterName"}, 8705 "Description":{"shape":"ParameterDescription"}, 8706 "Value":{"shape":"PSParameterValue"}, 8707 "Type":{"shape":"ParameterType"}, 8708 "KeyId":{"shape":"ParameterKeyId"}, 8709 "Overwrite":{ 8710 "shape":"Boolean", 8711 "box":true 8712 }, 8713 "AllowedPattern":{"shape":"AllowedPattern"}, 8714 "Tags":{"shape":"TagList"}, 8715 "Tier":{"shape":"ParameterTier"}, 8716 "Policies":{"shape":"ParameterPolicies"}, 8717 "DataType":{"shape":"ParameterDataType"} 8718 } 8719 }, 8720 "PutParameterResult":{ 8721 "type":"structure", 8722 "members":{ 8723 "Version":{"shape":"PSParameterVersion"}, 8724 "Tier":{"shape":"ParameterTier"} 8725 } 8726 }, 8727 "RebootOption":{ 8728 "type":"string", 8729 "enum":[ 8730 "RebootIfNeeded", 8731 "NoReboot" 8732 ] 8733 }, 8734 "Region":{"type":"string"}, 8735 "Regions":{ 8736 "type":"list", 8737 "member":{"shape":"Region"}, 8738 "max":50, 8739 "min":1 8740 }, 8741 "RegisterDefaultPatchBaselineRequest":{ 8742 "type":"structure", 8743 "required":["BaselineId"], 8744 "members":{ 8745 "BaselineId":{"shape":"BaselineId"} 8746 } 8747 }, 8748 "RegisterDefaultPatchBaselineResult":{ 8749 "type":"structure", 8750 "members":{ 8751 "BaselineId":{"shape":"BaselineId"} 8752 } 8753 }, 8754 "RegisterPatchBaselineForPatchGroupRequest":{ 8755 "type":"structure", 8756 "required":[ 8757 "BaselineId", 8758 "PatchGroup" 8759 ], 8760 "members":{ 8761 "BaselineId":{"shape":"BaselineId"}, 8762 "PatchGroup":{"shape":"PatchGroup"} 8763 } 8764 }, 8765 "RegisterPatchBaselineForPatchGroupResult":{ 8766 "type":"structure", 8767 "members":{ 8768 "BaselineId":{"shape":"BaselineId"}, 8769 "PatchGroup":{"shape":"PatchGroup"} 8770 } 8771 }, 8772 "RegisterTargetWithMaintenanceWindowRequest":{ 8773 "type":"structure", 8774 "required":[ 8775 "WindowId", 8776 "ResourceType", 8777 "Targets" 8778 ], 8779 "members":{ 8780 "WindowId":{"shape":"MaintenanceWindowId"}, 8781 "ResourceType":{"shape":"MaintenanceWindowResourceType"}, 8782 "Targets":{"shape":"Targets"}, 8783 "OwnerInformation":{"shape":"OwnerInformation"}, 8784 "Name":{"shape":"MaintenanceWindowName"}, 8785 "Description":{"shape":"MaintenanceWindowDescription"}, 8786 "ClientToken":{ 8787 "shape":"ClientToken", 8788 "idempotencyToken":true 8789 } 8790 } 8791 }, 8792 "RegisterTargetWithMaintenanceWindowResult":{ 8793 "type":"structure", 8794 "members":{ 8795 "WindowTargetId":{"shape":"MaintenanceWindowTargetId"} 8796 } 8797 }, 8798 "RegisterTaskWithMaintenanceWindowRequest":{ 8799 "type":"structure", 8800 "required":[ 8801 "WindowId", 8802 "TaskArn", 8803 "TaskType" 8804 ], 8805 "members":{ 8806 "WindowId":{"shape":"MaintenanceWindowId"}, 8807 "Targets":{ 8808 "shape":"Targets", 8809 "box":true 8810 }, 8811 "TaskArn":{"shape":"MaintenanceWindowTaskArn"}, 8812 "ServiceRoleArn":{"shape":"ServiceRole"}, 8813 "TaskType":{"shape":"MaintenanceWindowTaskType"}, 8814 "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"}, 8815 "TaskInvocationParameters":{"shape":"MaintenanceWindowTaskInvocationParameters"}, 8816 "Priority":{ 8817 "shape":"MaintenanceWindowTaskPriority", 8818 "box":true 8819 }, 8820 "MaxConcurrency":{ 8821 "shape":"MaxConcurrency", 8822 "box":true 8823 }, 8824 "MaxErrors":{ 8825 "shape":"MaxErrors", 8826 "box":true 8827 }, 8828 "LoggingInfo":{"shape":"LoggingInfo"}, 8829 "Name":{"shape":"MaintenanceWindowName"}, 8830 "Description":{"shape":"MaintenanceWindowDescription"}, 8831 "ClientToken":{ 8832 "shape":"ClientToken", 8833 "idempotencyToken":true 8834 }, 8835 "CutoffBehavior":{ 8836 "shape":"MaintenanceWindowTaskCutoffBehavior", 8837 "box":true 8838 } 8839 } 8840 }, 8841 "RegisterTaskWithMaintenanceWindowResult":{ 8842 "type":"structure", 8843 "members":{ 8844 "WindowTaskId":{"shape":"MaintenanceWindowTaskId"} 8845 } 8846 }, 8847 "RegistrationLimit":{ 8848 "type":"integer", 8849 "max":1000, 8850 "min":1 8851 }, 8852 "RegistrationsCount":{ 8853 "type":"integer", 8854 "max":1000, 8855 "min":1 8856 }, 8857 "RelatedOpsItem":{ 8858 "type":"structure", 8859 "required":["OpsItemId"], 8860 "members":{ 8861 "OpsItemId":{"shape":"String"} 8862 } 8863 }, 8864 "RelatedOpsItems":{ 8865 "type":"list", 8866 "member":{"shape":"RelatedOpsItem"} 8867 }, 8868 "RemainingCount":{"type":"integer"}, 8869 "RemoveTagsFromResourceRequest":{ 8870 "type":"structure", 8871 "required":[ 8872 "ResourceType", 8873 "ResourceId", 8874 "TagKeys" 8875 ], 8876 "members":{ 8877 "ResourceType":{"shape":"ResourceTypeForTagging"}, 8878 "ResourceId":{"shape":"ResourceId"}, 8879 "TagKeys":{"shape":"KeyList"} 8880 } 8881 }, 8882 "RemoveTagsFromResourceResult":{ 8883 "type":"structure", 8884 "members":{ 8885 } 8886 }, 8887 "ResetServiceSettingRequest":{ 8888 "type":"structure", 8889 "required":["SettingId"], 8890 "members":{ 8891 "SettingId":{"shape":"ServiceSettingId"} 8892 } 8893 }, 8894 "ResetServiceSettingResult":{ 8895 "type":"structure", 8896 "members":{ 8897 "ServiceSetting":{"shape":"ServiceSetting"} 8898 } 8899 }, 8900 "ResolvedTargets":{ 8901 "type":"structure", 8902 "members":{ 8903 "ParameterValues":{"shape":"TargetParameterList"}, 8904 "Truncated":{"shape":"Boolean"} 8905 } 8906 }, 8907 "ResourceComplianceSummaryItem":{ 8908 "type":"structure", 8909 "members":{ 8910 "ComplianceType":{"shape":"ComplianceTypeName"}, 8911 "ResourceType":{"shape":"ComplianceResourceType"}, 8912 "ResourceId":{"shape":"ComplianceResourceId"}, 8913 "Status":{"shape":"ComplianceStatus"}, 8914 "OverallSeverity":{"shape":"ComplianceSeverity"}, 8915 "ExecutionSummary":{"shape":"ComplianceExecutionSummary"}, 8916 "CompliantSummary":{"shape":"CompliantSummary"}, 8917 "NonCompliantSummary":{"shape":"NonCompliantSummary"} 8918 } 8919 }, 8920 "ResourceComplianceSummaryItemList":{ 8921 "type":"list", 8922 "member":{"shape":"ResourceComplianceSummaryItem"} 8923 }, 8924 "ResourceCount":{"type":"integer"}, 8925 "ResourceCountByStatus":{"type":"string"}, 8926 "ResourceDataSyncAWSKMSKeyARN":{ 8927 "type":"string", 8928 "max":512, 8929 "min":1, 8930 "pattern":"arn:.*" 8931 }, 8932 "ResourceDataSyncAlreadyExistsException":{ 8933 "type":"structure", 8934 "members":{ 8935 "SyncName":{"shape":"ResourceDataSyncName"} 8936 }, 8937 "exception":true 8938 }, 8939 "ResourceDataSyncAwsOrganizationsSource":{ 8940 "type":"structure", 8941 "required":["OrganizationSourceType"], 8942 "members":{ 8943 "OrganizationSourceType":{"shape":"ResourceDataSyncOrganizationSourceType"}, 8944 "OrganizationalUnits":{"shape":"ResourceDataSyncOrganizationalUnitList"} 8945 } 8946 }, 8947 "ResourceDataSyncConflictException":{ 8948 "type":"structure", 8949 "members":{ 8950 "Message":{"shape":"String"} 8951 }, 8952 "exception":true 8953 }, 8954 "ResourceDataSyncCountExceededException":{ 8955 "type":"structure", 8956 "members":{ 8957 "Message":{"shape":"String"} 8958 }, 8959 "exception":true 8960 }, 8961 "ResourceDataSyncCreatedTime":{"type":"timestamp"}, 8962 "ResourceDataSyncDestinationDataSharing":{ 8963 "type":"structure", 8964 "members":{ 8965 "DestinationDataSharingType":{"shape":"ResourceDataSyncDestinationDataSharingType"} 8966 } 8967 }, 8968 "ResourceDataSyncDestinationDataSharingType":{ 8969 "type":"string", 8970 "max":64, 8971 "min":1 8972 }, 8973 "ResourceDataSyncEnableAllOpsDataSources":{"type":"boolean"}, 8974 "ResourceDataSyncIncludeFutureRegions":{"type":"boolean"}, 8975 "ResourceDataSyncInvalidConfigurationException":{ 8976 "type":"structure", 8977 "members":{ 8978 "Message":{"shape":"String"} 8979 }, 8980 "exception":true 8981 }, 8982 "ResourceDataSyncItem":{ 8983 "type":"structure", 8984 "members":{ 8985 "SyncName":{"shape":"ResourceDataSyncName"}, 8986 "SyncType":{"shape":"ResourceDataSyncType"}, 8987 "SyncSource":{"shape":"ResourceDataSyncSourceWithState"}, 8988 "S3Destination":{"shape":"ResourceDataSyncS3Destination"}, 8989 "LastSyncTime":{"shape":"LastResourceDataSyncTime"}, 8990 "LastSuccessfulSyncTime":{"shape":"LastSuccessfulResourceDataSyncTime"}, 8991 "SyncLastModifiedTime":{"shape":"ResourceDataSyncLastModifiedTime"}, 8992 "LastStatus":{"shape":"LastResourceDataSyncStatus"}, 8993 "SyncCreatedTime":{"shape":"ResourceDataSyncCreatedTime"}, 8994 "LastSyncStatusMessage":{"shape":"LastResourceDataSyncMessage"} 8995 } 8996 }, 8997 "ResourceDataSyncItemList":{ 8998 "type":"list", 8999 "member":{"shape":"ResourceDataSyncItem"} 9000 }, 9001 "ResourceDataSyncLastModifiedTime":{"type":"timestamp"}, 9002 "ResourceDataSyncName":{ 9003 "type":"string", 9004 "max":64, 9005 "min":1 9006 }, 9007 "ResourceDataSyncNotFoundException":{ 9008 "type":"structure", 9009 "members":{ 9010 "SyncName":{"shape":"ResourceDataSyncName"}, 9011 "SyncType":{"shape":"ResourceDataSyncType"}, 9012 "Message":{"shape":"String"} 9013 }, 9014 "exception":true 9015 }, 9016 "ResourceDataSyncOrganizationSourceType":{ 9017 "type":"string", 9018 "max":64, 9019 "min":1 9020 }, 9021 "ResourceDataSyncOrganizationalUnit":{ 9022 "type":"structure", 9023 "members":{ 9024 "OrganizationalUnitId":{"shape":"ResourceDataSyncOrganizationalUnitId"} 9025 } 9026 }, 9027 "ResourceDataSyncOrganizationalUnitId":{ 9028 "type":"string", 9029 "max":128, 9030 "min":1, 9031 "pattern":"^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$" 9032 }, 9033 "ResourceDataSyncOrganizationalUnitList":{ 9034 "type":"list", 9035 "member":{"shape":"ResourceDataSyncOrganizationalUnit"}, 9036 "max":1000, 9037 "min":1 9038 }, 9039 "ResourceDataSyncS3BucketName":{ 9040 "type":"string", 9041 "max":2048, 9042 "min":1 9043 }, 9044 "ResourceDataSyncS3Destination":{ 9045 "type":"structure", 9046 "required":[ 9047 "BucketName", 9048 "SyncFormat", 9049 "Region" 9050 ], 9051 "members":{ 9052 "BucketName":{"shape":"ResourceDataSyncS3BucketName"}, 9053 "Prefix":{"shape":"ResourceDataSyncS3Prefix"}, 9054 "SyncFormat":{"shape":"ResourceDataSyncS3Format"}, 9055 "Region":{"shape":"ResourceDataSyncS3Region"}, 9056 "AWSKMSKeyARN":{"shape":"ResourceDataSyncAWSKMSKeyARN"}, 9057 "DestinationDataSharing":{"shape":"ResourceDataSyncDestinationDataSharing"} 9058 } 9059 }, 9060 "ResourceDataSyncS3Format":{ 9061 "type":"string", 9062 "enum":["JsonSerDe"] 9063 }, 9064 "ResourceDataSyncS3Prefix":{ 9065 "type":"string", 9066 "max":256, 9067 "min":1 9068 }, 9069 "ResourceDataSyncS3Region":{ 9070 "type":"string", 9071 "max":64, 9072 "min":1 9073 }, 9074 "ResourceDataSyncSource":{ 9075 "type":"structure", 9076 "required":[ 9077 "SourceType", 9078 "SourceRegions" 9079 ], 9080 "members":{ 9081 "SourceType":{"shape":"ResourceDataSyncSourceType"}, 9082 "AwsOrganizationsSource":{"shape":"ResourceDataSyncAwsOrganizationsSource"}, 9083 "SourceRegions":{"shape":"ResourceDataSyncSourceRegionList"}, 9084 "IncludeFutureRegions":{"shape":"ResourceDataSyncIncludeFutureRegions"}, 9085 "EnableAllOpsDataSources":{"shape":"ResourceDataSyncEnableAllOpsDataSources"} 9086 } 9087 }, 9088 "ResourceDataSyncSourceRegion":{ 9089 "type":"string", 9090 "max":64, 9091 "min":1 9092 }, 9093 "ResourceDataSyncSourceRegionList":{ 9094 "type":"list", 9095 "member":{"shape":"ResourceDataSyncSourceRegion"} 9096 }, 9097 "ResourceDataSyncSourceType":{ 9098 "type":"string", 9099 "max":64, 9100 "min":1 9101 }, 9102 "ResourceDataSyncSourceWithState":{ 9103 "type":"structure", 9104 "members":{ 9105 "SourceType":{"shape":"ResourceDataSyncSourceType"}, 9106 "AwsOrganizationsSource":{"shape":"ResourceDataSyncAwsOrganizationsSource"}, 9107 "SourceRegions":{"shape":"ResourceDataSyncSourceRegionList"}, 9108 "IncludeFutureRegions":{"shape":"ResourceDataSyncIncludeFutureRegions"}, 9109 "State":{"shape":"ResourceDataSyncState"}, 9110 "EnableAllOpsDataSources":{"shape":"ResourceDataSyncEnableAllOpsDataSources"} 9111 } 9112 }, 9113 "ResourceDataSyncState":{ 9114 "type":"string", 9115 "max":64, 9116 "min":1 9117 }, 9118 "ResourceDataSyncType":{ 9119 "type":"string", 9120 "max":64, 9121 "min":1 9122 }, 9123 "ResourceId":{"type":"string"}, 9124 "ResourceInUseException":{ 9125 "type":"structure", 9126 "members":{ 9127 "Message":{"shape":"String"} 9128 }, 9129 "exception":true 9130 }, 9131 "ResourceLimitExceededException":{ 9132 "type":"structure", 9133 "members":{ 9134 "Message":{"shape":"String"} 9135 }, 9136 "exception":true 9137 }, 9138 "ResourceType":{ 9139 "type":"string", 9140 "enum":[ 9141 "ManagedInstance", 9142 "Document", 9143 "EC2Instance" 9144 ] 9145 }, 9146 "ResourceTypeForTagging":{ 9147 "type":"string", 9148 "enum":[ 9149 "Document", 9150 "ManagedInstance", 9151 "MaintenanceWindow", 9152 "Parameter", 9153 "PatchBaseline", 9154 "OpsItem", 9155 "OpsMetadata" 9156 ] 9157 }, 9158 "ResponseCode":{"type":"integer"}, 9159 "ResultAttribute":{ 9160 "type":"structure", 9161 "required":["TypeName"], 9162 "members":{ 9163 "TypeName":{"shape":"InventoryItemTypeName"} 9164 } 9165 }, 9166 "ResultAttributeList":{ 9167 "type":"list", 9168 "member":{"shape":"ResultAttribute"}, 9169 "max":1, 9170 "min":1 9171 }, 9172 "ResumeSessionRequest":{ 9173 "type":"structure", 9174 "required":["SessionId"], 9175 "members":{ 9176 "SessionId":{"shape":"SessionId"} 9177 } 9178 }, 9179 "ResumeSessionResponse":{ 9180 "type":"structure", 9181 "members":{ 9182 "SessionId":{"shape":"SessionId"}, 9183 "TokenValue":{"shape":"TokenValue"}, 9184 "StreamUrl":{"shape":"StreamUrl"} 9185 } 9186 }, 9187 "ReviewInformation":{ 9188 "type":"structure", 9189 "members":{ 9190 "ReviewedTime":{"shape":"DateTime"}, 9191 "Status":{"shape":"ReviewStatus"}, 9192 "Reviewer":{"shape":"Reviewer"} 9193 } 9194 }, 9195 "ReviewInformationList":{ 9196 "type":"list", 9197 "member":{"shape":"ReviewInformation"}, 9198 "min":1 9199 }, 9200 "ReviewStatus":{ 9201 "type":"string", 9202 "enum":[ 9203 "APPROVED", 9204 "NOT_REVIEWED", 9205 "PENDING", 9206 "REJECTED" 9207 ] 9208 }, 9209 "Reviewer":{ 9210 "type":"string", 9211 "max":50, 9212 "pattern":"^[a-zA-Z0-9_\\-.]{1,128}$" 9213 }, 9214 "Runbook":{ 9215 "type":"structure", 9216 "required":["DocumentName"], 9217 "members":{ 9218 "DocumentName":{"shape":"DocumentARN"}, 9219 "DocumentVersion":{ 9220 "shape":"DocumentVersion", 9221 "box":true 9222 }, 9223 "Parameters":{"shape":"AutomationParameterMap"}, 9224 "TargetParameterName":{"shape":"AutomationParameterKey"}, 9225 "Targets":{"shape":"Targets"}, 9226 "MaxConcurrency":{"shape":"MaxConcurrency"}, 9227 "MaxErrors":{"shape":"MaxErrors"}, 9228 "TargetLocations":{ 9229 "shape":"TargetLocations", 9230 "box":true 9231 } 9232 } 9233 }, 9234 "Runbooks":{ 9235 "type":"list", 9236 "member":{"shape":"Runbook"}, 9237 "max":1, 9238 "min":1 9239 }, 9240 "S3BucketName":{ 9241 "type":"string", 9242 "max":63, 9243 "min":3 9244 }, 9245 "S3KeyPrefix":{ 9246 "type":"string", 9247 "max":500 9248 }, 9249 "S3OutputLocation":{ 9250 "type":"structure", 9251 "members":{ 9252 "OutputS3Region":{"shape":"S3Region"}, 9253 "OutputS3BucketName":{"shape":"S3BucketName"}, 9254 "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"} 9255 } 9256 }, 9257 "S3OutputUrl":{ 9258 "type":"structure", 9259 "members":{ 9260 "OutputUrl":{"shape":"Url"} 9261 } 9262 }, 9263 "S3Region":{ 9264 "type":"string", 9265 "max":20, 9266 "min":3 9267 }, 9268 "ScheduleExpression":{ 9269 "type":"string", 9270 "max":256, 9271 "min":1 9272 }, 9273 "ScheduledWindowExecution":{ 9274 "type":"structure", 9275 "members":{ 9276 "WindowId":{"shape":"MaintenanceWindowId"}, 9277 "Name":{"shape":"MaintenanceWindowName"}, 9278 "ExecutionTime":{"shape":"MaintenanceWindowStringDateTime"} 9279 } 9280 }, 9281 "ScheduledWindowExecutionList":{ 9282 "type":"list", 9283 "member":{"shape":"ScheduledWindowExecution"} 9284 }, 9285 "SendAutomationSignalRequest":{ 9286 "type":"structure", 9287 "required":[ 9288 "AutomationExecutionId", 9289 "SignalType" 9290 ], 9291 "members":{ 9292 "AutomationExecutionId":{"shape":"AutomationExecutionId"}, 9293 "SignalType":{"shape":"SignalType"}, 9294 "Payload":{"shape":"AutomationParameterMap"} 9295 } 9296 }, 9297 "SendAutomationSignalResult":{ 9298 "type":"structure", 9299 "members":{ 9300 } 9301 }, 9302 "SendCommandRequest":{ 9303 "type":"structure", 9304 "required":["DocumentName"], 9305 "members":{ 9306 "InstanceIds":{"shape":"InstanceIdList"}, 9307 "Targets":{"shape":"Targets"}, 9308 "DocumentName":{"shape":"DocumentARN"}, 9309 "DocumentVersion":{"shape":"DocumentVersion"}, 9310 "DocumentHash":{"shape":"DocumentHash"}, 9311 "DocumentHashType":{"shape":"DocumentHashType"}, 9312 "TimeoutSeconds":{ 9313 "shape":"TimeoutSeconds", 9314 "box":true 9315 }, 9316 "Comment":{"shape":"Comment"}, 9317 "Parameters":{"shape":"Parameters"}, 9318 "OutputS3Region":{"shape":"S3Region"}, 9319 "OutputS3BucketName":{"shape":"S3BucketName"}, 9320 "OutputS3KeyPrefix":{"shape":"S3KeyPrefix"}, 9321 "MaxConcurrency":{"shape":"MaxConcurrency"}, 9322 "MaxErrors":{"shape":"MaxErrors"}, 9323 "ServiceRoleArn":{"shape":"ServiceRole"}, 9324 "NotificationConfig":{"shape":"NotificationConfig"}, 9325 "CloudWatchOutputConfig":{"shape":"CloudWatchOutputConfig"} 9326 } 9327 }, 9328 "SendCommandResult":{ 9329 "type":"structure", 9330 "members":{ 9331 "Command":{"shape":"Command"} 9332 } 9333 }, 9334 "ServiceRole":{"type":"string"}, 9335 "ServiceSetting":{ 9336 "type":"structure", 9337 "members":{ 9338 "SettingId":{"shape":"ServiceSettingId"}, 9339 "SettingValue":{"shape":"ServiceSettingValue"}, 9340 "LastModifiedDate":{"shape":"DateTime"}, 9341 "LastModifiedUser":{"shape":"String"}, 9342 "ARN":{"shape":"String"}, 9343 "Status":{"shape":"String"} 9344 } 9345 }, 9346 "ServiceSettingId":{ 9347 "type":"string", 9348 "max":1000, 9349 "min":1 9350 }, 9351 "ServiceSettingNotFound":{ 9352 "type":"structure", 9353 "members":{ 9354 "Message":{"shape":"String"} 9355 }, 9356 "exception":true 9357 }, 9358 "ServiceSettingValue":{ 9359 "type":"string", 9360 "max":4096, 9361 "min":1 9362 }, 9363 "Session":{ 9364 "type":"structure", 9365 "members":{ 9366 "SessionId":{"shape":"SessionId"}, 9367 "Target":{"shape":"SessionTarget"}, 9368 "Status":{"shape":"SessionStatus"}, 9369 "StartDate":{"shape":"DateTime"}, 9370 "EndDate":{"shape":"DateTime"}, 9371 "DocumentName":{"shape":"DocumentName"}, 9372 "Owner":{"shape":"SessionOwner"}, 9373 "Details":{"shape":"SessionDetails"}, 9374 "OutputUrl":{"shape":"SessionManagerOutputUrl"} 9375 } 9376 }, 9377 "SessionDetails":{ 9378 "type":"string", 9379 "max":1024, 9380 "min":1 9381 }, 9382 "SessionFilter":{ 9383 "type":"structure", 9384 "required":[ 9385 "key", 9386 "value" 9387 ], 9388 "members":{ 9389 "key":{"shape":"SessionFilterKey"}, 9390 "value":{"shape":"SessionFilterValue"} 9391 } 9392 }, 9393 "SessionFilterKey":{ 9394 "type":"string", 9395 "enum":[ 9396 "InvokedAfter", 9397 "InvokedBefore", 9398 "Target", 9399 "Owner", 9400 "Status", 9401 "SessionId" 9402 ] 9403 }, 9404 "SessionFilterList":{ 9405 "type":"list", 9406 "member":{"shape":"SessionFilter"}, 9407 "max":6, 9408 "min":1 9409 }, 9410 "SessionFilterValue":{ 9411 "type":"string", 9412 "max":400, 9413 "min":1 9414 }, 9415 "SessionId":{ 9416 "type":"string", 9417 "max":96, 9418 "min":1 9419 }, 9420 "SessionList":{ 9421 "type":"list", 9422 "member":{"shape":"Session"} 9423 }, 9424 "SessionManagerCloudWatchOutputUrl":{ 9425 "type":"string", 9426 "max":2083, 9427 "min":1 9428 }, 9429 "SessionManagerOutputUrl":{ 9430 "type":"structure", 9431 "members":{ 9432 "S3OutputUrl":{"shape":"SessionManagerS3OutputUrl"}, 9433 "CloudWatchOutputUrl":{"shape":"SessionManagerCloudWatchOutputUrl"} 9434 } 9435 }, 9436 "SessionManagerParameterName":{ 9437 "type":"string", 9438 "max":255, 9439 "min":1 9440 }, 9441 "SessionManagerParameterValue":{ 9442 "type":"string", 9443 "max":65535, 9444 "min":1 9445 }, 9446 "SessionManagerParameterValueList":{ 9447 "type":"list", 9448 "member":{"shape":"SessionManagerParameterValue"} 9449 }, 9450 "SessionManagerParameters":{ 9451 "type":"map", 9452 "key":{"shape":"SessionManagerParameterName"}, 9453 "value":{"shape":"SessionManagerParameterValueList"} 9454 }, 9455 "SessionManagerS3OutputUrl":{ 9456 "type":"string", 9457 "max":2083, 9458 "min":1 9459 }, 9460 "SessionMaxResults":{ 9461 "type":"integer", 9462 "max":200, 9463 "min":1 9464 }, 9465 "SessionOwner":{ 9466 "type":"string", 9467 "max":256, 9468 "min":1 9469 }, 9470 "SessionState":{ 9471 "type":"string", 9472 "enum":[ 9473 "Active", 9474 "History" 9475 ] 9476 }, 9477 "SessionStatus":{ 9478 "type":"string", 9479 "enum":[ 9480 "Connected", 9481 "Connecting", 9482 "Disconnected", 9483 "Terminated", 9484 "Terminating", 9485 "Failed" 9486 ] 9487 }, 9488 "SessionTarget":{ 9489 "type":"string", 9490 "max":400, 9491 "min":1 9492 }, 9493 "SeveritySummary":{ 9494 "type":"structure", 9495 "members":{ 9496 "CriticalCount":{"shape":"ComplianceSummaryCount"}, 9497 "HighCount":{"shape":"ComplianceSummaryCount"}, 9498 "MediumCount":{"shape":"ComplianceSummaryCount"}, 9499 "LowCount":{"shape":"ComplianceSummaryCount"}, 9500 "InformationalCount":{"shape":"ComplianceSummaryCount"}, 9501 "UnspecifiedCount":{"shape":"ComplianceSummaryCount"} 9502 } 9503 }, 9504 "SharedDocumentVersion":{ 9505 "type":"string", 9506 "max":8, 9507 "pattern":"([$]LATEST|[$]DEFAULT|[$]ALL)" 9508 }, 9509 "SignalType":{ 9510 "type":"string", 9511 "enum":[ 9512 "Approve", 9513 "Reject", 9514 "StartStep", 9515 "StopStep", 9516 "Resume" 9517 ] 9518 }, 9519 "SnapshotDownloadUrl":{"type":"string"}, 9520 "SnapshotId":{ 9521 "type":"string", 9522 "max":36, 9523 "min":36, 9524 "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}$" 9525 }, 9526 "StandardErrorContent":{ 9527 "type":"string", 9528 "max":8000 9529 }, 9530 "StandardOutputContent":{ 9531 "type":"string", 9532 "max":24000 9533 }, 9534 "StartAssociationsOnceRequest":{ 9535 "type":"structure", 9536 "required":["AssociationIds"], 9537 "members":{ 9538 "AssociationIds":{"shape":"AssociationIdList"} 9539 } 9540 }, 9541 "StartAssociationsOnceResult":{ 9542 "type":"structure", 9543 "members":{ 9544 } 9545 }, 9546 "StartAutomationExecutionRequest":{ 9547 "type":"structure", 9548 "required":["DocumentName"], 9549 "members":{ 9550 "DocumentName":{"shape":"DocumentARN"}, 9551 "DocumentVersion":{ 9552 "shape":"DocumentVersion", 9553 "box":true 9554 }, 9555 "Parameters":{"shape":"AutomationParameterMap"}, 9556 "ClientToken":{"shape":"IdempotencyToken"}, 9557 "Mode":{"shape":"ExecutionMode"}, 9558 "TargetParameterName":{"shape":"AutomationParameterKey"}, 9559 "Targets":{"shape":"Targets"}, 9560 "TargetMaps":{"shape":"TargetMaps"}, 9561 "MaxConcurrency":{"shape":"MaxConcurrency"}, 9562 "MaxErrors":{"shape":"MaxErrors"}, 9563 "TargetLocations":{ 9564 "shape":"TargetLocations", 9565 "box":true 9566 }, 9567 "Tags":{"shape":"TagList"} 9568 } 9569 }, 9570 "StartAutomationExecutionResult":{ 9571 "type":"structure", 9572 "members":{ 9573 "AutomationExecutionId":{"shape":"AutomationExecutionId"} 9574 } 9575 }, 9576 "StartChangeRequestExecutionRequest":{ 9577 "type":"structure", 9578 "required":[ 9579 "DocumentName", 9580 "Runbooks" 9581 ], 9582 "members":{ 9583 "ScheduledTime":{"shape":"DateTime"}, 9584 "DocumentName":{"shape":"DocumentARN"}, 9585 "DocumentVersion":{ 9586 "shape":"DocumentVersion", 9587 "box":true 9588 }, 9589 "Parameters":{"shape":"AutomationParameterMap"}, 9590 "ChangeRequestName":{"shape":"ChangeRequestName"}, 9591 "ClientToken":{"shape":"IdempotencyToken"}, 9592 "AutoApprove":{"shape":"Boolean"}, 9593 "Runbooks":{"shape":"Runbooks"}, 9594 "Tags":{"shape":"TagList"}, 9595 "ScheduledEndTime":{"shape":"DateTime"}, 9596 "ChangeDetails":{"shape":"ChangeDetailsValue"} 9597 } 9598 }, 9599 "StartChangeRequestExecutionResult":{ 9600 "type":"structure", 9601 "members":{ 9602 "AutomationExecutionId":{"shape":"AutomationExecutionId"} 9603 } 9604 }, 9605 "StartSessionRequest":{ 9606 "type":"structure", 9607 "required":["Target"], 9608 "members":{ 9609 "Target":{"shape":"SessionTarget"}, 9610 "DocumentName":{"shape":"DocumentARN"}, 9611 "Parameters":{"shape":"SessionManagerParameters"} 9612 } 9613 }, 9614 "StartSessionResponse":{ 9615 "type":"structure", 9616 "members":{ 9617 "SessionId":{"shape":"SessionId"}, 9618 "TokenValue":{"shape":"TokenValue"}, 9619 "StreamUrl":{"shape":"StreamUrl"} 9620 } 9621 }, 9622 "StatusAdditionalInfo":{ 9623 "type":"string", 9624 "max":1024 9625 }, 9626 "StatusDetails":{ 9627 "type":"string", 9628 "max":100, 9629 "min":0 9630 }, 9631 "StatusMessage":{ 9632 "type":"string", 9633 "max":1024, 9634 "min":1 9635 }, 9636 "StatusName":{"type":"string"}, 9637 "StatusUnchanged":{ 9638 "type":"structure", 9639 "members":{ 9640 }, 9641 "exception":true 9642 }, 9643 "StepExecution":{ 9644 "type":"structure", 9645 "members":{ 9646 "StepName":{"shape":"String"}, 9647 "Action":{"shape":"AutomationActionName"}, 9648 "TimeoutSeconds":{ 9649 "shape":"Long", 9650 "box":true 9651 }, 9652 "OnFailure":{"shape":"String"}, 9653 "MaxAttempts":{ 9654 "shape":"Integer", 9655 "box":true 9656 }, 9657 "ExecutionStartTime":{"shape":"DateTime"}, 9658 "ExecutionEndTime":{"shape":"DateTime"}, 9659 "StepStatus":{"shape":"AutomationExecutionStatus"}, 9660 "ResponseCode":{"shape":"String"}, 9661 "Inputs":{"shape":"NormalStringMap"}, 9662 "Outputs":{"shape":"AutomationParameterMap"}, 9663 "Response":{"shape":"String"}, 9664 "FailureMessage":{"shape":"String"}, 9665 "FailureDetails":{"shape":"FailureDetails"}, 9666 "StepExecutionId":{"shape":"String"}, 9667 "OverriddenParameters":{"shape":"AutomationParameterMap"}, 9668 "IsEnd":{ 9669 "shape":"Boolean", 9670 "box":true 9671 }, 9672 "NextStep":{ 9673 "shape":"String", 9674 "box":true 9675 }, 9676 "IsCritical":{ 9677 "shape":"Boolean", 9678 "box":true 9679 }, 9680 "ValidNextSteps":{"shape":"ValidNextStepList"}, 9681 "Targets":{ 9682 "shape":"Targets", 9683 "box":true 9684 }, 9685 "TargetLocation":{ 9686 "shape":"TargetLocation", 9687 "box":true 9688 } 9689 } 9690 }, 9691 "StepExecutionFilter":{ 9692 "type":"structure", 9693 "required":[ 9694 "Key", 9695 "Values" 9696 ], 9697 "members":{ 9698 "Key":{"shape":"StepExecutionFilterKey"}, 9699 "Values":{"shape":"StepExecutionFilterValueList"} 9700 } 9701 }, 9702 "StepExecutionFilterKey":{ 9703 "type":"string", 9704 "enum":[ 9705 "StartTimeBefore", 9706 "StartTimeAfter", 9707 "StepExecutionStatus", 9708 "StepExecutionId", 9709 "StepName", 9710 "Action" 9711 ] 9712 }, 9713 "StepExecutionFilterList":{ 9714 "type":"list", 9715 "member":{"shape":"StepExecutionFilter"}, 9716 "max":6, 9717 "min":1 9718 }, 9719 "StepExecutionFilterValue":{ 9720 "type":"string", 9721 "max":150, 9722 "min":1 9723 }, 9724 "StepExecutionFilterValueList":{ 9725 "type":"list", 9726 "member":{"shape":"StepExecutionFilterValue"}, 9727 "max":10, 9728 "min":1 9729 }, 9730 "StepExecutionList":{ 9731 "type":"list", 9732 "member":{"shape":"StepExecution"} 9733 }, 9734 "StopAutomationExecutionRequest":{ 9735 "type":"structure", 9736 "required":["AutomationExecutionId"], 9737 "members":{ 9738 "AutomationExecutionId":{"shape":"AutomationExecutionId"}, 9739 "Type":{"shape":"StopType"} 9740 } 9741 }, 9742 "StopAutomationExecutionResult":{ 9743 "type":"structure", 9744 "members":{ 9745 } 9746 }, 9747 "StopType":{ 9748 "type":"string", 9749 "enum":[ 9750 "Complete", 9751 "Cancel" 9752 ] 9753 }, 9754 "StreamUrl":{"type":"string"}, 9755 "String":{"type":"string"}, 9756 "StringDateTime":{ 9757 "type":"string", 9758 "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)?)?)?)?$" 9759 }, 9760 "StringList":{ 9761 "type":"list", 9762 "member":{"shape":"String"} 9763 }, 9764 "SubTypeCountLimitExceededException":{ 9765 "type":"structure", 9766 "members":{ 9767 "Message":{"shape":"String"} 9768 }, 9769 "exception":true 9770 }, 9771 "Tag":{ 9772 "type":"structure", 9773 "required":[ 9774 "Key", 9775 "Value" 9776 ], 9777 "members":{ 9778 "Key":{"shape":"TagKey"}, 9779 "Value":{"shape":"TagValue"} 9780 } 9781 }, 9782 "TagKey":{ 9783 "type":"string", 9784 "max":128, 9785 "min":1, 9786 "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" 9787 }, 9788 "TagList":{ 9789 "type":"list", 9790 "member":{"shape":"Tag"}, 9791 "max":1000 9792 }, 9793 "TagValue":{ 9794 "type":"string", 9795 "max":256, 9796 "min":1, 9797 "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" 9798 }, 9799 "Target":{ 9800 "type":"structure", 9801 "members":{ 9802 "Key":{"shape":"TargetKey"}, 9803 "Values":{"shape":"TargetValues"} 9804 } 9805 }, 9806 "TargetCount":{"type":"integer"}, 9807 "TargetInUseException":{ 9808 "type":"structure", 9809 "members":{ 9810 "Message":{"shape":"String"} 9811 }, 9812 "exception":true 9813 }, 9814 "TargetKey":{ 9815 "type":"string", 9816 "max":163, 9817 "min":1, 9818 "pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$|resource-groups:ResourceTypeFilters|resource-groups:Name" 9819 }, 9820 "TargetLocation":{ 9821 "type":"structure", 9822 "members":{ 9823 "Accounts":{"shape":"Accounts"}, 9824 "Regions":{"shape":"Regions"}, 9825 "TargetLocationMaxConcurrency":{ 9826 "shape":"MaxConcurrency", 9827 "box":true 9828 }, 9829 "TargetLocationMaxErrors":{ 9830 "shape":"MaxErrors", 9831 "box":true 9832 }, 9833 "ExecutionRoleName":{ 9834 "shape":"ExecutionRoleName", 9835 "box":true 9836 } 9837 } 9838 }, 9839 "TargetLocations":{ 9840 "type":"list", 9841 "member":{"shape":"TargetLocation"}, 9842 "max":100, 9843 "min":1 9844 }, 9845 "TargetMap":{ 9846 "type":"map", 9847 "key":{"shape":"TargetMapKey"}, 9848 "value":{"shape":"TargetMapValueList"}, 9849 "max":20, 9850 "min":1 9851 }, 9852 "TargetMapKey":{ 9853 "type":"string", 9854 "max":50, 9855 "min":1 9856 }, 9857 "TargetMapValue":{ 9858 "type":"string", 9859 "max":50, 9860 "min":1 9861 }, 9862 "TargetMapValueList":{ 9863 "type":"list", 9864 "member":{"shape":"TargetMapValue"}, 9865 "max":25, 9866 "min":0 9867 }, 9868 "TargetMaps":{ 9869 "type":"list", 9870 "member":{"shape":"TargetMap"}, 9871 "max":300, 9872 "min":0 9873 }, 9874 "TargetNotConnected":{ 9875 "type":"structure", 9876 "members":{ 9877 "Message":{"shape":"String"} 9878 }, 9879 "exception":true 9880 }, 9881 "TargetParameterList":{ 9882 "type":"list", 9883 "member":{"shape":"ParameterValue"} 9884 }, 9885 "TargetType":{ 9886 "type":"string", 9887 "max":200, 9888 "pattern":"^\\/[\\w\\.\\-\\:\\/]*$" 9889 }, 9890 "TargetValue":{"type":"string"}, 9891 "TargetValues":{ 9892 "type":"list", 9893 "member":{"shape":"TargetValue"}, 9894 "max":50, 9895 "min":0 9896 }, 9897 "Targets":{ 9898 "type":"list", 9899 "member":{"shape":"Target"}, 9900 "max":5, 9901 "min":0 9902 }, 9903 "TerminateSessionRequest":{ 9904 "type":"structure", 9905 "required":["SessionId"], 9906 "members":{ 9907 "SessionId":{"shape":"SessionId"} 9908 } 9909 }, 9910 "TerminateSessionResponse":{ 9911 "type":"structure", 9912 "members":{ 9913 "SessionId":{"shape":"SessionId"} 9914 } 9915 }, 9916 "TimeoutSeconds":{ 9917 "type":"integer", 9918 "max":2592000, 9919 "min":30 9920 }, 9921 "TokenValue":{ 9922 "type":"string", 9923 "max":300, 9924 "min":0 9925 }, 9926 "TooManyTagsError":{ 9927 "type":"structure", 9928 "members":{ 9929 }, 9930 "exception":true 9931 }, 9932 "TooManyUpdates":{ 9933 "type":"structure", 9934 "members":{ 9935 "Message":{"shape":"String"} 9936 }, 9937 "exception":true 9938 }, 9939 "TotalCount":{"type":"integer"}, 9940 "TotalSizeLimitExceededException":{ 9941 "type":"structure", 9942 "members":{ 9943 "Message":{"shape":"String"} 9944 }, 9945 "exception":true 9946 }, 9947 "UUID":{ 9948 "type":"string", 9949 "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" 9950 }, 9951 "UnlabelParameterVersionRequest":{ 9952 "type":"structure", 9953 "required":[ 9954 "Name", 9955 "ParameterVersion", 9956 "Labels" 9957 ], 9958 "members":{ 9959 "Name":{"shape":"PSParameterName"}, 9960 "ParameterVersion":{ 9961 "shape":"PSParameterVersion", 9962 "box":true 9963 }, 9964 "Labels":{"shape":"ParameterLabelList"} 9965 } 9966 }, 9967 "UnlabelParameterVersionResult":{ 9968 "type":"structure", 9969 "members":{ 9970 "RemovedLabels":{"shape":"ParameterLabelList"}, 9971 "InvalidLabels":{"shape":"ParameterLabelList"} 9972 } 9973 }, 9974 "UnsupportedCalendarException":{ 9975 "type":"structure", 9976 "members":{ 9977 "Message":{"shape":"String"} 9978 }, 9979 "exception":true 9980 }, 9981 "UnsupportedFeatureRequiredException":{ 9982 "type":"structure", 9983 "members":{ 9984 "Message":{"shape":"String"} 9985 }, 9986 "exception":true 9987 }, 9988 "UnsupportedInventoryItemContextException":{ 9989 "type":"structure", 9990 "members":{ 9991 "TypeName":{"shape":"InventoryItemTypeName"}, 9992 "Message":{"shape":"String"} 9993 }, 9994 "exception":true 9995 }, 9996 "UnsupportedInventorySchemaVersionException":{ 9997 "type":"structure", 9998 "members":{ 9999 "Message":{"shape":"String"} 10000 }, 10001 "exception":true 10002 }, 10003 "UnsupportedOperatingSystem":{ 10004 "type":"structure", 10005 "members":{ 10006 "Message":{"shape":"String"} 10007 }, 10008 "exception":true 10009 }, 10010 "UnsupportedParameterType":{ 10011 "type":"structure", 10012 "members":{ 10013 "message":{"shape":"String"} 10014 }, 10015 "exception":true 10016 }, 10017 "UnsupportedPlatformType":{ 10018 "type":"structure", 10019 "members":{ 10020 "Message":{"shape":"String"} 10021 }, 10022 "exception":true 10023 }, 10024 "UpdateAssociationRequest":{ 10025 "type":"structure", 10026 "required":["AssociationId"], 10027 "members":{ 10028 "AssociationId":{"shape":"AssociationId"}, 10029 "Parameters":{"shape":"Parameters"}, 10030 "DocumentVersion":{"shape":"DocumentVersion"}, 10031 "ScheduleExpression":{"shape":"ScheduleExpression"}, 10032 "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}, 10033 "Name":{"shape":"DocumentARN"}, 10034 "Targets":{"shape":"Targets"}, 10035 "AssociationName":{"shape":"AssociationName"}, 10036 "AssociationVersion":{"shape":"AssociationVersion"}, 10037 "AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"}, 10038 "MaxErrors":{"shape":"MaxErrors"}, 10039 "MaxConcurrency":{"shape":"MaxConcurrency"}, 10040 "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}, 10041 "SyncCompliance":{"shape":"AssociationSyncCompliance"}, 10042 "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}, 10043 "CalendarNames":{"shape":"CalendarNameOrARNList"}, 10044 "TargetLocations":{"shape":"TargetLocations"} 10045 } 10046 }, 10047 "UpdateAssociationResult":{ 10048 "type":"structure", 10049 "members":{ 10050 "AssociationDescription":{"shape":"AssociationDescription"} 10051 } 10052 }, 10053 "UpdateAssociationStatusRequest":{ 10054 "type":"structure", 10055 "required":[ 10056 "Name", 10057 "InstanceId", 10058 "AssociationStatus" 10059 ], 10060 "members":{ 10061 "Name":{"shape":"DocumentARN"}, 10062 "InstanceId":{"shape":"InstanceId"}, 10063 "AssociationStatus":{"shape":"AssociationStatus"} 10064 } 10065 }, 10066 "UpdateAssociationStatusResult":{ 10067 "type":"structure", 10068 "members":{ 10069 "AssociationDescription":{"shape":"AssociationDescription"} 10070 } 10071 }, 10072 "UpdateDocumentDefaultVersionRequest":{ 10073 "type":"structure", 10074 "required":[ 10075 "Name", 10076 "DocumentVersion" 10077 ], 10078 "members":{ 10079 "Name":{"shape":"DocumentName"}, 10080 "DocumentVersion":{"shape":"DocumentVersionNumber"} 10081 } 10082 }, 10083 "UpdateDocumentDefaultVersionResult":{ 10084 "type":"structure", 10085 "members":{ 10086 "Description":{"shape":"DocumentDefaultVersionDescription"} 10087 } 10088 }, 10089 "UpdateDocumentMetadataRequest":{ 10090 "type":"structure", 10091 "required":[ 10092 "Name", 10093 "DocumentReviews" 10094 ], 10095 "members":{ 10096 "Name":{"shape":"DocumentName"}, 10097 "DocumentVersion":{"shape":"DocumentVersion"}, 10098 "DocumentReviews":{"shape":"DocumentReviews"} 10099 } 10100 }, 10101 "UpdateDocumentMetadataResponse":{ 10102 "type":"structure", 10103 "members":{ 10104 } 10105 }, 10106 "UpdateDocumentRequest":{ 10107 "type":"structure", 10108 "required":[ 10109 "Content", 10110 "Name" 10111 ], 10112 "members":{ 10113 "Content":{"shape":"DocumentContent"}, 10114 "Attachments":{"shape":"AttachmentsSourceList"}, 10115 "Name":{"shape":"DocumentName"}, 10116 "DisplayName":{"shape":"DocumentDisplayName"}, 10117 "VersionName":{"shape":"DocumentVersionName"}, 10118 "DocumentVersion":{"shape":"DocumentVersion"}, 10119 "DocumentFormat":{"shape":"DocumentFormat"}, 10120 "TargetType":{"shape":"TargetType"} 10121 } 10122 }, 10123 "UpdateDocumentResult":{ 10124 "type":"structure", 10125 "members":{ 10126 "DocumentDescription":{"shape":"DocumentDescription"} 10127 } 10128 }, 10129 "UpdateMaintenanceWindowRequest":{ 10130 "type":"structure", 10131 "required":["WindowId"], 10132 "members":{ 10133 "WindowId":{"shape":"MaintenanceWindowId"}, 10134 "Name":{"shape":"MaintenanceWindowName"}, 10135 "Description":{"shape":"MaintenanceWindowDescription"}, 10136 "StartDate":{"shape":"MaintenanceWindowStringDateTime"}, 10137 "EndDate":{"shape":"MaintenanceWindowStringDateTime"}, 10138 "Schedule":{"shape":"MaintenanceWindowSchedule"}, 10139 "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"}, 10140 "ScheduleOffset":{ 10141 "shape":"MaintenanceWindowOffset", 10142 "box":true 10143 }, 10144 "Duration":{ 10145 "shape":"MaintenanceWindowDurationHours", 10146 "box":true 10147 }, 10148 "Cutoff":{ 10149 "shape":"MaintenanceWindowCutoff", 10150 "box":true 10151 }, 10152 "AllowUnassociatedTargets":{ 10153 "shape":"MaintenanceWindowAllowUnassociatedTargets", 10154 "box":true 10155 }, 10156 "Enabled":{ 10157 "shape":"MaintenanceWindowEnabled", 10158 "box":true 10159 }, 10160 "Replace":{ 10161 "shape":"Boolean", 10162 "box":true 10163 } 10164 } 10165 }, 10166 "UpdateMaintenanceWindowResult":{ 10167 "type":"structure", 10168 "members":{ 10169 "WindowId":{"shape":"MaintenanceWindowId"}, 10170 "Name":{"shape":"MaintenanceWindowName"}, 10171 "Description":{"shape":"MaintenanceWindowDescription"}, 10172 "StartDate":{"shape":"MaintenanceWindowStringDateTime"}, 10173 "EndDate":{"shape":"MaintenanceWindowStringDateTime"}, 10174 "Schedule":{"shape":"MaintenanceWindowSchedule"}, 10175 "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"}, 10176 "ScheduleOffset":{ 10177 "shape":"MaintenanceWindowOffset", 10178 "box":true 10179 }, 10180 "Duration":{"shape":"MaintenanceWindowDurationHours"}, 10181 "Cutoff":{"shape":"MaintenanceWindowCutoff"}, 10182 "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"}, 10183 "Enabled":{"shape":"MaintenanceWindowEnabled"} 10184 } 10185 }, 10186 "UpdateMaintenanceWindowTargetRequest":{ 10187 "type":"structure", 10188 "required":[ 10189 "WindowId", 10190 "WindowTargetId" 10191 ], 10192 "members":{ 10193 "WindowId":{"shape":"MaintenanceWindowId"}, 10194 "WindowTargetId":{"shape":"MaintenanceWindowTargetId"}, 10195 "Targets":{"shape":"Targets"}, 10196 "OwnerInformation":{"shape":"OwnerInformation"}, 10197 "Name":{"shape":"MaintenanceWindowName"}, 10198 "Description":{"shape":"MaintenanceWindowDescription"}, 10199 "Replace":{ 10200 "shape":"Boolean", 10201 "box":true 10202 } 10203 } 10204 }, 10205 "UpdateMaintenanceWindowTargetResult":{ 10206 "type":"structure", 10207 "members":{ 10208 "WindowId":{"shape":"MaintenanceWindowId"}, 10209 "WindowTargetId":{"shape":"MaintenanceWindowTargetId"}, 10210 "Targets":{"shape":"Targets"}, 10211 "OwnerInformation":{"shape":"OwnerInformation"}, 10212 "Name":{"shape":"MaintenanceWindowName"}, 10213 "Description":{"shape":"MaintenanceWindowDescription"} 10214 } 10215 }, 10216 "UpdateMaintenanceWindowTaskRequest":{ 10217 "type":"structure", 10218 "required":[ 10219 "WindowId", 10220 "WindowTaskId" 10221 ], 10222 "members":{ 10223 "WindowId":{"shape":"MaintenanceWindowId"}, 10224 "WindowTaskId":{"shape":"MaintenanceWindowTaskId"}, 10225 "Targets":{"shape":"Targets"}, 10226 "TaskArn":{"shape":"MaintenanceWindowTaskArn"}, 10227 "ServiceRoleArn":{"shape":"ServiceRole"}, 10228 "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"}, 10229 "TaskInvocationParameters":{"shape":"MaintenanceWindowTaskInvocationParameters"}, 10230 "Priority":{ 10231 "shape":"MaintenanceWindowTaskPriority", 10232 "box":true 10233 }, 10234 "MaxConcurrency":{"shape":"MaxConcurrency"}, 10235 "MaxErrors":{"shape":"MaxErrors"}, 10236 "LoggingInfo":{"shape":"LoggingInfo"}, 10237 "Name":{"shape":"MaintenanceWindowName"}, 10238 "Description":{"shape":"MaintenanceWindowDescription"}, 10239 "Replace":{ 10240 "shape":"Boolean", 10241 "box":true 10242 }, 10243 "CutoffBehavior":{ 10244 "shape":"MaintenanceWindowTaskCutoffBehavior", 10245 "box":true 10246 } 10247 } 10248 }, 10249 "UpdateMaintenanceWindowTaskResult":{ 10250 "type":"structure", 10251 "members":{ 10252 "WindowId":{"shape":"MaintenanceWindowId"}, 10253 "WindowTaskId":{"shape":"MaintenanceWindowTaskId"}, 10254 "Targets":{"shape":"Targets"}, 10255 "TaskArn":{"shape":"MaintenanceWindowTaskArn"}, 10256 "ServiceRoleArn":{"shape":"ServiceRole"}, 10257 "TaskParameters":{"shape":"MaintenanceWindowTaskParameters"}, 10258 "TaskInvocationParameters":{"shape":"MaintenanceWindowTaskInvocationParameters"}, 10259 "Priority":{"shape":"MaintenanceWindowTaskPriority"}, 10260 "MaxConcurrency":{"shape":"MaxConcurrency"}, 10261 "MaxErrors":{"shape":"MaxErrors"}, 10262 "LoggingInfo":{"shape":"LoggingInfo"}, 10263 "Name":{"shape":"MaintenanceWindowName"}, 10264 "Description":{"shape":"MaintenanceWindowDescription"}, 10265 "CutoffBehavior":{ 10266 "shape":"MaintenanceWindowTaskCutoffBehavior", 10267 "box":true 10268 } 10269 } 10270 }, 10271 "UpdateManagedInstanceRoleRequest":{ 10272 "type":"structure", 10273 "required":[ 10274 "InstanceId", 10275 "IamRole" 10276 ], 10277 "members":{ 10278 "InstanceId":{"shape":"ManagedInstanceId"}, 10279 "IamRole":{"shape":"IamRole"} 10280 } 10281 }, 10282 "UpdateManagedInstanceRoleResult":{ 10283 "type":"structure", 10284 "members":{ 10285 } 10286 }, 10287 "UpdateOpsItemRequest":{ 10288 "type":"structure", 10289 "required":["OpsItemId"], 10290 "members":{ 10291 "Description":{"shape":"OpsItemDescription"}, 10292 "OperationalData":{"shape":"OpsItemOperationalData"}, 10293 "OperationalDataToDelete":{"shape":"OpsItemOpsDataKeysList"}, 10294 "Notifications":{"shape":"OpsItemNotifications"}, 10295 "Priority":{"shape":"OpsItemPriority"}, 10296 "RelatedOpsItems":{"shape":"RelatedOpsItems"}, 10297 "Status":{"shape":"OpsItemStatus"}, 10298 "OpsItemId":{"shape":"OpsItemId"}, 10299 "Title":{"shape":"OpsItemTitle"}, 10300 "Category":{"shape":"OpsItemCategory"}, 10301 "Severity":{"shape":"OpsItemSeverity"}, 10302 "ActualStartTime":{"shape":"DateTime"}, 10303 "ActualEndTime":{"shape":"DateTime"}, 10304 "PlannedStartTime":{"shape":"DateTime"}, 10305 "PlannedEndTime":{"shape":"DateTime"} 10306 } 10307 }, 10308 "UpdateOpsItemResponse":{ 10309 "type":"structure", 10310 "members":{ 10311 } 10312 }, 10313 "UpdateOpsMetadataRequest":{ 10314 "type":"structure", 10315 "required":["OpsMetadataArn"], 10316 "members":{ 10317 "OpsMetadataArn":{"shape":"OpsMetadataArn"}, 10318 "MetadataToUpdate":{"shape":"MetadataMap"}, 10319 "KeysToDelete":{"shape":"MetadataKeysToDeleteList"} 10320 } 10321 }, 10322 "UpdateOpsMetadataResult":{ 10323 "type":"structure", 10324 "members":{ 10325 "OpsMetadataArn":{"shape":"OpsMetadataArn"} 10326 } 10327 }, 10328 "UpdatePatchBaselineRequest":{ 10329 "type":"structure", 10330 "required":["BaselineId"], 10331 "members":{ 10332 "BaselineId":{"shape":"BaselineId"}, 10333 "Name":{"shape":"BaselineName"}, 10334 "GlobalFilters":{"shape":"PatchFilterGroup"}, 10335 "ApprovalRules":{"shape":"PatchRuleGroup"}, 10336 "ApprovedPatches":{"shape":"PatchIdList"}, 10337 "ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"}, 10338 "ApprovedPatchesEnableNonSecurity":{ 10339 "shape":"Boolean", 10340 "box":true 10341 }, 10342 "RejectedPatches":{"shape":"PatchIdList"}, 10343 "RejectedPatchesAction":{"shape":"PatchAction"}, 10344 "Description":{"shape":"BaselineDescription"}, 10345 "Sources":{"shape":"PatchSourceList"}, 10346 "Replace":{ 10347 "shape":"Boolean", 10348 "box":true 10349 } 10350 } 10351 }, 10352 "UpdatePatchBaselineResult":{ 10353 "type":"structure", 10354 "members":{ 10355 "BaselineId":{"shape":"BaselineId"}, 10356 "Name":{"shape":"BaselineName"}, 10357 "OperatingSystem":{"shape":"OperatingSystem"}, 10358 "GlobalFilters":{"shape":"PatchFilterGroup"}, 10359 "ApprovalRules":{"shape":"PatchRuleGroup"}, 10360 "ApprovedPatches":{"shape":"PatchIdList"}, 10361 "ApprovedPatchesComplianceLevel":{"shape":"PatchComplianceLevel"}, 10362 "ApprovedPatchesEnableNonSecurity":{ 10363 "shape":"Boolean", 10364 "box":true 10365 }, 10366 "RejectedPatches":{"shape":"PatchIdList"}, 10367 "RejectedPatchesAction":{"shape":"PatchAction"}, 10368 "CreatedDate":{"shape":"DateTime"}, 10369 "ModifiedDate":{"shape":"DateTime"}, 10370 "Description":{"shape":"BaselineDescription"}, 10371 "Sources":{"shape":"PatchSourceList"} 10372 } 10373 }, 10374 "UpdateResourceDataSyncRequest":{ 10375 "type":"structure", 10376 "required":[ 10377 "SyncName", 10378 "SyncType", 10379 "SyncSource" 10380 ], 10381 "members":{ 10382 "SyncName":{"shape":"ResourceDataSyncName"}, 10383 "SyncType":{"shape":"ResourceDataSyncType"}, 10384 "SyncSource":{"shape":"ResourceDataSyncSource"} 10385 } 10386 }, 10387 "UpdateResourceDataSyncResult":{ 10388 "type":"structure", 10389 "members":{ 10390 } 10391 }, 10392 "UpdateServiceSettingRequest":{ 10393 "type":"structure", 10394 "required":[ 10395 "SettingId", 10396 "SettingValue" 10397 ], 10398 "members":{ 10399 "SettingId":{"shape":"ServiceSettingId"}, 10400 "SettingValue":{"shape":"ServiceSettingValue"} 10401 } 10402 }, 10403 "UpdateServiceSettingResult":{ 10404 "type":"structure", 10405 "members":{ 10406 } 10407 }, 10408 "Url":{"type":"string"}, 10409 "ValidNextStep":{ 10410 "type":"string", 10411 "max":65535, 10412 "min":1 10413 }, 10414 "ValidNextStepList":{ 10415 "type":"list", 10416 "member":{"shape":"ValidNextStep"} 10417 }, 10418 "Version":{ 10419 "type":"string", 10420 "pattern":"^[0-9]{1,6}(\\.[0-9]{1,6}){2,3}$" 10421 } 10422 } 10423 }