{ "version":"2.0", "metadata":{ "apiVersion":"2026-02-17", "auth":["aws.auth#sigv4"], "endpointPrefix":"resiliencehub", "protocol":"rest-json", "protocols":["rest-json"], "serviceFullName":"AWS Resilience Hub V2", "serviceId":"resiliencehubv2", "signatureVersion":"v4", "signingName":"resiliencehub", "uid":"resiliencehubv2-2026-02-17" }, "operations":{ "CreateAssertion":{ "name":"CreateAssertion", "http":{ "method":"POST", "requestUri":"/v2/create-assertion", "responseCode":200 }, "input":{"shape":"CreateAssertionRequest"}, "output":{"shape":"CreateAssertionResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"} ], "documentation":"
Creates a resilience assertion for a service.
" }, "CreateInputSource":{ "name":"CreateInputSource", "http":{ "method":"POST", "requestUri":"/v2/create-input-source", "responseCode":200 }, "input":{"shape":"CreateInputSourceRequest"}, "output":{"shape":"CreateInputSourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"} ], "documentation":"Creates an input source for a service.
" }, "CreatePolicy":{ "name":"CreatePolicy", "http":{ "method":"POST", "requestUri":"/v2/create-policy", "responseCode":200 }, "input":{"shape":"CreatePolicyRequest"}, "output":{"shape":"CreatePolicyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"} ], "documentation":"Creates a resilience policy that defines availability and disaster recovery requirements.
" }, "CreateReport":{ "name":"CreateReport", "http":{ "method":"POST", "requestUri":"/v2/create-report", "responseCode":200 }, "input":{"shape":"CreateReportRequest"}, "output":{"shape":"CreateReportResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"On-demand report creation. Idempotent — duplicate requests with same clientToken return existing result.
" }, "CreateService":{ "name":"CreateService", "http":{ "method":"POST", "requestUri":"/v2/create-service", "responseCode":200 }, "input":{"shape":"CreateServiceRequest"}, "output":{"shape":"CreateServiceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"} ], "documentation":"Creates a service.
" }, "CreateServiceFunction":{ "name":"CreateServiceFunction", "http":{ "method":"POST", "requestUri":"/v2/create-service-function", "responseCode":200 }, "input":{"shape":"CreateServiceFunctionRequest"}, "output":{"shape":"CreateServiceFunctionResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"} ], "documentation":"Creates a service function within a service.
" }, "CreateServiceFunctionResources":{ "name":"CreateServiceFunctionResources", "http":{ "method":"POST", "requestUri":"/v2/create-service-function-resources", "responseCode":200 }, "input":{"shape":"CreateServiceFunctionResourcesRequest"}, "output":{"shape":"CreateServiceFunctionResourcesResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Associates resources with a service function.
" }, "CreateSystem":{ "name":"CreateSystem", "http":{ "method":"POST", "requestUri":"/v2/create-system", "responseCode":200 }, "input":{"shape":"CreateSystemRequest"}, "output":{"shape":"CreateSystemResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"} ], "documentation":"Creates a system that represents a logical grouping of services.
" }, "CreateUserJourney":{ "name":"CreateUserJourney", "http":{ "method":"POST", "requestUri":"/v2/create-user-journey", "responseCode":200 }, "input":{"shape":"CreateUserJourneyRequest"}, "output":{"shape":"CreateUserJourneyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"} ], "documentation":"Creates a user journey within a system.
" }, "DeleteAssertion":{ "name":"DeleteAssertion", "http":{ "method":"POST", "requestUri":"/v2/delete-assertion", "responseCode":200 }, "input":{"shape":"DeleteAssertionRequest"}, "output":{"shape":"DeleteAssertionResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes a resilience assertion from a service.
" }, "DeleteInputSource":{ "name":"DeleteInputSource", "http":{ "method":"POST", "requestUri":"/v2/delete-input-source", "responseCode":200 }, "input":{"shape":"DeleteInputSourceRequest"}, "output":{"shape":"DeleteInputSourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes an input source.
" }, "DeletePolicy":{ "name":"DeletePolicy", "http":{ "method":"POST", "requestUri":"/v2/delete-policy", "responseCode":200 }, "input":{"shape":"DeletePolicyRequest"}, "output":{"shape":"DeletePolicyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes a resilience policy.
" }, "DeleteService":{ "name":"DeleteService", "http":{ "method":"POST", "requestUri":"/v2/delete-service", "responseCode":200 }, "input":{"shape":"DeleteServiceRequest"}, "output":{"shape":"DeleteServiceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes a service.
" }, "DeleteServiceFunction":{ "name":"DeleteServiceFunction", "http":{ "method":"POST", "requestUri":"/v2/delete-function", "responseCode":200 }, "input":{"shape":"DeleteServiceFunctionRequest"}, "output":{"shape":"DeleteServiceFunctionResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes a service function.
" }, "DeleteServiceFunctionResources":{ "name":"DeleteServiceFunctionResources", "http":{ "method":"POST", "requestUri":"/v2/delete-service-function-resources", "responseCode":200 }, "input":{"shape":"DeleteServiceFunctionResourcesRequest"}, "output":{"shape":"DeleteServiceFunctionResourcesResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Removes resources from a service function.
" }, "DeleteSystem":{ "name":"DeleteSystem", "http":{ "method":"POST", "requestUri":"/v2/delete-system", "responseCode":200 }, "input":{"shape":"DeleteSystemRequest"}, "output":{"shape":"DeleteSystemResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes a system.
" }, "DeleteUserJourney":{ "name":"DeleteUserJourney", "http":{ "method":"POST", "requestUri":"/v2/delete-user-journey", "responseCode":200 }, "input":{"shape":"DeleteUserJourneyRequest"}, "output":{"shape":"DeleteUserJourneyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes a user journey.
" }, "GetFailureModeFinding":{ "name":"GetFailureModeFinding", "http":{ "method":"GET", "requestUri":"/v2/get-failure-mode-finding", "responseCode":200 }, "input":{"shape":"GetFailureModeFindingRequest"}, "output":{"shape":"GetFailureModeFindingResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Retrieves a finding by findingId.
", "readonly":true }, "GetPolicy":{ "name":"GetPolicy", "http":{ "method":"GET", "requestUri":"/v2/get-policy", "responseCode":200 }, "input":{"shape":"GetPolicyRequest"}, "output":{"shape":"GetPolicyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Retrieves a resilience policy by ARN.
", "readonly":true }, "GetService":{ "name":"GetService", "http":{ "method":"GET", "requestUri":"/v2/get-service", "responseCode":200 }, "input":{"shape":"GetServiceRequest"}, "output":{"shape":"GetServiceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Retrieves a service by ARN.
", "readonly":true }, "GetSystem":{ "name":"GetSystem", "http":{ "method":"GET", "requestUri":"/v2/get-system", "responseCode":200 }, "input":{"shape":"GetSystemRequest"}, "output":{"shape":"GetSystemResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Retrieves a system by ARN.
", "readonly":true }, "GetUserJourney":{ "name":"GetUserJourney", "http":{ "method":"GET", "requestUri":"/v2/get-user-journey", "responseCode":200 }, "input":{"shape":"GetUserJourneyRequest"}, "output":{"shape":"GetUserJourneyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Retrieves a user journey.
", "readonly":true }, "ImportApp":{ "name":"ImportApp", "http":{ "method":"POST", "requestUri":"/v2/import-app", "responseCode":200 }, "input":{"shape":"ImportAppRequest"}, "output":{"shape":"ImportAppResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Imports a V1 app into the V2 resource model, creating a service with the same name.
" }, "ImportPolicy":{ "name":"ImportPolicy", "http":{ "method":"POST", "requestUri":"/v2/import-policy", "responseCode":200 }, "input":{"shape":"ImportPolicyRequest"}, "output":{"shape":"ImportPolicyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Imports a V1 policy into V2, mapping RTO/RPO values from V1 scenarios.
" }, "ListAssertions":{ "name":"ListAssertions", "http":{ "method":"GET", "requestUri":"/v2/list-assertions", "responseCode":200 }, "input":{"shape":"ListAssertionsRequest"}, "output":{"shape":"ListAssertionsResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists resilience assertions for a service.
", "readonly":true }, "ListDependencies":{ "name":"ListDependencies", "http":{ "method":"GET", "requestUri":"/v2/list-dependencies", "responseCode":200 }, "input":{"shape":"ListDependenciesRequest"}, "output":{"shape":"ListDependenciesResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists dependencies discovered for services.
", "readonly":true }, "ListFailureModeAssessments":{ "name":"ListFailureModeAssessments", "http":{ "method":"GET", "requestUri":"/v2/list-failure-mode-assessments", "responseCode":200 }, "input":{"shape":"ListFailureModeAssessmentsRequest"}, "output":{"shape":"ListFailureModeAssessmentsResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists failure mode assessments.
", "readonly":true }, "ListFailureModeFindings":{ "name":"ListFailureModeFindings", "http":{ "method":"GET", "requestUri":"/v2/list-failure-mode-findings", "responseCode":200 }, "input":{"shape":"ListFailureModeFindingsRequest"}, "output":{"shape":"ListFailureModeFindingsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"List findings.
", "readonly":true }, "ListInputSources":{ "name":"ListInputSources", "http":{ "method":"GET", "requestUri":"/v2/list-input-sources", "responseCode":200 }, "input":{"shape":"ListInputSourcesRequest"}, "output":{"shape":"ListInputSourcesResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists input sources for a service.
", "readonly":true }, "ListPolicies":{ "name":"ListPolicies", "http":{ "method":"GET", "requestUri":"/v2/list-policies", "responseCode":200 }, "input":{"shape":"ListPoliciesRequest"}, "output":{"shape":"ListPoliciesResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists resilience policies.
", "readonly":true }, "ListReports":{ "name":"ListReports", "http":{ "method":"GET", "requestUri":"/v2/list-reports", "responseCode":200 }, "input":{"shape":"ListReportsRequest"}, "output":{"shape":"ListReportsResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"List reports for a service, or all reports owned by the account if serviceArn is not provided.
", "readonly":true }, "ListResources":{ "name":"ListResources", "http":{ "method":"GET", "requestUri":"/v2/list-resources", "responseCode":200 }, "input":{"shape":"ListResourcesRequest"}, "output":{"shape":"ListResourcesResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"List resources.
", "readonly":true }, "ListServiceEvents":{ "name":"ListServiceEvents", "http":{ "method":"GET", "requestUri":"/v2/list-service-events", "responseCode":200 }, "input":{"shape":"ListServiceEventsRequest"}, "output":{"shape":"ListServiceEventsResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists events for a service.
", "readonly":true }, "ListServiceFunctions":{ "name":"ListServiceFunctions", "http":{ "method":"GET", "requestUri":"/v2/list-functions", "responseCode":200 }, "input":{"shape":"ListServiceFunctionsRequest"}, "output":{"shape":"ListServiceFunctionsResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists service functions for a service.
", "readonly":true }, "ListServiceTopologyEdges":{ "name":"ListServiceTopologyEdges", "http":{ "method":"GET", "requestUri":"/v2/list-service-topology-edges", "responseCode":200 }, "input":{"shape":"ListServiceTopologyEdgesRequest"}, "output":{"shape":"ListServiceTopologyEdgesResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists topology edges for a service.
", "readonly":true }, "ListServices":{ "name":"ListServices", "http":{ "method":"GET", "requestUri":"/v2/list-services", "responseCode":200 }, "input":{"shape":"ListServicesRequest"}, "output":{"shape":"ListServicesResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists services.
", "readonly":true }, "ListSystemEvents":{ "name":"ListSystemEvents", "http":{ "method":"GET", "requestUri":"/v2/list-system-events", "responseCode":200 }, "input":{"shape":"ListSystemEventsRequest"}, "output":{"shape":"ListSystemEventsResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists events for a system.
", "readonly":true }, "ListSystems":{ "name":"ListSystems", "http":{ "method":"GET", "requestUri":"/v2/list-systems", "responseCode":200 }, "input":{"shape":"ListSystemsRequest"}, "output":{"shape":"ListSystemsResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists systems.
", "readonly":true }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/v2/tags/{resourceArn}", "responseCode":200 }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists the tags for a resource.
", "readonly":true }, "ListUserJourneys":{ "name":"ListUserJourneys", "http":{ "method":"GET", "requestUri":"/v2/list-user-journeys", "responseCode":200 }, "input":{"shape":"ListUserJourneysRequest"}, "output":{"shape":"ListUserJourneysResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists user journeys for a system.
", "readonly":true }, "StartFailureModeAssessment":{ "name":"StartFailureModeAssessment", "http":{ "method":"POST", "requestUri":"/v2/start-failure-mode-assessment", "responseCode":200 }, "input":{"shape":"StartFailureModeAssessmentRequest"}, "output":{"shape":"StartFailureModeAssessmentResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Start a failure mode assessment.
" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/v2/tags/{resourceArn}", "responseCode":200 }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Adds tags to a resource.
" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/v2/tags/{resourceArn}", "responseCode":200 }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Removes tags from a resource.
", "idempotent":true }, "UpdateAssertion":{ "name":"UpdateAssertion", "http":{ "method":"POST", "requestUri":"/v2/update-assertion", "responseCode":200 }, "input":{"shape":"UpdateAssertionRequest"}, "output":{"shape":"UpdateAssertionResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates a resilience assertion.
" }, "UpdateDependency":{ "name":"UpdateDependency", "http":{ "method":"POST", "requestUri":"/v2/update-dependency", "responseCode":200 }, "input":{"shape":"UpdateDependencyRequest"}, "output":{"shape":"UpdateDependencyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates a dependency classification.
" }, "UpdateFailureModeFinding":{ "name":"UpdateFailureModeFinding", "http":{ "method":"POST", "requestUri":"/v2/update-failure-mode-finding", "responseCode":200 }, "input":{"shape":"UpdateFailureModeFindingRequest"}, "output":{"shape":"UpdateFailureModeFindingResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates an existing finding.
" }, "UpdatePolicy":{ "name":"UpdatePolicy", "http":{ "method":"POST", "requestUri":"/v2/update-policy", "responseCode":200 }, "input":{"shape":"UpdatePolicyRequest"}, "output":{"shape":"UpdatePolicyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates an existing resilience policy.
" }, "UpdateService":{ "name":"UpdateService", "http":{ "method":"POST", "requestUri":"/v2/update-service", "responseCode":200 }, "input":{"shape":"UpdateServiceRequest"}, "output":{"shape":"UpdateServiceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates an existing service.
" }, "UpdateServiceFunction":{ "name":"UpdateServiceFunction", "http":{ "method":"POST", "requestUri":"/v2/update-function", "responseCode":200 }, "input":{"shape":"UpdateServiceFunctionRequest"}, "output":{"shape":"UpdateServiceFunctionResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates a service function.
" }, "UpdateSystem":{ "name":"UpdateSystem", "http":{ "method":"POST", "requestUri":"/v2/update-system", "responseCode":200 }, "input":{"shape":"UpdateSystemRequest"}, "output":{"shape":"UpdateSystemResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates an existing system.
" }, "UpdateUserJourney":{ "name":"UpdateUserJourney", "http":{ "method":"POST", "requestUri":"/v2/update-user-journey", "responseCode":200 }, "input":{"shape":"UpdateUserJourneyRequest"}, "output":{"shape":"UpdateUserJourneyResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates an existing user journey.
" } }, "shapes":{ "AccessDeniedException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"Access denied — caller lacks required permissions.
", "error":{ "httpStatusCode":403, "senderFault":true }, "exception":true }, "AccountId":{ "type":"string", "max":12, "min":12, "pattern":"[0-9]{12}" }, "Achievability":{ "type":"structure", "members":{ "availabilitySlo":{ "shape":"AchievabilityStatus", "documentation":"The achievability status of the availability SLO target for the service.
" }, "multiAzRtoRpo":{ "shape":"AchievabilityStatus", "documentation":"The achievability status of the multi-AZ RTO and RPO targets for the service.
" }, "multiRegionRtoRpo":{ "shape":"AchievabilityStatus", "documentation":"The achievability status of the multi-Region RTO and RPO targets for the service.
" } }, "documentation":"Describes the achievability status of a service's resilience targets based on the most recent assessment.
" }, "AchievabilityStatus":{ "type":"string", "enum":[ "ACHIEVABLE", "NOT_ACHIEVABLE" ] }, "ActorType":{ "type":"string", "enum":[ "USER", "SYSTEM" ] }, "Arn":{ "type":"string", "documentation":"ARN identifier.
", "min":31, "pattern":"arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}" }, "ArnList":{ "type":"list", "member":{"shape":"Arn"} }, "Assertion":{ "type":"structure", "required":[ "serviceArn", "assertionId", "text", "source" ], "members":{ "serviceArn":{"shape":"Arn"}, "assertionId":{ "shape":"Uuid", "documentation":"The unique identifier of the assertion.
" }, "text":{ "shape":"AssertionText", "documentation":"The text content of the assertion.
" }, "source":{ "shape":"AssertionSource", "documentation":"The source of the assertion, indicating whether it was AI-generated or created by a user.
" }, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the assertion was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the assertion was last updated.
" } }, "documentation":"Represents a resilience assertion for a service.
" }, "AssertionCreatedMetadata":{ "type":"structure", "members":{ "assertionId":{ "shape":"String", "documentation":"The unique identifier of the created assertion.
" }, "assertionName":{ "shape":"String", "documentation":"The name of the created assertion.
" } }, "documentation":"Metadata for an assertion created event.
" }, "AssertionDeletedMetadata":{ "type":"structure", "members":{ "assertionId":{ "shape":"String", "documentation":"The unique identifier of the deleted assertion.
" }, "assertionName":{ "shape":"String", "documentation":"The name of the deleted assertion.
" } }, "documentation":"Metadata for an assertion deleted event.
" }, "AssertionList":{ "type":"list", "member":{"shape":"Assertion"} }, "AssertionSource":{ "type":"string", "enum":[ "AI_GENERATED", "USER" ] }, "AssertionText":{ "type":"string", "max":1000, "min":1 }, "AssertionUpdatedMetadata":{ "type":"structure", "members":{ "assertionId":{ "shape":"String", "documentation":"The unique identifier of the updated assertion.
" }, "assertionName":{ "shape":"String", "documentation":"The name of the updated assertion.
" } }, "documentation":"Metadata for an assertion updated event.
" }, "AssessmentCost":{ "type":"structure", "members":{ "amount":{ "shape":"Double", "documentation":"The cost amount for the assessment.
" }, "currency":{ "shape":"CostCurrency", "documentation":"The currency of the assessment cost.
" } }, "documentation":"Represents the cost of running a failure mode assessment.
" }, "AssessmentErrorCode":{ "type":"string", "enum":[ "INVALID_PERMISSIONS", "CMK_ACCESS_DENIED", "AGENT_ERROR", "INTERNAL_ERROR", "DESIGN_FILE_ACCESS_DENIED" ] }, "AssessmentStatus":{ "type":"string", "enum":[ "NOT_STARTED", "PENDING", "IN_PROGRESS", "FAILED", "SUCCESS" ] }, "AssessmentStep":{ "type":"string", "enum":[ "TOPOLOGY_ENHANCEMENT", "SERVICE_FUNCTION_GENERATION", "RESILIENCE_ASSESSMENT" ] }, "AssessmentSummary":{ "type":"structure", "required":[ "assessmentId", "serviceArn" ], "members":{ "assessmentId":{ "shape":"Uuid", "documentation":"The unique identifier of the assessment.
" }, "serviceArn":{"shape":"Arn"}, "assessmentStatus":{ "shape":"AssessmentStatus", "documentation":"The current status of the assessment.
" }, "assessmentStep":{ "shape":"AssessmentStep", "documentation":"The current step of the assessment process.
" }, "totalFindings":{ "shape":"Integer", "documentation":"The total number of findings generated by the assessment.
" }, "startedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the assessment started.
" }, "endedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the assessment ended.
" }, "errorMessage":{ "shape":"String", "documentation":"A message describing the error if the assessment failed.
" }, "errorCode":{ "shape":"AssessmentErrorCode", "documentation":"The error code if the assessment failed.
" }, "assessmentCost":{ "shape":"AssessmentCost", "documentation":"The cost of the assessment.
" }, "billableAssessmentUnitCount":{ "shape":"Integer", "documentation":"The number of billable assessment units consumed by the assessment.
" }, "achievability":{ "shape":"Achievability", "documentation":"The achievability results from the assessment.
" } }, "documentation":"Contains summary information about a failure mode assessment.
" }, "AssessmentSummaryList":{ "type":"list", "member":{"shape":"AssessmentSummary"} }, "AssociatedSystem":{ "type":"structure", "required":["systemArn"], "members":{ "systemArn":{"shape":"Arn"}, "systemName":{"shape":"EntityName"}, "userJourneyIds":{ "shape":"UserJourneyIdList", "documentation":"The list of user journey identifiers that associate this system with the service.
" } }, "documentation":"Represents a system associated with a service.
" }, "AssociatedSystemList":{ "type":"list", "member":{"shape":"AssociatedSystem"}, "max":20, "min":0 }, "AvailabilitySlo":{ "type":"structure", "members":{ "target":{ "shape":"AvailabilitySloTargetDouble", "documentation":"The target availability percentage, expressed as a value between 0 and 100.
" } }, "documentation":"Defines the availability service level objective (SLO) for a resilience policy.
" }, "AvailabilitySloTargetDouble":{ "type":"double", "box":true, "max":100, "min":0 }, "AwsAccountId":{ "type":"string", "max":12, "min":12, "pattern":"\\d{12}" }, "AwsRegion":{ "type":"string", "min":6, "pattern":"[a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]" }, "Boolean":{ "type":"boolean", "box":true }, "ClientToken":{ "type":"string", "documentation":"Idempotency token.
", "max":63, "min":1, "pattern":"[A-Za-z0-9_.-]{0,63}" }, "ConflictException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"Conflict — resource already exists.
", "error":{ "httpStatusCode":409, "senderFault":true }, "exception":true }, "CostCurrency":{ "type":"string", "enum":["USD"] }, "CreateAssertionRequest":{ "type":"structure", "required":[ "serviceArn", "text" ], "members":{ "serviceArn":{"shape":"Arn"}, "text":{ "shape":"AssertionText", "documentation":"The text content of the assertion.
" }, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "CreateAssertionResponse":{ "type":"structure", "required":["assertion"], "members":{ "assertion":{ "shape":"Assertion", "documentation":"The created assertion.
" } } }, "CreateInputSourceRequest":{ "type":"structure", "required":[ "serviceArn", "resourceConfiguration" ], "members":{ "serviceArn":{"shape":"Arn"}, "resourceConfiguration":{"shape":"ResourceConfiguration"}, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "CreateInputSourceResponse":{ "type":"structure", "required":[ "serviceArn", "inputSourceId" ], "members":{ "serviceArn":{"shape":"Arn"}, "inputSourceId":{ "shape":"InputSourceId", "documentation":"The unique identifier assigned to the created input source.
" } } }, "CreatePolicyRequest":{ "type":"structure", "required":["name"], "members":{ "name":{"shape":"EntityName"}, "description":{"shape":"LongDescription"}, "availabilitySlo":{ "shape":"AvailabilitySlo", "documentation":"The availability SLO for the resilience policy.
" }, "multiAz":{ "shape":"MultiAzTargets", "documentation":"The multi-AZ disaster recovery targets for the resilience policy.
" }, "multiRegion":{ "shape":"MultiRegionTargets", "documentation":"The multi-Region disaster recovery targets for the resilience policy.
" }, "dataRecovery":{ "shape":"DataRecoveryTargets", "documentation":"The data recovery targets for the resilience policy.
" }, "kmsKeyId":{"shape":"KmsKeyId"}, "tags":{"shape":"TagMap"}, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "CreatePolicyResponse":{ "type":"structure", "required":["policy"], "members":{ "policy":{ "shape":"Policy", "documentation":"The created resilience policy.
" } } }, "CreateReportRequest":{ "type":"structure", "required":[ "serviceArn", "reportType" ], "members":{ "serviceArn":{"shape":"Arn"}, "reportType":{ "shape":"ReportType", "documentation":"The type of report to generate.
" }, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "CreateReportResponse":{ "type":"structure", "required":["reportGenerationResult"], "members":{ "reportGenerationResult":{ "shape":"ReportGenerationResult", "documentation":"The result of the report generation request.
" } } }, "CreateServiceFunctionRequest":{ "type":"structure", "required":[ "name", "serviceArn", "criticality" ], "members":{ "name":{"shape":"EntityLabel"}, "serviceArn":{"shape":"Arn"}, "description":{"shape":"EntityDescription"}, "criticality":{ "shape":"ServiceFunctionCriticality", "documentation":"The criticality level of the service function.
" }, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "CreateServiceFunctionResourcesRequest":{ "type":"structure", "required":[ "serviceArn", "serviceFunctionId", "resources" ], "members":{ "serviceArn":{"shape":"Arn"}, "serviceFunctionId":{ "shape":"EntityId", "documentation":"The identifier of the service function to associate resources with.
" }, "resources":{ "shape":"ResourceList", "documentation":"The list of resources to associate with the service function.
" } } }, "CreateServiceFunctionResourcesResponse":{ "type":"structure", "members":{ "serviceArn":{"shape":"Arn"}, "serviceFunctionId":{ "shape":"EntityId", "documentation":"The identifier of the service function.
" }, "resources":{ "shape":"ResourceList", "documentation":"The list of resources that were associated.
" } } }, "CreateServiceFunctionResponse":{ "type":"structure", "required":["serviceFunction"], "members":{ "serviceFunction":{ "shape":"ServiceFunction", "documentation":"The created service function.
" } } }, "CreateServiceRequest":{ "type":"structure", "required":[ "name", "regions", "permissionModel" ], "members":{ "name":{"shape":"EntityName"}, "description":{"shape":"LongDescription"}, "associatedSystems":{ "shape":"AssociatedSystemList", "documentation":"The systems to associate with the service.
" }, "policyArn":{"shape":"Arn"}, "regions":{ "shape":"RegionList", "documentation":"The AWS Regions where the service operates.
" }, "permissionModel":{ "shape":"PermissionModel", "documentation":"The permission model for the service.
" }, "dependencyDiscovery":{"shape":"DependencyDiscoveryInput"}, "reportConfiguration":{"shape":"ServiceReportConfiguration"}, "kmsKeyId":{"shape":"KmsKeyId"}, "tags":{"shape":"TagMap"}, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "CreateServiceResponse":{ "type":"structure", "required":["service"], "members":{ "service":{ "shape":"Service", "documentation":"The created service.
" } } }, "CreateSystemRequest":{ "type":"structure", "required":["name"], "members":{ "name":{"shape":"EntityName"}, "description":{"shape":"EntityDescription"}, "sharingEnabled":{ "shape":"Boolean", "documentation":"Indicates whether cross-account sharing is enabled for the system.
" }, "kmsKeyId":{"shape":"KmsKeyId"}, "tags":{"shape":"TagMap"}, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "CreateSystemResponse":{ "type":"structure", "required":["system"], "members":{ "system":{ "shape":"System", "documentation":"The created system.
" } } }, "CreateUserJourneyRequest":{ "type":"structure", "required":[ "systemArn", "name" ], "members":{ "systemArn":{"shape":"Arn"}, "name":{"shape":"EntityLabel"}, "description":{"shape":"EntityDescription"}, "policyArn":{"shape":"Arn"}, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "CreateUserJourneyResponse":{ "type":"structure", "required":["userJourney"], "members":{ "userJourney":{ "shape":"UserJourney", "documentation":"The created user journey.
" } } }, "CrossAccountRole":{ "type":"structure", "required":["crossAccountRoleArn"], "members":{ "crossAccountRoleArn":{"shape":"IamRoleArn"}, "externalId":{ "shape":"CrossAccountRoleExternalIdString", "documentation":"The external ID used for assuming the cross-account role.
" } }, "documentation":"Specifies a cross-account IAM role ARN and optional external ID.
" }, "CrossAccountRoleExternalIdString":{ "type":"string", "max":1224, "min":2 }, "CrossAccountRoleList":{ "type":"list", "member":{"shape":"CrossAccountRole"}, "max":5, "min":0 }, "DataRecoveryTargets":{ "type":"structure", "members":{ "timeBetweenBackupsInMinutes":{ "shape":"DataRecoveryTargetsTimeBetweenBackupsInMinutesInteger", "documentation":"The target time between backups, in minutes.
" } }, "documentation":"Defines data recovery targets for a resilience policy.
" }, "DataRecoveryTargetsTimeBetweenBackupsInMinutesInteger":{ "type":"integer", "box":true, "min":0 }, "DeleteAssertionRequest":{ "type":"structure", "required":[ "serviceArn", "assertionId" ], "members":{ "serviceArn":{"shape":"Arn"}, "assertionId":{ "shape":"Uuid", "documentation":"The unique identifier of the assertion to delete.
" } } }, "DeleteAssertionResponse":{ "type":"structure", "members":{ "assertionId":{ "shape":"Uuid", "documentation":"The unique identifier of the deleted assertion.
" } } }, "DeleteInputSourceRequest":{ "type":"structure", "required":[ "serviceArn", "inputSourceId" ], "members":{ "serviceArn":{"shape":"Arn"}, "inputSourceId":{ "shape":"InputSourceId", "documentation":"The identifier of the input source to delete.
" } } }, "DeleteInputSourceResponse":{ "type":"structure", "required":[ "serviceArn", "inputSourceId" ], "members":{ "serviceArn":{"shape":"Arn"}, "inputSourceId":{ "shape":"InputSourceId", "documentation":"The identifier of the deleted input source.
" } } }, "DeletePolicyRequest":{ "type":"structure", "required":["policyArn"], "members":{ "policyArn":{"shape":"Arn"} } }, "DeletePolicyResponse":{ "type":"structure", "required":["policyArn"], "members":{ "policyArn":{"shape":"Arn"} } }, "DeleteServiceFunctionRequest":{ "type":"structure", "required":[ "serviceArn", "serviceFunctionId" ], "members":{ "serviceArn":{"shape":"Arn"}, "serviceFunctionId":{ "shape":"EntityId", "documentation":"The identifier of the service function to delete.
" } } }, "DeleteServiceFunctionResourcesRequest":{ "type":"structure", "required":[ "serviceArn", "serviceFunctionId", "resources" ], "members":{ "serviceArn":{"shape":"Arn"}, "serviceFunctionId":{ "shape":"EntityId", "documentation":"The identifier of the service function to remove resources from.
" }, "resources":{ "shape":"ResourceList", "documentation":"The list of resources to remove from the service function.
" } } }, "DeleteServiceFunctionResourcesResponse":{ "type":"structure", "members":{ "serviceArn":{"shape":"Arn"}, "serviceFunctionId":{ "shape":"EntityId", "documentation":"The identifier of the service function.
" }, "resources":{ "shape":"ResourceList", "documentation":"The list of resources that were removed.
" } } }, "DeleteServiceFunctionResponse":{ "type":"structure", "members":{ "serviceFunctionId":{ "shape":"EntityId", "documentation":"The identifier of the deleted service function.
" } } }, "DeleteServiceRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{"shape":"Arn"} } }, "DeleteServiceResponse":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{"shape":"Arn"} } }, "DeleteSystemRequest":{ "type":"structure", "required":["systemArn"], "members":{ "systemArn":{"shape":"Arn"} } }, "DeleteSystemResponse":{ "type":"structure", "required":["systemArn"], "members":{ "systemArn":{"shape":"Arn"} } }, "DeleteUserJourneyRequest":{ "type":"structure", "required":[ "systemArn", "userJourneyId" ], "members":{ "systemArn":{"shape":"Arn"}, "userJourneyId":{ "shape":"UserJourneyId", "documentation":"The identifier of the user journey to delete.
" } } }, "DeleteUserJourneyResponse":{ "type":"structure", "required":["userJourneyId"], "members":{ "userJourneyId":{ "shape":"UserJourneyId", "documentation":"The identifier of the deleted user journey.
" } } }, "DependencyCriticality":{ "type":"string", "enum":[ "HARD", "SOFT", "UNKNOWN" ] }, "DependencyDiscoveryConfig":{ "type":"structure", "required":["status"], "members":{ "status":{ "shape":"DependencyDiscoveryStatus", "documentation":"The current status of dependency discovery.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when dependency discovery was last updated.
" } }, "documentation":"Configuration for dependency discovery on a service.
" }, "DependencyDiscoveryInput":{ "type":"string", "documentation":"Caller-settable values for dependency discovery. INITIALIZING is system-managed.
", "enum":[ "ENABLED", "DISABLED" ] }, "DependencyDiscoveryStatus":{ "type":"string", "enum":[ "ENABLED", "INITIALIZING", "DISABLED" ] }, "DependencySummary":{ "type":"structure", "required":[ "dependencyId", "serviceArn", "dependencyName", "dnsName", "location", "lastDetectedTime", "sourceRegions", "queryRange", "criticality" ], "members":{ "dependencyId":{ "shape":"Uuid", "documentation":"The unique identifier of the dependency.
" }, "serviceArn":{"shape":"Arn"}, "dependencyName":{ "shape":"String", "documentation":"The name of the dependency.
" }, "dnsName":{ "shape":"String", "documentation":"The DNS name associated with the dependency.
" }, "location":{ "shape":"String", "documentation":"The location of the dependency.
" }, "lastDetectedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the dependency was last detected.
" }, "sourceRegions":{ "shape":"RegionList", "documentation":"The source Regions from which the dependency was detected.
" }, "provider":{ "shape":"String", "documentation":"The provider of the dependency.
" }, "queryRange":{ "shape":"QueryRange", "documentation":"The query range data for the dependency.
" }, "criticality":{ "shape":"DependencyCriticality", "documentation":"The criticality level of the dependency.
" }, "comment":{ "shape":"String", "documentation":"A user-provided comment about the dependency.
" } }, "documentation":"Contains summary information about a discovered dependency.
" }, "DependencySummaryList":{ "type":"list", "member":{"shape":"DependencySummary"} }, "DisasterRecoverySource":{ "type":"structure", "members":{ "value":{ "shape":"String", "documentation":"The disaster recovery approach value.
" }, "policyName":{"shape":"EntityName"}, "source":{ "shape":"PolicyValueSource", "documentation":"Indicates whether the value comes from the service's own account or a cross-account policy.
" } }, "documentation":"Contains the effective disaster recovery approach value for a service.
" }, "Double":{ "type":"double", "box":true }, "EdgePropertyList":{ "type":"list", "member":{"shape":"EdgePropertySummary"}, "max":3, "min":0 }, "EdgePropertySummary":{ "type":"structure", "members":{ "topologyType":{ "shape":"TopologyType", "documentation":"The topology type of the edge.
" }, "label":{ "shape":"String", "documentation":"Human-readable relationship description. Only present for LLM-inferred edges.
" } }, "documentation":"Contains property information for a service topology edge.
" }, "EffectivePolicyValues":{ "type":"structure", "members":{ "availabilitySlo":{ "shape":"SloSource", "documentation":"The effective availability SLO value for the service.
" }, "multiAzRto":{ "shape":"TargetSource", "documentation":"The effective multi-AZ RTO value for the service, in minutes.
" }, "multiAzRpo":{ "shape":"TargetSource", "documentation":"The effective multi-AZ RPO value for the service, in minutes.
" }, "multiAzDrApproach":{ "shape":"DisasterRecoverySource", "documentation":"The effective multi-AZ disaster recovery approach for the service.
" }, "multiRegionRto":{ "shape":"TargetSource", "documentation":"The effective multi-Region RTO value for the service, in minutes.
" }, "multiRegionRpo":{ "shape":"TargetSource", "documentation":"The effective multi-Region RPO value for the service, in minutes.
" }, "multiRegionDrApproach":{ "shape":"DisasterRecoverySource", "documentation":"The effective multi-Region disaster recovery approach for the service.
" }, "dataRecoveryTimeBetweenBackups":{ "shape":"TargetSource", "documentation":"The effective data recovery time between backups value for the service.
" } }, "documentation":"Contains the effective resilience policy values for a service.
" }, "EksNamespace":{ "type":"string", "documentation":"Kubernetes namespace name (RFC 1123 Label).
", "max":63, "min":1, "pattern":"[a-z0-9]([-a-z0-9]*[a-z0-9])?" }, "EksSource":{ "type":"structure", "required":[ "clusterArn", "namespaces" ], "members":{ "clusterArn":{"shape":"Arn"}, "namespaces":{ "shape":"EksSourceNamespacesList", "documentation":"The list of Kubernetes namespaces within the EKS cluster.
" } }, "documentation":"Defines an Amazon EKS cluster and its namespaces as an input source for resource discovery.
" }, "EksSourceNamespacesList":{ "type":"list", "member":{"shape":"EksNamespace"}, "max":10, "min":1 }, "EntityDescription":{ "type":"string", "documentation":"Resource description.
", "max":500, "min":0 }, "EntityId":{ "type":"string", "max":255, "min":1, "pattern":"\\S{1,255}" }, "EntityLabel":{ "type":"string", "documentation":"Entity label (not part of ARN — spaces allowed).
", "max":60, "min":2, "pattern":"[A-Za-z0-9][A-Za-z0-9 _\\-]{1,59}" }, "EntityName":{ "type":"string", "documentation":"Resource name (used in ARN — no spaces allowed).
", "max":60, "min":2, "pattern":"[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}" }, "EventActor":{ "type":"structure", "required":[ "type", "principalId" ], "members":{ "type":{ "shape":"ActorType", "documentation":"The type of actor, either USER or SYSTEM.
" }, "principalId":{ "shape":"String", "documentation":"The principal ID of the actor.
" }, "accountId":{ "shape":"String", "documentation":"The AWS account ID of the actor.
" }, "userName":{ "shape":"String", "documentation":"The user name of the actor.
" } }, "documentation":"Identifies the actor that triggered an event.
" }, "FailedReportOutput":{ "type":"structure", "required":["errorCode"], "members":{ "errorCode":{ "shape":"ReportGenerationErrorCode", "documentation":"The error code describing why the report generation failed.
" }, "errorMessage":{ "shape":"String", "documentation":"The error message describing why the report generation failed.
" } }, "documentation":"Details when report generation failed.
" }, "FailureCategory":{ "type":"string", "enum":[ "SHARED_FATE", "EXCESSIVE_LOAD", "EXCESSIVE_LATENCY", "MISCONFIGURATION_AND_BUGS", "SINGLE_POINT_OF_FAILURE" ] }, "Finding":{ "type":"structure", "members":{ "findingId":{ "shape":"Uuid", "documentation":"The unique identifier of the finding.
" }, "name":{ "shape":"String", "documentation":"The name of the finding.
" }, "description":{"shape":"EntityDescription"}, "failureCategory":{ "shape":"FailureCategory", "documentation":"The failure category of the finding.
" }, "status":{ "shape":"FindingStatus", "documentation":"The current status of the finding.
" }, "reasoning":{ "shape":"String", "documentation":"The reasoning behind the finding.
" }, "comment":{ "shape":"FindingCommentString", "documentation":"A user-provided comment about the finding.
" }, "severity":{ "shape":"FindingSeverity", "documentation":"The severity of the finding.
" }, "serviceFunctions":{ "shape":"FunctionsList", "documentation":"The service functions associated with the finding.
" }, "policyComponent":{ "shape":"PolicyComponent", "documentation":"The policy component associated with the finding.
" }, "infrastructureAndCodeRecommendations":{ "shape":"InfrastructureAndCodeRecommendationsList", "documentation":"Infrastructure and code recommendations to address the finding.
" }, "observabilityRecommendations":{ "shape":"ObservabilityRecommendationsList", "documentation":"Observability recommendations to address the finding.
" }, "testingRecommendations":{ "shape":"TestingRecommendationsList", "documentation":"Testing recommendations to address the finding.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the finding was last updated.
" } }, "documentation":"Represents a resilience finding from a failure mode assessment.
" }, "FindingCommentString":{ "type":"string", "max":2048, "min":0 }, "FindingSeverity":{ "type":"string", "enum":[ "LOW", "MEDIUM", "HIGH" ] }, "FindingStatus":{ "type":"string", "enum":[ "OPEN", "RESOLVED", "IRRELEVANT" ] }, "FindingSummary":{ "type":"structure", "members":{ "serviceArn":{"shape":"Arn"}, "findingId":{ "shape":"Uuid", "documentation":"The unique identifier of the finding.
" }, "name":{ "shape":"String", "documentation":"The name of the finding.
" }, "description":{"shape":"EntityDescription"}, "failureCategory":{ "shape":"FailureCategory", "documentation":"The failure category of the finding.
" }, "severity":{ "shape":"FindingSeverity", "documentation":"The severity of the finding.
" }, "status":{ "shape":"FindingStatus", "documentation":"The current status of the finding.
" }, "policyComponent":{ "shape":"PolicyComponent", "documentation":"The policy component associated with the finding.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the finding was last updated.
" } }, "documentation":"Contains summary information about a finding.
" }, "FindingsList":{ "type":"list", "member":{"shape":"FindingSummary"} }, "FunctionsList":{ "type":"list", "member":{"shape":"EntityId"}, "max":20, "min":0 }, "GetFailureModeFindingRequest":{ "type":"structure", "required":[ "findingId", "serviceArn" ], "members":{ "findingId":{ "shape":"Uuid", "documentation":"The unique identifier of the finding to retrieve.
", "location":"querystring", "locationName":"findingId" }, "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" } } }, "GetFailureModeFindingResponse":{ "type":"structure", "members":{ "finding":{ "shape":"Finding", "documentation":"The requested finding.
" } } }, "GetPolicyRequest":{ "type":"structure", "required":["policyArn"], "members":{ "policyArn":{ "shape":"Arn", "location":"querystring", "locationName":"policyArn" } } }, "GetPolicyResponse":{ "type":"structure", "required":["policy"], "members":{ "policy":{ "shape":"Policy", "documentation":"The requested resilience policy.
" } } }, "GetServiceRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" } } }, "GetServiceResponse":{ "type":"structure", "required":["service"], "members":{ "service":{ "shape":"Service", "documentation":"The requested service.
" } } }, "GetSystemRequest":{ "type":"structure", "required":["systemArn"], "members":{ "systemArn":{ "shape":"Arn", "location":"querystring", "locationName":"systemArn" } } }, "GetSystemResponse":{ "type":"structure", "required":["system"], "members":{ "system":{ "shape":"System", "documentation":"The requested system.
" } } }, "GetUserJourneyRequest":{ "type":"structure", "required":[ "systemArn", "userJourneyId" ], "members":{ "systemArn":{ "shape":"Arn", "location":"querystring", "locationName":"systemArn" }, "userJourneyId":{ "shape":"UserJourneyId", "documentation":"The identifier of the user journey to retrieve.
", "location":"querystring", "locationName":"userJourneyId" } } }, "GetUserJourneyResponse":{ "type":"structure", "required":["userJourney"], "members":{ "userJourney":{ "shape":"UserJourney", "documentation":"The requested user journey.
" } } }, "IamRoleArn":{ "type":"string", "documentation":"ARN of the IAM Role for the profile. Null if the permission profile is the 'Admin' profile.
", "min":32, "pattern":"arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):iam::[0-9]{12}:role/(([^/][!-~]+/){1,511})?[A-Za-z0-9_+=,.@-]{1,64}" }, "IamRoleName":{ "type":"string", "documentation":"IAM role name (supports up to 64 characters per IAM limits).
", "max":64, "min":1, "pattern":"[A-Za-z0-9_+=,.@\\-]{1,64}" }, "ImportAppRequest":{ "type":"structure", "required":["v1AppArn"], "members":{ "v1AppArn":{"shape":"Arn"}, "policyArn":{"shape":"Arn"}, "kmsKeyId":{"shape":"KmsKeyId"}, "skipManuallyAddedResources":{ "shape":"Boolean", "documentation":"Whether to skip manually added resources during import.
" }, "associatedSystems":{ "shape":"AssociatedSystemList", "documentation":"The systems to associate with the imported service.
" }, "tags":{"shape":"TagMap"}, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "ImportAppResponse":{ "type":"structure", "required":["service"], "members":{ "service":{ "shape":"Service", "documentation":"The imported service.
" } } }, "ImportPolicyRequest":{ "type":"structure", "required":["v1PolicyArn"], "members":{ "v1PolicyArn":{"shape":"Arn"}, "kmsKeyId":{"shape":"KmsKeyId"}, "availabilitySlo":{ "shape":"AvailabilitySlo", "documentation":"The availability SLO to set on the imported policy.
" }, "multiAzDisasterRecoveryApproach":{ "shape":"MultiAzDisasterRecoveryApproach", "documentation":"The multi-AZ disaster recovery approach for the imported policy.
" }, "multiRegionDisasterRecoveryApproach":{ "shape":"MultiRegionDisasterRecoveryApproach", "documentation":"The multi-Region disaster recovery approach for the imported policy.
" }, "tags":{"shape":"TagMap"}, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "ImportPolicyResponse":{ "type":"structure", "required":["policy"], "members":{ "policy":{ "shape":"Policy", "documentation":"The imported policy.
" } } }, "InfrastructureAndCodeRecommendation":{ "type":"structure", "members":{ "suggestedChanges":{ "shape":"SuggestedChangesList", "documentation":"The list of suggested changes.
" } }, "documentation":"An infrastructure and code recommendation to address a finding.
" }, "InfrastructureAndCodeRecommendationsList":{ "type":"list", "member":{"shape":"InfrastructureAndCodeRecommendation"}, "max":5, "min":0 }, "InputSource":{ "type":"structure", "required":[ "identifier", "type" ], "members":{ "identifier":{ "shape":"String", "documentation":"The identifier of the input source.
" }, "type":{ "shape":"InputSourceType", "documentation":"The type of the input source.
" } }, "documentation":"Identifies an input source by its identifier and type.
" }, "InputSourceId":{ "type":"string", "max":255, "min":1, "pattern":"\\S{1,255}" }, "InputSourceSummary":{ "type":"structure", "required":["inputSourceId"], "members":{ "inputSourceId":{ "shape":"InputSourceId", "documentation":"The unique identifier of the input source.
" }, "type":{ "shape":"InputSourceType", "documentation":"The type of the input source.
" }, "resourceTags":{ "shape":"ResourceTagList", "documentation":"The resource tags used for discovery, if this input source uses tags.
" }, "cfnStackArn":{"shape":"Arn"}, "tfStateFileUrl":{"shape":"S3Url"}, "eks":{ "shape":"EksSource", "documentation":"The Amazon EKS configuration, if this input source uses EKS.
" }, "designFileS3Url":{"shape":"S3Url"}, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the input source was created.
" } }, "documentation":"Contains summary information about an input source for a service.
" }, "InputSourceSummaryList":{ "type":"list", "member":{"shape":"InputSourceSummary"} }, "InputSourceType":{ "type":"string", "enum":[ "CFN_STACK", "TAGS", "EKS", "TERRAFORM", "DESIGN_FILE", "MONITORING" ] }, "Integer":{ "type":"integer", "box":true }, "InternalServerException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"Internal service error.
", "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "KmsKeyId":{ "type":"string", "documentation":"KMS key identifier — accepts key ID, key ARN, alias name, or alias ARN.
", "max":2048, "min":1 }, "ListAssertionsRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" }, "source":{ "shape":"AssertionSource", "documentation":"Filter assertions by source type.
", "location":"querystring", "locationName":"source" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListAssertionsResponse":{ "type":"structure", "required":["assertions"], "members":{ "assertions":{ "shape":"AssertionList", "documentation":"The list of assertions.
" }, "nextToken":{"shape":"NextToken"} } }, "ListDependenciesRequest":{ "type":"structure", "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" }, "queryRangeStartTime":{ "shape":"Timestamp", "documentation":"The start time for the dependency query range.
", "location":"querystring", "locationName":"queryRangeStartTime" }, "queryRangeEndTime":{ "shape":"Timestamp", "documentation":"The end time for the dependency query range.
", "location":"querystring", "locationName":"queryRangeEndTime" }, "queryRangeGranularity":{ "shape":"QueryGranularity", "documentation":"The granularity for the dependency query range.
", "location":"querystring", "locationName":"queryRangeGranularity" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListDependenciesResponse":{ "type":"structure", "required":["dependencySummaries"], "members":{ "dependencySummaries":{ "shape":"DependencySummaryList", "documentation":"The list of dependency summaries.
" }, "nextToken":{"shape":"NextToken"} } }, "ListFailureModeAssessmentsRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListFailureModeAssessmentsResponse":{ "type":"structure", "required":["assessmentSummaries"], "members":{ "assessmentSummaries":{ "shape":"AssessmentSummaryList", "documentation":"The list of assessment summaries.
" }, "nextToken":{"shape":"NextToken"} } }, "ListFailureModeFindingsRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" }, "severity":{ "shape":"FindingSeverity", "documentation":"Filter findings by severity.
", "location":"querystring", "locationName":"severity" }, "failureCategory":{ "shape":"FailureCategory", "documentation":"Filter findings by failure category.
", "location":"querystring", "locationName":"failureCategory" }, "status":{ "shape":"FindingStatus", "documentation":"Filter findings by status.
", "location":"querystring", "locationName":"status" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListFailureModeFindingsResponse":{ "type":"structure", "required":["findingsSummary"], "members":{ "findingsSummary":{ "shape":"FindingsList", "documentation":"The list of finding summaries.
" }, "nextToken":{"shape":"NextToken"} } }, "ListInputSourcesRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" }, "type":{ "shape":"InputSourceType", "documentation":"Filter input sources by type.
", "location":"querystring", "locationName":"type" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListInputSourcesResponse":{ "type":"structure", "required":["inputSourceSummaries"], "members":{ "inputSourceSummaries":{ "shape":"InputSourceSummaryList", "documentation":"The list of input source summaries.
" }, "nextToken":{"shape":"NextToken"} } }, "ListPoliciesRequest":{ "type":"structure", "members":{ "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListPoliciesResponse":{ "type":"structure", "required":["policySummaries"], "members":{ "policySummaries":{ "shape":"PolicySummaryList", "documentation":"The list of policy summaries.
" }, "nextToken":{"shape":"NextToken"} } }, "ListReportsRequest":{ "type":"structure", "members":{ "serviceArn":{ "shape":"Arn", "documentation":"Optional. If not provided, lists all reports owned by the account.
", "location":"querystring", "locationName":"serviceArn" }, "reportType":{ "shape":"ReportType", "documentation":"Filter reports by type.
", "location":"querystring", "locationName":"reportType" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListReportsResponse":{ "type":"structure", "required":["reportGenerationResults"], "members":{ "reportGenerationResults":{ "shape":"ReportGenerationResultList", "documentation":"The list of report generation results.
" }, "nextToken":{"shape":"NextToken"} } }, "ListResourcesRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" }, "serviceFunctionId":{ "shape":"EntityId", "documentation":"Filter resources by service function identifier.
", "location":"querystring", "locationName":"serviceFunctionId" }, "awsRegion":{ "shape":"AwsRegion", "documentation":"Filter resources by AWS Region.
", "location":"querystring", "locationName":"awsRegion" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListResourcesResponse":{ "type":"structure", "members":{ "serviceFunctionId":{ "shape":"EntityId", "documentation":"The service function identifier for the returned resources.
" }, "serviceResources":{ "shape":"ServiceResourceList", "documentation":"The list of service resources.
" }, "nextToken":{"shape":"NextToken"} } }, "ListServiceEventsRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" }, "eventTypes":{ "shape":"ServiceEventTypeList", "documentation":"Filter events by type.
", "location":"querystring", "locationName":"eventTypes" }, "startTime":{ "shape":"Timestamp", "documentation":"The start time for filtering events.
", "location":"querystring", "locationName":"startTime" }, "endTime":{ "shape":"Timestamp", "documentation":"The end time for filtering events.
", "location":"querystring", "locationName":"endTime" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListServiceEventsResponse":{ "type":"structure", "required":["events"], "members":{ "events":{ "shape":"ServiceEventList", "documentation":"The list of service events.
" }, "nextToken":{"shape":"NextToken"} } }, "ListServiceFunctionsRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListServiceFunctionsResponse":{ "type":"structure", "required":["serviceFunctions"], "members":{ "serviceFunctions":{ "shape":"ServiceFunctionList", "documentation":"The list of service functions.
" }, "nextToken":{"shape":"NextToken"} } }, "ListServiceTopologyEdgesRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{ "shape":"Arn", "location":"querystring", "locationName":"serviceArn" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListServiceTopologyEdgesResponse":{ "type":"structure", "members":{ "serviceTopologyEdgeSummaries":{ "shape":"ServiceTopologyEdgeSummaryList", "documentation":"The list of service topology edge summaries.
" }, "nextToken":{"shape":"NextToken"} } }, "ListServicesRequest":{ "type":"structure", "members":{ "systemArn":{ "shape":"Arn", "location":"querystring", "locationName":"systemArn" }, "userJourneyId":{ "shape":"UserJourneyId", "documentation":"Filter services by user journey identifier.
", "location":"querystring", "locationName":"userJourneyId" }, "ouId":{ "shape":"OuId", "documentation":"Filter services by organizational unit (OU) identifier.
", "location":"querystring", "locationName":"ouId" }, "accountId":{ "shape":"AccountId", "documentation":"Filter services by AWS account ID.
", "location":"querystring", "locationName":"accountId" }, "assessmentStatus":{ "shape":"AssessmentStatus", "documentation":"Filter services by assessment status.
", "location":"querystring", "locationName":"assessmentStatus" }, "policyArn":{ "shape":"Arn", "location":"querystring", "locationName":"policyArn" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListServicesResponse":{ "type":"structure", "required":["serviceSummaries"], "members":{ "serviceSummaries":{ "shape":"ServiceSummaryList", "documentation":"The list of service summaries.
" }, "nextToken":{"shape":"NextToken"} } }, "ListSystemEventsRequest":{ "type":"structure", "required":["systemArn"], "members":{ "systemArn":{ "shape":"Arn", "location":"querystring", "locationName":"systemArn" }, "eventTypes":{ "shape":"SystemEventTypeList", "documentation":"Filter events by type.
", "location":"querystring", "locationName":"eventTypes" }, "startTime":{ "shape":"Timestamp", "documentation":"The start time for filtering events.
", "location":"querystring", "locationName":"startTime" }, "endTime":{ "shape":"Timestamp", "documentation":"The end time for filtering events.
", "location":"querystring", "locationName":"endTime" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListSystemEventsResponse":{ "type":"structure", "required":["events"], "members":{ "events":{ "shape":"SystemEventList", "documentation":"The list of system events.
" }, "nextToken":{"shape":"NextToken"} } }, "ListSystemsRequest":{ "type":"structure", "members":{ "ouId":{ "shape":"OuId", "documentation":"Filter systems by organizational unit (OU) identifier.
", "location":"querystring", "locationName":"ouId" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListSystemsResponse":{ "type":"structure", "required":["systemSummaries"], "members":{ "systemSummaries":{ "shape":"SystemSummaryList", "documentation":"The list of system summaries.
" }, "nextToken":{"shape":"NextToken"} } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"Arn", "location":"uri", "locationName":"resourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "tags":{"shape":"TagMap"} } }, "ListUserJourneysRequest":{ "type":"structure", "required":["systemArn"], "members":{ "systemArn":{ "shape":"Arn", "location":"querystring", "locationName":"systemArn" }, "maxResults":{ "shape":"MaxResults", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"NextToken", "location":"querystring", "locationName":"nextToken" } } }, "ListUserJourneysResponse":{ "type":"structure", "required":["userJourneySummaries"], "members":{ "userJourneySummaries":{ "shape":"UserJourneySummaryList", "documentation":"The list of user journey summaries.
" }, "nextToken":{"shape":"NextToken"} } }, "Long":{ "type":"long", "box":true }, "LongDescription":{ "type":"string", "documentation":"Resource description for services and policies.
", "max":615, "min":0 }, "MaxResults":{ "type":"integer", "documentation":"Pagination page size.
", "box":true, "max":100, "min":1 }, "MultiAzDisasterRecoveryApproach":{ "type":"string", "enum":[ "ACTIVE_ACTIVE", "HOT_STANDBY", "WARM_STANDBY", "PILOT_LIGHT", "BACKUP_AND_RESTORE" ] }, "MultiAzTargets":{ "type":"structure", "members":{ "rtoInMinutes":{ "shape":"MultiAzTargetsRtoInMinutesInteger", "documentation":"The recovery time objective (RTO) target for multi-AZ, in minutes.
" }, "rpoInMinutes":{ "shape":"MultiAzTargetsRpoInMinutesInteger", "documentation":"The recovery point objective (RPO) target for multi-AZ, in minutes.
" }, "disasterRecoveryApproach":{ "shape":"MultiAzDisasterRecoveryApproach", "documentation":"The disaster recovery approach for multi-AZ.
" } }, "documentation":"Defines the multi-AZ disaster recovery targets for a resilience policy.
" }, "MultiAzTargetsRpoInMinutesInteger":{ "type":"integer", "box":true, "min":0 }, "MultiAzTargetsRtoInMinutesInteger":{ "type":"integer", "box":true, "min":0 }, "MultiRegionDisasterRecoveryApproach":{ "type":"string", "enum":[ "ACTIVE_ACTIVE", "HOT_STANDBY", "WARM_STANDBY", "PILOT_LIGHT", "BACKUP_AND_RESTORE" ] }, "MultiRegionTargets":{ "type":"structure", "members":{ "rtoInMinutes":{ "shape":"MultiRegionTargetsRtoInMinutesInteger", "documentation":"The recovery time objective (RTO) target for multi-Region, in minutes.
" }, "rpoInMinutes":{ "shape":"MultiRegionTargetsRpoInMinutesInteger", "documentation":"The recovery point objective (RPO) target for multi-Region, in minutes.
" }, "disasterRecoveryApproach":{ "shape":"MultiRegionDisasterRecoveryApproach", "documentation":"The disaster recovery approach for multi-Region.
" } }, "documentation":"Defines the multi-Region disaster recovery targets for a resilience policy.
" }, "MultiRegionTargetsRpoInMinutesInteger":{ "type":"integer", "box":true, "min":0 }, "MultiRegionTargetsRtoInMinutesInteger":{ "type":"integer", "box":true, "min":0 }, "NextToken":{ "type":"string", "documentation":"Pagination token.
", "max":2000, "min":1, "pattern":"\\S{1,2000}" }, "ObservabilityRecommendation":{ "type":"structure", "members":{ "suggestedChanges":{ "shape":"SuggestedChangesList", "documentation":"The list of suggested observability changes.
" } }, "documentation":"An observability recommendation to address a finding.
" }, "ObservabilityRecommendationsList":{ "type":"list", "member":{"shape":"ObservabilityRecommendation"}, "max":5, "min":0 }, "OrganizationId":{ "type":"string", "max":34, "min":12, "pattern":"o-[a-z0-9]{10,32}" }, "OuId":{ "type":"string", "max":68, "min":16, "pattern":"ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}" }, "PermissionModel":{ "type":"structure", "required":["invokerRoleName"], "members":{ "invokerRoleName":{"shape":"IamRoleName"}, "crossAccountRoles":{ "shape":"CrossAccountRoleList", "documentation":"The list of cross-account IAM role ARNs.
" } }, "documentation":"Defines the permission model for a service.
" }, "Policy":{ "type":"structure", "required":[ "policyArn", "name" ], "members":{ "policyArn":{"shape":"Arn"}, "name":{"shape":"EntityName"}, "description":{"shape":"LongDescription"}, "availabilitySlo":{ "shape":"AvailabilitySlo", "documentation":"The availability SLO defined in the policy.
" }, "multiAz":{ "shape":"MultiAzTargets", "documentation":"The multi-AZ disaster recovery targets defined in the policy.
" }, "multiRegion":{ "shape":"MultiRegionTargets", "documentation":"The multi-Region disaster recovery targets defined in the policy.
" }, "dataRecovery":{ "shape":"DataRecoveryTargets", "documentation":"The data recovery targets defined in the policy.
" }, "kmsKeyId":{"shape":"KmsKeyId"}, "tags":{"shape":"TagMap"}, "associatedServiceCount":{ "shape":"Integer", "documentation":"The number of services associated with this policy.
" }, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the policy was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the policy was last updated.
" } }, "documentation":"Represents a resilience policy that defines availability and disaster recovery requirements.
" }, "PolicyComponent":{ "type":"string", "enum":[ "AVAILABILITY_SLO", "MULTI_AZ_DISASTER_RECOVERY", "MULTI_REGION_DISASTER_RECOVERY", "DATA_RECOVERY" ] }, "PolicySummary":{ "type":"structure", "required":[ "policyArn", "name" ], "members":{ "policyArn":{"shape":"Arn"}, "name":{"shape":"EntityName"}, "availabilitySlo":{ "shape":"AvailabilitySlo", "documentation":"The availability SLO defined in the policy.
" }, "multiAz":{ "shape":"MultiAzTargets", "documentation":"The multi-AZ disaster recovery targets defined in the policy.
" }, "multiRegion":{ "shape":"MultiRegionTargets", "documentation":"The multi-Region disaster recovery targets defined in the policy.
" }, "dataRecovery":{ "shape":"DataRecoveryTargets", "documentation":"The data recovery targets defined in the policy.
" }, "associatedServiceCount":{ "shape":"Integer", "documentation":"The number of services associated with this policy.
" }, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the policy was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the policy was last updated.
" } }, "documentation":"Contains summary information about a resilience policy.
" }, "PolicySummaryList":{ "type":"list", "member":{"shape":"PolicySummary"} }, "PolicyValueSource":{ "type":"string", "enum":[ "SELF", "CROSS_ACCOUNT" ] }, "QueryDataPoint":{ "type":"structure", "required":[ "timestamp", "queryCount" ], "members":{ "timestamp":{ "shape":"Timestamp", "documentation":"The timestamp of the data point.
" }, "queryCount":{ "shape":"Long", "documentation":"The number of queries at this data point.
" } }, "documentation":"A data point in a dependency query range.
" }, "QueryDataPointList":{ "type":"list", "member":{"shape":"QueryDataPoint"}, "max":24, "min":7 }, "QueryGranularity":{ "type":"string", "enum":[ "HOURLY", "DAILY" ] }, "QueryRange":{ "type":"structure", "required":[ "startTime", "endTime", "granularity", "dataPoints" ], "members":{ "startTime":{ "shape":"Timestamp", "documentation":"The start time of the query range.
" }, "endTime":{ "shape":"Timestamp", "documentation":"The end time of the query range.
" }, "granularity":{ "shape":"QueryGranularity", "documentation":"The granularity of the query range data points.
" }, "dataPoints":{ "shape":"QueryDataPointList", "documentation":"The data points within the query range.
" } }, "documentation":"Defines a time range for dependency query data.
" }, "RegionList":{ "type":"list", "member":{"shape":"AwsRegion"}, "max":5, "min":1 }, "ReportGenerationErrorCode":{ "type":"string", "documentation":"Error codes for failed report generation.
", "enum":[ "INSUFFICIENT_PERMISSIONS", "CONFIGURATION_ERROR", "INTERNAL_ERROR" ] }, "ReportGenerationResult":{ "type":"structure", "required":[ "reportType", "status" ], "members":{ "reportType":{ "shape":"ReportType", "documentation":"The type of the generated report.
" }, "status":{ "shape":"ReportGenerationStatus", "documentation":"The status of the report generation.
" }, "serviceArn":{ "shape":"Arn", "documentation":"The service this report was generated for.
" }, "assessmentId":{ "shape":"Uuid", "documentation":"Present for FAILURE_MODE reports.
" }, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the report was created.
" }, "reportOutput":{ "shape":"ReportOutput", "documentation":"Present when status is SUCCEEDED or FAILED.
" } }, "documentation":"Result of a report generation attempt.
" }, "ReportGenerationResultList":{ "type":"list", "member":{"shape":"ReportGenerationResult"} }, "ReportGenerationStatus":{ "type":"string", "documentation":"Status of report generation.
", "enum":[ "PENDING", "SUCCEEDED", "FAILED" ] }, "ReportOutput":{ "type":"structure", "members":{ "s3ReportOutput":{ "shape":"S3ReportOutput", "documentation":"The S3 location where the report was written.
" }, "failedReportOutput":{ "shape":"FailedReportOutput", "documentation":"Details when report generation failed.
" } }, "documentation":"Union of possible report outputs.
", "union":true }, "ReportOutputConfiguration":{ "type":"structure", "members":{ "s3":{"shape":"S3ReportOutputConfiguration"} }, "documentation":"Configuration for a report output destination.
", "union":true }, "ReportOutputConfigurationList":{ "type":"list", "member":{"shape":"ReportOutputConfiguration"}, "documentation":"List of report output configurations.
", "max":1, "min":1 }, "ReportType":{ "type":"string", "enum":["FAILURE_MODE"] }, "Resource":{ "type":"structure", "required":["identifier"], "members":{ "identifier":{ "shape":"String", "documentation":"The identifier of the resource.
" }, "awsRegion":{ "shape":"AwsRegion", "documentation":"The AWS Region where the resource is located.
" }, "awsAccountId":{ "shape":"AwsAccountId", "documentation":"The AWS account ID that owns the resource.
" }, "resourceType":{ "shape":"String", "documentation":"The type of the resource.
" } }, "documentation":"Represents an AWS resource discovered by Resilience Hub.
" }, "ResourceConfiguration":{ "type":"structure", "members":{ "resourceTags":{ "shape":"ResourceTagList", "documentation":"The resource tags for tag-based resource discovery.
" }, "cfnStackArn":{"shape":"Arn"}, "tfStateFileUrl":{"shape":"S3Url"}, "eks":{ "shape":"EksSource", "documentation":"The Amazon EKS configuration for resource discovery.
" }, "designFileS3Url":{"shape":"S3Url"} }, "documentation":"Resource configuration for an input source. Provide exactly one field.
", "union":true }, "ResourceDiscoveryErrorCode":{ "type":"string", "enum":[ "INVALID_PERMISSIONS", "STACK_NOT_FOUND", "CLUSTER_NOT_FOUND", "STATE_FILE_NOT_FOUND", "ACCESS_DENIED", "UNSUPPORTED_CLUSTER", "INTERNAL_ERROR" ] }, "ResourceDiscoveryRunStatus":{ "type":"string", "enum":[ "RUNNING", "SUCCEEDED", "FAILED", "COMPLETED_WITH_FAILURES", "NOT_STARTED" ] }, "ResourceDiscoveryStatus":{ "type":"structure", "members":{ "status":{ "shape":"ResourceDiscoveryRunStatus", "documentation":"The current status of resource discovery.
" }, "lastRunAt":{ "shape":"Timestamp", "documentation":"The timestamp of the last resource discovery run.
" }, "errorCode":{ "shape":"ResourceDiscoveryErrorCode", "documentation":"The error code if resource discovery failed.
" }, "errorMessage":{ "shape":"String", "documentation":"A message describing the error if resource discovery failed.
" } }, "documentation":"Contains the status of resource discovery for a service.
" }, "ResourceList":{ "type":"list", "member":{"shape":"String"}, "max":100, "min":1 }, "ResourceNotFoundException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"}, "resourceId":{ "shape":"String", "documentation":"The identifier of the resource that was not found.
" }, "resourceType":{ "shape":"String", "documentation":"The type of the resource that was not found.
" } }, "documentation":"Resource not found.
", "error":{ "httpStatusCode":404, "senderFault":true }, "exception":true }, "ResourceTag":{ "type":"structure", "required":[ "key", "values" ], "members":{ "key":{"shape":"TagKey"}, "values":{ "shape":"ResourceTagValuesList", "documentation":"The list of tag values.
" } }, "documentation":"A tag key-value pair used for resource discovery.
" }, "ResourceTagList":{ "type":"list", "member":{"shape":"ResourceTag"}, "max":10, "min":1 }, "ResourceTagValuesList":{ "type":"list", "member":{"shape":"TagValue"}, "max":10, "min":0 }, "ResourceTypeList":{ "type":"list", "member":{"shape":"String"} }, "S3BucketPath":{ "type":"string", "documentation":"S3 bucket path (with or without s3:// prefix).
", "max":512, "min":3, "pattern":"(s3://)?[a-z0-9][a-z0-9.-]{1,61}[a-z0-9](/.*)?" }, "S3ReportOutput":{ "type":"structure", "required":["s3ObjectKey"], "members":{ "s3ObjectKey":{ "shape":"String", "documentation":"The S3 object key for the generated report.
" } }, "documentation":"S3 location where report was written.
" }, "S3ReportOutputConfiguration":{ "type":"structure", "required":[ "bucketPath", "bucketOwner" ], "members":{ "bucketPath":{ "shape":"S3BucketPath", "documentation":"S3 bucket path where reports will be written (e.g., my-bucket/ngrh-reports/).
" }, "bucketOwner":{ "shape":"AwsAccountId", "documentation":"Account ID of the bucket owner for cross-account access verification.
" } }, "documentation":"S3 configuration for report output.
" }, "S3Url":{ "type":"string", "documentation":"S3 URL — virtual hosted-style or s3:// URI.
", "max":2000, "min":1, "pattern":"((https://([^/]+)\\.s3[^/]*\\.[^/]+)|(s3://([^/]+)))/\\S{1,2000}" }, "Service":{ "type":"structure", "required":[ "serviceArn", "name" ], "members":{ "serviceArn":{"shape":"Arn"}, "name":{"shape":"EntityName"}, "description":{"shape":"LongDescription"}, "associatedSystems":{ "shape":"AssociatedSystemList", "documentation":"The systems associated with the service.
" }, "policyArn":{"shape":"Arn"}, "regions":{ "shape":"RegionList", "documentation":"The AWS Regions where the service operates.
" }, "permissionModel":{ "shape":"PermissionModel", "documentation":"The permission model for the service.
" }, "dependencyDiscovery":{ "shape":"DependencyDiscoveryConfig", "documentation":"The dependency discovery configuration for the service.
" }, "effectivePolicyValues":{ "shape":"EffectivePolicyValues", "documentation":"The effective policy values for the service.
" }, "achievability":{ "shape":"Achievability", "documentation":"The achievability status of the service's resilience targets.
" }, "reportConfiguration":{"shape":"ServiceReportConfiguration"}, "kmsKeyId":{"shape":"KmsKeyId"}, "tags":{"shape":"TagMap"}, "estimatedAssessmentCost":{ "shape":"AssessmentCost", "documentation":"The estimated cost of running an assessment on the service.
" }, "resourceDiscovery":{ "shape":"ResourceDiscoveryStatus", "documentation":"The resource discovery status for the service.
" }, "assessmentStatus":{ "shape":"AssessmentStatus", "documentation":"The current assessment status of the service.
" }, "rerunAssessment":{ "shape":"Boolean", "documentation":"Indicates whether the assessment should be rerun.
" }, "openFindingsCount":{ "shape":"Integer", "documentation":"The number of open findings for the service.
" }, "resolvedFindingsCount":{ "shape":"Integer", "documentation":"The number of resolved findings for the service.
" }, "organizationId":{ "shape":"OrganizationId", "documentation":"The AWS Organizations identifier for the service.
" }, "ouId":{ "shape":"OuId", "documentation":"The organizational unit (OU) identifier for the service.
" }, "accountId":{ "shape":"AccountId", "documentation":"The AWS account ID that owns the service.
" }, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the service was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the service was last updated.
" } }, "documentation":"Represents a service in Resilience Hub. A service is the primary unit of resilience assessment.
" }, "ServiceAchievabilityUpdatedMetadata":{ "type":"structure", "members":{ "assessmentId":{ "shape":"String", "documentation":"The assessment identifier that triggered the update.
" }, "availabilitySlo":{ "shape":"String", "documentation":"The updated achievability status of the availability SLO.
" }, "multiAzRtoRpo":{ "shape":"String", "documentation":"The updated achievability status of the multi-AZ RTO and RPO targets.
" }, "multiRegionRtoRpo":{ "shape":"String", "documentation":"The updated achievability status of the multi-Region RTO and RPO targets.
" } }, "documentation":"Metadata for a service achievability updated event.
" }, "ServiceCreatedMetadata":{ "type":"structure", "members":{}, "documentation":"Metadata for a service created event.
" }, "ServiceDeletedMetadata":{ "type":"structure", "members":{}, "documentation":"Metadata for a service deleted event.
" }, "ServiceEvent":{ "type":"structure", "required":[ "eventId", "timestamp", "eventType", "serviceArn", "actor", "eventDetails" ], "members":{ "eventId":{ "shape":"Uuid", "documentation":"The unique identifier of the event.
" }, "timestamp":{ "shape":"Timestamp", "documentation":"The timestamp of the event.
" }, "eventType":{ "shape":"ServiceEventType", "documentation":"The type of the event.
" }, "serviceArn":{"shape":"Arn"}, "actor":{ "shape":"EventActor", "documentation":"The actor that triggered the event.
" }, "eventDetails":{ "shape":"ServiceEventDetails", "documentation":"The details of the event.
" } }, "documentation":"Represents an event in the service event log.
" }, "ServiceEventDetails":{ "type":"structure", "required":[ "title", "description" ], "members":{ "title":{ "shape":"String", "documentation":"The title of the event.
" }, "description":{ "shape":"String", "documentation":"The description of the event.
" }, "eventMetadata":{"shape":"ServiceEventMetadata"} }, "documentation":"Contains the details of a service event.
" }, "ServiceEventList":{ "type":"list", "member":{"shape":"ServiceEvent"} }, "ServiceEventMetadata":{ "type":"structure", "members":{ "serviceCreated":{ "shape":"ServiceCreatedMetadata", "documentation":"Metadata for a service created event.
" }, "serviceDeleted":{ "shape":"ServiceDeletedMetadata", "documentation":"Metadata for a service deleted event.
" }, "serviceSystemAssociated":{ "shape":"ServiceSystemAssociatedMetadata", "documentation":"Metadata for a service system associated event.
" }, "serviceSystemDisassociated":{ "shape":"ServiceSystemDisassociatedMetadata", "documentation":"Metadata for a service system disassociated event.
" }, "serviceResourcesAssociated":{ "shape":"ServiceResourcesAssociatedMetadata", "documentation":"Metadata for a service resources associated event.
" }, "serviceResourcesDisassociated":{ "shape":"ServiceResourcesDisassociatedMetadata", "documentation":"Metadata for a service resources disassociated event.
" }, "serviceWorkflowUpdated":{ "shape":"ServiceWorkflowUpdatedMetadata", "documentation":"Metadata for a service workflow updated event.
" }, "serviceInputSourcesUpdated":{ "shape":"ServiceInputSourcesUpdatedMetadata", "documentation":"Metadata for a service input sources updated event.
" }, "servicePolicyAssociated":{ "shape":"ServicePolicyAssociatedMetadata", "documentation":"Metadata for a service policy associated event.
" }, "servicePolicyDisassociated":{ "shape":"ServicePolicyDisassociatedMetadata", "documentation":"Metadata for a service policy disassociated event.
" }, "serviceFunctionCreated":{ "shape":"ServiceFunctionCreatedMetadata", "documentation":"Metadata for a service function created event.
" }, "serviceFunctionUpdated":{ "shape":"ServiceFunctionUpdatedMetadata", "documentation":"Metadata for a service function updated event.
" }, "serviceFunctionDeleted":{ "shape":"ServiceFunctionDeletedMetadata", "documentation":"Metadata for a service function deleted event.
" }, "serviceFunctionResourcesAdded":{ "shape":"ServiceFunctionResourcesAddedMetadata", "documentation":"Metadata for a service function resources added event.
" }, "serviceFunctionResourcesRemoved":{ "shape":"ServiceFunctionResourcesRemovedMetadata", "documentation":"Metadata for a service function resources removed event.
" }, "serviceAchievabilityUpdated":{ "shape":"ServiceAchievabilityUpdatedMetadata", "documentation":"Metadata for a service achievability updated event.
" }, "assertionCreated":{ "shape":"AssertionCreatedMetadata", "documentation":"Metadata for an assertion created event.
" }, "assertionUpdated":{ "shape":"AssertionUpdatedMetadata", "documentation":"Metadata for an assertion updated event.
" }, "assertionDeleted":{ "shape":"AssertionDeletedMetadata", "documentation":"Metadata for an assertion deleted event.
" } }, "documentation":"Type-specific metadata for each service event type.
", "union":true }, "ServiceEventType":{ "type":"string", "enum":[ "SERVICE_CREATED", "SERVICE_DELETED", "SERVICE_SYSTEM_ASSOCIATED", "SERVICE_SYSTEM_DISASSOCIATED", "SERVICE_RESOURCES_ASSOCIATED", "SERVICE_RESOURCES_DISASSOCIATED", "SERVICE_WORKFLOW_UPDATED", "SERVICE_INPUT_SOURCES_UPDATED", "SERVICE_POLICY_ASSOCIATED", "SERVICE_POLICY_DISASSOCIATED", "SERVICE_FUNCTION_CREATED", "SERVICE_FUNCTION_UPDATED", "SERVICE_FUNCTION_DELETED", "SERVICE_FUNCTION_RESOURCES_ADDED", "SERVICE_FUNCTION_RESOURCES_REMOVED", "SERVICE_ACHIEVABILITY_UPDATED", "ASSERTION_CREATED", "ASSERTION_UPDATED", "ASSERTION_DELETED" ] }, "ServiceEventTypeList":{ "type":"list", "member":{"shape":"ServiceEventType"} }, "ServiceFunction":{ "type":"structure", "required":[ "serviceArn", "serviceFunctionId", "name", "criticality" ], "members":{ "serviceArn":{"shape":"Arn"}, "serviceFunctionId":{ "shape":"EntityId", "documentation":"The unique identifier of the service function.
" }, "name":{"shape":"EntityLabel"}, "description":{"shape":"EntityDescription"}, "criticality":{ "shape":"ServiceFunctionCriticality", "documentation":"The criticality level of the service function.
" }, "resourceCount":{ "shape":"Integer", "documentation":"The number of resources associated with the service function.
" }, "source":{ "shape":"ServiceFunctionSource", "documentation":"The source of the service function.
" }, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the service function was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the service function was last updated.
" } }, "documentation":"Represents a logical component of a service.
" }, "ServiceFunctionCreatedMetadata":{ "type":"structure", "members":{ "serviceFunctionId":{ "shape":"String", "documentation":"The identifier of the created service function.
" }, "serviceFunctionName":{ "shape":"String", "documentation":"The name of the created service function.
" } }, "documentation":"Metadata for a service function created event.
" }, "ServiceFunctionCriticality":{ "type":"string", "enum":[ "PRIMARY", "SUPPLEMENTAL" ] }, "ServiceFunctionDeletedMetadata":{ "type":"structure", "members":{ "serviceFunctionId":{ "shape":"String", "documentation":"The identifier of the deleted service function.
" }, "serviceFunctionName":{ "shape":"String", "documentation":"The name of the deleted service function.
" } }, "documentation":"Metadata for a service function deleted event.
" }, "ServiceFunctionList":{ "type":"list", "member":{"shape":"ServiceFunction"} }, "ServiceFunctionResourcesAddedMetadata":{ "type":"structure", "members":{ "serviceFunctionId":{ "shape":"String", "documentation":"The identifier of the service function.
" }, "serviceFunctionName":{ "shape":"String", "documentation":"The name of the service function.
" }, "resourcesAdded":{ "shape":"ArnList", "documentation":"The list of resource ARNs that were added.
" } }, "documentation":"Metadata for a service function resources added event.
" }, "ServiceFunctionResourcesRemovedMetadata":{ "type":"structure", "members":{ "serviceFunctionId":{ "shape":"String", "documentation":"The identifier of the service function.
" }, "serviceFunctionName":{ "shape":"String", "documentation":"The name of the service function.
" }, "resourcesRemoved":{ "shape":"ArnList", "documentation":"The list of resource ARNs that were removed.
" } }, "documentation":"Metadata for a service function resources removed event.
" }, "ServiceFunctionSource":{ "type":"string", "enum":[ "AI_GENERATED", "USER" ] }, "ServiceFunctionUpdatedMetadata":{ "type":"structure", "members":{ "serviceFunctionId":{ "shape":"String", "documentation":"The identifier of the service function.
" }, "serviceFunctionName":{ "shape":"String", "documentation":"The name of the service function.
" }, "resourcesAdded":{ "shape":"ArnList", "documentation":"The list of resource ARNs that were added.
" }, "resourcesRemoved":{ "shape":"ArnList", "documentation":"The list of resource ARNs that were removed.
" } }, "documentation":"Metadata for a service function updated event.
" }, "ServiceInputSourcesUpdatedMetadata":{ "type":"structure", "members":{}, "documentation":"Metadata for a service input sources updated event.
" }, "ServicePolicyAssociatedMetadata":{ "type":"structure", "members":{ "policyName":{ "shape":"String", "documentation":"The name of the associated policy.
" }, "policyArn":{"shape":"Arn"} }, "documentation":"Metadata for a service policy associated event.
" }, "ServicePolicyDisassociatedMetadata":{ "type":"structure", "members":{ "policyName":{ "shape":"String", "documentation":"The name of the disassociated policy.
" }, "policyArn":{"shape":"Arn"} }, "documentation":"Metadata for a service policy disassociated event.
" }, "ServiceQuotaExceededException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"Service quota exceeded.
", "error":{ "httpStatusCode":402, "senderFault":true }, "exception":true }, "ServiceReference":{ "type":"structure", "members":{ "serviceId":{ "shape":"String", "documentation":"The identifier of the referenced service.
" }, "serviceName":{ "shape":"String", "documentation":"The name of the referenced service.
" } }, "documentation":"A reference to a service by ID and name.
" }, "ServiceReferenceChanges":{ "type":"structure", "members":{ "added":{ "shape":"ServiceReferenceList", "documentation":"The list of service references that were added.
" }, "removed":{ "shape":"ServiceReferenceList", "documentation":"The list of service references that were removed.
" } }, "documentation":"Describes changes to service references.
" }, "ServiceReferenceList":{ "type":"list", "member":{"shape":"ServiceReference"} }, "ServiceReportConfiguration":{ "type":"structure", "required":["reportOutputs"], "members":{ "reportOutputs":{ "shape":"ReportOutputConfigurationList", "documentation":"Output destinations for generated reports.
" } }, "documentation":"Configuration for automatic report generation on a Service.
" }, "ServiceResource":{ "type":"structure", "required":[ "resourceIdentifier", "resource" ], "members":{ "resourceIdentifier":{ "shape":"String", "documentation":"The identifier of the resource.
" }, "inputSource":{ "shape":"InputSource", "documentation":"The input source that discovered the resource.
" }, "resource":{ "shape":"Resource", "documentation":"The resource details.
" } }, "documentation":"Represents a resource associated with a service.
" }, "ServiceResourceList":{ "type":"list", "member":{"shape":"ServiceResource"} }, "ServiceResourcesAssociatedMetadata":{ "type":"structure", "members":{ "resourceCount":{ "shape":"Integer", "documentation":"The number of resources associated.
" }, "resourceTypes":{ "shape":"ResourceTypeList", "documentation":"The types of resources associated.
" } }, "documentation":"Metadata for a service resources associated event.
" }, "ServiceResourcesDisassociatedMetadata":{ "type":"structure", "members":{ "resourceCount":{ "shape":"Integer", "documentation":"The number of resources disassociated.
" }, "resourceTypes":{ "shape":"ResourceTypeList", "documentation":"The types of resources disassociated.
" } }, "documentation":"Metadata for a service resources disassociated event.
" }, "ServiceSummary":{ "type":"structure", "required":[ "serviceArn", "name" ], "members":{ "serviceArn":{"shape":"Arn"}, "name":{"shape":"EntityName"}, "associatedSystems":{ "shape":"AssociatedSystemList", "documentation":"The systems associated with the service.
" }, "regions":{ "shape":"RegionList", "documentation":"The AWS Regions where the service operates.
" }, "policyArn":{"shape":"Arn"}, "assessmentStatus":{ "shape":"AssessmentStatus", "documentation":"The current assessment status of the service.
" }, "openFindingsCount":{ "shape":"Integer", "documentation":"The number of open findings.
" }, "resolvedFindingsCount":{ "shape":"Integer", "documentation":"The number of resolved findings.
" }, "dependencyDiscovery":{ "shape":"DependencyDiscoveryConfig", "documentation":"The dependency discovery configuration.
" }, "achievability":{ "shape":"Achievability", "documentation":"The achievability status of the service's resilience targets.
" }, "organizationId":{ "shape":"OrganizationId", "documentation":"Displayed only if caller has access.
" }, "ouId":{ "shape":"OuId", "documentation":"Displayed only if caller has access.
" }, "accountId":{ "shape":"AccountId", "documentation":"Displayed only if caller has access.
" }, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the service was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the service was last updated.
" } }, "documentation":"Contains summary information about a service.
" }, "ServiceSummaryList":{ "type":"list", "member":{"shape":"ServiceSummary"} }, "ServiceSystemAssociatedMetadata":{ "type":"structure", "members":{ "systemName":{ "shape":"String", "documentation":"The name of the associated system.
" }, "systemArn":{"shape":"Arn"} }, "documentation":"Metadata for a service system associated event.
" }, "ServiceSystemDisassociatedMetadata":{ "type":"structure", "members":{ "systemId":{ "shape":"String", "documentation":"The identifier of the disassociated system.
" }, "systemName":{ "shape":"String", "documentation":"The name of the disassociated system.
" }, "systemArn":{"shape":"Arn"} }, "documentation":"Metadata for a service system disassociated event.
" }, "ServiceTopologyEdgeSummary":{ "type":"structure", "required":[ "sourceResourceIdentifier", "destinationResourceIdentifier" ], "members":{ "sourceResourceIdentifier":{ "shape":"String", "documentation":"The identifier of the source resource.
" }, "destinationResourceIdentifier":{ "shape":"String", "documentation":"The identifier of the destination resource.
" }, "properties":{ "shape":"EdgePropertyList", "documentation":"The properties of the topology edge.
" } }, "documentation":"Contains summary information about a service topology edge.
" }, "ServiceTopologyEdgeSummaryList":{ "type":"list", "member":{"shape":"ServiceTopologyEdgeSummary"} }, "ServiceWorkflowUpdatedMetadata":{ "type":"structure", "members":{ "serviceFunctionId":{ "shape":"String", "documentation":"The identifier of the service function.
" }, "serviceFunctionName":{ "shape":"String", "documentation":"The name of the service function.
" } }, "documentation":"Metadata for a service workflow updated event.
" }, "SloSource":{ "type":"structure", "members":{ "value":{ "shape":"Double", "documentation":"The availability SLO percentage value.
" }, "policyName":{"shape":"EntityName"}, "source":{ "shape":"PolicyValueSource", "documentation":"Indicates whether the value comes from the service's own account or a cross-account policy.
" } }, "documentation":"Contains the effective availability SLO value and its source.
" }, "StartFailureModeAssessmentRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{"shape":"Arn"}, "clientToken":{ "shape":"ClientToken", "idempotencyToken":true } } }, "StartFailureModeAssessmentResponse":{ "type":"structure", "members":{ "assessmentId":{ "shape":"Uuid", "documentation":"The unique identifier of the started assessment.
" }, "serviceArn":{"shape":"Arn"}, "assessmentStatus":{ "shape":"AssessmentStatus", "documentation":"The status of the started assessment.
" }, "startedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the assessment started.
" } } }, "String":{"type":"string"}, "StringChange":{ "type":"structure", "members":{ "oldValue":{ "shape":"String", "documentation":"The old value.
" }, "newValue":{ "shape":"String", "documentation":"The new value.
" } }, "documentation":"Describes a change from one string value to another.
" }, "SuggestedChangesList":{ "type":"list", "member":{"shape":"EntityDescription"}, "max":10, "min":0 }, "System":{ "type":"structure", "required":[ "systemArn", "systemId", "name" ], "members":{ "systemArn":{"shape":"Arn"}, "systemId":{"shape":"SystemId"}, "name":{"shape":"EntityName"}, "description":{"shape":"EntityDescription"}, "sharingEnabled":{ "shape":"Boolean", "documentation":"Indicates whether cross-account sharing is enabled.
" }, "tags":{"shape":"TagMap"}, "kmsKeyId":{"shape":"KmsKeyId"}, "organizationId":{ "shape":"OrganizationId", "documentation":"The AWS Organizations identifier for the system.
" }, "ouId":{ "shape":"OuId", "documentation":"The organizational unit (OU) identifier for the system.
" }, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the system was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the system was last updated.
" } }, "documentation":"Represents a system in Resilience Hub. A system is a logical grouping of services.
" }, "SystemCreatedMetadata":{ "type":"structure", "members":{}, "documentation":"Metadata for a system created event.
" }, "SystemDeletedMetadata":{ "type":"structure", "members":{}, "documentation":"Metadata for a system deleted event.
" }, "SystemEvent":{ "type":"structure", "required":[ "eventId", "timestamp", "eventType", "systemArn", "actor", "eventDetails" ], "members":{ "eventId":{ "shape":"Uuid", "documentation":"The unique identifier of the event.
" }, "timestamp":{ "shape":"Timestamp", "documentation":"The timestamp of the event.
" }, "eventType":{ "shape":"SystemEventType", "documentation":"The type of the event.
" }, "systemArn":{"shape":"Arn"}, "actor":{ "shape":"EventActor", "documentation":"The actor that triggered the event.
" }, "eventDetails":{ "shape":"SystemEventDetails", "documentation":"The details of the event.
" } }, "documentation":"Represents an event in the system event log.
" }, "SystemEventDetails":{ "type":"structure", "required":[ "title", "description" ], "members":{ "title":{ "shape":"String", "documentation":"The title of the event.
" }, "description":{ "shape":"String", "documentation":"The description of the event.
" }, "eventMetadata":{"shape":"SystemEventMetadata"} }, "documentation":"Contains the details of a system event.
" }, "SystemEventList":{ "type":"list", "member":{"shape":"SystemEvent"} }, "SystemEventMetadata":{ "type":"structure", "members":{ "systemCreated":{ "shape":"SystemCreatedMetadata", "documentation":"Metadata for a system created event.
" }, "systemDeleted":{ "shape":"SystemDeletedMetadata", "documentation":"Metadata for a system deleted event.
" }, "systemUserJourneyCreated":{ "shape":"SystemUserJourneyCreatedMetadata", "documentation":"Metadata for a system user journey created event.
" }, "systemUserJourneyUpdated":{ "shape":"SystemUserJourneyUpdatedMetadata", "documentation":"Metadata for a system user journey updated event.
" }, "systemUserJourneyDeleted":{ "shape":"SystemUserJourneyDeletedMetadata", "documentation":"Metadata for a system user journey deleted event.
" }, "systemServiceAssociated":{ "shape":"SystemServiceAssociatedMetadata", "documentation":"Metadata for a system service associated event.
" }, "systemServiceDisassociated":{ "shape":"SystemServiceDisassociatedMetadata", "documentation":"Metadata for a system service disassociated event.
" }, "systemPolicyAssociated":{ "shape":"SystemPolicyAssociatedMetadata", "documentation":"Metadata for a system policy associated event.
" }, "systemPolicyDisassociated":{ "shape":"SystemPolicyDisassociatedMetadata", "documentation":"Metadata for a system policy disassociated event.
" } }, "documentation":"Type-specific metadata for each system event type.
", "union":true }, "SystemEventType":{ "type":"string", "enum":[ "SYSTEM_CREATED", "SYSTEM_DELETED", "SYSTEM_USER_JOURNEY_CREATED", "SYSTEM_USER_JOURNEY_UPDATED", "SYSTEM_USER_JOURNEY_DELETED", "SYSTEM_SERVICE_ASSOCIATED", "SYSTEM_SERVICE_DISASSOCIATED", "SYSTEM_POLICY_ASSOCIATED", "SYSTEM_POLICY_DISASSOCIATED" ] }, "SystemEventTypeList":{ "type":"list", "member":{"shape":"SystemEventType"} }, "SystemId":{ "type":"string", "documentation":"System ID for cross-account use without exposing account structure.
", "max":255, "min":1, "pattern":"\\S{1,255}" }, "SystemPolicyAssociatedMetadata":{ "type":"structure", "members":{ "policyName":{ "shape":"String", "documentation":"The name of the associated policy.
" }, "policyArn":{"shape":"Arn"} }, "documentation":"Metadata for a system policy associated event.
" }, "SystemPolicyDisassociatedMetadata":{ "type":"structure", "members":{ "policyName":{ "shape":"String", "documentation":"The name of the disassociated policy.
" }, "policyArn":{"shape":"Arn"} }, "documentation":"Metadata for a system policy disassociated event.
" }, "SystemServiceAssociatedMetadata":{ "type":"structure", "members":{ "serviceName":{ "shape":"String", "documentation":"The name of the associated service.
" }, "serviceArn":{"shape":"Arn"}, "userJourneys":{ "shape":"UserJourneyNameList", "documentation":"The user journeys linking the service to the system.
" } }, "documentation":"Metadata for a system service associated event.
" }, "SystemServiceDisassociatedMetadata":{ "type":"structure", "members":{ "serviceName":{ "shape":"String", "documentation":"The name of the disassociated service.
" }, "serviceArn":{"shape":"Arn"}, "userJourneysAffected":{ "shape":"UserJourneyNameList", "documentation":"The user journeys affected by the disassociation.
" }, "comment":{ "shape":"String", "documentation":"A comment about the disassociation.
" } }, "documentation":"Metadata for a system service disassociated event.
" }, "SystemSummary":{ "type":"structure", "required":[ "systemId", "name" ], "members":{ "systemId":{"shape":"SystemId"}, "name":{"shape":"EntityName"}, "systemArn":{"shape":"Arn"}, "userJourneysCount":{ "shape":"Integer", "documentation":"The number of user journeys in the system.
" }, "servicesCount":{ "shape":"Integer", "documentation":"The number of services in the system.
" }, "organizationId":{ "shape":"OrganizationId", "documentation":"Displayed only if caller has access.
" }, "ouId":{ "shape":"OuId", "documentation":"Displayed only if caller has access.
" }, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the system was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the system was last updated.
" } }, "documentation":"Contains summary information about a system.
" }, "SystemSummaryList":{ "type":"list", "member":{"shape":"SystemSummary"} }, "SystemUserJourneyCreatedMetadata":{ "type":"structure", "members":{ "userJourneyName":{ "shape":"String", "documentation":"The name of the created user journey.
" }, "associatedServices":{ "shape":"ServiceReferenceList", "documentation":"The services associated with the created user journey.
" } }, "documentation":"Metadata for a system user journey created event.
" }, "SystemUserJourneyDeletedMetadata":{ "type":"structure", "members":{ "userJourneyName":{ "shape":"String", "documentation":"The name of the deleted user journey.
" }, "associatedServicesAtDeletion":{ "shape":"ServiceReferenceList", "documentation":"The services that were associated at the time of deletion.
" } }, "documentation":"Metadata for a system user journey deleted event.
" }, "SystemUserJourneyUpdatedMetadata":{ "type":"structure", "members":{ "userJourneyName":{ "shape":"String", "documentation":"The name of the updated user journey.
" }, "changes":{ "shape":"UserJourneyChanges", "documentation":"The changes made to the user journey.
" } }, "documentation":"Metadata for a system user journey updated event.
" }, "TagKey":{ "type":"string", "documentation":"Tag key.
", "max":128, "min":1, "pattern":"[^\\x00-\\x1f\\x22]+" }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":50, "min":1, "sensitive":true }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"}, "documentation":"Resource tags.
", "max":50, "min":1, "sensitive":true }, "TagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tags" ], "members":{ "resourceArn":{ "shape":"Arn", "location":"uri", "locationName":"resourceArn" }, "tags":{"shape":"TagMap"} } }, "TagResourceResponse":{ "type":"structure", "members":{} }, "TagValue":{ "type":"string", "documentation":"Tag value.
", "max":256, "min":0, "pattern":"[^\\x00-\\x1f\\x22]*" }, "TargetSource":{ "type":"structure", "members":{ "value":{ "shape":"Integer", "documentation":"The RTO or RPO value in minutes.
" }, "policyName":{"shape":"EntityName"}, "source":{ "shape":"PolicyValueSource", "documentation":"Indicates whether the value comes from the service's own account or a cross-account policy.
" } }, "documentation":"Contains an effective RTO or RPO value and its source.
" }, "TestingRecommendation":{ "type":"structure", "members":{ "suggestedChanges":{ "shape":"SuggestedChangesList", "documentation":"The list of suggested testing changes.
" } }, "documentation":"A testing recommendation to address a finding.
" }, "TestingRecommendationsList":{ "type":"list", "member":{"shape":"TestingRecommendation"}, "max":5, "min":0 }, "ThrottlingException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"}, "retryAfterSeconds":{ "shape":"Integer", "documentation":"The number of seconds to wait before retrying the request.
" } }, "documentation":"Too many requests — rate limit exceeded.
", "error":{ "httpStatusCode":429, "senderFault":true }, "exception":true }, "Timestamp":{"type":"timestamp"}, "TopologyType":{ "type":"string", "enum":[ "CONTAINMENT", "DATA_FLOW", "OBSERVABILITY", "PERMISSIONS" ] }, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tagKeys" ], "members":{ "resourceArn":{ "shape":"Arn", "location":"uri", "locationName":"resourceArn" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"The tag keys to remove from the resource.
", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceResponse":{ "type":"structure", "members":{} }, "UpdateAssertionRequest":{ "type":"structure", "required":[ "serviceArn", "assertionId" ], "members":{ "serviceArn":{"shape":"Arn"}, "assertionId":{ "shape":"Uuid", "documentation":"The unique identifier of the assertion to update.
" }, "text":{ "shape":"AssertionText", "documentation":"The updated text content of the assertion.
" } } }, "UpdateAssertionResponse":{ "type":"structure", "required":["assertion"], "members":{ "assertion":{ "shape":"Assertion", "documentation":"The updated assertion.
" } } }, "UpdateDependencyRequest":{ "type":"structure", "required":[ "serviceArn", "dependencyId" ], "members":{ "serviceArn":{"shape":"Arn"}, "dependencyId":{ "shape":"Uuid", "documentation":"The identifier of the dependency to update.
" }, "criticality":{ "shape":"DependencyCriticality", "documentation":"The updated criticality level of the dependency.
" }, "comment":{ "shape":"String", "documentation":"A comment about the dependency.
" } } }, "UpdateDependencyResponse":{ "type":"structure", "required":[ "dependencyId", "dependencyName", "location", "criticality", "updatedAt" ], "members":{ "dependencyId":{ "shape":"Uuid", "documentation":"The identifier of the updated dependency.
" }, "dependencyName":{ "shape":"String", "documentation":"The name of the updated dependency.
" }, "location":{ "shape":"String", "documentation":"The location of the dependency.
" }, "criticality":{ "shape":"DependencyCriticality", "documentation":"The criticality level of the dependency.
" }, "comment":{ "shape":"String", "documentation":"The comment about the dependency.
" }, "provider":{ "shape":"String", "documentation":"The provider of the dependency.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the dependency was updated.
" } } }, "UpdateFailureModeFindingRequest":{ "type":"structure", "required":[ "findingId", "status", "serviceArn" ], "members":{ "findingId":{ "shape":"Uuid", "documentation":"The identifier of the finding to update.
" }, "status":{ "shape":"FindingStatus", "documentation":"The new status for the finding.
" }, "serviceArn":{"shape":"Arn"}, "comment":{ "shape":"UpdateFailureModeFindingRequestCommentString", "documentation":"A comment about the finding update.
" } } }, "UpdateFailureModeFindingRequestCommentString":{ "type":"string", "max":2048, "min":0 }, "UpdateFailureModeFindingResponse":{ "type":"structure", "members":{ "finding":{ "shape":"Finding", "documentation":"The updated finding.
" } } }, "UpdatePolicyRequest":{ "type":"structure", "required":["policyArn"], "members":{ "policyArn":{"shape":"Arn"}, "description":{"shape":"LongDescription"}, "availabilitySlo":{ "shape":"AvailabilitySlo", "documentation":"The updated availability SLO for the policy.
" }, "multiAz":{ "shape":"MultiAzTargets", "documentation":"The updated multi-AZ disaster recovery targets for the policy.
" }, "multiRegion":{ "shape":"MultiRegionTargets", "documentation":"The updated multi-Region disaster recovery targets for the policy.
" }, "dataRecovery":{ "shape":"DataRecoveryTargets", "documentation":"The updated data recovery targets for the policy.
" } } }, "UpdatePolicyResponse":{ "type":"structure", "required":["policy"], "members":{ "policy":{ "shape":"Policy", "documentation":"The updated policy.
" } } }, "UpdateServiceFunctionRequest":{ "type":"structure", "required":[ "serviceArn", "serviceFunctionId" ], "members":{ "serviceArn":{"shape":"Arn"}, "serviceFunctionId":{ "shape":"EntityId", "documentation":"The identifier of the service function to update.
" }, "name":{"shape":"EntityLabel"}, "description":{"shape":"EntityDescription"}, "criticality":{ "shape":"ServiceFunctionCriticality", "documentation":"The updated criticality level of the service function.
" } } }, "UpdateServiceFunctionResponse":{ "type":"structure", "required":["serviceFunction"], "members":{ "serviceFunction":{ "shape":"ServiceFunction", "documentation":"The updated service function.
" } } }, "UpdateServiceRequest":{ "type":"structure", "required":["serviceArn"], "members":{ "serviceArn":{"shape":"Arn"}, "description":{"shape":"LongDescription"}, "associatedSystems":{ "shape":"AssociatedSystemList", "documentation":"The updated systems to associate with the service.
" }, "policyArn":{"shape":"Arn"}, "regions":{ "shape":"RegionList", "documentation":"The updated AWS Regions where the service operates.
" }, "permissionModel":{ "shape":"PermissionModel", "documentation":"The updated permission model for the service.
" }, "dependencyDiscovery":{"shape":"DependencyDiscoveryInput"}, "reportConfiguration":{"shape":"ServiceReportConfiguration"} } }, "UpdateServiceResponse":{ "type":"structure", "required":["service"], "members":{ "service":{ "shape":"Service", "documentation":"The updated service.
" } } }, "UpdateSystemRequest":{ "type":"structure", "required":["systemArn"], "members":{ "systemArn":{"shape":"Arn"}, "description":{"shape":"EntityDescription"}, "sharingEnabled":{ "shape":"Boolean", "documentation":"Whether cross-account sharing is enabled for the system.
" } } }, "UpdateSystemResponse":{ "type":"structure", "required":["system"], "members":{ "system":{ "shape":"System", "documentation":"The updated system.
" } } }, "UpdateUserJourneyRequest":{ "type":"structure", "required":[ "systemArn", "userJourneyId" ], "members":{ "systemArn":{"shape":"Arn"}, "userJourneyId":{ "shape":"UserJourneyId", "documentation":"The identifier of the user journey to update.
" }, "name":{"shape":"EntityLabel"}, "description":{"shape":"EntityDescription"}, "policyArn":{"shape":"Arn"} } }, "UpdateUserJourneyResponse":{ "type":"structure", "required":["userJourney"], "members":{ "userJourney":{ "shape":"UserJourney", "documentation":"The updated user journey.
" } } }, "UserJourney":{ "type":"structure", "required":[ "userJourneyId", "name" ], "members":{ "userJourneyId":{ "shape":"UserJourneyId", "documentation":"The unique identifier of the user journey.
" }, "name":{"shape":"EntityLabel"}, "description":{"shape":"EntityDescription"}, "policyArn":{"shape":"Arn"}, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the user journey was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the user journey was last updated.
" } }, "documentation":"Represents a user journey that defines a critical path through a system.
" }, "UserJourneyChanges":{ "type":"structure", "members":{ "journeyDescription":{ "shape":"StringChange", "documentation":"Changes to the user journey description.
" }, "associatedServices":{ "shape":"ServiceReferenceChanges", "documentation":"Changes to the services associated with the user journey.
" } }, "documentation":"Describes changes made to a user journey.
" }, "UserJourneyId":{ "type":"string", "max":255, "min":1, "pattern":"\\S{1,255}" }, "UserJourneyIdList":{ "type":"list", "member":{"shape":"UserJourneyId"}, "max":20, "min":0 }, "UserJourneyNameList":{ "type":"list", "member":{"shape":"String"} }, "UserJourneySummary":{ "type":"structure", "required":[ "userJourneyId", "name" ], "members":{ "userJourneyId":{ "shape":"UserJourneyId", "documentation":"The unique identifier of the user journey.
" }, "name":{"shape":"EntityLabel"}, "createdAt":{ "shape":"Timestamp", "documentation":"The timestamp when the user journey was created.
" }, "updatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the user journey was last updated.
" } }, "documentation":"Contains summary information about a user journey.
" }, "UserJourneySummaryList":{ "type":"list", "member":{"shape":"UserJourneySummary"} }, "Uuid":{ "type":"string", "max":36, "min":36, "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}" }, "ValidationException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"}, "reason":{ "shape":"ValidationExceptionReason", "documentation":"The reason for the validation failure.
" }, "fieldList":{ "shape":"ValidationExceptionFieldList", "documentation":"The list of fields that failed validation.
" } }, "documentation":"Validation error — invalid input parameters.
", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "ValidationExceptionField":{ "type":"structure", "required":[ "name", "message" ], "members":{ "name":{ "shape":"String", "documentation":"The name of the field that failed validation.
" }, "message":{ "shape":"String", "documentation":"The validation error message for the field.
" } }, "documentation":"Describes a field that failed validation.
" }, "ValidationExceptionFieldList":{ "type":"list", "member":{"shape":"ValidationExceptionField"} }, "ValidationExceptionReason":{ "type":"string", "enum":[ "INVALID_FIELD_VALUE", "DUPLICATE_VALUE", "MISSING_REQUIRED_FIELD", "OTHER" ] } }, "documentation":"The next generation of AWS Resilience Hub is the single location in AWS where you assess and improve the resilience of your critical applications. It helps Site Reliability Engineers (SREs) and development teams proactively reason about resilience at scale — identifying failure modes, discovering hidden dependencies, and report on progress across the enterprise.
" }