@aws-sdk/client-ssm-incidents 3.337.0 → 3.341.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 (129) hide show
  1. package/dist-cjs/SSMIncidentsClient.js +2 -1
  2. package/dist-cjs/commands/CreateReplicationSetCommand.js +2 -1
  3. package/dist-cjs/commands/CreateResponsePlanCommand.js +2 -1
  4. package/dist-cjs/commands/CreateTimelineEventCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteReplicationSetCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteResponsePlanCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteTimelineEventCommand.js +2 -1
  10. package/dist-cjs/commands/GetIncidentRecordCommand.js +2 -1
  11. package/dist-cjs/commands/GetReplicationSetCommand.js +2 -1
  12. package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -1
  13. package/dist-cjs/commands/GetResponsePlanCommand.js +2 -1
  14. package/dist-cjs/commands/GetTimelineEventCommand.js +2 -1
  15. package/dist-cjs/commands/ListIncidentRecordsCommand.js +2 -1
  16. package/dist-cjs/commands/ListRelatedItemsCommand.js +2 -1
  17. package/dist-cjs/commands/ListReplicationSetsCommand.js +2 -1
  18. package/dist-cjs/commands/ListResponsePlansCommand.js +2 -1
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  20. package/dist-cjs/commands/ListTimelineEventsCommand.js +2 -1
  21. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
  22. package/dist-cjs/commands/StartIncidentCommand.js +2 -1
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +2 -1
  28. package/dist-cjs/commands/UpdateReplicationSetCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateResponsePlanCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateTimelineEventCommand.js +2 -1
  31. package/dist-cjs/index.js +2 -2
  32. package/dist-cjs/models/SSMIncidentsServiceException.js +2 -1
  33. package/dist-es/SSMIncidentsClient.js +1 -0
  34. package/dist-es/commands/CreateReplicationSetCommand.js +1 -0
  35. package/dist-es/commands/CreateResponsePlanCommand.js +1 -0
  36. package/dist-es/commands/CreateTimelineEventCommand.js +1 -0
  37. package/dist-es/commands/DeleteIncidentRecordCommand.js +1 -0
  38. package/dist-es/commands/DeleteReplicationSetCommand.js +1 -0
  39. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
  40. package/dist-es/commands/DeleteResponsePlanCommand.js +1 -0
  41. package/dist-es/commands/DeleteTimelineEventCommand.js +1 -0
  42. package/dist-es/commands/GetIncidentRecordCommand.js +1 -0
  43. package/dist-es/commands/GetReplicationSetCommand.js +1 -0
  44. package/dist-es/commands/GetResourcePoliciesCommand.js +1 -0
  45. package/dist-es/commands/GetResponsePlanCommand.js +1 -0
  46. package/dist-es/commands/GetTimelineEventCommand.js +1 -0
  47. package/dist-es/commands/ListIncidentRecordsCommand.js +1 -0
  48. package/dist-es/commands/ListRelatedItemsCommand.js +1 -0
  49. package/dist-es/commands/ListReplicationSetsCommand.js +1 -0
  50. package/dist-es/commands/ListResponsePlansCommand.js +1 -0
  51. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  52. package/dist-es/commands/ListTimelineEventsCommand.js +1 -0
  53. package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
  54. package/dist-es/commands/StartIncidentCommand.js +1 -0
  55. package/dist-es/commands/TagResourceCommand.js +1 -0
  56. package/dist-es/commands/UntagResourceCommand.js +1 -0
  57. package/dist-es/commands/UpdateDeletionProtectionCommand.js +1 -0
  58. package/dist-es/commands/UpdateIncidentRecordCommand.js +1 -0
  59. package/dist-es/commands/UpdateRelatedItemsCommand.js +1 -0
  60. package/dist-es/commands/UpdateReplicationSetCommand.js +1 -0
  61. package/dist-es/commands/UpdateResponsePlanCommand.js +1 -0
  62. package/dist-es/commands/UpdateTimelineEventCommand.js +1 -0
  63. package/dist-es/index.js +2 -2
  64. package/dist-es/models/SSMIncidentsServiceException.js +1 -0
  65. package/dist-types/SSMIncidentsClient.d.ts +3 -3
  66. package/dist-types/commands/CreateReplicationSetCommand.d.ts +4 -0
  67. package/dist-types/commands/CreateResponsePlanCommand.d.ts +4 -0
  68. package/dist-types/commands/CreateTimelineEventCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +4 -0
  70. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +4 -0
  71. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  72. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +4 -0
  73. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +4 -0
  74. package/dist-types/commands/GetIncidentRecordCommand.d.ts +4 -0
  75. package/dist-types/commands/GetReplicationSetCommand.d.ts +4 -0
  76. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +4 -0
  77. package/dist-types/commands/GetResponsePlanCommand.d.ts +4 -0
  78. package/dist-types/commands/GetTimelineEventCommand.d.ts +4 -0
  79. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +4 -0
  80. package/dist-types/commands/ListRelatedItemsCommand.d.ts +4 -0
  81. package/dist-types/commands/ListReplicationSetsCommand.d.ts +4 -0
  82. package/dist-types/commands/ListResponsePlansCommand.d.ts +4 -0
  83. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  84. package/dist-types/commands/ListTimelineEventsCommand.d.ts +4 -0
  85. package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
  86. package/dist-types/commands/StartIncidentCommand.d.ts +4 -0
  87. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  88. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  89. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +4 -0
  90. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +4 -0
  91. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +4 -0
  92. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +4 -0
  93. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +4 -0
  94. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +4 -0
  95. package/dist-types/index.d.ts +14 -2
  96. package/dist-types/models/SSMIncidentsServiceException.d.ts +1 -0
  97. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +3 -3
  98. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/index.d.ts +2 -2
  128. package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +1 -0
  129. package/package.json +29 -29
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SSMIncidentsClient = void 0;
3
+ exports.SSMIncidentsClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class SSMIncidentsClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateReplicationSetCommand = void 0;
3
+ exports.CreateReplicationSetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateReplicationSetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateResponsePlanCommand = void 0;
3
+ exports.CreateResponsePlanCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateResponsePlanCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTimelineEventCommand = void 0;
3
+ exports.CreateTimelineEventCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateTimelineEventCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIncidentRecordCommand = void 0;
3
+ exports.DeleteIncidentRecordCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteIncidentRecordCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteReplicationSetCommand = void 0;
3
+ exports.DeleteReplicationSetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteReplicationSetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourcePolicyCommand = void 0;
3
+ exports.DeleteResourcePolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteResourcePolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResponsePlanCommand = void 0;
3
+ exports.DeleteResponsePlanCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteResponsePlanCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTimelineEventCommand = void 0;
3
+ exports.DeleteTimelineEventCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteTimelineEventCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIncidentRecordCommand = void 0;
3
+ exports.GetIncidentRecordCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetIncidentRecordCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetReplicationSetCommand = void 0;
3
+ exports.GetReplicationSetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetReplicationSetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourcePoliciesCommand = void 0;
3
+ exports.GetResourcePoliciesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetResourcePoliciesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResponsePlanCommand = void 0;
3
+ exports.GetResponsePlanCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetResponsePlanCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTimelineEventCommand = void 0;
3
+ exports.GetTimelineEventCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetTimelineEventCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIncidentRecordsCommand = void 0;
3
+ exports.ListIncidentRecordsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListIncidentRecordsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRelatedItemsCommand = void 0;
3
+ exports.ListRelatedItemsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListRelatedItemsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListReplicationSetsCommand = void 0;
3
+ exports.ListReplicationSetsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListReplicationSetsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResponsePlansCommand = void 0;
3
+ exports.ListResponsePlansCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListResponsePlansCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTimelineEventsCommand = void 0;
3
+ exports.ListTimelineEventsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListTimelineEventsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutResourcePolicyCommand = void 0;
3
+ exports.PutResourcePolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class PutResourcePolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartIncidentCommand = void 0;
3
+ exports.StartIncidentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StartIncidentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDeletionProtectionCommand = void 0;
3
+ exports.UpdateDeletionProtectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateDeletionProtectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateIncidentRecordCommand = void 0;
3
+ exports.UpdateIncidentRecordCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateIncidentRecordCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRelatedItemsCommand = void 0;
3
+ exports.UpdateRelatedItemsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateRelatedItemsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateReplicationSetCommand = void 0;
3
+ exports.UpdateReplicationSetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateReplicationSetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateResponsePlanCommand = void 0;
3
+ exports.UpdateResponsePlanCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateResponsePlanCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTimelineEventCommand = void 0;
3
+ exports.UpdateTimelineEventCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateTimelineEventCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SSMIncidentsServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./SSMIncidents"), exports);
6
5
  tslib_1.__exportStar(require("./SSMIncidentsClient"), exports);
6
+ tslib_1.__exportStar(require("./SSMIncidents"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
10
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
+ tslib_1.__exportStar(require("./models"), exports);
11
11
  var SSMIncidentsServiceException_1 = require("./models/SSMIncidentsServiceException");
12
12
  Object.defineProperty(exports, "SSMIncidentsServiceException", { enumerable: true, get: function () { return SSMIncidentsServiceException_1.SSMIncidentsServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SSMIncidentsServiceException = void 0;
3
+ exports.SSMIncidentsServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class SSMIncidentsServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class SSMIncidentsClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateReplicationSetCommand, se_CreateReplicationSetCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateReplicationSetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateResponsePlanCommand, se_CreateResponsePlanCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateResponsePlanCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateTimelineEventCommand, se_CreateTimelineEventCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateTimelineEventCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteIncidentRecordCommand, se_DeleteIncidentRecordCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteIncidentRecordCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteReplicationSetCommand, se_DeleteReplicationSetCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteReplicationSetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteResourcePolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteResponsePlanCommand, se_DeleteResponsePlanCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteResponsePlanCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteTimelineEventCommand, se_DeleteTimelineEventCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteTimelineEventCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIncidentRecordCommand, se_GetIncidentRecordCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetIncidentRecordCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetReplicationSetCommand, se_GetReplicationSetCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetReplicationSetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetResourcePoliciesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetResponsePlanCommand, se_GetResponsePlanCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetResponsePlanCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetTimelineEventCommand, se_GetTimelineEventCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetTimelineEventCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListIncidentRecordsCommand, se_ListIncidentRecordsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListIncidentRecordsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRelatedItemsCommand, se_ListRelatedItemsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListRelatedItemsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListReplicationSetsCommand, se_ListReplicationSetsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListReplicationSetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListResponsePlansCommand, se_ListResponsePlansCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListResponsePlansCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTimelineEventsCommand, se_ListTimelineEventsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTimelineEventsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {