universal-s3
Version:
Universal S3 SDK for JavaScript, available for Node.js backends
2,136 lines • 123 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2014-11-06",
"endpointPrefix": "ssm",
"jsonVersion": "1.1",
"protocol": "json",
"serviceAbbreviation": "Amazon SSM",
"serviceFullName": "Amazon Simple Systems Manager (SSM)",
"serviceId": "SSM",
"signatureVersion": "v4",
"targetPrefix": "AmazonSSM",
"uid": "ssm-2014-11-06"
},
"operations": {
"AddTagsToResource": {
"input": {
"type": "structure",
"required": [
"ResourceType",
"ResourceId",
"Tags"
],
"members": {
"ResourceType": {},
"ResourceId": {},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"CancelCommand": {
"input": {
"type": "structure",
"required": [
"CommandId"
],
"members": {
"CommandId": {},
"InstanceIds": {
"shape": "Sb"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"CancelMaintenanceWindowExecution": {
"input": {
"type": "structure",
"required": [
"WindowExecutionId"
],
"members": {
"WindowExecutionId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutionId": {}
}
}
},
"CreateActivation": {
"input": {
"type": "structure",
"required": [
"IamRole"
],
"members": {
"Description": {},
"DefaultInstanceName": {},
"IamRole": {},
"RegistrationLimit": {
"type": "integer"
},
"ExpirationDate": {
"type": "timestamp"
},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"ActivationId": {},
"ActivationCode": {}
}
}
},
"CreateAssociation": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"DocumentVersion": {},
"InstanceId": {},
"Parameters": {
"shape": "St"
},
"Targets": {
"shape": "Sx"
},
"ScheduleExpression": {},
"OutputLocation": {
"shape": "S13"
},
"AssociationName": {},
"AutomationTargetParameterName": {},
"MaxErrors": {},
"MaxConcurrency": {},
"ComplianceSeverity": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationDescription": {
"shape": "S1e"
}
}
}
},
"CreateAssociationBatch": {
"input": {
"type": "structure",
"required": [
"Entries"
],
"members": {
"Entries": {
"type": "list",
"member": {
"shape": "S1s"
}
}
}
},
"output": {
"type": "structure",
"members": {
"Successful": {
"type": "list",
"member": {
"shape": "S1e"
}
},
"Failed": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Entry": {
"shape": "S1s"
},
"Message": {},
"Fault": {}
}
}
}
}
}
},
"CreateDocument": {
"input": {
"type": "structure",
"required": [
"Content",
"Name"
],
"members": {
"Content": {},
"Attachments": {
"shape": "S21"
},
"Name": {},
"VersionName": {},
"DocumentType": {},
"DocumentFormat": {},
"TargetType": {},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"DocumentDescription": {
"shape": "S2c"
}
}
}
},
"CreateMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"Name",
"Schedule",
"Duration",
"Cutoff",
"AllowUnassociatedTargets"
],
"members": {
"Name": {},
"Description": {
"shape": "S2y"
},
"StartDate": {},
"EndDate": {},
"Schedule": {},
"ScheduleTimezone": {},
"Duration": {
"type": "integer"
},
"Cutoff": {
"type": "integer"
},
"AllowUnassociatedTargets": {
"type": "boolean"
},
"ClientToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {}
}
}
},
"CreateOpsItem": {
"input": {
"type": "structure",
"required": [
"Description",
"Source",
"Title"
],
"members": {
"Description": {},
"OperationalData": {
"shape": "S3a"
},
"Notifications": {
"shape": "S3f"
},
"Priority": {
"type": "integer"
},
"RelatedOpsItems": {
"shape": "S3j"
},
"Source": {},
"Title": {},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"OpsItemId": {}
}
}
},
"CreatePatchBaseline": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"OperatingSystem": {},
"Name": {},
"GlobalFilters": {
"shape": "S3r"
},
"ApprovalRules": {
"shape": "S3x"
},
"ApprovedPatches": {
"shape": "S43"
},
"ApprovedPatchesComplianceLevel": {},
"ApprovedPatchesEnableNonSecurity": {
"type": "boolean"
},
"RejectedPatches": {
"shape": "S43"
},
"RejectedPatchesAction": {},
"Description": {},
"Sources": {
"shape": "S47"
},
"ClientToken": {
"idempotencyToken": true
},
"Tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {}
}
}
},
"CreateResourceDataSync": {
"input": {
"type": "structure",
"required": [
"SyncName",
"S3Destination"
],
"members": {
"SyncName": {},
"S3Destination": {
"shape": "S4h"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteActivation": {
"input": {
"type": "structure",
"required": [
"ActivationId"
],
"members": {
"ActivationId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteAssociation": {
"input": {
"type": "structure",
"members": {
"Name": {},
"InstanceId": {},
"AssociationId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteDocument": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"DocumentVersion": {},
"VersionName": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteInventory": {
"input": {
"type": "structure",
"required": [
"TypeName"
],
"members": {
"TypeName": {},
"SchemaDeleteOption": {},
"DryRun": {
"type": "boolean"
},
"ClientToken": {
"idempotencyToken": true
}
}
},
"output": {
"type": "structure",
"members": {
"DeletionId": {},
"TypeName": {},
"DeletionSummary": {
"shape": "S50"
}
}
}
},
"DeleteMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {}
}
}
},
"DeleteParameter": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteParameters": {
"input": {
"type": "structure",
"required": [
"Names"
],
"members": {
"Names": {
"shape": "S5d"
}
}
},
"output": {
"type": "structure",
"members": {
"DeletedParameters": {
"shape": "S5d"
},
"InvalidParameters": {
"shape": "S5d"
}
}
}
},
"DeletePatchBaseline": {
"input": {
"type": "structure",
"required": [
"BaselineId"
],
"members": {
"BaselineId": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {}
}
}
},
"DeleteResourceDataSync": {
"input": {
"type": "structure",
"required": [
"SyncName"
],
"members": {
"SyncName": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeregisterManagedInstance": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeregisterPatchBaselineForPatchGroup": {
"input": {
"type": "structure",
"required": [
"BaselineId",
"PatchGroup"
],
"members": {
"BaselineId": {},
"PatchGroup": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineId": {},
"PatchGroup": {}
}
}
},
"DeregisterTargetFromMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId",
"WindowTargetId"
],
"members": {
"WindowId": {},
"WindowTargetId": {},
"Safe": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTargetId": {}
}
}
},
"DeregisterTaskFromMaintenanceWindow": {
"input": {
"type": "structure",
"required": [
"WindowId",
"WindowTaskId"
],
"members": {
"WindowId": {},
"WindowTaskId": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTaskId": {}
}
}
},
"DescribeActivations": {
"input": {
"type": "structure",
"members": {
"Filters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"FilterKey": {},
"FilterValues": {
"type": "list",
"member": {}
}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"ActivationList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ActivationId": {},
"Description": {},
"DefaultInstanceName": {},
"IamRole": {},
"RegistrationLimit": {
"type": "integer"
},
"RegistrationsCount": {
"type": "integer"
},
"ExpirationDate": {
"type": "timestamp"
},
"Expired": {
"type": "boolean"
},
"CreatedDate": {
"type": "timestamp"
},
"Tags": {
"shape": "S4"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeAssociation": {
"input": {
"type": "structure",
"members": {
"Name": {},
"InstanceId": {},
"AssociationId": {},
"AssociationVersion": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationDescription": {
"shape": "S1e"
}
}
}
},
"DescribeAssociationExecutionTargets": {
"input": {
"type": "structure",
"required": [
"AssociationId",
"ExecutionId"
],
"members": {
"AssociationId": {},
"ExecutionId": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value"
],
"members": {
"Key": {},
"Value": {}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationExecutionTargets": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"AssociationVersion": {},
"ExecutionId": {},
"ResourceId": {},
"ResourceType": {},
"Status": {},
"DetailedStatus": {},
"LastExecutionDate": {
"type": "timestamp"
},
"OutputSource": {
"type": "structure",
"members": {
"OutputSourceId": {},
"OutputSourceType": {}
}
}
}
}
},
"NextToken": {}
}
}
},
"DescribeAssociationExecutions": {
"input": {
"type": "structure",
"required": [
"AssociationId"
],
"members": {
"AssociationId": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Value",
"Type"
],
"members": {
"Key": {},
"Value": {},
"Type": {}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"AssociationExecutions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"AssociationVersion": {},
"ExecutionId": {},
"Status": {},
"DetailedStatus": {},
"CreatedTime": {
"type": "timestamp"
},
"LastExecutionDate": {
"type": "timestamp"
},
"ResourceCountByStatus": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeAutomationExecutions": {
"input": {
"type": "structure",
"members": {
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"AutomationExecutionMetadataList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AutomationExecutionId": {},
"DocumentName": {},
"DocumentVersion": {},
"AutomationExecutionStatus": {},
"ExecutionStartTime": {
"type": "timestamp"
},
"ExecutionEndTime": {
"type": "timestamp"
},
"ExecutedBy": {},
"LogFile": {},
"Outputs": {
"shape": "S78"
},
"Mode": {},
"ParentAutomationExecutionId": {},
"CurrentStepName": {},
"CurrentAction": {},
"FailureMessage": {},
"TargetParameterName": {},
"Targets": {
"shape": "Sx"
},
"TargetMaps": {
"shape": "S7d"
},
"ResolvedTargets": {
"shape": "S7i"
},
"MaxConcurrency": {},
"MaxErrors": {},
"Target": {},
"AutomationType": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeAutomationStepExecutions": {
"input": {
"type": "structure",
"required": [
"AutomationExecutionId"
],
"members": {
"AutomationExecutionId": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
},
"ReverseOrder": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"StepExecutions": {
"shape": "S7s"
},
"NextToken": {}
}
}
},
"DescribeAvailablePatches": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "S88"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Patches": {
"type": "list",
"member": {
"shape": "S8g"
}
},
"NextToken": {}
}
}
},
"DescribeDocument": {
"input": {
"type": "structure",
"required": [
"Name"
],
"members": {
"Name": {},
"DocumentVersion": {},
"VersionName": {}
}
},
"output": {
"type": "structure",
"members": {
"Document": {
"shape": "S2c"
}
}
}
},
"DescribeDocumentPermission": {
"input": {
"type": "structure",
"required": [
"Name",
"PermissionType"
],
"members": {
"Name": {},
"PermissionType": {}
}
},
"output": {
"type": "structure",
"members": {
"AccountIds": {
"shape": "S8x"
}
}
}
},
"DescribeEffectiveInstanceAssociations": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Associations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"InstanceId": {},
"Content": {},
"AssociationVersion": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeEffectivePatchesForPatchBaseline": {
"input": {
"type": "structure",
"required": [
"BaselineId"
],
"members": {
"BaselineId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"EffectivePatches": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Patch": {
"shape": "S8g"
},
"PatchStatus": {
"type": "structure",
"members": {
"DeploymentStatus": {},
"ComplianceLevel": {},
"ApprovalDate": {
"type": "timestamp"
}
}
}
}
}
},
"NextToken": {}
}
}
},
"DescribeInstanceAssociationsStatus": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"InstanceAssociationStatusInfos": {
"type": "list",
"member": {
"type": "structure",
"members": {
"AssociationId": {},
"Name": {},
"DocumentVersion": {},
"AssociationVersion": {},
"InstanceId": {},
"ExecutionDate": {
"type": "timestamp"
},
"Status": {},
"DetailedStatus": {},
"ExecutionSummary": {},
"ErrorCode": {},
"OutputUrl": {
"type": "structure",
"members": {
"S3OutputUrl": {
"type": "structure",
"members": {
"OutputUrl": {}
}
}
}
},
"AssociationName": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeInstanceInformation": {
"input": {
"type": "structure",
"members": {
"InstanceInformationFilterList": {
"type": "list",
"member": {
"type": "structure",
"required": [
"key",
"valueSet"
],
"members": {
"key": {},
"valueSet": {
"shape": "S9n"
}
}
}
},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"shape": "S9n"
}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"InstanceInformationList": {
"type": "list",
"member": {
"type": "structure",
"members": {
"InstanceId": {},
"PingStatus": {},
"LastPingDateTime": {
"type": "timestamp"
},
"AgentVersion": {},
"IsLatestVersion": {
"type": "boolean"
},
"PlatformType": {},
"PlatformName": {},
"PlatformVersion": {},
"ActivationId": {},
"IamRole": {},
"RegistrationDate": {
"type": "timestamp"
},
"ResourceType": {},
"Name": {},
"IPAddress": {},
"ComputerName": {},
"AssociationStatus": {},
"LastAssociationExecutionDate": {
"type": "timestamp"
},
"LastSuccessfulAssociationExecutionDate": {
"type": "timestamp"
},
"AssociationOverview": {
"type": "structure",
"members": {
"DetailedStatus": {},
"InstanceAssociationStatusAggregatedCount": {
"type": "map",
"key": {},
"value": {
"type": "integer"
}
}
}
}
}
}
},
"NextToken": {}
}
}
},
"DescribeInstancePatchStates": {
"input": {
"type": "structure",
"required": [
"InstanceIds"
],
"members": {
"InstanceIds": {
"shape": "Sb"
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"InstancePatchStates": {
"type": "list",
"member": {
"shape": "Sa7"
}
},
"NextToken": {}
}
}
},
"DescribeInstancePatchStatesForPatchGroup": {
"input": {
"type": "structure",
"required": [
"PatchGroup"
],
"members": {
"PatchGroup": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values",
"Type"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
},
"Type": {}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"InstancePatchStates": {
"type": "list",
"member": {
"shape": "Sa7"
}
},
"NextToken": {}
}
}
},
"DescribeInstancePatches": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"Filters": {
"shape": "S88"
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"Patches": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Title",
"KBId",
"Classification",
"Severity",
"State",
"InstalledTime"
],
"members": {
"Title": {},
"KBId": {},
"Classification": {},
"Severity": {},
"State": {},
"InstalledTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeInventoryDeletions": {
"input": {
"type": "structure",
"members": {
"DeletionId": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"type": "structure",
"members": {
"InventoryDeletions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"DeletionId": {},
"TypeName": {},
"DeletionStartTime": {
"type": "timestamp"
},
"LastStatus": {},
"LastStatusMessage": {},
"DeletionSummary": {
"shape": "S50"
},
"LastStatusUpdateTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowExecutionTaskInvocations": {
"input": {
"type": "structure",
"required": [
"WindowExecutionId",
"TaskId"
],
"members": {
"WindowExecutionId": {},
"TaskId": {},
"Filters": {
"shape": "Sb8"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutionTaskInvocationIdentities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowExecutionId": {},
"TaskExecutionId": {},
"InvocationId": {},
"ExecutionId": {},
"TaskType": {},
"Parameters": {
"shape": "Sbk"
},
"Status": {},
"StatusDetails": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"OwnerInformation": {
"shape": "Saa"
},
"WindowTargetId": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowExecutionTasks": {
"input": {
"type": "structure",
"required": [
"WindowExecutionId"
],
"members": {
"WindowExecutionId": {},
"Filters": {
"shape": "Sb8"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutionTaskIdentities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowExecutionId": {},
"TaskExecutionId": {},
"Status": {},
"StatusDetails": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"TaskArn": {},
"TaskType": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowExecutions": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {},
"Filters": {
"shape": "Sb8"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowExecutions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"WindowExecutionId": {},
"Status": {},
"StatusDetails": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowSchedule": {
"input": {
"type": "structure",
"members": {
"WindowId": {},
"Targets": {
"shape": "Sx"
},
"ResourceType": {},
"Filters": {
"shape": "S88"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"ScheduledWindowExecutions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"Name": {},
"ExecutionTime": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowTargets": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {},
"Filters": {
"shape": "Sb8"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Targets": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTargetId": {},
"ResourceType": {},
"Targets": {
"shape": "Sx"
},
"OwnerInformation": {
"shape": "Saa"
},
"Name": {},
"Description": {
"shape": "S2y"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowTasks": {
"input": {
"type": "structure",
"required": [
"WindowId"
],
"members": {
"WindowId": {},
"Filters": {
"shape": "Sb8"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Tasks": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"WindowTaskId": {},
"TaskArn": {},
"Type": {},
"Targets": {
"shape": "Sx"
},
"TaskParameters": {
"shape": "Scb"
},
"Priority": {
"type": "integer"
},
"LoggingInfo": {
"shape": "Sch"
},
"ServiceRoleArn": {},
"MaxConcurrency": {},
"MaxErrors": {},
"Name": {},
"Description": {
"shape": "S2y"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindows": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "Sb8"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowIdentities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"Name": {},
"Description": {
"shape": "S2y"
},
"Enabled": {
"type": "boolean"
},
"Duration": {
"type": "integer"
},
"Cutoff": {
"type": "integer"
},
"Schedule": {},
"ScheduleTimezone": {},
"EndDate": {},
"StartDate": {},
"NextExecutionTime": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeMaintenanceWindowsForTarget": {
"input": {
"type": "structure",
"required": [
"Targets",
"ResourceType"
],
"members": {
"Targets": {
"shape": "Sx"
},
"ResourceType": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"WindowIdentities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"WindowId": {},
"Name": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeOpsItems": {
"input": {
"type": "structure",
"members": {
"OpsItemFilters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values",
"Operator"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
},
"Operator": {}
}
}
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"NextToken": {},
"OpsItemSummaries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"CreatedBy": {},
"CreatedTime": {
"type": "timestamp"
},
"LastModifiedBy": {},
"LastModifiedTime": {
"type": "timestamp"
},
"Priority": {
"type": "integer"
},
"Source": {},
"Status": {},
"OpsItemId": {},
"Title": {},
"OperationalData": {
"shape": "S3a"
}
}
}
}
}
}
},
"DescribeParameters": {
"input": {
"type": "structure",
"members": {
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"Key",
"Values"
],
"members": {
"Key": {},
"Values": {
"type": "list",
"member": {}
}
}
}
},
"ParameterFilters": {
"shape": "Sdb"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Parameters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Type": {},
"KeyId": {},
"LastModifiedDate": {
"type": "timestamp"
},
"LastModifiedUser": {},
"Description": {},
"AllowedPattern": {},
"Version": {
"type": "long"
},
"Tier": {},
"Policies": {
"shape": "Sdq"
}
}
}
},
"NextToken": {}
}
}
},
"DescribePatchBaselines": {
"input": {
"type": "structure",
"members": {
"Filters": {
"shape": "S88"
},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"BaselineIdentities": {
"type": "list",
"member": {
"shape": "Sdv"
}
},
"NextToken": {}
}
}
},
"DescribePatchGroupState": {
"input": {
"type": "structure",
"required": [
"PatchGroup"
],
"members": {
"PatchGroup": {}
}
},
"output": {
"type": "structure",
"members": {
"Instances": {
"type": "integer"
},
"InstancesWithInstalledPatches": {
"type": "integer"
},
"InstancesWithInstalledOtherPatches": {
"type": "integer"
},
"InstancesWithInstalledRejectedPatches": {
"type": "integer"
},
"InstancesWithMissingPatches": {
"type": "integer"
},
"InstancesWithFailedPatches": {
"type": "integer"
},
"InstancesWithNotApplicablePatches": {
"type": "integer"
},
"InstancesWithUnreportedNotApplicablePatches": {
"type": "integer"
}
}
}
},
"DescribePatchGroups": {
"input": {
"type": "structure",
"members": {
"MaxResults": {
"type": "integer"
},
"Filters": {
"shape": "S88"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Mappings": {
"type": "list",
"member": {
"type": "structure",
"members": {
"PatchGroup": {},
"BaselineIdentity": {
"shape": "Sdv"
}
}
}
},
"NextToken": {}
}
}
},
"DescribePatchProperties": {
"input": {
"type": "structure",
"required": [
"OperatingSystem",
"Property"
],
"members": {
"OperatingSystem": {},
"Property": {},
"PatchSet": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {}
}
},
"output": {
"type": "structure",
"members": {
"Properties": {
"type": "list",
"member": {
"type": "map",
"key": {},
"value": {}
}
},
"NextToken": {}
}
}
},
"DescribeSessions": {
"input": {
"type": "structure",
"required": [
"State"
],
"members": {
"State": {},
"MaxResults": {
"type": "integer"
},
"NextToken": {},
"Filters": {
"type": "list",
"member": {
"type": "structure",
"required": [
"key",
"value"
],
"members": {
"key": {},
"value": {}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"Sessions": {
"type": "list",
"member": {
"type": "structure",
"members": {
"SessionId": {},
"Target": {},
"Status": {},
"StartDate": {
"type": "timestamp"
},
"EndDate": {
"type": "timestamp"
},
"DocumentName": {},
"Owner": {},
"Details": {},
"OutputUrl": {
"type": "structure",
"members": {
"S3OutputUrl": {},
"CloudWatchOutputUrl": {}
}
}
}
}
},
"NextToken": {}
}
}
},
"GetAutomationExecution": {
"input": {
"type": "structure",
"required": [
"AutomationExecutionId"
],
"members": {
"AutomationExecutionId": {}
}
},
"output": {
"type": "structure",
"members": {
"AutomationExecution": {
"type": "structure",
"members": {
"AutomationExecutionId": {},
"DocumentName": {},
"DocumentVersion": {},
"ExecutionStartTime": {
"type": "timestamp"
},
"ExecutionEndTime": {
"type": "timestamp"
},
"AutomationExecutionStatus": {},
"StepExecutions": {
"shape": "S7s"
},
"StepExecutionsTruncated": {
"type": "boolean"
},
"Parameters": {
"shape": "S78"
},
"Outputs": {
"shape": "S78"
},
"FailureMessage": {},
"Mode": {},
"ParentAutomationExecutionId": {},
"ExecutedBy": {},
"CurrentStepName": {},
"CurrentAction": {},
"TargetParameterName": {},
"Targets": {
"shape": "Sx"
},
"TargetMaps": {
"shape": "S7d"
},
"ResolvedTargets": {
"shape": "S7i"
},
"MaxConcurrency": {},
"MaxErrors": {},
"Target": {},
"TargetLocations": {
"shape": "Sex"
},
"ProgressCounters": {
"type": "structure",
"members": {
"TotalSteps": {
"type": "integer"
},
"SuccessSteps": {
"type": "integer"
},
"FailedSteps": {
"type": "integer"
},
"CancelledSteps": {
"type": "integer"
},
"TimedOutSteps": {
"type": "integer"
}
}
}
}
}
}
}
},
"GetCommandInvocation": {
"input": {
"type": "structure",
"required": [
"CommandId",
"InstanceId"
],
"members": {
"CommandId": {},
"InstanceId": {},
"PluginName": {}
}
},
"o