@aws-sdk/client-ssm-incidents 3.170.0 → 3.178.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 (44) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/SSMIncidents.d.ts +0 -29
  6. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/models/SSMIncidentsServiceException.d.ts +0 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +0 -296
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  42. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetActive.d.ts +0 -2
  43. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetDeleted.d.ts +0 -2
  44. package/package.json +27 -27
@@ -18,7 +18,6 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {}
18
18
  export interface PutResourcePolicyCommandOutput
19
19
  extends PutResourcePolicyOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PutResourcePolicyCommand extends $Command<
23
22
  PutResourcePolicyCommandInput,
24
23
  PutResourcePolicyCommandOutput,
@@ -26,7 +25,6 @@ export declare class PutResourcePolicyCommand extends $Command<
26
25
  > {
27
26
  readonly input: PutResourcePolicyCommandInput;
28
27
  constructor(input: PutResourcePolicyCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SSMIncidentsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StartIncidentCommandInput extends StartIncidentInput {}
15
15
  export interface StartIncidentCommandOutput
16
16
  extends StartIncidentOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class StartIncidentCommand extends $Command<
20
19
  StartIncidentCommandInput,
21
20
  StartIncidentCommandOutput,
@@ -23,7 +22,6 @@ export declare class StartIncidentCommand extends $Command<
23
22
  > {
24
23
  readonly input: StartIncidentCommandInput;
25
24
  constructor(input: StartIncidentCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SSMIncidentsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: SSMIncidentsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateDeletionProtectionCommandInput
19
19
  export interface UpdateDeletionProtectionCommandOutput
20
20
  extends UpdateDeletionProtectionOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateDeletionProtectionCommand extends $Command<
24
23
  UpdateDeletionProtectionCommandInput,
25
24
  UpdateDeletionProtectionCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateDeletionProtectionCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateDeletionProtectionCommandInput;
29
28
  constructor(input: UpdateDeletionProtectionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateIncidentRecordCommandInput
19
19
  export interface UpdateIncidentRecordCommandOutput
20
20
  extends UpdateIncidentRecordOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateIncidentRecordCommand extends $Command<
24
23
  UpdateIncidentRecordCommandInput,
25
24
  UpdateIncidentRecordCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateIncidentRecordCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateIncidentRecordCommandInput;
29
28
  constructor(input: UpdateIncidentRecordCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateRelatedItemsCommandInput
19
19
  export interface UpdateRelatedItemsCommandOutput
20
20
  extends UpdateRelatedItemsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateRelatedItemsCommand extends $Command<
24
23
  UpdateRelatedItemsCommandInput,
25
24
  UpdateRelatedItemsCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateRelatedItemsCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateRelatedItemsCommandInput;
29
28
  constructor(input: UpdateRelatedItemsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateReplicationSetCommandInput
19
19
  export interface UpdateReplicationSetCommandOutput
20
20
  extends UpdateReplicationSetOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateReplicationSetCommand extends $Command<
24
23
  UpdateReplicationSetCommandInput,
25
24
  UpdateReplicationSetCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateReplicationSetCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateReplicationSetCommandInput;
29
28
  constructor(input: UpdateReplicationSetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateResponsePlanCommandInput
19
19
  export interface UpdateResponsePlanCommandOutput
20
20
  extends UpdateResponsePlanOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateResponsePlanCommand extends $Command<
24
23
  UpdateResponsePlanCommandInput,
25
24
  UpdateResponsePlanCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateResponsePlanCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateResponsePlanCommandInput;
29
28
  constructor(input: UpdateResponsePlanCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateTimelineEventCommandInput
19
19
  export interface UpdateTimelineEventCommandOutput
20
20
  extends UpdateTimelineEventOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateTimelineEventCommand extends $Command<
24
23
  UpdateTimelineEventCommandInput,
25
24
  UpdateTimelineEventCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateTimelineEventCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateTimelineEventCommandInput;
29
28
  constructor(input: UpdateTimelineEventCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: SSMIncidentsClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class SSMIncidentsServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }