You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-ssm-incidents/src/SSMIncidents.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -776,8 +776,8 @@ export class SSMIncidents extends SSMIncidentsClient {
776
776
/**
777
777
* <p>Adds a resource policy to the specified response plan. The resource policy is used to
778
778
* share the response plan using Resource Access Manager (RAM). For more
779
-
* information about cross-account sharing, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/xa.html">Setting up
780
-
* cross-account functionality</a>.</p>
779
+
* information about cross-account sharing, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/incident-manager-cross-account-cross-region.html">Cross-Region and cross-account incident
* <p>Adds a resource policy to the specified response plan. The resource policy is used to
33
33
* share the response plan using Resource Access Manager (RAM). For more
34
-
* information about cross-account sharing, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/xa.html">Setting up
35
-
* cross-account functionality</a>.</p>
34
+
* information about cross-account sharing, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/incident-manager-cross-account-cross-region.html">Cross-Region and cross-account incident
35
+
* management</a>.</p>
36
36
* @example
37
37
* Use a bare-bones client and the command you need to make an API call.
0 commit comments