@aws-sdk/client-ssm-contacts 3.533.0 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist-types/SSMContacts.d.ts +4 -1
  2. package/dist-types/SSMContactsClient.d.ts +1 -1
  3. package/dist-types/commands/AcceptPageCommand.d.ts +2 -1
  4. package/dist-types/commands/ActivateContactChannelCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateContactChannelCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateContactCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateRotationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateRotationOverrideCommand.d.ts +2 -1
  9. package/dist-types/commands/DeactivateContactChannelCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteContactChannelCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteContactCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteRotationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteRotationOverrideCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeEngagementCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribePageCommand.d.ts +2 -1
  16. package/dist-types/commands/GetContactChannelCommand.d.ts +2 -1
  17. package/dist-types/commands/GetContactCommand.d.ts +2 -1
  18. package/dist-types/commands/GetContactPolicyCommand.d.ts +2 -1
  19. package/dist-types/commands/GetRotationCommand.d.ts +2 -1
  20. package/dist-types/commands/GetRotationOverrideCommand.d.ts +2 -1
  21. package/dist-types/commands/ListContactChannelsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListContactsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListEngagementsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListPageReceiptsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListPageResolutionsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListPagesByContactCommand.d.ts +2 -1
  27. package/dist-types/commands/ListPagesByEngagementCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPreviewRotationShiftsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListRotationOverridesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListRotationShiftsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListRotationsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/PutContactPolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/SendActivationCodeCommand.d.ts +2 -1
  35. package/dist-types/commands/StartEngagementCommand.d.ts +2 -1
  36. package/dist-types/commands/StopEngagementCommand.d.ts +2 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateContactChannelCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateContactCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateRotationCommand.d.ts +2 -1
  42. package/dist-types/models/models_0.d.ts +327 -327
  43. package/dist-types/ts3.4/SSMContacts.d.ts +3 -0
  44. package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +9 -0
  83. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface ListRotationShiftsCommandOutput extends ListRotationShiftsResul
22
22
  }
23
23
  declare const ListRotationShiftsCommand_base: {
24
24
  new (input: ListRotationShiftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRotationShiftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of shifts generated by an existing rotation in the system.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const ListRotationShiftsCommand_base: {
91
91
  * @throws {@link SSMContactsServiceException}
92
92
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ListRotationShiftsCommand extends ListRotationShiftsCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListRotationsCommandOutput extends ListRotationsResult, __Metad
22
22
  }
23
23
  declare const ListRotationsCommand_base: {
24
24
  new (input: ListRotationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListRotationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of on-call rotations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -118,6 +118,7 @@ declare const ListRotationsCommand_base: {
118
118
  * @throws {@link SSMContactsServiceException}
119
119
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class ListRotationsCommand extends ListRotationsCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags of an escalation plan or contact.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @throws {@link SSMContactsServiceException}
75
75
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface PutContactPolicyCommandOutput extends PutContactPolicyResult, _
22
22
  }
23
23
  declare const PutContactPolicyCommand_base: {
24
24
  new (input: PutContactPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutContactPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a resource policy to the specified contact or escalation plan. The resource policy
30
30
  * is used to share the contact or escalation plan using Resource Access Manager (RAM). For more information about cross-account sharing, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/xa.html">Setting up
31
31
  * cross-account functionality</a>.</p>
@@ -73,6 +73,7 @@ declare const PutContactPolicyCommand_base: {
73
73
  * @throws {@link SSMContactsServiceException}
74
74
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class PutContactPolicyCommand extends PutContactPolicyCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface SendActivationCodeCommandOutput extends SendActivationCodeResul
22
22
  }
23
23
  declare const SendActivationCodeCommand_base: {
24
24
  new (input: SendActivationCodeCommandInput): import("@smithy/smithy-client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendActivationCodeCommandInput): import("@smithy/smithy-client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sends an activation code to a contact channel. The contact can use this code to activate
30
30
  * the contact channel in the console or with the <code>ActivateChannel</code> operation.
31
31
  * Incident Manager can't engage a contact channel until it has been activated.</p>
@@ -75,6 +75,7 @@ declare const SendActivationCodeCommand_base: {
75
75
  * @throws {@link SSMContactsServiceException}
76
76
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class SendActivationCodeCommand extends SendActivationCodeCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface StartEngagementCommandOutput extends StartEngagementResult, __M
22
22
  }
23
23
  declare const StartEngagementCommand_base: {
24
24
  new (input: StartEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an engagement to a contact or escalation plan. The engagement engages each
30
30
  * contact specified in the incident.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const StartEngagementCommand_base: {
80
80
  * @throws {@link SSMContactsServiceException}
81
81
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class StartEngagementCommand extends StartEngagementCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface StopEngagementCommandOutput extends StopEngagementResult, __Met
22
22
  }
23
23
  declare const StopEngagementCommand_base: {
24
24
  new (input: StopEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops an engagement before it finishes the final stage of the escalation plan or
30
30
  * engagement plan. Further contacts aren't engaged.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const StopEngagementCommand_base: {
69
69
  * @throws {@link SSMContactsServiceException}
70
70
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class StopEngagementCommand extends StopEngagementCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tags a contact or escalation plan. You can tag only contacts and escalation plans in the
30
30
  * first region of your replication set.</p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const TagResourceCommand_base: {
77
77
  * @throws {@link SSMContactsServiceException}
78
78
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class TagResourceCommand extends TagResourceCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from the specified resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
70
70
  * @throws {@link SSMContactsServiceException}
71
71
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface UpdateContactChannelCommandOutput extends UpdateContactChannelR
22
22
  }
23
23
  declare const UpdateContactChannelCommand_base: {
24
24
  new (input: UpdateContactChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateContactChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a contact's contact channel.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const UpdateContactChannelCommand_base: {
77
77
  * @throws {@link SSMContactsServiceException}
78
78
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class UpdateContactChannelCommand extends UpdateContactChannelCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface UpdateContactCommandOutput extends UpdateContactResult, __Metad
22
22
  }
23
23
  declare const UpdateContactCommand_base: {
24
24
  new (input: UpdateContactCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateContactCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the contact or escalation plan specified.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const UpdateContactCommand_base: {
96
96
  * @throws {@link SSMContactsServiceException}
97
97
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class UpdateContactCommand extends UpdateContactCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface UpdateRotationCommandOutput extends UpdateRotationResult, __Met
22
22
  }
23
23
  declare const UpdateRotationCommand_base: {
24
24
  new (input: UpdateRotationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRotationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the information specified for an on-call rotation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const UpdateRotationCommand_base: {
111
111
  * @throws {@link SSMContactsServiceException}
112
112
  * <p>Base exception class for all service exceptions from SSMContacts service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class UpdateRotationCommand extends UpdateRotationCommand_base {
116
117
  }