github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/ssm-incidents/2018-05-10/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<p>AWS Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their AWS-hosted applications. An incident is any unplanned interruption or reduction in quality of services. </p> <p>Incident Manager increases incident resolution by notifying responders of impact, highlighting relevant troubleshooting data, and providing collaboration tools to get services back up and running. To achieve the primary goal of reducing the time-to-resolution of critical incidents, Incident Manager automates response plans and enables responder team escalation. </p>",
     4    "operations": {
     5      "CreateReplicationSet": "<p>A replication set replicates and encrypts your data to the provided Regions with the provided KMS key. </p>",
     6      "CreateResponsePlan": "<p>Creates a response plan that automates the initial response to incidents. A response plan engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning of an incident.</p>",
     7      "CreateTimelineEvent": "<p>Creates a custom timeline event on the incident details page of an incident record. Timeline events are automatically created by Incident Manager, marking key moment during an incident. You can create custom timeline events to mark important events that are automatically detected by Incident Manager.</p>",
     8      "DeleteIncidentRecord": "<p>Delete an incident record from Incident Manager. </p>",
     9      "DeleteReplicationSet": "<p>Deletes all Regions in your replication set. Deleting the replication set deletes all Incident Manager data.</p>",
    10      "DeleteResourcePolicy": "<p>Deletes the resource policy that AWS Resource Access Manager uses to share your Incident Manager resource.</p>",
    11      "DeleteResponsePlan": "<p>Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response plan.</p>",
    12      "DeleteTimelineEvent": "<p>Deletes a timeline event from an incident.</p>",
    13      "GetIncidentRecord": "<p>Returns the details of the specified incident record.</p>",
    14      "GetReplicationSet": "<p>Retrieve your Incident Manager replication set.</p>",
    15      "GetResourcePolicies": "<p>Retrieves the resource policies attached to the specified response plan.</p>",
    16      "GetResponsePlan": "<p>Retrieves the details of the specified response plan.</p>",
    17      "GetTimelineEvent": "<p>Retrieves a timeline event based on its ID and incident record.</p>",
    18      "ListIncidentRecords": "<p>Lists all incident records in your account. Use this command to retrieve the Amazon Resource Name (ARN) of the incident record you want to update. </p>",
    19      "ListRelatedItems": "<p>List all related items for an incident record.</p>",
    20      "ListReplicationSets": "<p>Lists details about the replication set configured in your account. </p>",
    21      "ListResponsePlans": "<p>Lists all response plans in your account.</p>",
    22      "ListTagsForResource": "<p>Lists the tags that are attached to the specified response plan.</p>",
    23      "ListTimelineEvents": "<p>Lists timeline events of the specified incident record.</p>",
    24      "PutResourcePolicy": "<p>Adds a resource policy to the specified response plan.</p>",
    25      "StartIncident": "<p>Used to start an incident from CloudWatch alarms, EventBridge events, or manually. </p>",
    26      "TagResource": "<p>Adds a tag to a response plan.</p>",
    27      "UntagResource": "<p>Removes a tag from a resource.</p>",
    28      "UpdateDeletionProtection": "<p>Update deletion protection to either allow or deny deletion of the final Region in a replication set.</p>",
    29      "UpdateIncidentRecord": "<p>Update the details of an incident record. You can use this action to update an incident record from the defined chat channel. For more information about using actions in chat channels, see <a href=\"https://docs.aws.amazon.com/incident-manager/latest/userguide/chat.html#chat-interact\">Interacting through chat</a>.</p>",
    30      "UpdateRelatedItems": "<p>Add or remove related items from the related items tab of an incident record.</p>",
    31      "UpdateReplicationSet": "<p>Add or delete Regions from your replication set.</p>",
    32      "UpdateResponsePlan": "<p>Updates the specified response plan.</p>",
    33      "UpdateTimelineEvent": "<p>Updates a timeline event. You can update events of type <code>Custom Event</code>.</p>"
    34    },
    35    "shapes": {
    36      "AccessDeniedException": {
    37        "base": "<p>You don't have sufficient access to perform this action.</p>",
    38        "refs": {
    39        }
    40      },
    41      "Action": {
    42        "base": "<p>The action that starts at the beginning of an incident. The response plan defines the action.</p>",
    43        "refs": {
    44          "ActionsList$member": null
    45        }
    46      },
    47      "ActionsList": {
    48        "base": null,
    49        "refs": {
    50          "CreateResponsePlanInput$actions": "<p>The actions that the response plan starts at the beginning of an incident.</p>",
    51          "GetResponsePlanOutput$actions": "<p>The actions that this response plan takes at the beginning of the incident.</p>",
    52          "UpdateResponsePlanInput$actions": "<p>The actions that this response plan takes at the beginning of an incident.</p>"
    53        }
    54      },
    55      "AddRegionAction": {
    56        "base": "<p>Defines the Region and KMS key to add to the replication set. </p>",
    57        "refs": {
    58          "UpdateReplicationSetAction$addRegionAction": "<p>Details about the Region that you're adding to the replication set.</p>"
    59        }
    60      },
    61      "Arn": {
    62        "base": null,
    63        "refs": {
    64          "AutomationExecution$ssmExecutionArn": "<p>The Amazon Resource Name (ARN) of the automation process.</p>",
    65          "CreateReplicationSetOutput$arn": "<p>The Amazon Resource Name (ARN) of the replication set. </p>",
    66          "CreateResponsePlanOutput$arn": "<p>The Amazon Resource Name (ARN) of the response plan.</p>",
    67          "CreateTimelineEventInput$incidentRecordArn": "<p>The Amazon Resource Name (ARN) of the incident record you are adding the event to.</p>",
    68          "CreateTimelineEventOutput$incidentRecordArn": "<p>The ARN of the incident record that you added the event to.</p>",
    69          "DeleteIncidentRecordInput$arn": "<p>The Amazon Resource Name (ARN) of the incident record you are deleting.</p>",
    70          "DeleteReplicationSetInput$arn": "<p>The Amazon Resource Name (ARN) of the replication set you're deleting.</p>",
    71          "DeleteResourcePolicyInput$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource you're deleting the policy from.</p>",
    72          "DeleteResponsePlanInput$arn": "<p>The Amazon Resource Name (ARN) of the response plan.</p>",
    73          "DeleteTimelineEventInput$incidentRecordArn": "<p>The Amazon Resource Name (ARN) of the incident that the event is part of.</p>",
    74          "EventSummary$incidentRecordArn": "<p>The Amazon Resource Name (ARN) of the incident that the event happened during.</p>",
    75          "GetIncidentRecordInput$arn": "<p>The Amazon Resource Name (ARN) of the incident record.</p>",
    76          "GetReplicationSetInput$arn": "<p>The Amazon Resource Name (ARN) of the replication set you want to retrieve.</p>",
    77          "GetResourcePoliciesInput$resourceArn": "<p>The Amazon Resource Name (ARN) of the response plan with the attached resource policy. </p>",
    78          "GetResponsePlanInput$arn": "<p>The Amazon Resource Name (ARN) of the response plan.</p>",
    79          "GetResponsePlanOutput$arn": "<p>The ARN of the response plan.</p>",
    80          "GetTimelineEventInput$incidentRecordArn": "<p>The Amazon Resource Name (ARN) of the incident that the timeline event is part of.</p>",
    81          "IncidentRecord$arn": "<p>The Amazon Resource Name (ARN) of the incident record.</p>",
    82          "IncidentRecord$lastModifiedBy": "<p>Who modified the incident most recently.</p>",
    83          "IncidentRecordSource$createdBy": "<p>The principal that started the incident.</p>",
    84          "IncidentRecordSource$invokedBy": "<p>The principal the assumed the role specified of the <code>createdBy</code>.</p>",
    85          "IncidentRecordSource$resourceArn": "<p>The resource that caused the incident to be created.</p>",
    86          "IncidentRecordSummary$arn": "<p>The Amazon Resource Name (ARN) of the incident.</p>",
    87          "ItemValue$arn": "<p>The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.</p>",
    88          "ListRelatedItemsInput$incidentRecordArn": "<p>The Amazon Resource Name (ARN) of the incident record that you are listing related items for.</p>",
    89          "ListTimelineEventsInput$incidentRecordArn": "<p>The Amazon Resource Name (ARN) of the incident that the event is part of.</p>",
    90          "NotificationTargetItem$snsTopicArn": "<p>The Amazon Resource Name (ARN) of the SNS topic.</p>",
    91          "PutResourcePolicyInput$resourceArn": "<p>The Amazon Resource Name (ARN) of the response plan you're adding the resource policy to.</p>",
    92          "ReplicationSet$arn": "<p>The Amazon Resource Name (ARN) of the replication set.</p>",
    93          "ReplicationSet$createdBy": "<p>Details about who created the replication set.</p>",
    94          "ReplicationSet$lastModifiedBy": "<p>Who last modified the replication set.</p>",
    95          "ReplicationSetArnList$member": null,
    96          "ResponsePlanSummary$arn": "<p>The Amazon Resource Name (ARN) of the response plan.</p>",
    97          "StartIncidentInput$responsePlanArn": "<p>The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat channels, SNS topics, runbooks, title, and impact of the incident. </p>",
    98          "StartIncidentOutput$incidentRecordArn": "<p>The ARN of the newly created incident record.</p>",
    99          "TimelineEvent$incidentRecordArn": "<p>The Amazon Resource Name (ARN) of the incident that the event occurred during.</p>",
   100          "TriggerDetails$triggerArn": "<p>The ARN of the source that detected the incident.</p>",
   101          "UpdateDeletionProtectionInput$arn": "<p>The Amazon Resource Name (ARN) of the replication set you're updating.</p>",
   102          "UpdateIncidentRecordInput$arn": "<p>The Amazon Resource Name (ARN) of the incident record you are updating.</p>",
   103          "UpdateRelatedItemsInput$incidentRecordArn": "<p>The Amazon Resource Name (ARN) of the incident record you are updating related items in.</p>",
   104          "UpdateReplicationSetInput$arn": "<p>The Amazon Resource Name (ARN) of the replication set you're updating.</p>",
   105          "UpdateResponsePlanInput$arn": "<p>The Amazon Resource Name (ARN) of the response plan.</p>",
   106          "UpdateTimelineEventInput$incidentRecordArn": "<p>The Amazon Resource Name (ARN) of the incident that the timeline event is part of.</p>"
   107        }
   108      },
   109      "AttributeValueList": {
   110        "base": "<p>Use the AttributeValueList to filter by string or integer values.</p>",
   111        "refs": {
   112          "Condition$equals": "<p>The value is equal to the provided string or integer. </p>"
   113        }
   114      },
   115      "AutomationExecution": {
   116        "base": "<p>The Systems Manager automation document process to start as the runbook at the beginning of the incident.</p>",
   117        "refs": {
   118          "AutomationExecutionSet$member": null
   119        }
   120      },
   121      "AutomationExecutionSet": {
   122        "base": null,
   123        "refs": {
   124          "IncidentRecord$automationExecutions": "<p>The runbook, or automation document, that's run at the beginning of the incident.</p>"
   125        }
   126      },
   127      "Boolean": {
   128        "base": null,
   129        "refs": {
   130          "ReplicationSet$deletionProtected": "<p>Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Region in the replication set. </p>",
   131          "UpdateDeletionProtectionInput$deletionProtected": "<p>Details if deletion protection is enabled or disabled in your account.</p>"
   132        }
   133      },
   134      "ChatChannel": {
   135        "base": "<p>The AWS Chatbot chat channel used for collaboration during an incident.</p>",
   136        "refs": {
   137          "CreateResponsePlanInput$chatChannel": "<p>The AWS Chatbot chat channel used for collaboration during an incident.</p>",
   138          "GetResponsePlanOutput$chatChannel": "<p>The AWS Chatbot chat channel used for collaboration during an incident.</p>",
   139          "IncidentRecord$chatChannel": "<p>The chat channel used for collaboration during an incident.</p>",
   140          "UpdateIncidentRecordInput$chatChannel": "<p>The AWS Chatbot chat channel for responders to collaborate in.</p>",
   141          "UpdateResponsePlanInput$chatChannel": "<p>The AWS Chatbot chat channel used for collaboration during an incident.</p> <p>Use the empty structure to remove the chat channel from the response plan.</p>"
   142        }
   143      },
   144      "ChatbotSnsConfigurationSet": {
   145        "base": null,
   146        "refs": {
   147          "ChatChannel$chatbotSns": "<p>The SNS targets that AWS Chatbot uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel by using the SNS topics. </p>"
   148        }
   149      },
   150      "ClientToken": {
   151        "base": null,
   152        "refs": {
   153          "CreateReplicationSetInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>",
   154          "CreateResponsePlanInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>",
   155          "CreateTimelineEventInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>",
   156          "StartIncidentInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>",
   157          "UpdateDeletionProtectionInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>",
   158          "UpdateIncidentRecordInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>",
   159          "UpdateRelatedItemsInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>",
   160          "UpdateReplicationSetInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>",
   161          "UpdateResponsePlanInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>",
   162          "UpdateTimelineEventInput$clientToken": "<p>A token ensuring that the action is called only once with the specified details.</p>"
   163        }
   164      },
   165      "Condition": {
   166        "base": "<p>A conditional statement with which to compare a value, after a timestamp, before a timestamp, or equal to a string or integer. If multiple conditions are specified, the conditionals become an <code>AND</code>ed statement. If multiple values are specified for a conditional, the values are <code>OR</code>d.</p>",
   167        "refs": {
   168          "Filter$condition": "<p>The condition accepts before or after a specified time, equal to a string, or equal to an integer.</p>"
   169        }
   170      },
   171      "ConflictException": {
   172        "base": "<p>Updating or deleting a resource causes an inconsistent state.</p>",
   173        "refs": {
   174        }
   175      },
   176      "CreateReplicationSetInput": {
   177        "base": null,
   178        "refs": {
   179        }
   180      },
   181      "CreateReplicationSetOutput": {
   182        "base": null,
   183        "refs": {
   184        }
   185      },
   186      "CreateResponsePlanInput": {
   187        "base": null,
   188        "refs": {
   189        }
   190      },
   191      "CreateResponsePlanOutput": {
   192        "base": null,
   193        "refs": {
   194        }
   195      },
   196      "CreateTimelineEventInput": {
   197        "base": null,
   198        "refs": {
   199        }
   200      },
   201      "CreateTimelineEventOutput": {
   202        "base": null,
   203        "refs": {
   204        }
   205      },
   206      "DedupeString": {
   207        "base": null,
   208        "refs": {
   209          "IncidentRecord$dedupeString": "<p>The string Incident Manager uses to prevent duplicate incidents from being created by the same incident.</p>",
   210          "IncidentTemplate$dedupeString": "<p>Used to stop Incident Manager from creating multiple incident records for the same incident. </p>",
   211          "UpdateResponsePlanInput$incidentTemplateDedupeString": "<p>Used to create only one incident record for an incident.</p>"
   212        }
   213      },
   214      "DeleteIncidentRecordInput": {
   215        "base": null,
   216        "refs": {
   217        }
   218      },
   219      "DeleteIncidentRecordOutput": {
   220        "base": null,
   221        "refs": {
   222        }
   223      },
   224      "DeleteRegionAction": {
   225        "base": "<p>Defines the information about the Region you're deleting from your replication set.</p>",
   226        "refs": {
   227          "UpdateReplicationSetAction$deleteRegionAction": "<p>Details about the Region that you're deleting to the replication set.</p>"
   228        }
   229      },
   230      "DeleteReplicationSetInput": {
   231        "base": null,
   232        "refs": {
   233        }
   234      },
   235      "DeleteReplicationSetOutput": {
   236        "base": null,
   237        "refs": {
   238        }
   239      },
   240      "DeleteResourcePolicyInput": {
   241        "base": null,
   242        "refs": {
   243        }
   244      },
   245      "DeleteResourcePolicyOutput": {
   246        "base": null,
   247        "refs": {
   248        }
   249      },
   250      "DeleteResponsePlanInput": {
   251        "base": null,
   252        "refs": {
   253        }
   254      },
   255      "DeleteResponsePlanOutput": {
   256        "base": null,
   257        "refs": {
   258        }
   259      },
   260      "DeleteTimelineEventInput": {
   261        "base": null,
   262        "refs": {
   263        }
   264      },
   265      "DeleteTimelineEventOutput": {
   266        "base": null,
   267        "refs": {
   268        }
   269      },
   270      "EmptyChatChannel": {
   271        "base": "<p>Used to remove the chat channel from an incident record or response plan.</p>",
   272        "refs": {
   273          "ChatChannel$empty": "<p>Used to remove the chat channel from an incident record or response plan.</p>"
   274        }
   275      },
   276      "EngagementSet": {
   277        "base": null,
   278        "refs": {
   279          "CreateResponsePlanInput$engagements": "<p>The contacts and escalation plans that the response plan engages during an incident.</p>",
   280          "GetResponsePlanOutput$engagements": "<p>The contacts and escalation plans that the response plan engages during an incident.</p>",
   281          "UpdateResponsePlanInput$engagements": "<p>The contacts and escalation plans that Incident Manager engages at the start of the incident.</p>"
   282        }
   283      },
   284      "EventData": {
   285        "base": null,
   286        "refs": {
   287          "CreateTimelineEventInput$eventData": "<p>A valid JSON string. There is no other schema imposed. A short description of the event.</p>",
   288          "TimelineEvent$eventData": "<p>A short description of the event.</p>",
   289          "UpdateTimelineEventInput$eventData": "<p>A short description of the event.</p>"
   290        }
   291      },
   292      "EventSummary": {
   293        "base": "<p>Details about a timeline event during an incident.</p>",
   294        "refs": {
   295          "EventSummaryList$member": null
   296        }
   297      },
   298      "EventSummaryList": {
   299        "base": null,
   300        "refs": {
   301          "ListTimelineEventsOutput$eventSummaries": "<p>Details about each event that occurred during the incident.</p>"
   302        }
   303      },
   304      "ExceptionMessage": {
   305        "base": null,
   306        "refs": {
   307          "AccessDeniedException$message": null,
   308          "ConflictException$message": null,
   309          "InternalServerException$message": null,
   310          "ResourceNotFoundException$message": null,
   311          "ServiceQuotaExceededException$message": null,
   312          "ThrottlingException$message": null,
   313          "ValidationException$message": null
   314        }
   315      },
   316      "Filter": {
   317        "base": "<p>Filter the selection by using a condition.</p>",
   318        "refs": {
   319          "FilterList$member": null
   320        }
   321      },
   322      "FilterKeyString": {
   323        "base": null,
   324        "refs": {
   325          "Filter$key": "<p>The key that you're filtering on.</p>"
   326        }
   327      },
   328      "FilterList": {
   329        "base": null,
   330        "refs": {
   331          "ListIncidentRecordsInput$filters": "<p>Filter the list of incident records you are searching through. You can filter on the following keys:</p> <ul> <li> <p> <code>creationTime</code> </p> </li> <li> <p> <code>impact</code> </p> </li> <li> <p> <code>status</code> </p> </li> <li> <p> <code>createdBy</code> </p> </li> </ul>",
   332          "ListTimelineEventsInput$filters": "<p>Filters the timeline events based on the provided conditional values. You can filter timeline events using the following keys:</p> <ul> <li> <p> <code>eventTime</code> </p> </li> <li> <p> <code>eventType</code> </p> </li> </ul>"
   333        }
   334      },
   335      "GetIncidentRecordInput": {
   336        "base": null,
   337        "refs": {
   338        }
   339      },
   340      "GetIncidentRecordOutput": {
   341        "base": null,
   342        "refs": {
   343        }
   344      },
   345      "GetReplicationSetInput": {
   346        "base": null,
   347        "refs": {
   348        }
   349      },
   350      "GetReplicationSetOutput": {
   351        "base": null,
   352        "refs": {
   353        }
   354      },
   355      "GetResourcePoliciesInput": {
   356        "base": null,
   357        "refs": {
   358        }
   359      },
   360      "GetResourcePoliciesOutput": {
   361        "base": null,
   362        "refs": {
   363        }
   364      },
   365      "GetResponsePlanInput": {
   366        "base": null,
   367        "refs": {
   368        }
   369      },
   370      "GetResponsePlanOutput": {
   371        "base": null,
   372        "refs": {
   373        }
   374      },
   375      "GetTimelineEventInput": {
   376        "base": null,
   377        "refs": {
   378        }
   379      },
   380      "GetTimelineEventOutput": {
   381        "base": null,
   382        "refs": {
   383        }
   384      },
   385      "Impact": {
   386        "base": null,
   387        "refs": {
   388          "IncidentRecord$impact": "<p>The impact of the incident on customers and applications.</p>",
   389          "IncidentRecordSummary$impact": "<p>Defines the impact to customers and applications.</p>",
   390          "IncidentTemplate$impact": "<p>The impact of the incident on your customers and applications. </p>",
   391          "StartIncidentInput$impact": "<p>Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.</p> <p class=\"title\"> <b>Possible impacts:</b> </p> <ul> <li> <p> <code>1</code> - Critical impact, this typically relates to full application failure that impacts many to all customers. </p> </li> <li> <p> <code>2</code> - High impact, partial application failure with impact to many customers.</p> </li> <li> <p> <code>3</code> - Medium impact, the application is providing reduced service to customers.</p> </li> <li> <p> <code>4</code> - Low impact, customer might aren't impacted by the problem yet.</p> </li> <li> <p> <code>5</code> - No impact, customers aren't currently impacted but urgent action is needed to avoid impact.</p> </li> </ul>",
   392          "UpdateIncidentRecordInput$impact": "<p>Defines the impact to customers and applications. Providing an impact overwrites the impact provided by the response plan.</p> <p class=\"title\"> <b>Possible impacts:</b> </p> <ul> <li> <p> <code>1</code> - Critical impact, this typically relates to full application failure that impacts many to all customers. </p> </li> <li> <p> <code>2</code> - High impact, partial application failure with impact to many customers.</p> </li> <li> <p> <code>3</code> - Medium impact, the application is providing reduced service to customers.</p> </li> <li> <p> <code>4</code> - Low impact, customer might aren't impacted by the problem yet.</p> </li> <li> <p> <code>5</code> - No impact, customers aren't currently impacted but urgent action is needed to avoid impact.</p> </li> </ul>",
   393          "UpdateResponsePlanInput$incidentTemplateImpact": "<p>Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.</p> <p class=\"title\"> <b>Possible impacts:</b> </p> <ul> <li> <p> <code>5</code> - Severe impact</p> </li> <li> <p> <code>4</code> - High impact</p> </li> <li> <p> <code>3</code> - Medium impact</p> </li> <li> <p> <code>2</code> - Low impact</p> </li> <li> <p> <code>1</code> - No impact</p> </li> </ul>"
   394        }
   395      },
   396      "IncidentRecord": {
   397        "base": "<p>The record of the incident that's created when an incident occurs.</p>",
   398        "refs": {
   399          "GetIncidentRecordOutput$incidentRecord": "<p>Details structure of the incident record.</p>"
   400        }
   401      },
   402      "IncidentRecordSource": {
   403        "base": "<p>Details about how the incident record was created and when.</p>",
   404        "refs": {
   405          "IncidentRecord$incidentRecordSource": "<p>Details about the action that started the incident.</p>",
   406          "IncidentRecordSummary$incidentRecordSource": "<p>What caused Incident Manager to create the incident.</p>"
   407        }
   408      },
   409      "IncidentRecordStatus": {
   410        "base": null,
   411        "refs": {
   412          "IncidentRecord$status": "<p>The current status of the incident.</p>",
   413          "IncidentRecordSummary$status": "<p>The current status of the incident.</p>",
   414          "UpdateIncidentRecordInput$status": "<p>The status of the incident. An incident can be <code>Open</code> or <code>Resolved</code>.</p>"
   415        }
   416      },
   417      "IncidentRecordSummary": {
   418        "base": "<p>Details describing an incident record.</p>",
   419        "refs": {
   420          "IncidentRecordSummaryList$member": null
   421        }
   422      },
   423      "IncidentRecordSummaryList": {
   424        "base": null,
   425        "refs": {
   426          "ListIncidentRecordsOutput$incidentRecordSummaries": "<p>The details of each listed incident record.</p>"
   427        }
   428      },
   429      "IncidentSource": {
   430        "base": null,
   431        "refs": {
   432          "IncidentRecordSource$source": "<p>The service that started the incident. This can be manually created from Incident Manager, automatically created using an AWS CloudWatch alarm, or Amazon EventBridge event.</p>",
   433          "TriggerDetails$source": "<p>Identifies the service that sourced the event. All events sourced from within AWS begin with \"aws.\" Customer-generated events can have any value here, as long as it doesn't begin with \"aws.\" We recommend the use of Java package-name style reverse domain-name strings. </p>"
   434        }
   435      },
   436      "IncidentSummary": {
   437        "base": null,
   438        "refs": {
   439          "IncidentRecord$summary": "<p>The summary of the incident. The summary is a brief synopsis of what occurred, what is currently happening, and context.</p>",
   440          "IncidentTemplate$summary": "<p>The summary of the incident. The summary is a brief synopsis of what occurred, what's currently happening, and context.</p>",
   441          "UpdateIncidentRecordInput$summary": "<p>The summary describes what has happened during the incident.</p>",
   442          "UpdateResponsePlanInput$incidentTemplateSummary": "<p>A brief summary of the incident. This typically contains what has happened, what's currently happening, and next steps.</p>"
   443        }
   444      },
   445      "IncidentTemplate": {
   446        "base": "<p>Basic details used in creating a response plan. The response plan is then used to create an incident record.</p>",
   447        "refs": {
   448          "CreateResponsePlanInput$incidentTemplate": "<p>Details used to create an incident when using this response plan.</p>",
   449          "GetResponsePlanOutput$incidentTemplate": "<p>Details used to create the incident when using this response plan.</p>"
   450        }
   451      },
   452      "IncidentTitle": {
   453        "base": null,
   454        "refs": {
   455          "IncidentRecord$title": "<p>The title of the incident.</p>",
   456          "IncidentRecordSummary$title": "<p>The title of the incident. This value is either provided by the response plan or overwritten on creation.</p>",
   457          "IncidentTemplate$title": "<p>The title of the incident. </p>",
   458          "StartIncidentInput$title": "<p>Provide a title for the incident. Providing a title overwrites the title provided by the response plan. </p>",
   459          "UpdateIncidentRecordInput$title": "<p>The title of the incident is a brief and easily recognizable.</p>",
   460          "UpdateResponsePlanInput$incidentTemplateTitle": "<p>The short format name of the incident. Can't contain spaces.</p>"
   461        }
   462      },
   463      "Integer": {
   464        "base": null,
   465        "refs": {
   466          "IntegerList$member": null
   467        }
   468      },
   469      "IntegerList": {
   470        "base": null,
   471        "refs": {
   472          "AttributeValueList$integerValues": "<p>The list of integer values that the filter matches.</p>"
   473        }
   474      },
   475      "InternalServerException": {
   476        "base": "<p>The request processing has failed because of an unknown error, exception or failure.</p>",
   477        "refs": {
   478        }
   479      },
   480      "ItemIdentifier": {
   481        "base": "<p>Details and type of a related item.</p>",
   482        "refs": {
   483          "RelatedItem$identifier": "<p>Details about the related item.</p>",
   484          "RelatedItemsUpdate$itemToRemove": "<p>Details about the related item you're deleting.</p>"
   485        }
   486      },
   487      "ItemType": {
   488        "base": null,
   489        "refs": {
   490          "ItemIdentifier$type": "<p>The type of related item. Incident Manager supports the following types:</p> <ul> <li> <p> <code>ANALYSIS</code> </p> </li> <li> <p> <code>INCIDENT</code> </p> </li> <li> <p> <code>METRIC</code> </p> </li> <li> <p> <code>PARENT</code> </p> </li> <li> <p> <code>ATTACHMENT</code> </p> </li> <li> <p> <code>OTHER</code> </p> </li> </ul>"
   491        }
   492      },
   493      "ItemValue": {
   494        "base": "<p>Describes a related item.</p>",
   495        "refs": {
   496          "ItemIdentifier$value": "<p>Details about the related item.</p>"
   497        }
   498      },
   499      "ListIncidentRecordsInput": {
   500        "base": null,
   501        "refs": {
   502        }
   503      },
   504      "ListIncidentRecordsOutput": {
   505        "base": null,
   506        "refs": {
   507        }
   508      },
   509      "ListRelatedItemsInput": {
   510        "base": null,
   511        "refs": {
   512        }
   513      },
   514      "ListRelatedItemsOutput": {
   515        "base": null,
   516        "refs": {
   517        }
   518      },
   519      "ListReplicationSetsInput": {
   520        "base": null,
   521        "refs": {
   522        }
   523      },
   524      "ListReplicationSetsOutput": {
   525        "base": null,
   526        "refs": {
   527        }
   528      },
   529      "ListResponsePlansInput": {
   530        "base": null,
   531        "refs": {
   532        }
   533      },
   534      "ListResponsePlansOutput": {
   535        "base": null,
   536        "refs": {
   537        }
   538      },
   539      "ListTagsForResourceRequest": {
   540        "base": null,
   541        "refs": {
   542        }
   543      },
   544      "ListTagsForResourceResponse": {
   545        "base": null,
   546        "refs": {
   547        }
   548      },
   549      "ListTimelineEventsInput": {
   550        "base": null,
   551        "refs": {
   552        }
   553      },
   554      "ListTimelineEventsOutput": {
   555        "base": null,
   556        "refs": {
   557        }
   558      },
   559      "MaxResults": {
   560        "base": null,
   561        "refs": {
   562          "GetResourcePoliciesInput$maxResults": "<p>The maximum number of resource policies to display per page of results.</p>",
   563          "ListIncidentRecordsInput$maxResults": "<p>The maximum number of results per page.</p>",
   564          "ListRelatedItemsInput$maxResults": "<p>The maximum number of related items per page.</p>",
   565          "ListReplicationSetsInput$maxResults": "<p>The maximum number of results per page. </p>",
   566          "ListResponsePlansInput$maxResults": "<p>The maximum number of response plans per page.</p>",
   567          "ListTimelineEventsInput$maxResults": "<p>The maximum number of results per page.</p>"
   568        }
   569      },
   570      "MetricDefinition": {
   571        "base": null,
   572        "refs": {
   573          "ItemValue$metricDefinition": "<p>The metric definition, if the related item is a metric in CloudWatch.</p>"
   574        }
   575      },
   576      "NextToken": {
   577        "base": null,
   578        "refs": {
   579          "GetResourcePoliciesInput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   580          "GetResourcePoliciesOutput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   581          "ListIncidentRecordsInput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   582          "ListIncidentRecordsOutput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   583          "ListRelatedItemsInput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   584          "ListRelatedItemsOutput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   585          "ListReplicationSetsInput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   586          "ListReplicationSetsOutput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   587          "ListResponsePlansInput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   588          "ListResponsePlansOutput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   589          "ListTimelineEventsInput$nextToken": "<p>The pagination token to continue to the next page of results.</p>",
   590          "ListTimelineEventsOutput$nextToken": "<p>The pagination token to continue to the next page of results.</p>"
   591        }
   592      },
   593      "NotificationTargetItem": {
   594        "base": "<p>The SNS targets that are notified when updates are made to an incident.</p>",
   595        "refs": {
   596          "NotificationTargetSet$member": null
   597        }
   598      },
   599      "NotificationTargetSet": {
   600        "base": null,
   601        "refs": {
   602          "IncidentRecord$notificationTargets": "<p>The SNS targets that are notified when updates are made to an incident.</p>",
   603          "IncidentTemplate$notificationTargets": "<p>The SNS targets that are notified when updates are made to an incident.</p>",
   604          "UpdateIncidentRecordInput$notificationTargets": "<p>The SNS targets that are notified when updates are made to an incident.</p> <p>Using multiple SNS topics creates redundancy in the case that a Region is down during the incident.</p>",
   605          "UpdateResponsePlanInput$incidentTemplateNotificationTargets": "<p>The SNS targets that are notified when updates are made to an incident.</p>"
   606        }
   607      },
   608      "Policy": {
   609        "base": null,
   610        "refs": {
   611          "PutResourcePolicyInput$policy": "<p>Details of the resource policy.</p>",
   612          "ResourcePolicy$policyDocument": "<p>The JSON blob that describes the policy.</p>"
   613        }
   614      },
   615      "PolicyId": {
   616        "base": null,
   617        "refs": {
   618          "DeleteResourcePolicyInput$policyId": "<p>The ID of the resource policy you're deleting.</p>",
   619          "PutResourcePolicyOutput$policyId": "<p>The ID of the resource policy.</p>",
   620          "ResourcePolicy$policyId": "<p>The ID of the resource policy.</p>"
   621        }
   622      },
   623      "PutResourcePolicyInput": {
   624        "base": null,
   625        "refs": {
   626        }
   627      },
   628      "PutResourcePolicyOutput": {
   629        "base": null,
   630        "refs": {
   631        }
   632      },
   633      "RawData": {
   634        "base": null,
   635        "refs": {
   636          "TriggerDetails$rawData": "<p>Raw data passed from either EventBridge, CloudWatch, or Incident Manager when an incident is created.</p>"
   637        }
   638      },
   639      "RegionInfo": {
   640        "base": "<p>Information about a Region in your replication set.</p>",
   641        "refs": {
   642          "RegionInfoMap$value": null
   643        }
   644      },
   645      "RegionInfoMap": {
   646        "base": null,
   647        "refs": {
   648          "ReplicationSet$regionMap": "<p>The map between each Region in your replication set and the KMS key that is used to encrypt the data in that Region.</p>"
   649        }
   650      },
   651      "RegionMapInput": {
   652        "base": null,
   653        "refs": {
   654          "CreateReplicationSetInput$regions": "<p>The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.</p>"
   655        }
   656      },
   657      "RegionMapInputValue": {
   658        "base": "<p>The mapping between a Region and the key that's used to encrypt the data.</p>",
   659        "refs": {
   660          "RegionMapInput$value": null
   661        }
   662      },
   663      "RegionName": {
   664        "base": null,
   665        "refs": {
   666          "AddRegionAction$regionName": "<p>The Region name to add to the replication set.</p>",
   667          "DeleteRegionAction$regionName": "<p>The name of the Region you're deleting from the replication set.</p>",
   668          "RegionInfoMap$key": null,
   669          "RegionMapInput$key": null
   670        }
   671      },
   672      "RegionStatus": {
   673        "base": null,
   674        "refs": {
   675          "RegionInfo$status": "<p>The status of the Region in the replication set.</p>"
   676        }
   677      },
   678      "RelatedItem": {
   679        "base": "<p>Resources that responders use to triage and mitigate the incident.</p>",
   680        "refs": {
   681          "RelatedItemList$member": null,
   682          "RelatedItemsUpdate$itemToAdd": "<p>Details about the related item you're adding.</p>"
   683        }
   684      },
   685      "RelatedItemList": {
   686        "base": null,
   687        "refs": {
   688          "ListRelatedItemsOutput$relatedItems": "<p>Details about each related item.</p>",
   689          "StartIncidentInput$relatedItems": "<p>Add related items to the incident for other responders to use. Related items are AWS resources, external links, or files uploaded to an S3 bucket. </p>"
   690        }
   691      },
   692      "RelatedItemTitleString": {
   693        "base": null,
   694        "refs": {
   695          "RelatedItem$title": "<p>The title of the related item.</p>"
   696        }
   697      },
   698      "RelatedItemsUpdate": {
   699        "base": "<p>Details about the related item you're adding.</p>",
   700        "refs": {
   701          "UpdateRelatedItemsInput$relatedItemsUpdate": "<p>Details about the item you are adding or deleting.</p>"
   702        }
   703      },
   704      "ReplicationSet": {
   705        "base": "<p>The set of Regions that your Incident Manager data will be replicated to and the KMS key used to encrypt the data. </p>",
   706        "refs": {
   707          "GetReplicationSetOutput$replicationSet": "<p>Details of the replication set.</p>"
   708        }
   709      },
   710      "ReplicationSetArnList": {
   711        "base": null,
   712        "refs": {
   713          "ListReplicationSetsOutput$replicationSetArns": "<p>The Amazon Resource Name (ARN) of the list replication set.</p>"
   714        }
   715      },
   716      "ReplicationSetStatus": {
   717        "base": null,
   718        "refs": {
   719          "ReplicationSet$status": "<p>The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.</p>"
   720        }
   721      },
   722      "ResourceNotFoundException": {
   723        "base": "<p>Request references a resource which does not exist. </p>",
   724        "refs": {
   725        }
   726      },
   727      "ResourcePolicy": {
   728        "base": "<p>The resource policy that allows Incident Manager to perform actions on resources on your behalf.</p>",
   729        "refs": {
   730          "ResourcePolicyList$member": null
   731        }
   732      },
   733      "ResourcePolicyList": {
   734        "base": null,
   735        "refs": {
   736          "GetResourcePoliciesOutput$resourcePolicies": "<p>Details about the resource policy attached to the response plan.</p>"
   737        }
   738      },
   739      "ResourceType": {
   740        "base": null,
   741        "refs": {
   742          "ConflictException$resourceType": "<p>The resource type</p>",
   743          "ResourceNotFoundException$resourceType": "<p>The resource type</p>",
   744          "ServiceQuotaExceededException$resourceType": "<p>The resource type</p>"
   745        }
   746      },
   747      "ResponsePlanDisplayName": {
   748        "base": null,
   749        "refs": {
   750          "CreateResponsePlanInput$displayName": "<p>The long format of the response plan name. This field can contain spaces.</p>",
   751          "GetResponsePlanOutput$displayName": "<p>The long format name of the response plan. Can contain spaces.</p>",
   752          "ResponsePlanSummary$displayName": "<p>The human readable name of the response plan. This can include spaces.</p>",
   753          "UpdateResponsePlanInput$displayName": "<p>The long format name of the response plan. Can't contain spaces.</p>"
   754        }
   755      },
   756      "ResponsePlanName": {
   757        "base": null,
   758        "refs": {
   759          "CreateResponsePlanInput$name": "<p>The short format name of the response plan. Can't include spaces.</p>",
   760          "GetResponsePlanOutput$name": "<p>The short format name of the response plan. Can't contain spaces.</p>",
   761          "ResponsePlanSummary$name": "<p>The name of the response plan. This can't include spaces.</p>"
   762        }
   763      },
   764      "ResponsePlanSummary": {
   765        "base": "<p>Details of the response plan that are used when creating an incident.</p>",
   766        "refs": {
   767          "ResponsePlanSummaryList$member": null
   768        }
   769      },
   770      "ResponsePlanSummaryList": {
   771        "base": null,
   772        "refs": {
   773          "ListResponsePlansOutput$responsePlanSummaries": "<p>Details of each response plan.</p>"
   774        }
   775      },
   776      "RoleArn": {
   777        "base": null,
   778        "refs": {
   779          "SsmAutomation$roleArn": "<p>The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.</p>"
   780        }
   781      },
   782      "ServiceCode": {
   783        "base": null,
   784        "refs": {
   785          "ServiceQuotaExceededException$serviceCode": "<p>Originating service code</p>",
   786          "ThrottlingException$serviceCode": "<p>Originating service code</p>"
   787        }
   788      },
   789      "ServiceQuotaExceededException": {
   790        "base": "<p>Request would cause a service quota to be exceeded.</p>",
   791        "refs": {
   792        }
   793      },
   794      "SnsArn": {
   795        "base": null,
   796        "refs": {
   797          "ChatbotSnsConfigurationSet$member": null
   798        }
   799      },
   800      "SortOrder": {
   801        "base": null,
   802        "refs": {
   803          "ListTimelineEventsInput$sortOrder": "<p>Sorts the order of timeline events by the value specified in the <code>sortBy</code> field.</p>"
   804        }
   805      },
   806      "SseKmsKey": {
   807        "base": null,
   808        "refs": {
   809          "AddRegionAction$sseKmsKeyId": "<p>The KMS key ID to use to encrypt your replication set.</p>",
   810          "RegionInfo$sseKmsKeyId": "<p>The ID of the KMS key used to encrypt the data in this Region.</p>",
   811          "RegionMapInputValue$sseKmsKeyId": "<p>The KMS key used to encrypt the data in your replication set.</p>"
   812        }
   813      },
   814      "SsmAutomation": {
   815        "base": "<p>Details about the Systems Manager automation document that will be used as a runbook during an incident.</p>",
   816        "refs": {
   817          "Action$ssmAutomation": "<p>The Systems Manager automation document to start as the runbook at the beginning of the incident.</p>"
   818        }
   819      },
   820      "SsmAutomationDocumentNameString": {
   821        "base": null,
   822        "refs": {
   823          "SsmAutomation$documentName": "<p>The automation document's name.</p>"
   824        }
   825      },
   826      "SsmAutomationDocumentVersionString": {
   827        "base": null,
   828        "refs": {
   829          "SsmAutomation$documentVersion": "<p>The automation document's version to use when running.</p>"
   830        }
   831      },
   832      "SsmContactsArn": {
   833        "base": null,
   834        "refs": {
   835          "EngagementSet$member": null
   836        }
   837      },
   838      "SsmParameterValues": {
   839        "base": null,
   840        "refs": {
   841          "SsmParameters$value": null
   842        }
   843      },
   844      "SsmParameterValuesMemberString": {
   845        "base": null,
   846        "refs": {
   847          "SsmParameterValues$member": null
   848        }
   849      },
   850      "SsmParameters": {
   851        "base": null,
   852        "refs": {
   853          "SsmAutomation$parameters": "<p>The key-value pair parameters to use when running the automation document.</p>"
   854        }
   855      },
   856      "SsmParametersKeyString": {
   857        "base": null,
   858        "refs": {
   859          "SsmParameters$key": null
   860        }
   861      },
   862      "SsmTargetAccount": {
   863        "base": null,
   864        "refs": {
   865          "SsmAutomation$targetAccount": "<p>The account that the automation document will be run in. This can be in either the management account or an application account.</p>"
   866        }
   867      },
   868      "StartIncidentInput": {
   869        "base": null,
   870        "refs": {
   871        }
   872      },
   873      "StartIncidentOutput": {
   874        "base": null,
   875        "refs": {
   876        }
   877      },
   878      "String": {
   879        "base": null,
   880        "refs": {
   881          "ConflictException$resourceIdentifier": "<p>The identifier of the requested resource</p>",
   882          "ListTagsForResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the response plan.</p>",
   883          "RegionInfo$statusMessage": "<p>Information displayed about the status of the Region.</p>",
   884          "ResourceNotFoundException$resourceIdentifier": "<p>The identifier for the requested resource</p>",
   885          "ResourcePolicy$ramResourceShareRegion": "<p>The Region that policy allows resources to be used in.</p>",
   886          "ServiceQuotaExceededException$quotaCode": "<p>Originating quota code</p>",
   887          "ServiceQuotaExceededException$resourceIdentifier": "<p>The identifier for the requested resource</p>",
   888          "TagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the response plan you're adding the tags to.</p>",
   889          "ThrottlingException$quotaCode": "<p>Originating quota code</p>",
   890          "UntagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the response plan you're removing a tag from.</p>"
   891        }
   892      },
   893      "StringList": {
   894        "base": null,
   895        "refs": {
   896          "AttributeValueList$stringValues": "<p>The list of string values that the filter matches.</p>"
   897        }
   898      },
   899      "StringListMemberString": {
   900        "base": null,
   901        "refs": {
   902          "StringList$member": null
   903        }
   904      },
   905      "TagKey": {
   906        "base": null,
   907        "refs": {
   908          "TagKeyList$member": null,
   909          "TagMap$key": null
   910        }
   911      },
   912      "TagKeyList": {
   913        "base": null,
   914        "refs": {
   915          "UntagResourceRequest$tagKeys": "<p>The name of the tag you're removing from the response plan.</p>"
   916        }
   917      },
   918      "TagMap": {
   919        "base": null,
   920        "refs": {
   921          "CreateResponsePlanInput$tags": "<p>A list of tags that you are adding to the response plan.</p>",
   922          "ListTagsForResourceResponse$tags": "<p>A list of tags for the response plan.</p>",
   923          "TagResourceRequest$tags": "<p>A list of tags that you are adding to the response plan.</p>"
   924        }
   925      },
   926      "TagResourceRequest": {
   927        "base": null,
   928        "refs": {
   929        }
   930      },
   931      "TagResourceResponse": {
   932        "base": null,
   933        "refs": {
   934        }
   935      },
   936      "TagValue": {
   937        "base": null,
   938        "refs": {
   939          "TagMap$value": null
   940        }
   941      },
   942      "ThrottlingException": {
   943        "base": "<p>The request was denied due to request throttling.</p>",
   944        "refs": {
   945        }
   946      },
   947      "TimelineEvent": {
   948        "base": "<p>A significant event that happened during the incident. </p>",
   949        "refs": {
   950          "GetTimelineEventOutput$event": "<p>Details about the timeline event.</p>"
   951        }
   952      },
   953      "TimelineEventSort": {
   954        "base": null,
   955        "refs": {
   956          "ListTimelineEventsInput$sortBy": "<p>Sort by the specified key value pair.</p>"
   957        }
   958      },
   959      "TimelineEventType": {
   960        "base": null,
   961        "refs": {
   962          "CreateTimelineEventInput$eventType": "<p>The type of the event. You can create timeline events of type <code>Custom Event</code>.</p>",
   963          "EventSummary$eventType": "<p>The type of event. The timeline event must be <code>Custom Event</code>.</p>",
   964          "TimelineEvent$eventType": "<p>The type of event that occurred. Currently Incident Manager supports only the <code>Custom Event</code> type.</p>",
   965          "UpdateTimelineEventInput$eventType": "<p>The type of the event. You can update events of type <code>Custom Event</code>.</p>"
   966        }
   967      },
   968      "Timestamp": {
   969        "base": null,
   970        "refs": {
   971          "Condition$after": "<p>After the specified timestamp.</p>",
   972          "Condition$before": "<p>Before the specified timestamp</p>",
   973          "CreateTimelineEventInput$eventTime": "<p>The time that the event occurred.</p>",
   974          "EventSummary$eventTime": "<p>The time that the event occurred.</p>",
   975          "EventSummary$eventUpdatedTime": "<p>The time that the timeline event was last updated.</p>",
   976          "IncidentRecord$creationTime": "<p>The time that Incident Manager created the incident record.</p>",
   977          "IncidentRecord$lastModifiedTime": "<p>The time at which the incident was most recently modified.</p>",
   978          "IncidentRecord$resolvedTime": "<p>The time at which the incident was resolved. This appears as a timeline event.</p>",
   979          "IncidentRecordSummary$creationTime": "<p>The time the incident was created.</p>",
   980          "IncidentRecordSummary$resolvedTime": "<p>The time the incident was resolved.</p>",
   981          "RegionInfo$statusUpdateDateTime": "<p>The most recent date and time that the Region's status was updated.</p>",
   982          "ReplicationSet$createdTime": "<p>When the replication set was created.</p>",
   983          "ReplicationSet$lastModifiedTime": "<p>When the replication set was last updated.</p>",
   984          "TimelineEvent$eventTime": "<p>The time that the event occurred.</p>",
   985          "TimelineEvent$eventUpdatedTime": "<p>The time that the timeline event was last updated.</p>",
   986          "TriggerDetails$timestamp": "<p>The time that the incident was detected.</p>",
   987          "UpdateTimelineEventInput$eventTime": "<p>The time that the event occurred.</p>"
   988        }
   989      },
   990      "TriggerDetails": {
   991        "base": "<p>Details about what caused the incident to be created in Incident Manager.</p>",
   992        "refs": {
   993          "StartIncidentInput$triggerDetails": "<p>Details of what created the incident record in Incident Manager.</p>"
   994        }
   995      },
   996      "UUID": {
   997        "base": null,
   998        "refs": {
   999          "CreateTimelineEventOutput$eventId": "<p>The ID of the event for easy reference later. </p>",
  1000          "DeleteTimelineEventInput$eventId": "<p>The ID of the event you are updating. You can find this by using <code>ListTimelineEvents</code>.</p>",
  1001          "EventSummary$eventId": "<p>The timeline event ID.</p>",
  1002          "GetTimelineEventInput$eventId": "<p>The ID of the event. You can get an event's ID when you create it or by using <code>ListTimelineEvents</code>.</p>",
  1003          "TimelineEvent$eventId": "<p>The ID of the timeline event.</p>",
  1004          "UpdateTimelineEventInput$eventId": "<p>The ID of the event you are updating. You can find this by using <code>ListTimelineEvents</code>.</p>"
  1005        }
  1006      },
  1007      "UntagResourceRequest": {
  1008        "base": null,
  1009        "refs": {
  1010        }
  1011      },
  1012      "UntagResourceResponse": {
  1013        "base": null,
  1014        "refs": {
  1015        }
  1016      },
  1017      "UpdateDeletionProtectionInput": {
  1018        "base": null,
  1019        "refs": {
  1020        }
  1021      },
  1022      "UpdateDeletionProtectionOutput": {
  1023        "base": null,
  1024        "refs": {
  1025        }
  1026      },
  1027      "UpdateIncidentRecordInput": {
  1028        "base": null,
  1029        "refs": {
  1030        }
  1031      },
  1032      "UpdateIncidentRecordOutput": {
  1033        "base": null,
  1034        "refs": {
  1035        }
  1036      },
  1037      "UpdateRelatedItemsInput": {
  1038        "base": null,
  1039        "refs": {
  1040        }
  1041      },
  1042      "UpdateRelatedItemsOutput": {
  1043        "base": null,
  1044        "refs": {
  1045        }
  1046      },
  1047      "UpdateReplicationSetAction": {
  1048        "base": "<p>Details used when updating the replication set.</p>",
  1049        "refs": {
  1050          "UpdateReplicationSetInputActionsList$member": null
  1051        }
  1052      },
  1053      "UpdateReplicationSetInput": {
  1054        "base": null,
  1055        "refs": {
  1056        }
  1057      },
  1058      "UpdateReplicationSetInputActionsList": {
  1059        "base": null,
  1060        "refs": {
  1061          "UpdateReplicationSetInput$actions": "<p>An action to add or delete a Region.</p>"
  1062        }
  1063      },
  1064      "UpdateReplicationSetOutput": {
  1065        "base": null,
  1066        "refs": {
  1067        }
  1068      },
  1069      "UpdateResponsePlanInput": {
  1070        "base": null,
  1071        "refs": {
  1072        }
  1073      },
  1074      "UpdateResponsePlanOutput": {
  1075        "base": null,
  1076        "refs": {
  1077        }
  1078      },
  1079      "UpdateTimelineEventInput": {
  1080        "base": null,
  1081        "refs": {
  1082        }
  1083      },
  1084      "UpdateTimelineEventOutput": {
  1085        "base": null,
  1086        "refs": {
  1087        }
  1088      },
  1089      "Url": {
  1090        "base": null,
  1091        "refs": {
  1092          "ItemValue$url": "<p>The URL, if the related item is a non-AWS resource.</p>"
  1093        }
  1094      },
  1095      "ValidationException": {
  1096        "base": "<p>The input fails to satisfy the constraints specified by an AWS service.</p>",
  1097        "refs": {
  1098        }
  1099      }
  1100    }
  1101  }