@aws-sdk/client-ssm-contacts 3.337.0 → 3.338.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 (169) hide show
  1. package/dist-cjs/SSMContactsClient.js +2 -1
  2. package/dist-cjs/commands/AcceptPageCommand.js +2 -1
  3. package/dist-cjs/commands/ActivateContactChannelCommand.js +2 -1
  4. package/dist-cjs/commands/CreateContactChannelCommand.js +2 -1
  5. package/dist-cjs/commands/CreateContactCommand.js +2 -1
  6. package/dist-cjs/commands/CreateRotationCommand.js +2 -1
  7. package/dist-cjs/commands/CreateRotationOverrideCommand.js +2 -1
  8. package/dist-cjs/commands/DeactivateContactChannelCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteContactChannelCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteContactCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteRotationCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteRotationOverrideCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeEngagementCommand.js +2 -1
  14. package/dist-cjs/commands/DescribePageCommand.js +2 -1
  15. package/dist-cjs/commands/GetContactChannelCommand.js +2 -1
  16. package/dist-cjs/commands/GetContactCommand.js +2 -1
  17. package/dist-cjs/commands/GetContactPolicyCommand.js +2 -1
  18. package/dist-cjs/commands/GetRotationCommand.js +2 -1
  19. package/dist-cjs/commands/GetRotationOverrideCommand.js +2 -1
  20. package/dist-cjs/commands/ListContactChannelsCommand.js +2 -1
  21. package/dist-cjs/commands/ListContactsCommand.js +2 -1
  22. package/dist-cjs/commands/ListEngagementsCommand.js +2 -1
  23. package/dist-cjs/commands/ListPageReceiptsCommand.js +2 -1
  24. package/dist-cjs/commands/ListPageResolutionsCommand.js +2 -1
  25. package/dist-cjs/commands/ListPagesByContactCommand.js +2 -1
  26. package/dist-cjs/commands/ListPagesByEngagementCommand.js +2 -1
  27. package/dist-cjs/commands/ListPreviewRotationShiftsCommand.js +2 -1
  28. package/dist-cjs/commands/ListRotationOverridesCommand.js +2 -1
  29. package/dist-cjs/commands/ListRotationShiftsCommand.js +2 -1
  30. package/dist-cjs/commands/ListRotationsCommand.js +2 -1
  31. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  32. package/dist-cjs/commands/PutContactPolicyCommand.js +2 -1
  33. package/dist-cjs/commands/SendActivationCodeCommand.js +2 -1
  34. package/dist-cjs/commands/StartEngagementCommand.js +2 -1
  35. package/dist-cjs/commands/StopEngagementCommand.js +2 -1
  36. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  37. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  38. package/dist-cjs/commands/UpdateContactChannelCommand.js +2 -1
  39. package/dist-cjs/commands/UpdateContactCommand.js +2 -1
  40. package/dist-cjs/commands/UpdateRotationCommand.js +2 -1
  41. package/dist-cjs/index.js +2 -2
  42. package/dist-cjs/models/SSMContactsServiceException.js +2 -1
  43. package/dist-es/SSMContactsClient.js +1 -0
  44. package/dist-es/commands/AcceptPageCommand.js +1 -0
  45. package/dist-es/commands/ActivateContactChannelCommand.js +1 -0
  46. package/dist-es/commands/CreateContactChannelCommand.js +1 -0
  47. package/dist-es/commands/CreateContactCommand.js +1 -0
  48. package/dist-es/commands/CreateRotationCommand.js +1 -0
  49. package/dist-es/commands/CreateRotationOverrideCommand.js +1 -0
  50. package/dist-es/commands/DeactivateContactChannelCommand.js +1 -0
  51. package/dist-es/commands/DeleteContactChannelCommand.js +1 -0
  52. package/dist-es/commands/DeleteContactCommand.js +1 -0
  53. package/dist-es/commands/DeleteRotationCommand.js +1 -0
  54. package/dist-es/commands/DeleteRotationOverrideCommand.js +1 -0
  55. package/dist-es/commands/DescribeEngagementCommand.js +1 -0
  56. package/dist-es/commands/DescribePageCommand.js +1 -0
  57. package/dist-es/commands/GetContactChannelCommand.js +1 -0
  58. package/dist-es/commands/GetContactCommand.js +1 -0
  59. package/dist-es/commands/GetContactPolicyCommand.js +1 -0
  60. package/dist-es/commands/GetRotationCommand.js +1 -0
  61. package/dist-es/commands/GetRotationOverrideCommand.js +1 -0
  62. package/dist-es/commands/ListContactChannelsCommand.js +1 -0
  63. package/dist-es/commands/ListContactsCommand.js +1 -0
  64. package/dist-es/commands/ListEngagementsCommand.js +1 -0
  65. package/dist-es/commands/ListPageReceiptsCommand.js +1 -0
  66. package/dist-es/commands/ListPageResolutionsCommand.js +1 -0
  67. package/dist-es/commands/ListPagesByContactCommand.js +1 -0
  68. package/dist-es/commands/ListPagesByEngagementCommand.js +1 -0
  69. package/dist-es/commands/ListPreviewRotationShiftsCommand.js +1 -0
  70. package/dist-es/commands/ListRotationOverridesCommand.js +1 -0
  71. package/dist-es/commands/ListRotationShiftsCommand.js +1 -0
  72. package/dist-es/commands/ListRotationsCommand.js +1 -0
  73. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  74. package/dist-es/commands/PutContactPolicyCommand.js +1 -0
  75. package/dist-es/commands/SendActivationCodeCommand.js +1 -0
  76. package/dist-es/commands/StartEngagementCommand.js +1 -0
  77. package/dist-es/commands/StopEngagementCommand.js +1 -0
  78. package/dist-es/commands/TagResourceCommand.js +1 -0
  79. package/dist-es/commands/UntagResourceCommand.js +1 -0
  80. package/dist-es/commands/UpdateContactChannelCommand.js +1 -0
  81. package/dist-es/commands/UpdateContactCommand.js +1 -0
  82. package/dist-es/commands/UpdateRotationCommand.js +1 -0
  83. package/dist-es/index.js +2 -2
  84. package/dist-es/models/SSMContactsServiceException.js +1 -0
  85. package/dist-types/SSMContactsClient.d.ts +3 -3
  86. package/dist-types/commands/AcceptPageCommand.d.ts +4 -0
  87. package/dist-types/commands/ActivateContactChannelCommand.d.ts +4 -0
  88. package/dist-types/commands/CreateContactChannelCommand.d.ts +4 -0
  89. package/dist-types/commands/CreateContactCommand.d.ts +4 -0
  90. package/dist-types/commands/CreateRotationCommand.d.ts +4 -0
  91. package/dist-types/commands/CreateRotationOverrideCommand.d.ts +4 -0
  92. package/dist-types/commands/DeactivateContactChannelCommand.d.ts +4 -0
  93. package/dist-types/commands/DeleteContactChannelCommand.d.ts +4 -0
  94. package/dist-types/commands/DeleteContactCommand.d.ts +4 -0
  95. package/dist-types/commands/DeleteRotationCommand.d.ts +4 -0
  96. package/dist-types/commands/DeleteRotationOverrideCommand.d.ts +4 -0
  97. package/dist-types/commands/DescribeEngagementCommand.d.ts +4 -0
  98. package/dist-types/commands/DescribePageCommand.d.ts +4 -0
  99. package/dist-types/commands/GetContactChannelCommand.d.ts +4 -0
  100. package/dist-types/commands/GetContactCommand.d.ts +4 -0
  101. package/dist-types/commands/GetContactPolicyCommand.d.ts +4 -0
  102. package/dist-types/commands/GetRotationCommand.d.ts +4 -0
  103. package/dist-types/commands/GetRotationOverrideCommand.d.ts +4 -0
  104. package/dist-types/commands/ListContactChannelsCommand.d.ts +4 -0
  105. package/dist-types/commands/ListContactsCommand.d.ts +4 -0
  106. package/dist-types/commands/ListEngagementsCommand.d.ts +4 -0
  107. package/dist-types/commands/ListPageReceiptsCommand.d.ts +4 -0
  108. package/dist-types/commands/ListPageResolutionsCommand.d.ts +4 -0
  109. package/dist-types/commands/ListPagesByContactCommand.d.ts +4 -0
  110. package/dist-types/commands/ListPagesByEngagementCommand.d.ts +4 -0
  111. package/dist-types/commands/ListPreviewRotationShiftsCommand.d.ts +4 -0
  112. package/dist-types/commands/ListRotationOverridesCommand.d.ts +4 -0
  113. package/dist-types/commands/ListRotationShiftsCommand.d.ts +4 -0
  114. package/dist-types/commands/ListRotationsCommand.d.ts +4 -0
  115. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  116. package/dist-types/commands/PutContactPolicyCommand.d.ts +4 -0
  117. package/dist-types/commands/SendActivationCodeCommand.d.ts +4 -0
  118. package/dist-types/commands/StartEngagementCommand.d.ts +4 -0
  119. package/dist-types/commands/StopEngagementCommand.d.ts +4 -0
  120. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  121. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  122. package/dist-types/commands/UpdateContactChannelCommand.d.ts +4 -0
  123. package/dist-types/commands/UpdateContactCommand.d.ts +4 -0
  124. package/dist-types/commands/UpdateRotationCommand.d.ts +4 -0
  125. package/dist-types/index.d.ts +14 -2
  126. package/dist-types/models/SSMContactsServiceException.d.ts +1 -0
  127. package/dist-types/ts3.4/SSMContactsClient.d.ts +3 -3
  128. package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/index.d.ts +2 -2
  168. package/dist-types/ts3.4/models/SSMContactsServiceException.d.ts +1 -0
  169. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPageReceiptsRequest, ListPageReceiptsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPageResolutionsRequest, ListPageResolutionsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPagesByContactRequest, ListPagesByContactResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPagesByEngagementRequest, ListPagesByEngagementResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListPreviewRotationShiftsRequest, ListPreviewRotationShiftsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRotationOverridesRequest, ListRotationOverridesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRotationShiftsRequest, ListRotationShiftsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRotationsRequest, ListRotationsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutContactPolicyRequest, PutContactPolicyResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendActivationCodeRequest, SendActivationCodeResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartEngagementRequest, StartEngagementResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StopEngagementRequest, StopEngagementResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateContactChannelRequest, UpdateContactChannelResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateContactRequest, UpdateContactResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateRotationRequest, UpdateRotationResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,18 @@
1
- export * from "./SSMContacts";
1
+ /**
2
+ * <p>Systems Manager Incident Manager is an incident management console designed to help users
3
+ * mitigate and recover from incidents affecting their Amazon Web Services-hosted applications.
4
+ * An incident is any unplanned interruption or reduction in quality of services.</p>
5
+ * <p>Incident Manager increases incident resolution by notifying responders of
6
+ * impact, highlighting relevant troubleshooting data, and providing collaboration tools to
7
+ * get services back up and running. To achieve the primary goal of reducing the
8
+ * time-to-resolution of critical incidents, Incident Manager automates response plans
9
+ * and enables responder team escalation.</p>
10
+ *
11
+ * @packageDocumentation
12
+ */
2
13
  export * from "./SSMContactsClient";
14
+ export * from "./SSMContacts";
3
15
  export * from "./commands";
4
- export * from "./models";
5
16
  export * from "./pagination";
17
+ export * from "./models";
6
18
  export { SSMContactsServiceException } from "./models/SSMContactsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -207,6 +207,7 @@ import {
207
207
  ClientResolvedEndpointParameters,
208
208
  EndpointParameters,
209
209
  } from "./endpoint/EndpointParameters";
210
+ export { __Client };
210
211
  export type ServiceInputTypes =
211
212
  | AcceptPageCommandInput
212
213
  | ActivateContactChannelCommandInput
@@ -311,7 +312,7 @@ export interface ClientDefaults
311
312
  logger?: __Logger;
312
313
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
313
314
  }
314
- type SSMContactsClientConfigType = Partial<
315
+ export type SSMContactsClientConfigType = Partial<
315
316
  __SmithyConfiguration<__HttpHandlerOptions>
316
317
  > &
317
318
  ClientDefaults &
@@ -323,7 +324,7 @@ type SSMContactsClientConfigType = Partial<
323
324
  UserAgentInputConfig &
324
325
  ClientInputEndpointParameters;
325
326
  export interface SSMContactsClientConfig extends SSMContactsClientConfigType {}
326
- type SSMContactsClientResolvedConfigType =
327
+ export type SSMContactsClientResolvedConfigType =
327
328
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
328
329
  Required<ClientDefaults> &
329
330
  RegionResolvedConfig &
@@ -345,4 +346,3 @@ export declare class SSMContactsClient extends __Client<
345
346
  constructor(configuration: SSMContactsClientConfig);
346
347
  destroy(): void;
347
348
  }
348
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AcceptPageCommandInput extends AcceptPageRequest {}
16
17
  export interface AcceptPageCommandOutput
17
18
  extends AcceptPageResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ActivateContactChannelCommandInput
19
20
  extends ActivateContactChannelRequest {}
20
21
  export interface ActivateContactChannelCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateContactChannelCommandInput
19
20
  extends CreateContactChannelRequest {}
20
21
  export interface CreateContactChannelCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateContactCommandInput extends CreateContactRequest {}
16
17
  export interface CreateContactCommandOutput
17
18
  extends CreateContactResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateRotationCommandInput extends CreateRotationRequest {}
19
20
  export interface CreateRotationCommandOutput
20
21
  extends CreateRotationResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateRotationOverrideCommandInput
19
20
  extends CreateRotationOverrideRequest {}
20
21
  export interface CreateRotationOverrideCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeactivateContactChannelCommandInput
19
20
  extends DeactivateContactChannelRequest {}
20
21
  export interface DeactivateContactChannelCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteContactChannelCommandInput
19
20
  extends DeleteContactChannelRequest {}
20
21
  export interface DeleteContactChannelCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteContactCommandInput extends DeleteContactRequest {}
16
17
  export interface DeleteContactCommandOutput
17
18
  extends DeleteContactResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteRotationCommandInput extends DeleteRotationRequest {}
19
20
  export interface DeleteRotationCommandOutput
20
21
  extends DeleteRotationResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteRotationOverrideCommandInput
19
20
  extends DeleteRotationOverrideRequest {}
20
21
  export interface DeleteRotationOverrideCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEngagementCommandInput
19
20
  extends DescribeEngagementRequest {}
20
21
  export interface DescribeEngagementCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribePageCommandInput extends DescribePageRequest {}
16
17
  export interface DescribePageCommandOutput
17
18
  extends DescribePageResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetContactChannelCommandInput
19
20
  extends GetContactChannelRequest {}
20
21
  export interface GetContactChannelCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetContactCommandInput extends GetContactRequest {}
16
17
  export interface GetContactCommandOutput
17
18
  extends GetContactResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetContactPolicyCommandInput extends GetContactPolicyRequest {}
19
20
  export interface GetContactPolicyCommandOutput
20
21
  extends GetContactPolicyResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetRotationCommandInput extends GetRotationRequest {}
16
17
  export interface GetRotationCommandOutput
17
18
  extends GetRotationResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetRotationOverrideCommandInput
19
20
  extends GetRotationOverrideRequest {}
20
21
  export interface GetRotationOverrideCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListContactChannelsCommandInput
19
20
  extends ListContactChannelsRequest {}
20
21
  export interface ListContactChannelsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListContactsCommandInput extends ListContactsRequest {}
16
17
  export interface ListContactsCommandOutput
17
18
  extends ListContactsResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListEngagementsCommandInput extends ListEngagementsRequest {}
19
20
  export interface ListEngagementsCommandOutput
20
21
  extends ListEngagementsResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListPageReceiptsCommandInput extends ListPageReceiptsRequest {}
19
20
  export interface ListPageReceiptsCommandOutput
20
21
  extends ListPageReceiptsResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListPageResolutionsCommandInput
19
20
  extends ListPageResolutionsRequest {}
20
21
  export interface ListPageResolutionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListPagesByContactCommandInput
19
20
  extends ListPagesByContactRequest {}
20
21
  export interface ListPagesByContactCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListPagesByEngagementCommandInput
19
20
  extends ListPagesByEngagementRequest {}
20
21
  export interface ListPagesByEngagementCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListPreviewRotationShiftsCommandInput
19
20
  extends ListPreviewRotationShiftsRequest {}
20
21
  export interface ListPreviewRotationShiftsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListRotationOverridesCommandInput
19
20
  extends ListRotationOverridesRequest {}
20
21
  export interface ListRotationOverridesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListRotationShiftsCommandInput
19
20
  extends ListRotationShiftsRequest {}
20
21
  export interface ListRotationShiftsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListRotationsCommandInput extends ListRotationsRequest {}
16
17
  export interface ListRotationsCommandOutput
17
18
  extends ListRotationsResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutContactPolicyCommandInput extends PutContactPolicyRequest {}
19
20
  export interface PutContactPolicyCommandOutput
20
21
  extends PutContactPolicyResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SendActivationCodeCommandInput
19
20
  extends SendActivationCodeRequest {}
20
21
  export interface SendActivationCodeCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartEngagementCommandInput extends StartEngagementRequest {}
19
20
  export interface StartEngagementCommandOutput
20
21
  extends StartEngagementResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StopEngagementCommandInput extends StopEngagementRequest {}
19
20
  export interface StopEngagementCommandOutput
20
21
  extends StopEngagementResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResult,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
16
17
  export interface UntagResourceCommandOutput
17
18
  extends UntagResourceResult,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SSMContactsClientResolvedConfig,
17
17
  } from "../SSMContactsClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateContactChannelCommandInput
19
20
  extends UpdateContactChannelRequest {}
20
21
  export interface UpdateContactChannelCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SSMContactsClientResolvedConfig,
14
14
  } from "../SSMContactsClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateContactCommandInput extends UpdateContactRequest {}
16
17
  export interface UpdateContactCommandOutput
17
18
  extends UpdateContactResult,