@aws-sdk/client-ssm-incidents 3.928.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.
Files changed (55) hide show
  1. package/dist-cjs/index.js +1242 -1559
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SSMIncidentsClient.js +2 -0
  4. package/dist-es/commands/BatchGetIncidentFindingsCommand.js +3 -9
  5. package/dist-es/commands/CreateReplicationSetCommand.js +3 -9
  6. package/dist-es/commands/CreateResponsePlanCommand.js +3 -9
  7. package/dist-es/commands/CreateTimelineEventCommand.js +3 -9
  8. package/dist-es/commands/DeleteIncidentRecordCommand.js +3 -9
  9. package/dist-es/commands/DeleteReplicationSetCommand.js +3 -9
  10. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  11. package/dist-es/commands/DeleteResponsePlanCommand.js +3 -9
  12. package/dist-es/commands/DeleteTimelineEventCommand.js +3 -9
  13. package/dist-es/commands/GetIncidentRecordCommand.js +3 -9
  14. package/dist-es/commands/GetReplicationSetCommand.js +3 -9
  15. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  16. package/dist-es/commands/GetResponsePlanCommand.js +3 -9
  17. package/dist-es/commands/GetTimelineEventCommand.js +3 -9
  18. package/dist-es/commands/ListIncidentFindingsCommand.js +3 -9
  19. package/dist-es/commands/ListIncidentRecordsCommand.js +3 -9
  20. package/dist-es/commands/ListRelatedItemsCommand.js +3 -9
  21. package/dist-es/commands/ListReplicationSetsCommand.js +3 -9
  22. package/dist-es/commands/ListResponsePlansCommand.js +3 -9
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  24. package/dist-es/commands/ListTimelineEventsCommand.js +3 -9
  25. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  26. package/dist-es/commands/StartIncidentCommand.js +3 -9
  27. package/dist-es/commands/TagResourceCommand.js +3 -9
  28. package/dist-es/commands/UntagResourceCommand.js +3 -9
  29. package/dist-es/commands/UpdateDeletionProtectionCommand.js +3 -9
  30. package/dist-es/commands/UpdateIncidentRecordCommand.js +3 -9
  31. package/dist-es/commands/UpdateRelatedItemsCommand.js +3 -9
  32. package/dist-es/commands/UpdateReplicationSetCommand.js +3 -9
  33. package/dist-es/commands/UpdateResponsePlanCommand.js +3 -9
  34. package/dist-es/commands/UpdateTimelineEventCommand.js +3 -9
  35. package/dist-es/models/models_0.js +0 -126
  36. package/dist-es/runtimeConfig.shared.js +2 -0
  37. package/dist-es/schemas/schemas_0.js +1172 -0
  38. package/dist-types/SSMIncidentsClient.d.ts +10 -1
  39. package/dist-types/models/models_0.d.ts +52 -13
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  41. package/dist-types/runtimeConfig.d.ts +1 -0
  42. package/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  44. package/dist-types/schemas/schemas_0.d.ts +171 -0
  45. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +4 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +0 -13
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +177 -0
  52. package/package.json +34 -35
  53. package/dist-es/protocols/Aws_restJson1.js +0 -1200
  54. package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { BatchGetIncidentFindingsCommandInput, BatchGetIncidentFindingsCommandOutput } from "./commands/BatchGetIncidentFindingsCommand";
11
11
  import { CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput } from "./commands/CreateReplicationSetCommand";
@@ -172,6 +172,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
172
172
  * Optional extensions
173
173
  */
174
174
  extensions?: RuntimeExtension[];
175
+ /**
176
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
177
+ * may be overridden. A default will always be set by the client.
178
+ * Available options depend on the service's supported protocols and will not be validated by
179
+ * the client.
180
+ * @alpha
181
+ *
182
+ */
183
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
175
184
  /**
176
185
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
177
186
  */
@@ -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
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SSMIncidentsHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,171 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException: StaticErrorSchema;
3
+ export declare var AddRegionAction: StaticStructureSchema;
4
+ export declare var BatchGetIncidentFindingsError: StaticStructureSchema;
5
+ export declare var BatchGetIncidentFindingsInput: StaticStructureSchema;
6
+ export declare var BatchGetIncidentFindingsOutput: StaticStructureSchema;
7
+ export declare var CloudFormationStackUpdate: StaticStructureSchema;
8
+ export declare var CodeDeployDeployment: StaticStructureSchema;
9
+ export declare var ConflictException: StaticErrorSchema;
10
+ export declare var CreateReplicationSetInput: StaticStructureSchema;
11
+ export declare var CreateReplicationSetOutput: StaticStructureSchema;
12
+ export declare var CreateResponsePlanInput: StaticStructureSchema;
13
+ export declare var CreateResponsePlanOutput: StaticStructureSchema;
14
+ export declare var CreateTimelineEventInput: StaticStructureSchema;
15
+ export declare var CreateTimelineEventOutput: StaticStructureSchema;
16
+ export declare var DeleteIncidentRecordInput: StaticStructureSchema;
17
+ export declare var DeleteIncidentRecordOutput: StaticStructureSchema;
18
+ export declare var DeleteRegionAction: StaticStructureSchema;
19
+ export declare var DeleteReplicationSetInput: StaticStructureSchema;
20
+ export declare var DeleteReplicationSetOutput: StaticStructureSchema;
21
+ export declare var DeleteResourcePolicyInput: StaticStructureSchema;
22
+ export declare var DeleteResourcePolicyOutput: StaticStructureSchema;
23
+ export declare var DeleteResponsePlanInput: StaticStructureSchema;
24
+ export declare var DeleteResponsePlanOutput: StaticStructureSchema;
25
+ export declare var DeleteTimelineEventInput: StaticStructureSchema;
26
+ export declare var DeleteTimelineEventOutput: StaticStructureSchema;
27
+ export declare var EmptyChatChannel: StaticStructureSchema;
28
+ export declare var EventSummary: StaticStructureSchema;
29
+ export declare var Filter: StaticStructureSchema;
30
+ export declare var Finding: StaticStructureSchema;
31
+ export declare var FindingSummary: StaticStructureSchema;
32
+ export declare var GetIncidentRecordInput: StaticStructureSchema;
33
+ export declare var GetIncidentRecordOutput: StaticStructureSchema;
34
+ export declare var GetReplicationSetInput: StaticStructureSchema;
35
+ export declare var GetReplicationSetOutput: StaticStructureSchema;
36
+ export declare var GetResourcePoliciesInput: StaticStructureSchema;
37
+ export declare var GetResourcePoliciesOutput: StaticStructureSchema;
38
+ export declare var GetResponsePlanInput: StaticStructureSchema;
39
+ export declare var GetResponsePlanOutput: StaticStructureSchema;
40
+ export declare var GetTimelineEventInput: StaticStructureSchema;
41
+ export declare var GetTimelineEventOutput: StaticStructureSchema;
42
+ export declare var IncidentRecord: StaticStructureSchema;
43
+ export declare var IncidentRecordSource: StaticStructureSchema;
44
+ export declare var IncidentRecordSummary: StaticStructureSchema;
45
+ export declare var IncidentTemplate: StaticStructureSchema;
46
+ export declare var InternalServerException: StaticErrorSchema;
47
+ export declare var ItemIdentifier: StaticStructureSchema;
48
+ export declare var ListIncidentFindingsInput: StaticStructureSchema;
49
+ export declare var ListIncidentFindingsOutput: StaticStructureSchema;
50
+ export declare var ListIncidentRecordsInput: StaticStructureSchema;
51
+ export declare var ListIncidentRecordsOutput: StaticStructureSchema;
52
+ export declare var ListRelatedItemsInput: StaticStructureSchema;
53
+ export declare var ListRelatedItemsOutput: StaticStructureSchema;
54
+ export declare var ListReplicationSetsInput: StaticStructureSchema;
55
+ export declare var ListReplicationSetsOutput: StaticStructureSchema;
56
+ export declare var ListResponsePlansInput: StaticStructureSchema;
57
+ export declare var ListResponsePlansOutput: StaticStructureSchema;
58
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
59
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
60
+ export declare var ListTimelineEventsInput: StaticStructureSchema;
61
+ export declare var ListTimelineEventsOutput: StaticStructureSchema;
62
+ export declare var PagerDutyConfiguration: StaticStructureSchema;
63
+ export declare var PagerDutyIncidentConfiguration: StaticStructureSchema;
64
+ export declare var PagerDutyIncidentDetail: StaticStructureSchema;
65
+ export declare var PutResourcePolicyInput: StaticStructureSchema;
66
+ export declare var PutResourcePolicyOutput: StaticStructureSchema;
67
+ export declare var RegionInfo: StaticStructureSchema;
68
+ export declare var RegionMapInputValue: StaticStructureSchema;
69
+ export declare var RelatedItem: StaticStructureSchema;
70
+ export declare var ReplicationSet: StaticStructureSchema;
71
+ export declare var ResourceNotFoundException: StaticErrorSchema;
72
+ export declare var ResourcePolicy: StaticStructureSchema;
73
+ export declare var ResponsePlanSummary: StaticStructureSchema;
74
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
75
+ export declare var SsmAutomation: StaticStructureSchema;
76
+ export declare var StartIncidentInput: StaticStructureSchema;
77
+ export declare var StartIncidentOutput: StaticStructureSchema;
78
+ export declare var TagResourceRequest: StaticStructureSchema;
79
+ export declare var TagResourceResponse: StaticStructureSchema;
80
+ export declare var ThrottlingException: StaticErrorSchema;
81
+ export declare var TimelineEvent: StaticStructureSchema;
82
+ export declare var TriggerDetails: StaticStructureSchema;
83
+ export declare var UntagResourceRequest: StaticStructureSchema;
84
+ export declare var UntagResourceResponse: StaticStructureSchema;
85
+ export declare var UpdateDeletionProtectionInput: StaticStructureSchema;
86
+ export declare var UpdateDeletionProtectionOutput: StaticStructureSchema;
87
+ export declare var UpdateIncidentRecordInput: StaticStructureSchema;
88
+ export declare var UpdateIncidentRecordOutput: StaticStructureSchema;
89
+ export declare var UpdateRelatedItemsInput: StaticStructureSchema;
90
+ export declare var UpdateRelatedItemsOutput: StaticStructureSchema;
91
+ export declare var UpdateReplicationSetInput: StaticStructureSchema;
92
+ export declare var UpdateReplicationSetOutput: StaticStructureSchema;
93
+ export declare var UpdateResponsePlanInput: StaticStructureSchema;
94
+ export declare var UpdateResponsePlanOutput: StaticStructureSchema;
95
+ export declare var UpdateTimelineEventInput: StaticStructureSchema;
96
+ export declare var UpdateTimelineEventOutput: StaticStructureSchema;
97
+ export declare var ValidationException: StaticErrorSchema;
98
+ export declare var SSMIncidentsServiceException: StaticErrorSchema;
99
+ export declare var ActionsList: StaticListSchema;
100
+ export declare var AutomationExecutionSet: StaticListSchema;
101
+ export declare var BatchGetIncidentFindingsErrorList: StaticListSchema;
102
+ export declare var ChatbotSnsConfigurationSet: number;
103
+ export declare var EngagementSet: number;
104
+ export declare var EventReferenceList: StaticListSchema;
105
+ export declare var EventSummaryList: StaticListSchema;
106
+ export declare var FilterList: StaticListSchema;
107
+ export declare var FindingIdList: number;
108
+ export declare var FindingList: StaticListSchema;
109
+ export declare var FindingSummaryList: StaticListSchema;
110
+ export declare var IncidentRecordSummaryList: StaticListSchema;
111
+ export declare var IntegerList: number;
112
+ export declare var Integrations: StaticListSchema;
113
+ export declare var NotificationTargetSet: StaticListSchema;
114
+ export declare var RelatedItemList: StaticListSchema;
115
+ export declare var ReplicationSetArnList: number;
116
+ export declare var ResourcePolicyList: StaticListSchema;
117
+ export declare var ResponsePlanSummaryList: StaticListSchema;
118
+ export declare var SsmParameterValues: number;
119
+ export declare var StringList: number;
120
+ export declare var TagKeyList: number;
121
+ export declare var UpdateActionList: StaticListSchema;
122
+ export declare var DynamicSsmParameters: StaticMapSchema;
123
+ export declare var RegionInfoMap: StaticMapSchema;
124
+ export declare var RegionMapInput: StaticMapSchema;
125
+ export declare var SsmParameters: StaticMapSchema;
126
+ export declare var TagMap: number;
127
+ export declare var TagMapUpdate: number;
128
+ export declare var Action: StaticStructureSchema;
129
+ export declare var AttributeValueList: StaticStructureSchema;
130
+ export declare var AutomationExecution: StaticStructureSchema;
131
+ export declare var ChatChannel: StaticStructureSchema;
132
+ export declare var Condition: StaticStructureSchema;
133
+ export declare var DynamicSsmParameterValue: StaticStructureSchema;
134
+ export declare var EventReference: StaticStructureSchema;
135
+ export declare var FindingDetails: StaticStructureSchema;
136
+ export declare var Integration: StaticStructureSchema;
137
+ export declare var ItemValue: StaticStructureSchema;
138
+ export declare var NotificationTargetItem: StaticStructureSchema;
139
+ export declare var RelatedItemsUpdate: StaticStructureSchema;
140
+ export declare var UpdateReplicationSetAction: StaticStructureSchema;
141
+ export declare var BatchGetIncidentFindings: StaticOperationSchema;
142
+ export declare var CreateReplicationSet: StaticOperationSchema;
143
+ export declare var CreateResponsePlan: StaticOperationSchema;
144
+ export declare var CreateTimelineEvent: StaticOperationSchema;
145
+ export declare var DeleteIncidentRecord: StaticOperationSchema;
146
+ export declare var DeleteReplicationSet: StaticOperationSchema;
147
+ export declare var DeleteResourcePolicy: StaticOperationSchema;
148
+ export declare var DeleteResponsePlan: StaticOperationSchema;
149
+ export declare var DeleteTimelineEvent: StaticOperationSchema;
150
+ export declare var GetIncidentRecord: StaticOperationSchema;
151
+ export declare var GetReplicationSet: StaticOperationSchema;
152
+ export declare var GetResourcePolicies: StaticOperationSchema;
153
+ export declare var GetResponsePlan: StaticOperationSchema;
154
+ export declare var GetTimelineEvent: StaticOperationSchema;
155
+ export declare var ListIncidentFindings: StaticOperationSchema;
156
+ export declare var ListIncidentRecords: StaticOperationSchema;
157
+ export declare var ListRelatedItems: StaticOperationSchema;
158
+ export declare var ListReplicationSets: StaticOperationSchema;
159
+ export declare var ListResponsePlans: StaticOperationSchema;
160
+ export declare var ListTagsForResource: StaticOperationSchema;
161
+ export declare var ListTimelineEvents: StaticOperationSchema;
162
+ export declare var PutResourcePolicy: StaticOperationSchema;
163
+ export declare var StartIncident: StaticOperationSchema;
164
+ export declare var TagResource: StaticOperationSchema;
165
+ export declare var UntagResource: StaticOperationSchema;
166
+ export declare var UpdateDeletionProtection: StaticOperationSchema;
167
+ export declare var UpdateIncidentRecord: StaticOperationSchema;
168
+ export declare var UpdateRelatedItems: StaticOperationSchema;
169
+ export declare var UpdateReplicationSet: StaticOperationSchema;
170
+ export declare var UpdateResponsePlan: StaticOperationSchema;
171
+ export declare var UpdateTimelineEvent: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -264,6 +267,7 @@ export interface ClientDefaults
264
267
  retryMode?: string | __Provider<string>;
265
268
  logger?: __Logger;
266
269
  extensions?: RuntimeExtension[];
270
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
267
271
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
268
272
  }
269
273
  export type SSMIncidentsClientConfigType = Partial<
@@ -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;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SSMIncidentsHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;