@aws-sdk/client-ssm-incidents 3.929.0 → 3.930.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.
package/dist-cjs/index.js CHANGED
@@ -134,54 +134,10 @@ const VariableType = {
134
134
  INCIDENT_RECORD_ARN: "INCIDENT_RECORD_ARN",
135
135
  INVOLVED_RESOURCES: "INVOLVED_RESOURCES",
136
136
  };
137
- exports.DynamicSsmParameterValue = void 0;
138
- (function (DynamicSsmParameterValue) {
139
- DynamicSsmParameterValue.visit = (value, visitor) => {
140
- if (value.variable !== undefined)
141
- return visitor.variable(value.variable);
142
- return visitor._(value.$unknown[0], value.$unknown[1]);
143
- };
144
- })(exports.DynamicSsmParameterValue || (exports.DynamicSsmParameterValue = {}));
145
137
  const SsmTargetAccount = {
146
138
  IMPACTED_ACCOUNT: "IMPACTED_ACCOUNT",
147
139
  RESPONSE_PLAN_OWNER_ACCOUNT: "RESPONSE_PLAN_OWNER_ACCOUNT",
148
140
  };
149
- exports.Action = void 0;
150
- (function (Action) {
151
- Action.visit = (value, visitor) => {
152
- if (value.ssmAutomation !== undefined)
153
- return visitor.ssmAutomation(value.ssmAutomation);
154
- return visitor._(value.$unknown[0], value.$unknown[1]);
155
- };
156
- })(exports.Action || (exports.Action = {}));
157
- exports.AttributeValueList = void 0;
158
- (function (AttributeValueList) {
159
- AttributeValueList.visit = (value, visitor) => {
160
- if (value.stringValues !== undefined)
161
- return visitor.stringValues(value.stringValues);
162
- if (value.integerValues !== undefined)
163
- return visitor.integerValues(value.integerValues);
164
- return visitor._(value.$unknown[0], value.$unknown[1]);
165
- };
166
- })(exports.AttributeValueList || (exports.AttributeValueList = {}));
167
- exports.AutomationExecution = void 0;
168
- (function (AutomationExecution) {
169
- AutomationExecution.visit = (value, visitor) => {
170
- if (value.ssmExecutionArn !== undefined)
171
- return visitor.ssmExecutionArn(value.ssmExecutionArn);
172
- return visitor._(value.$unknown[0], value.$unknown[1]);
173
- };
174
- })(exports.AutomationExecution || (exports.AutomationExecution = {}));
175
- exports.FindingDetails = void 0;
176
- (function (FindingDetails) {
177
- FindingDetails.visit = (value, visitor) => {
178
- if (value.codeDeployDeployment !== undefined)
179
- return visitor.codeDeployDeployment(value.codeDeployDeployment);
180
- if (value.cloudFormationStackUpdate !== undefined)
181
- return visitor.cloudFormationStackUpdate(value.cloudFormationStackUpdate);
182
- return visitor._(value.$unknown[0], value.$unknown[1]);
183
- };
184
- })(exports.FindingDetails || (exports.FindingDetails = {}));
185
141
  let InternalServerException$1 = class InternalServerException extends SSMIncidentsServiceException$1 {
186
142
  name = "InternalServerException";
187
143
  $fault = "server";
@@ -248,28 +204,6 @@ let ValidationException$1 = class ValidationException extends SSMIncidentsServic
248
204
  Object.setPrototypeOf(this, ValidationException.prototype);
249
205
  }
250
206
  };
251
- exports.ChatChannel = void 0;
252
- (function (ChatChannel) {
253
- ChatChannel.visit = (value, visitor) => {
254
- if (value.empty !== undefined)
255
- return visitor.empty(value.empty);
256
- if (value.chatbotSns !== undefined)
257
- return visitor.chatbotSns(value.chatbotSns);
258
- return visitor._(value.$unknown[0], value.$unknown[1]);
259
- };
260
- })(exports.ChatChannel || (exports.ChatChannel = {}));
261
- exports.Condition = void 0;
262
- (function (Condition) {
263
- Condition.visit = (value, visitor) => {
264
- if (value.before !== undefined)
265
- return visitor.before(value.before);
266
- if (value.after !== undefined)
267
- return visitor.after(value.after);
268
- if (value.equals !== undefined)
269
- return visitor.equals(value.equals);
270
- return visitor._(value.$unknown[0], value.$unknown[1]);
271
- };
272
- })(exports.Condition || (exports.Condition = {}));
273
207
  let ConflictException$1 = class ConflictException extends SSMIncidentsServiceException$1 {
274
208
  name = "ConflictException";
275
209
  $fault = "client";
@@ -308,32 +242,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
308
242
  this.quotaCode = opts.quotaCode;
309
243
  }
310
244
  };
311
- exports.NotificationTargetItem = void 0;
312
- (function (NotificationTargetItem) {
313
- NotificationTargetItem.visit = (value, visitor) => {
314
- if (value.snsTopicArn !== undefined)
315
- return visitor.snsTopicArn(value.snsTopicArn);
316
- return visitor._(value.$unknown[0], value.$unknown[1]);
317
- };
318
- })(exports.NotificationTargetItem || (exports.NotificationTargetItem = {}));
319
- exports.Integration = void 0;
320
- (function (Integration) {
321
- Integration.visit = (value, visitor) => {
322
- if (value.pagerDutyConfiguration !== undefined)
323
- return visitor.pagerDutyConfiguration(value.pagerDutyConfiguration);
324
- return visitor._(value.$unknown[0], value.$unknown[1]);
325
- };
326
- })(exports.Integration || (exports.Integration = {}));
327
- exports.EventReference = void 0;
328
- (function (EventReference) {
329
- EventReference.visit = (value, visitor) => {
330
- if (value.resource !== undefined)
331
- return visitor.resource(value.resource);
332
- if (value.relatedItemId !== undefined)
333
- return visitor.relatedItemId(value.relatedItemId);
334
- return visitor._(value.$unknown[0], value.$unknown[1]);
335
- };
336
- })(exports.EventReference || (exports.EventReference = {}));
337
245
  const IncidentRecordStatus = {
338
246
  OPEN: "OPEN",
339
247
  RESOLVED: "RESOLVED",
@@ -362,20 +270,6 @@ const ItemType = {
362
270
  PARENT: "PARENT",
363
271
  TASK: "TASK",
364
272
  };
365
- exports.ItemValue = void 0;
366
- (function (ItemValue) {
367
- ItemValue.visit = (value, visitor) => {
368
- if (value.arn !== undefined)
369
- return visitor.arn(value.arn);
370
- if (value.url !== undefined)
371
- return visitor.url(value.url);
372
- if (value.metricDefinition !== undefined)
373
- return visitor.metricDefinition(value.metricDefinition);
374
- if (value.pagerDutyIncidentDetail !== undefined)
375
- return visitor.pagerDutyIncidentDetail(value.pagerDutyIncidentDetail);
376
- return visitor._(value.$unknown[0], value.$unknown[1]);
377
- };
378
- })(exports.ItemValue || (exports.ItemValue = {}));
379
273
  const TimelineEventSort = {
380
274
  EVENT_TIME: "EVENT_TIME",
381
275
  };
@@ -383,26 +277,6 @@ const SortOrder = {
383
277
  ASCENDING: "ASCENDING",
384
278
  DESCENDING: "DESCENDING",
385
279
  };
386
- exports.RelatedItemsUpdate = void 0;
387
- (function (RelatedItemsUpdate) {
388
- RelatedItemsUpdate.visit = (value, visitor) => {
389
- if (value.itemToAdd !== undefined)
390
- return visitor.itemToAdd(value.itemToAdd);
391
- if (value.itemToRemove !== undefined)
392
- return visitor.itemToRemove(value.itemToRemove);
393
- return visitor._(value.$unknown[0], value.$unknown[1]);
394
- };
395
- })(exports.RelatedItemsUpdate || (exports.RelatedItemsUpdate = {}));
396
- exports.UpdateReplicationSetAction = void 0;
397
- (function (UpdateReplicationSetAction) {
398
- UpdateReplicationSetAction.visit = (value, visitor) => {
399
- if (value.addRegionAction !== undefined)
400
- return visitor.addRegionAction(value.addRegionAction);
401
- if (value.deleteRegionAction !== undefined)
402
- return visitor.deleteRegionAction(value.deleteRegionAction);
403
- return visitor._(value.$unknown[0], value.$unknown[1]);
404
- };
405
- })(exports.UpdateReplicationSetAction || (exports.UpdateReplicationSetAction = {}));
406
280
 
407
281
  const _A = "Action";
408
282
  const _ADE = "AccessDeniedException";
@@ -15,54 +15,10 @@ export const VariableType = {
15
15
  INCIDENT_RECORD_ARN: "INCIDENT_RECORD_ARN",
16
16
  INVOLVED_RESOURCES: "INVOLVED_RESOURCES",
17
17
  };
18
- export var DynamicSsmParameterValue;
19
- (function (DynamicSsmParameterValue) {
20
- DynamicSsmParameterValue.visit = (value, visitor) => {
21
- if (value.variable !== undefined)
22
- return visitor.variable(value.variable);
23
- return visitor._(value.$unknown[0], value.$unknown[1]);
24
- };
25
- })(DynamicSsmParameterValue || (DynamicSsmParameterValue = {}));
26
18
  export const SsmTargetAccount = {
27
19
  IMPACTED_ACCOUNT: "IMPACTED_ACCOUNT",
28
20
  RESPONSE_PLAN_OWNER_ACCOUNT: "RESPONSE_PLAN_OWNER_ACCOUNT",
29
21
  };
30
- export var Action;
31
- (function (Action) {
32
- Action.visit = (value, visitor) => {
33
- if (value.ssmAutomation !== undefined)
34
- return visitor.ssmAutomation(value.ssmAutomation);
35
- return visitor._(value.$unknown[0], value.$unknown[1]);
36
- };
37
- })(Action || (Action = {}));
38
- export var AttributeValueList;
39
- (function (AttributeValueList) {
40
- AttributeValueList.visit = (value, visitor) => {
41
- if (value.stringValues !== undefined)
42
- return visitor.stringValues(value.stringValues);
43
- if (value.integerValues !== undefined)
44
- return visitor.integerValues(value.integerValues);
45
- return visitor._(value.$unknown[0], value.$unknown[1]);
46
- };
47
- })(AttributeValueList || (AttributeValueList = {}));
48
- export var AutomationExecution;
49
- (function (AutomationExecution) {
50
- AutomationExecution.visit = (value, visitor) => {
51
- if (value.ssmExecutionArn !== undefined)
52
- return visitor.ssmExecutionArn(value.ssmExecutionArn);
53
- return visitor._(value.$unknown[0], value.$unknown[1]);
54
- };
55
- })(AutomationExecution || (AutomationExecution = {}));
56
- export var FindingDetails;
57
- (function (FindingDetails) {
58
- FindingDetails.visit = (value, visitor) => {
59
- if (value.codeDeployDeployment !== undefined)
60
- return visitor.codeDeployDeployment(value.codeDeployDeployment);
61
- if (value.cloudFormationStackUpdate !== undefined)
62
- return visitor.cloudFormationStackUpdate(value.cloudFormationStackUpdate);
63
- return visitor._(value.$unknown[0], value.$unknown[1]);
64
- };
65
- })(FindingDetails || (FindingDetails = {}));
66
22
  export class InternalServerException extends __BaseException {
67
23
  name = "InternalServerException";
68
24
  $fault = "server";
@@ -129,28 +85,6 @@ export class ValidationException extends __BaseException {
129
85
  Object.setPrototypeOf(this, ValidationException.prototype);
130
86
  }
131
87
  }
132
- export var ChatChannel;
133
- (function (ChatChannel) {
134
- ChatChannel.visit = (value, visitor) => {
135
- if (value.empty !== undefined)
136
- return visitor.empty(value.empty);
137
- if (value.chatbotSns !== undefined)
138
- return visitor.chatbotSns(value.chatbotSns);
139
- return visitor._(value.$unknown[0], value.$unknown[1]);
140
- };
141
- })(ChatChannel || (ChatChannel = {}));
142
- export var Condition;
143
- (function (Condition) {
144
- Condition.visit = (value, visitor) => {
145
- if (value.before !== undefined)
146
- return visitor.before(value.before);
147
- if (value.after !== undefined)
148
- return visitor.after(value.after);
149
- if (value.equals !== undefined)
150
- return visitor.equals(value.equals);
151
- return visitor._(value.$unknown[0], value.$unknown[1]);
152
- };
153
- })(Condition || (Condition = {}));
154
88
  export class ConflictException extends __BaseException {
155
89
  name = "ConflictException";
156
90
  $fault = "client";
@@ -189,32 +123,6 @@ export class ServiceQuotaExceededException extends __BaseException {
189
123
  this.quotaCode = opts.quotaCode;
190
124
  }
191
125
  }
192
- export var NotificationTargetItem;
193
- (function (NotificationTargetItem) {
194
- NotificationTargetItem.visit = (value, visitor) => {
195
- if (value.snsTopicArn !== undefined)
196
- return visitor.snsTopicArn(value.snsTopicArn);
197
- return visitor._(value.$unknown[0], value.$unknown[1]);
198
- };
199
- })(NotificationTargetItem || (NotificationTargetItem = {}));
200
- export var Integration;
201
- (function (Integration) {
202
- Integration.visit = (value, visitor) => {
203
- if (value.pagerDutyConfiguration !== undefined)
204
- return visitor.pagerDutyConfiguration(value.pagerDutyConfiguration);
205
- return visitor._(value.$unknown[0], value.$unknown[1]);
206
- };
207
- })(Integration || (Integration = {}));
208
- export var EventReference;
209
- (function (EventReference) {
210
- EventReference.visit = (value, visitor) => {
211
- if (value.resource !== undefined)
212
- return visitor.resource(value.resource);
213
- if (value.relatedItemId !== undefined)
214
- return visitor.relatedItemId(value.relatedItemId);
215
- return visitor._(value.$unknown[0], value.$unknown[1]);
216
- };
217
- })(EventReference || (EventReference = {}));
218
126
  export const IncidentRecordStatus = {
219
127
  OPEN: "OPEN",
220
128
  RESOLVED: "RESOLVED",
@@ -243,20 +151,6 @@ export const ItemType = {
243
151
  PARENT: "PARENT",
244
152
  TASK: "TASK",
245
153
  };
246
- export var ItemValue;
247
- (function (ItemValue) {
248
- ItemValue.visit = (value, visitor) => {
249
- if (value.arn !== undefined)
250
- return visitor.arn(value.arn);
251
- if (value.url !== undefined)
252
- return visitor.url(value.url);
253
- if (value.metricDefinition !== undefined)
254
- return visitor.metricDefinition(value.metricDefinition);
255
- if (value.pagerDutyIncidentDetail !== undefined)
256
- return visitor.pagerDutyIncidentDetail(value.pagerDutyIncidentDetail);
257
- return visitor._(value.$unknown[0], value.$unknown[1]);
258
- };
259
- })(ItemValue || (ItemValue = {}));
260
154
  export const TimelineEventSort = {
261
155
  EVENT_TIME: "EVENT_TIME",
262
156
  };
@@ -264,23 +158,3 @@ export const SortOrder = {
264
158
  ASCENDING: "ASCENDING",
265
159
  DESCENDING: "DESCENDING",
266
160
  };
267
- export var RelatedItemsUpdate;
268
- (function (RelatedItemsUpdate) {
269
- RelatedItemsUpdate.visit = (value, visitor) => {
270
- if (value.itemToAdd !== undefined)
271
- return visitor.itemToAdd(value.itemToAdd);
272
- if (value.itemToRemove !== undefined)
273
- return visitor.itemToRemove(value.itemToRemove);
274
- return visitor._(value.$unknown[0], value.$unknown[1]);
275
- };
276
- })(RelatedItemsUpdate || (RelatedItemsUpdate = {}));
277
- export var UpdateReplicationSetAction;
278
- (function (UpdateReplicationSetAction) {
279
- UpdateReplicationSetAction.visit = (value, visitor) => {
280
- if (value.addRegionAction !== undefined)
281
- return visitor.addRegionAction(value.addRegionAction);
282
- if (value.deleteRegionAction !== undefined)
283
- return visitor.deleteRegionAction(value.deleteRegionAction);
284
- return visitor._(value.$unknown[0], value.$unknown[1]);
285
- };
286
- })(UpdateReplicationSetAction || (UpdateReplicationSetAction = {}));
@@ -49,11 +49,14 @@ export declare namespace DynamicSsmParameterValue {
49
49
  variable?: never;
50
50
  $unknown: [string, any];
51
51
  }
52
+ /**
53
+ * @deprecated unused in schema-serde mode.
54
+ *
55
+ */
52
56
  interface Visitor<T> {
53
57
  variable: (value: VariableType) => T;
54
58
  _: (name: string, value: any) => T;
55
59
  }
56
- const visit: <T>(value: DynamicSsmParameterValue, visitor: Visitor<T>) => T;
57
60
  }
58
61
  /**
59
62
  * @public
@@ -133,11 +136,14 @@ export declare namespace Action {
133
136
  ssmAutomation?: never;
134
137
  $unknown: [string, any];
135
138
  }
139
+ /**
140
+ * @deprecated unused in schema-serde mode.
141
+ *
142
+ */
136
143
  interface Visitor<T> {
137
144
  ssmAutomation: (value: SsmAutomation) => T;
138
145
  _: (name: string, value: any) => T;
139
146
  }
140
- const visit: <T>(value: Action, visitor: Visitor<T>) => T;
141
147
  }
142
148
  /**
143
149
  * <p>Defines the Amazon Web Services Region and KMS key to add to the replication
@@ -191,12 +197,15 @@ export declare namespace AttributeValueList {
191
197
  integerValues?: never;
192
198
  $unknown: [string, any];
193
199
  }
200
+ /**
201
+ * @deprecated unused in schema-serde mode.
202
+ *
203
+ */
194
204
  interface Visitor<T> {
195
205
  stringValues: (value: string[]) => T;
196
206
  integerValues: (value: number[]) => T;
197
207
  _: (name: string, value: any) => T;
198
208
  }
199
- const visit: <T>(value: AttributeValueList, visitor: Visitor<T>) => T;
200
209
  }
201
210
  /**
202
211
  * <p>The Systems Manager automation document process to start as the runbook at the
@@ -223,11 +232,14 @@ export declare namespace AutomationExecution {
223
232
  ssmExecutionArn?: never;
224
233
  $unknown: [string, any];
225
234
  }
235
+ /**
236
+ * @deprecated unused in schema-serde mode.
237
+ *
238
+ */
226
239
  interface Visitor<T> {
227
240
  ssmExecutionArn: (value: string) => T;
228
241
  _: (name: string, value: any) => T;
229
242
  }
230
- const visit: <T>(value: AutomationExecution, visitor: Visitor<T>) => T;
231
243
  }
232
244
  /**
233
245
  * @public
@@ -359,12 +371,15 @@ export declare namespace FindingDetails {
359
371
  cloudFormationStackUpdate?: never;
360
372
  $unknown: [string, any];
361
373
  }
374
+ /**
375
+ * @deprecated unused in schema-serde mode.
376
+ *
377
+ */
362
378
  interface Visitor<T> {
363
379
  codeDeployDeployment: (value: CodeDeployDeployment) => T;
364
380
  cloudFormationStackUpdate: (value: CloudFormationStackUpdate) => T;
365
381
  _: (name: string, value: any) => T;
366
382
  }
367
- const visit: <T>(value: FindingDetails, visitor: Visitor<T>) => T;
368
383
  }
369
384
  /**
370
385
  * <p>Information about a specific CodeDeploy deployment or CloudFormation
@@ -549,12 +564,15 @@ export declare namespace ChatChannel {
549
564
  chatbotSns?: never;
550
565
  $unknown: [string, any];
551
566
  }
567
+ /**
568
+ * @deprecated unused in schema-serde mode.
569
+ *
570
+ */
552
571
  interface Visitor<T> {
553
572
  empty: (value: EmptyChatChannel) => T;
554
573
  chatbotSns: (value: string[]) => T;
555
574
  _: (name: string, value: any) => T;
556
575
  }
557
- const visit: <T>(value: ChatChannel, visitor: Visitor<T>) => T;
558
576
  }
559
577
  /**
560
578
  * <p>A conditional statement with which to compare a value, after a timestamp, before a
@@ -607,13 +625,16 @@ export declare namespace Condition {
607
625
  equals?: never;
608
626
  $unknown: [string, any];
609
627
  }
628
+ /**
629
+ * @deprecated unused in schema-serde mode.
630
+ *
631
+ */
610
632
  interface Visitor<T> {
611
633
  before: (value: Date) => T;
612
634
  after: (value: Date) => T;
613
635
  equals: (value: AttributeValueList) => T;
614
636
  _: (name: string, value: any) => T;
615
637
  }
616
- const visit: <T>(value: Condition, visitor: Visitor<T>) => T;
617
638
  }
618
639
  /**
619
640
  * <p>Updating or deleting a resource causes an inconsistent state.</p>
@@ -742,11 +763,14 @@ export declare namespace NotificationTargetItem {
742
763
  snsTopicArn?: never;
743
764
  $unknown: [string, any];
744
765
  }
766
+ /**
767
+ * @deprecated unused in schema-serde mode.
768
+ *
769
+ */
745
770
  interface Visitor<T> {
746
771
  snsTopicArn: (value: string) => T;
747
772
  _: (name: string, value: any) => T;
748
773
  }
749
- const visit: <T>(value: NotificationTargetItem, visitor: Visitor<T>) => T;
750
774
  }
751
775
  /**
752
776
  * <p>Basic details used in creating a response plan. The response plan is then used to create
@@ -883,11 +907,14 @@ export declare namespace Integration {
883
907
  pagerDutyConfiguration?: never;
884
908
  $unknown: [string, any];
885
909
  }
910
+ /**
911
+ * @deprecated unused in schema-serde mode.
912
+ *
913
+ */
886
914
  interface Visitor<T> {
887
915
  pagerDutyConfiguration: (value: PagerDutyConfiguration) => T;
888
916
  _: (name: string, value: any) => T;
889
917
  }
890
- const visit: <T>(value: Integration, visitor: Visitor<T>) => T;
891
918
  }
892
919
  /**
893
920
  * @public
@@ -987,12 +1014,15 @@ export declare namespace EventReference {
987
1014
  relatedItemId?: never;
988
1015
  $unknown: [string, any];
989
1016
  }
1017
+ /**
1018
+ * @deprecated unused in schema-serde mode.
1019
+ *
1020
+ */
990
1021
  interface Visitor<T> {
991
1022
  resource: (value: string) => T;
992
1023
  relatedItemId: (value: string) => T;
993
1024
  _: (name: string, value: any) => T;
994
1025
  }
995
- const visit: <T>(value: EventReference, visitor: Visitor<T>) => T;
996
1026
  }
997
1027
  /**
998
1028
  * @public
@@ -1873,6 +1903,10 @@ export declare namespace ItemValue {
1873
1903
  pagerDutyIncidentDetail?: never;
1874
1904
  $unknown: [string, any];
1875
1905
  }
1906
+ /**
1907
+ * @deprecated unused in schema-serde mode.
1908
+ *
1909
+ */
1876
1910
  interface Visitor<T> {
1877
1911
  arn: (value: string) => T;
1878
1912
  url: (value: string) => T;
@@ -1880,7 +1914,6 @@ export declare namespace ItemValue {
1880
1914
  pagerDutyIncidentDetail: (value: PagerDutyIncidentDetail) => T;
1881
1915
  _: (name: string, value: any) => T;
1882
1916
  }
1883
- const visit: <T>(value: ItemValue, visitor: Visitor<T>) => T;
1884
1917
  }
1885
1918
  /**
1886
1919
  * <p>Details and type of a related item.</p>
@@ -2346,12 +2379,15 @@ export declare namespace RelatedItemsUpdate {
2346
2379
  itemToRemove?: never;
2347
2380
  $unknown: [string, any];
2348
2381
  }
2382
+ /**
2383
+ * @deprecated unused in schema-serde mode.
2384
+ *
2385
+ */
2349
2386
  interface Visitor<T> {
2350
2387
  itemToAdd: (value: RelatedItem) => T;
2351
2388
  itemToRemove: (value: ItemIdentifier) => T;
2352
2389
  _: (name: string, value: any) => T;
2353
2390
  }
2354
- const visit: <T>(value: RelatedItemsUpdate, visitor: Visitor<T>) => T;
2355
2391
  }
2356
2392
  /**
2357
2393
  * <p>Details about what caused the incident to be created in Incident Manager.</p>
@@ -2666,12 +2702,15 @@ export declare namespace UpdateReplicationSetAction {
2666
2702
  deleteRegionAction?: never;
2667
2703
  $unknown: [string, any];
2668
2704
  }
2705
+ /**
2706
+ * @deprecated unused in schema-serde mode.
2707
+ *
2708
+ */
2669
2709
  interface Visitor<T> {
2670
2710
  addRegionAction: (value: AddRegionAction) => T;
2671
2711
  deleteRegionAction: (value: DeleteRegionAction) => T;
2672
2712
  _: (name: string, value: any) => T;
2673
2713
  }
2674
- const visit: <T>(value: UpdateReplicationSetAction, visitor: Visitor<T>) => T;
2675
2714
  }
2676
2715
  /**
2677
2716
  * @public
@@ -28,7 +28,6 @@ export declare namespace DynamicSsmParameterValue {
28
28
  variable: (value: VariableType) => T;
29
29
  _: (name: string, value: any) => T;
30
30
  }
31
- const visit: <T>(value: DynamicSsmParameterValue, visitor: Visitor<T>) => T;
32
31
  }
33
32
  export declare const SsmTargetAccount: {
34
33
  readonly IMPACTED_ACCOUNT: "IMPACTED_ACCOUNT";
@@ -58,7 +57,6 @@ export declare namespace Action {
58
57
  ssmAutomation: (value: SsmAutomation) => T;
59
58
  _: (name: string, value: any) => T;
60
59
  }
61
- const visit: <T>(value: Action, visitor: Visitor<T>) => T;
62
60
  }
63
61
  export interface AddRegionAction {
64
62
  regionName: string | undefined;
@@ -89,7 +87,6 @@ export declare namespace AttributeValueList {
89
87
  integerValues: (value: number[]) => T;
90
88
  _: (name: string, value: any) => T;
91
89
  }
92
- const visit: <T>(value: AttributeValueList, visitor: Visitor<T>) => T;
93
90
  }
94
91
  export type AutomationExecution =
95
92
  | AutomationExecution.SsmExecutionArnMember
@@ -107,7 +104,6 @@ export declare namespace AutomationExecution {
107
104
  ssmExecutionArn: (value: string) => T;
108
105
  _: (name: string, value: any) => T;
109
106
  }
110
- const visit: <T>(value: AutomationExecution, visitor: Visitor<T>) => T;
111
107
  }
112
108
  export interface BatchGetIncidentFindingsInput {
113
109
  incidentRecordArn: string | undefined;
@@ -154,7 +150,6 @@ export declare namespace FindingDetails {
154
150
  cloudFormationStackUpdate: (value: CloudFormationStackUpdate) => T;
155
151
  _: (name: string, value: any) => T;
156
152
  }
157
- const visit: <T>(value: FindingDetails, visitor: Visitor<T>) => T;
158
153
  }
159
154
  export interface Finding {
160
155
  id: string | undefined;
@@ -236,7 +231,6 @@ export declare namespace ChatChannel {
236
231
  chatbotSns: (value: string[]) => T;
237
232
  _: (name: string, value: any) => T;
238
233
  }
239
- const visit: <T>(value: ChatChannel, visitor: Visitor<T>) => T;
240
234
  }
241
235
  export type Condition =
242
236
  | Condition.AfterMember
@@ -274,7 +268,6 @@ export declare namespace Condition {
274
268
  equals: (value: AttributeValueList) => T;
275
269
  _: (name: string, value: any) => T;
276
270
  }
277
- const visit: <T>(value: Condition, visitor: Visitor<T>) => T;
278
271
  }
279
272
  export declare class ConflictException extends __BaseException {
280
273
  readonly name: "ConflictException";
@@ -322,7 +315,6 @@ export declare namespace NotificationTargetItem {
322
315
  snsTopicArn: (value: string) => T;
323
316
  _: (name: string, value: any) => T;
324
317
  }
325
- const visit: <T>(value: NotificationTargetItem, visitor: Visitor<T>) => T;
326
318
  }
327
319
  export interface IncidentTemplate {
328
320
  title: string | undefined;
@@ -356,7 +348,6 @@ export declare namespace Integration {
356
348
  pagerDutyConfiguration: (value: PagerDutyConfiguration) => T;
357
349
  _: (name: string, value: any) => T;
358
350
  }
359
- const visit: <T>(value: Integration, visitor: Visitor<T>) => T;
360
351
  }
361
352
  export interface CreateResponsePlanInput {
362
353
  clientToken?: string | undefined;
@@ -397,7 +388,6 @@ export declare namespace EventReference {
397
388
  relatedItemId: (value: string) => T;
398
389
  _: (name: string, value: any) => T;
399
390
  }
400
- const visit: <T>(value: EventReference, visitor: Visitor<T>) => T;
401
391
  }
402
392
  export interface CreateTimelineEventInput {
403
393
  clientToken?: string | undefined;
@@ -642,7 +632,6 @@ export declare namespace ItemValue {
642
632
  pagerDutyIncidentDetail: (value: PagerDutyIncidentDetail) => T;
643
633
  _: (name: string, value: any) => T;
644
634
  }
645
- const visit: <T>(value: ItemValue, visitor: Visitor<T>) => T;
646
635
  }
647
636
  export interface ItemIdentifier {
648
637
  value: ItemValue | undefined;
@@ -761,7 +750,6 @@ export declare namespace RelatedItemsUpdate {
761
750
  itemToRemove: (value: ItemIdentifier) => T;
762
751
  _: (name: string, value: any) => T;
763
752
  }
764
- const visit: <T>(value: RelatedItemsUpdate, visitor: Visitor<T>) => T;
765
753
  }
766
754
  export interface TriggerDetails {
767
755
  source: string | undefined;
@@ -838,7 +826,6 @@ export declare namespace UpdateReplicationSetAction {
838
826
  deleteRegionAction: (value: DeleteRegionAction) => T;
839
827
  _: (name: string, value: any) => T;
840
828
  }
841
- const visit: <T>(value: UpdateReplicationSetAction, visitor: Visitor<T>) => T;
842
829
  }
843
830
  export interface UpdateReplicationSetInput {
844
831
  arn: string | undefined;
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.929.0",
4
+ "version": "3.930.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm-incidents",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.929.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.930.0",
24
+ "@aws-sdk/credential-provider-node": "3.930.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
- "@smithy/util-waiter": "^4.2.4",
59
+ "@smithy/util-waiter": "^4.2.5",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {