@aws-sdk/client-ssm-incidents 3.294.0 → 3.296.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 (65) hide show
  1. package/dist-cjs/commands/CreateReplicationSetCommand.js +4 -4
  2. package/dist-cjs/commands/CreateResponsePlanCommand.js +4 -4
  3. package/dist-cjs/commands/CreateTimelineEventCommand.js +4 -4
  4. package/dist-cjs/commands/DeleteIncidentRecordCommand.js +4 -4
  5. package/dist-cjs/commands/DeleteReplicationSetCommand.js +4 -4
  6. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +4 -4
  7. package/dist-cjs/commands/DeleteResponsePlanCommand.js +4 -4
  8. package/dist-cjs/commands/DeleteTimelineEventCommand.js +4 -4
  9. package/dist-cjs/commands/GetIncidentRecordCommand.js +4 -4
  10. package/dist-cjs/commands/GetReplicationSetCommand.js +4 -4
  11. package/dist-cjs/commands/GetResourcePoliciesCommand.js +4 -4
  12. package/dist-cjs/commands/GetResponsePlanCommand.js +4 -4
  13. package/dist-cjs/commands/GetTimelineEventCommand.js +4 -4
  14. package/dist-cjs/commands/ListIncidentRecordsCommand.js +4 -4
  15. package/dist-cjs/commands/ListRelatedItemsCommand.js +4 -4
  16. package/dist-cjs/commands/ListReplicationSetsCommand.js +4 -4
  17. package/dist-cjs/commands/ListResponsePlansCommand.js +4 -4
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  19. package/dist-cjs/commands/ListTimelineEventsCommand.js +4 -4
  20. package/dist-cjs/commands/PutResourcePolicyCommand.js +4 -4
  21. package/dist-cjs/commands/StartIncidentCommand.js +4 -4
  22. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  23. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  24. package/dist-cjs/commands/UpdateDeletionProtectionCommand.js +4 -4
  25. package/dist-cjs/commands/UpdateIncidentRecordCommand.js +4 -4
  26. package/dist-cjs/commands/UpdateRelatedItemsCommand.js +4 -4
  27. package/dist-cjs/commands/UpdateReplicationSetCommand.js +4 -4
  28. package/dist-cjs/commands/UpdateResponsePlanCommand.js +4 -4
  29. package/dist-cjs/commands/UpdateTimelineEventCommand.js +4 -4
  30. package/dist-es/commands/CreateReplicationSetCommand.js +4 -4
  31. package/dist-es/commands/CreateResponsePlanCommand.js +4 -4
  32. package/dist-es/commands/CreateTimelineEventCommand.js +4 -4
  33. package/dist-es/commands/DeleteIncidentRecordCommand.js +4 -4
  34. package/dist-es/commands/DeleteReplicationSetCommand.js +4 -4
  35. package/dist-es/commands/DeleteResourcePolicyCommand.js +4 -4
  36. package/dist-es/commands/DeleteResponsePlanCommand.js +4 -4
  37. package/dist-es/commands/DeleteTimelineEventCommand.js +4 -4
  38. package/dist-es/commands/GetIncidentRecordCommand.js +4 -4
  39. package/dist-es/commands/GetReplicationSetCommand.js +4 -4
  40. package/dist-es/commands/GetResourcePoliciesCommand.js +4 -4
  41. package/dist-es/commands/GetResponsePlanCommand.js +4 -4
  42. package/dist-es/commands/GetTimelineEventCommand.js +4 -4
  43. package/dist-es/commands/ListIncidentRecordsCommand.js +4 -4
  44. package/dist-es/commands/ListRelatedItemsCommand.js +4 -4
  45. package/dist-es/commands/ListReplicationSetsCommand.js +4 -4
  46. package/dist-es/commands/ListResponsePlansCommand.js +4 -4
  47. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  48. package/dist-es/commands/ListTimelineEventsCommand.js +4 -4
  49. package/dist-es/commands/PutResourcePolicyCommand.js +4 -4
  50. package/dist-es/commands/StartIncidentCommand.js +4 -4
  51. package/dist-es/commands/TagResourceCommand.js +4 -4
  52. package/dist-es/commands/UntagResourceCommand.js +4 -4
  53. package/dist-es/commands/UpdateDeletionProtectionCommand.js +4 -4
  54. package/dist-es/commands/UpdateIncidentRecordCommand.js +4 -4
  55. package/dist-es/commands/UpdateRelatedItemsCommand.js +4 -4
  56. package/dist-es/commands/UpdateReplicationSetCommand.js +4 -4
  57. package/dist-es/commands/UpdateResponsePlanCommand.js +4 -4
  58. package/dist-es/commands/UpdateTimelineEventCommand.js +4 -4
  59. package/dist-types/SSMIncidentsClient.d.ts +4 -4
  60. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  61. package/dist-types/models/models_0.d.ts +12 -12
  62. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +4 -4
  63. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  64. package/dist-types/ts3.4/models/models_0.d.ts +12 -12
  65. package/package.json +37 -37
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateResponsePlanInputFilterSensitiveLog, UpdateResponsePlanOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateResponsePlanCommand, serializeAws_restJson1UpdateResponsePlanCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateResponsePlanCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateResponsePlanCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateResponsePlanCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateTimelineEventInputFilterSensitiveLog, UpdateTimelineEventOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateTimelineEventCommand, serializeAws_restJson1UpdateTimelineEventCommand, } from "../protocols/Aws_restJson1";
6
6
  export class UpdateTimelineEventCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class UpdateTimelineEventCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, UpdateTimelineEventCommand.getEndpointParameterInstructions()));
@@ -37,8 +37,8 @@ import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } f
37
37
  import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "./commands/UpdateResponsePlanCommand";
38
38
  import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "./commands/UpdateTimelineEventCommand";
39
39
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
40
- export declare type ServiceInputTypes = CreateReplicationSetCommandInput | CreateResponsePlanCommandInput | CreateTimelineEventCommandInput | DeleteIncidentRecordCommandInput | DeleteReplicationSetCommandInput | DeleteResourcePolicyCommandInput | DeleteResponsePlanCommandInput | DeleteTimelineEventCommandInput | GetIncidentRecordCommandInput | GetReplicationSetCommandInput | GetResourcePoliciesCommandInput | GetResponsePlanCommandInput | GetTimelineEventCommandInput | ListIncidentRecordsCommandInput | ListRelatedItemsCommandInput | ListReplicationSetsCommandInput | ListResponsePlansCommandInput | ListTagsForResourceCommandInput | ListTimelineEventsCommandInput | PutResourcePolicyCommandInput | StartIncidentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDeletionProtectionCommandInput | UpdateIncidentRecordCommandInput | UpdateRelatedItemsCommandInput | UpdateReplicationSetCommandInput | UpdateResponsePlanCommandInput | UpdateTimelineEventCommandInput;
41
- export declare type ServiceOutputTypes = CreateReplicationSetCommandOutput | CreateResponsePlanCommandOutput | CreateTimelineEventCommandOutput | DeleteIncidentRecordCommandOutput | DeleteReplicationSetCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResponsePlanCommandOutput | DeleteTimelineEventCommandOutput | GetIncidentRecordCommandOutput | GetReplicationSetCommandOutput | GetResourcePoliciesCommandOutput | GetResponsePlanCommandOutput | GetTimelineEventCommandOutput | ListIncidentRecordsCommandOutput | ListRelatedItemsCommandOutput | ListReplicationSetsCommandOutput | ListResponsePlansCommandOutput | ListTagsForResourceCommandOutput | ListTimelineEventsCommandOutput | PutResourcePolicyCommandOutput | StartIncidentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDeletionProtectionCommandOutput | UpdateIncidentRecordCommandOutput | UpdateRelatedItemsCommandOutput | UpdateReplicationSetCommandOutput | UpdateResponsePlanCommandOutput | UpdateTimelineEventCommandOutput;
40
+ export type ServiceInputTypes = CreateReplicationSetCommandInput | CreateResponsePlanCommandInput | CreateTimelineEventCommandInput | DeleteIncidentRecordCommandInput | DeleteReplicationSetCommandInput | DeleteResourcePolicyCommandInput | DeleteResponsePlanCommandInput | DeleteTimelineEventCommandInput | GetIncidentRecordCommandInput | GetReplicationSetCommandInput | GetResourcePoliciesCommandInput | GetResponsePlanCommandInput | GetTimelineEventCommandInput | ListIncidentRecordsCommandInput | ListRelatedItemsCommandInput | ListReplicationSetsCommandInput | ListResponsePlansCommandInput | ListTagsForResourceCommandInput | ListTimelineEventsCommandInput | PutResourcePolicyCommandInput | StartIncidentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDeletionProtectionCommandInput | UpdateIncidentRecordCommandInput | UpdateRelatedItemsCommandInput | UpdateReplicationSetCommandInput | UpdateResponsePlanCommandInput | UpdateTimelineEventCommandInput;
41
+ export type ServiceOutputTypes = CreateReplicationSetCommandOutput | CreateResponsePlanCommandOutput | CreateTimelineEventCommandOutput | DeleteIncidentRecordCommandOutput | DeleteReplicationSetCommandOutput | DeleteResourcePolicyCommandOutput | DeleteResponsePlanCommandOutput | DeleteTimelineEventCommandOutput | GetIncidentRecordCommandOutput | GetReplicationSetCommandOutput | GetResourcePoliciesCommandOutput | GetResponsePlanCommandOutput | GetTimelineEventCommandOutput | ListIncidentRecordsCommandOutput | ListRelatedItemsCommandOutput | ListReplicationSetsCommandOutput | ListResponsePlansCommandOutput | ListTagsForResourceCommandOutput | ListTimelineEventsCommandOutput | PutResourcePolicyCommandOutput | StartIncidentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDeletionProtectionCommandOutput | UpdateIncidentRecordCommandOutput | UpdateRelatedItemsCommandOutput | UpdateReplicationSetCommandOutput | UpdateResponsePlanCommandOutput | UpdateTimelineEventCommandOutput;
42
42
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
43
43
  /**
44
44
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -139,13 +139,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
139
139
  */
140
140
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
141
141
  }
142
- declare type SSMIncidentsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
142
+ type SSMIncidentsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
143
143
  /**
144
144
  * The configuration interface of SSMIncidentsClient class constructor that set the region, credentials and other options.
145
145
  */
146
146
  export interface SSMIncidentsClientConfig extends SSMIncidentsClientConfigType {
147
147
  }
148
- declare type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
148
+ type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
149
149
  /**
150
150
  * The resolved configuration interface of SSMIncidentsClient class. This is resolved and normalized from the {@link SSMIncidentsClientConfig | constructor configuration interface}.
151
151
  */
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
5
5
  useFipsEndpoint?: boolean | Provider<boolean>;
6
6
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
7
7
  }
8
- export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
8
+ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
9
  defaultSigningName: string;
10
10
  };
11
11
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
@@ -18,7 +18,7 @@ export declare enum VariableType {
18
18
  /**
19
19
  * <p>The dynamic SSM parameter value.</p>
20
20
  */
21
- export declare type DynamicSsmParameterValue = DynamicSsmParameterValue.VariableMember | DynamicSsmParameterValue.$UnknownMember;
21
+ export type DynamicSsmParameterValue = DynamicSsmParameterValue.VariableMember | DynamicSsmParameterValue.$UnknownMember;
22
22
  export declare namespace DynamicSsmParameterValue {
23
23
  /**
24
24
  * <p>Variable dynamic parameters. A parameter value is determined when an incident is
@@ -79,7 +79,7 @@ export interface SsmAutomation {
79
79
  * <p>The action that starts at the beginning of an incident. The response plan defines the
80
80
  * action.</p>
81
81
  */
82
- export declare type Action = Action.SsmAutomationMember | Action.$UnknownMember;
82
+ export type Action = Action.SsmAutomationMember | Action.$UnknownMember;
83
83
  export declare namespace Action {
84
84
  /**
85
85
  * <p>The Systems Manager automation document to start as the runbook at the beginning of
@@ -116,7 +116,7 @@ export interface AddRegionAction {
116
116
  /**
117
117
  * <p>Use the AttributeValueList to filter by string or integer values.</p>
118
118
  */
119
- export declare type AttributeValueList = AttributeValueList.IntegerValuesMember | AttributeValueList.StringValuesMember | AttributeValueList.$UnknownMember;
119
+ export type AttributeValueList = AttributeValueList.IntegerValuesMember | AttributeValueList.StringValuesMember | AttributeValueList.$UnknownMember;
120
120
  export declare namespace AttributeValueList {
121
121
  /**
122
122
  * <p>The list of string values that the filter matches.</p>
@@ -150,7 +150,7 @@ export declare namespace AttributeValueList {
150
150
  * <p>The Systems Manager automation document process to start as the runbook at the
151
151
  * beginning of the incident.</p>
152
152
  */
153
- export declare type AutomationExecution = AutomationExecution.SsmExecutionArnMember | AutomationExecution.$UnknownMember;
153
+ export type AutomationExecution = AutomationExecution.SsmExecutionArnMember | AutomationExecution.$UnknownMember;
154
154
  export declare namespace AutomationExecution {
155
155
  /**
156
156
  * <p>The Amazon Resource Name (ARN) of the automation process.</p>
@@ -178,7 +178,7 @@ export interface EmptyChatChannel {
178
178
  * <p>The Chatbot chat channel used for collaboration during an
179
179
  * incident.</p>
180
180
  */
181
- export declare type ChatChannel = ChatChannel.ChatbotSnsMember | ChatChannel.EmptyMember | ChatChannel.$UnknownMember;
181
+ export type ChatChannel = ChatChannel.ChatbotSnsMember | ChatChannel.EmptyMember | ChatChannel.$UnknownMember;
182
182
  export declare namespace ChatChannel {
183
183
  /**
184
184
  * <p>Used to remove the chat channel from an incident record or response plan.</p>
@@ -216,7 +216,7 @@ export declare namespace ChatChannel {
216
216
  * conditionals become an <code>AND</code>ed statement. If multiple values are specified for a
217
217
  * conditional, the values are <code>OR</code>d.</p>
218
218
  */
219
- export declare type Condition = Condition.AfterMember | Condition.BeforeMember | Condition.EqualsMember | Condition.$UnknownMember;
219
+ export type Condition = Condition.AfterMember | Condition.BeforeMember | Condition.EqualsMember | Condition.$UnknownMember;
220
220
  export declare namespace Condition {
221
221
  /**
222
222
  * <p>Before the specified timestamp</p>
@@ -397,7 +397,7 @@ export declare class ValidationException extends __BaseException {
397
397
  /**
398
398
  * <p>The SNS targets that are notified when updates are made to an incident.</p>
399
399
  */
400
- export declare type NotificationTargetItem = NotificationTargetItem.SnsTopicArnMember | NotificationTargetItem.$UnknownMember;
400
+ export type NotificationTargetItem = NotificationTargetItem.SnsTopicArnMember | NotificationTargetItem.$UnknownMember;
401
401
  export declare namespace NotificationTargetItem {
402
402
  /**
403
403
  * <p>The Amazon Resource Name (ARN) of the SNS topic.</p>
@@ -482,7 +482,7 @@ export interface PagerDutyConfiguration {
482
482
  /**
483
483
  * <p>Information about third-party services integrated into a response plan.</p>
484
484
  */
485
- export declare type Integration = Integration.PagerDutyConfigurationMember | Integration.$UnknownMember;
485
+ export type Integration = Integration.PagerDutyConfigurationMember | Integration.$UnknownMember;
486
486
  export declare namespace Integration {
487
487
  /**
488
488
  * <p>Information about the PagerDuty service where the response plan creates an
@@ -572,7 +572,7 @@ export declare class ResourceNotFoundException extends __BaseException {
572
572
  * <p>An item referenced in a <code>TimelineEvent</code> that is involved in or somehow
573
573
  * associated with an incident. You can specify an Amazon Resource Name (ARN) for an Amazon Web Services resource or a <code>RelatedItem</code> ID.</p>
574
574
  */
575
- export declare type EventReference = EventReference.RelatedItemIdMember | EventReference.ResourceMember | EventReference.$UnknownMember;
575
+ export type EventReference = EventReference.RelatedItemIdMember | EventReference.ResourceMember | EventReference.$UnknownMember;
576
576
  export declare namespace EventReference {
577
577
  /**
578
578
  * <p>The Amazon Resource Name (ARN) of an Amazon Web Services resource referenced in a
@@ -1177,7 +1177,7 @@ export interface PagerDutyIncidentDetail {
1177
1177
  /**
1178
1178
  * <p>Describes a related item.</p>
1179
1179
  */
1180
- export declare type ItemValue = ItemValue.ArnMember | ItemValue.MetricDefinitionMember | ItemValue.PagerDutyIncidentDetailMember | ItemValue.UrlMember | ItemValue.$UnknownMember;
1180
+ export type ItemValue = ItemValue.ArnMember | ItemValue.MetricDefinitionMember | ItemValue.PagerDutyIncidentDetailMember | ItemValue.UrlMember | ItemValue.$UnknownMember;
1181
1181
  export declare namespace ItemValue {
1182
1182
  /**
1183
1183
  * <p>The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon
@@ -1519,7 +1519,7 @@ export interface PutResourcePolicyOutput {
1519
1519
  /**
1520
1520
  * <p>Details about the related item you're adding.</p>
1521
1521
  */
1522
- export declare type RelatedItemsUpdate = RelatedItemsUpdate.ItemToAddMember | RelatedItemsUpdate.ItemToRemoveMember | RelatedItemsUpdate.$UnknownMember;
1522
+ export type RelatedItemsUpdate = RelatedItemsUpdate.ItemToAddMember | RelatedItemsUpdate.ItemToRemoveMember | RelatedItemsUpdate.$UnknownMember;
1523
1523
  export declare namespace RelatedItemsUpdate {
1524
1524
  /**
1525
1525
  * <p>Details about the related item you're adding.</p>
@@ -1774,7 +1774,7 @@ export interface UpdateRelatedItemsOutput {
1774
1774
  /**
1775
1775
  * <p>Details used when updating the replication set.</p>
1776
1776
  */
1777
- export declare type UpdateReplicationSetAction = UpdateReplicationSetAction.AddRegionActionMember | UpdateReplicationSetAction.DeleteRegionActionMember | UpdateReplicationSetAction.$UnknownMember;
1777
+ export type UpdateReplicationSetAction = UpdateReplicationSetAction.AddRegionActionMember | UpdateReplicationSetAction.DeleteRegionActionMember | UpdateReplicationSetAction.$UnknownMember;
1778
1778
  export declare namespace UpdateReplicationSetAction {
1779
1779
  /**
1780
1780
  * <p>Details about the Amazon Web Services Region that you're adding to the replication
@@ -165,7 +165,7 @@ import {
165
165
  ClientResolvedEndpointParameters,
166
166
  EndpointParameters,
167
167
  } from "./endpoint/EndpointParameters";
168
- export declare type ServiceInputTypes =
168
+ export type ServiceInputTypes =
169
169
  | CreateReplicationSetCommandInput
170
170
  | CreateResponsePlanCommandInput
171
171
  | CreateTimelineEventCommandInput
@@ -195,7 +195,7 @@ export declare type ServiceInputTypes =
195
195
  | UpdateReplicationSetCommandInput
196
196
  | UpdateResponsePlanCommandInput
197
197
  | UpdateTimelineEventCommandInput;
198
- export declare type ServiceOutputTypes =
198
+ export type ServiceOutputTypes =
199
199
  | CreateReplicationSetCommandOutput
200
200
  | CreateResponsePlanCommandOutput
201
201
  | CreateTimelineEventCommandOutput
@@ -249,7 +249,7 @@ export interface ClientDefaults
249
249
  logger?: __Logger;
250
250
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
251
251
  }
252
- declare type SSMIncidentsClientConfigType = Partial<
252
+ type SSMIncidentsClientConfigType = Partial<
253
253
  __SmithyConfiguration<__HttpHandlerOptions>
254
254
  > &
255
255
  ClientDefaults &
@@ -262,7 +262,7 @@ declare type SSMIncidentsClientConfigType = Partial<
262
262
  ClientInputEndpointParameters;
263
263
  export interface SSMIncidentsClientConfig
264
264
  extends SSMIncidentsClientConfigType {}
265
- declare type SSMIncidentsClientResolvedConfigType =
265
+ type SSMIncidentsClientResolvedConfigType =
266
266
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
267
267
  Required<ClientDefaults> &
268
268
  RegionResolvedConfig &
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
16
16
  | EndpointV2
17
17
  | Provider<EndpointV2>;
18
18
  }
19
- export declare type ClientResolvedEndpointParameters =
20
- ClientInputEndpointParameters & {
21
- defaultSigningName: string;
22
- };
19
+ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
20
+ defaultSigningName: string;
21
+ };
23
22
  export declare const resolveClientEndpointParameters: <T>(
24
23
  options: T & ClientInputEndpointParameters
25
24
  ) => T &
@@ -11,7 +11,7 @@ export declare enum VariableType {
11
11
  INCIDENT_RECORD_ARN = "INCIDENT_RECORD_ARN",
12
12
  INVOLVED_RESOURCES = "INVOLVED_RESOURCES",
13
13
  }
14
- export declare type DynamicSsmParameterValue =
14
+ export type DynamicSsmParameterValue =
15
15
  | DynamicSsmParameterValue.VariableMember
16
16
  | DynamicSsmParameterValue.$UnknownMember;
17
17
  export declare namespace DynamicSsmParameterValue {
@@ -41,7 +41,7 @@ export interface SsmAutomation {
41
41
  parameters?: Record<string, string[]>;
42
42
  dynamicParameters?: Record<string, DynamicSsmParameterValue>;
43
43
  }
44
- export declare type Action = Action.SsmAutomationMember | Action.$UnknownMember;
44
+ export type Action = Action.SsmAutomationMember | Action.$UnknownMember;
45
45
  export declare namespace Action {
46
46
  interface SsmAutomationMember {
47
47
  ssmAutomation: SsmAutomation;
@@ -61,7 +61,7 @@ export interface AddRegionAction {
61
61
  regionName: string | undefined;
62
62
  sseKmsKeyId?: string;
63
63
  }
64
- export declare type AttributeValueList =
64
+ export type AttributeValueList =
65
65
  | AttributeValueList.IntegerValuesMember
66
66
  | AttributeValueList.StringValuesMember
67
67
  | AttributeValueList.$UnknownMember;
@@ -88,7 +88,7 @@ export declare namespace AttributeValueList {
88
88
  }
89
89
  const visit: <T>(value: AttributeValueList, visitor: Visitor<T>) => T;
90
90
  }
91
- export declare type AutomationExecution =
91
+ export type AutomationExecution =
92
92
  | AutomationExecution.SsmExecutionArnMember
93
93
  | AutomationExecution.$UnknownMember;
94
94
  export declare namespace AutomationExecution {
@@ -107,7 +107,7 @@ export declare namespace AutomationExecution {
107
107
  const visit: <T>(value: AutomationExecution, visitor: Visitor<T>) => T;
108
108
  }
109
109
  export interface EmptyChatChannel {}
110
- export declare type ChatChannel =
110
+ export type ChatChannel =
111
111
  | ChatChannel.ChatbotSnsMember
112
112
  | ChatChannel.EmptyMember
113
113
  | ChatChannel.$UnknownMember;
@@ -134,7 +134,7 @@ export declare namespace ChatChannel {
134
134
  }
135
135
  const visit: <T>(value: ChatChannel, visitor: Visitor<T>) => T;
136
136
  }
137
- export declare type Condition =
137
+ export type Condition =
138
138
  | Condition.AfterMember
139
139
  | Condition.BeforeMember
140
140
  | Condition.EqualsMember
@@ -235,7 +235,7 @@ export declare class ValidationException extends __BaseException {
235
235
  opts: __ExceptionOptionType<ValidationException, __BaseException>
236
236
  );
237
237
  }
238
- export declare type NotificationTargetItem =
238
+ export type NotificationTargetItem =
239
239
  | NotificationTargetItem.SnsTopicArnMember
240
240
  | NotificationTargetItem.$UnknownMember;
241
241
  export declare namespace NotificationTargetItem {
@@ -269,7 +269,7 @@ export interface PagerDutyConfiguration {
269
269
  secretId: string | undefined;
270
270
  pagerDutyIncidentConfiguration: PagerDutyIncidentConfiguration | undefined;
271
271
  }
272
- export declare type Integration =
272
+ export type Integration =
273
273
  | Integration.PagerDutyConfigurationMember
274
274
  | Integration.$UnknownMember;
275
275
  export declare namespace Integration {
@@ -310,7 +310,7 @@ export declare class ResourceNotFoundException extends __BaseException {
310
310
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
311
311
  );
312
312
  }
313
- export declare type EventReference =
313
+ export type EventReference =
314
314
  | EventReference.RelatedItemIdMember
315
315
  | EventReference.ResourceMember
316
316
  | EventReference.$UnknownMember;
@@ -521,7 +521,7 @@ export interface PagerDutyIncidentDetail {
521
521
  autoResolve?: boolean;
522
522
  secretId?: string;
523
523
  }
524
- export declare type ItemValue =
524
+ export type ItemValue =
525
525
  | ItemValue.ArnMember
526
526
  | ItemValue.MetricDefinitionMember
527
527
  | ItemValue.PagerDutyIncidentDetailMember
@@ -652,7 +652,7 @@ export interface PutResourcePolicyInput {
652
652
  export interface PutResourcePolicyOutput {
653
653
  policyId: string | undefined;
654
654
  }
655
- export declare type RelatedItemsUpdate =
655
+ export type RelatedItemsUpdate =
656
656
  | RelatedItemsUpdate.ItemToAddMember
657
657
  | RelatedItemsUpdate.ItemToRemoveMember
658
658
  | RelatedItemsUpdate.$UnknownMember;
@@ -729,7 +729,7 @@ export interface UpdateRelatedItemsInput {
729
729
  relatedItemsUpdate: RelatedItemsUpdate | undefined;
730
730
  }
731
731
  export interface UpdateRelatedItemsOutput {}
732
- export declare type UpdateReplicationSetAction =
732
+ export type UpdateReplicationSetAction =
733
733
  | UpdateReplicationSetAction.AddRegionActionMember
734
734
  | UpdateReplicationSetAction.DeleteRegionActionMember
735
735
  | UpdateReplicationSetAction.$UnknownMember;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-incidents",
3
3
  "description": "AWS SDK for JavaScript Ssm Incidents Client for Node.js, Browser and React Native",
4
- "version": "3.294.0",
4
+ "version": "3.296.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.294.0",
24
- "@aws-sdk/config-resolver": "3.292.0",
25
- "@aws-sdk/credential-provider-node": "3.294.0",
26
- "@aws-sdk/fetch-http-handler": "3.292.0",
27
- "@aws-sdk/hash-node": "3.292.0",
28
- "@aws-sdk/invalid-dependency": "3.292.0",
29
- "@aws-sdk/middleware-content-length": "3.292.0",
30
- "@aws-sdk/middleware-endpoint": "3.292.0",
31
- "@aws-sdk/middleware-host-header": "3.292.0",
32
- "@aws-sdk/middleware-logger": "3.292.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
- "@aws-sdk/middleware-retry": "3.293.0",
35
- "@aws-sdk/middleware-serde": "3.292.0",
36
- "@aws-sdk/middleware-signing": "3.292.0",
37
- "@aws-sdk/middleware-stack": "3.292.0",
38
- "@aws-sdk/middleware-user-agent": "3.293.0",
39
- "@aws-sdk/node-config-provider": "3.292.0",
40
- "@aws-sdk/node-http-handler": "3.292.0",
41
- "@aws-sdk/protocol-http": "3.292.0",
42
- "@aws-sdk/smithy-client": "3.292.0",
43
- "@aws-sdk/types": "3.292.0",
44
- "@aws-sdk/url-parser": "3.292.0",
45
- "@aws-sdk/util-base64": "3.292.0",
46
- "@aws-sdk/util-body-length-browser": "3.292.0",
47
- "@aws-sdk/util-body-length-node": "3.292.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
- "@aws-sdk/util-endpoints": "3.293.0",
51
- "@aws-sdk/util-retry": "3.292.0",
52
- "@aws-sdk/util-user-agent-browser": "3.292.0",
53
- "@aws-sdk/util-user-agent-node": "3.292.0",
54
- "@aws-sdk/util-utf8": "3.292.0",
55
- "@aws-sdk/util-waiter": "3.292.0",
56
- "tslib": "^2.3.1",
23
+ "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/config-resolver": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/fetch-http-handler": "3.296.0",
27
+ "@aws-sdk/hash-node": "3.296.0",
28
+ "@aws-sdk/invalid-dependency": "3.296.0",
29
+ "@aws-sdk/middleware-content-length": "3.296.0",
30
+ "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-host-header": "3.296.0",
32
+ "@aws-sdk/middleware-logger": "3.296.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.296.0",
34
+ "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-serde": "3.296.0",
36
+ "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-stack": "3.296.0",
38
+ "@aws-sdk/middleware-user-agent": "3.296.0",
39
+ "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-http-handler": "3.296.0",
41
+ "@aws-sdk/protocol-http": "3.296.0",
42
+ "@aws-sdk/smithy-client": "3.296.0",
43
+ "@aws-sdk/types": "3.296.0",
44
+ "@aws-sdk/url-parser": "3.296.0",
45
+ "@aws-sdk/util-base64": "3.295.0",
46
+ "@aws-sdk/util-body-length-browser": "3.295.0",
47
+ "@aws-sdk/util-body-length-node": "3.295.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.296.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-endpoints": "3.296.0",
51
+ "@aws-sdk/util-retry": "3.296.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.296.0",
53
+ "@aws-sdk/util-user-agent-node": "3.296.0",
54
+ "@aws-sdk/util-utf8": "3.295.0",
55
+ "@aws-sdk/util-waiter": "3.296.0",
56
+ "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/service-client-documentation-generator": "3.293.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.295.0",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "@types/uuid": "^8.3.0",
@@ -65,7 +65,7 @@
65
65
  "downlevel-dts": "0.10.1",
66
66
  "rimraf": "3.0.2",
67
67
  "typedoc": "0.23.23",
68
- "typescript": "~4.6.2"
68
+ "typescript": "~4.9.5"
69
69
  },
70
70
  "engines": {
71
71
  "node": ">=14.0.0"