@aws-sdk/client-ssm-incidents 3.315.0 → 3.319.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.
@@ -29,235 +29,192 @@ import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } f
29
29
  import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "./commands/UpdateResponsePlanCommand";
30
30
  import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "./commands/UpdateTimelineEventCommand";
31
31
  import { SSMIncidentsClient } from "./SSMIncidentsClient";
32
- /**
33
- * @public
34
- * <p>Systems Manager Incident Manager is an incident management console designed to help users
35
- * mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An
36
- * incident is any unplanned interruption or reduction in quality of services. </p>
37
- * <p>Incident Manager increases incident resolution by notifying responders of impact,
38
- * highlighting relevant troubleshooting data, and providing collaboration tools to get services
39
- * back up and running. To achieve the primary goal of reducing the time-to-resolution of
40
- * critical incidents, Incident Manager automates response plans and enables responder
41
- * team escalation. </p>
42
- */
43
- export declare class SSMIncidents extends SSMIncidentsClient {
32
+ export interface SSMIncidents {
44
33
  /**
45
- * @public
46
- * <p>A replication set replicates and encrypts your data to the provided Regions with the
47
- * provided KMS key. </p>
34
+ * @see {@link CreateReplicationSetCommand}
48
35
  */
49
36
  createReplicationSet(args: CreateReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateReplicationSetCommandOutput>;
50
37
  createReplicationSet(args: CreateReplicationSetCommandInput, cb: (err: any, data?: CreateReplicationSetCommandOutput) => void): void;
51
38
  createReplicationSet(args: CreateReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationSetCommandOutput) => void): void;
52
39
  /**
53
- * @public
54
- * <p>Creates a response plan that automates the initial response to incidents. A response plan
55
- * engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning
56
- * of an incident.</p>
40
+ * @see {@link CreateResponsePlanCommand}
57
41
  */
58
42
  createResponsePlan(args: CreateResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateResponsePlanCommandOutput>;
59
43
  createResponsePlan(args: CreateResponsePlanCommandInput, cb: (err: any, data?: CreateResponsePlanCommandOutput) => void): void;
60
44
  createResponsePlan(args: CreateResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResponsePlanCommandOutput) => void): void;
61
45
  /**
62
- * @public
63
- * <p>Creates a custom timeline event on the incident details page of an incident record.
64
- * Incident Manager automatically creates timeline events that mark key moments during an incident.
65
- * You can create custom timeline events to mark important events that Incident Manager can detect
66
- * automatically.</p>
46
+ * @see {@link CreateTimelineEventCommand}
67
47
  */
68
48
  createTimelineEvent(args: CreateTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<CreateTimelineEventCommandOutput>;
69
49
  createTimelineEvent(args: CreateTimelineEventCommandInput, cb: (err: any, data?: CreateTimelineEventCommandOutput) => void): void;
70
50
  createTimelineEvent(args: CreateTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTimelineEventCommandOutput) => void): void;
71
51
  /**
72
- * @public
73
- * <p>Delete an incident record from Incident Manager. </p>
52
+ * @see {@link DeleteIncidentRecordCommand}
74
53
  */
75
54
  deleteIncidentRecord(args: DeleteIncidentRecordCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIncidentRecordCommandOutput>;
76
55
  deleteIncidentRecord(args: DeleteIncidentRecordCommandInput, cb: (err: any, data?: DeleteIncidentRecordCommandOutput) => void): void;
77
56
  deleteIncidentRecord(args: DeleteIncidentRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIncidentRecordCommandOutput) => void): void;
78
57
  /**
79
- * @public
80
- * <p>Deletes all Regions in your replication set. Deleting the replication set deletes all
81
- * Incident Manager data.</p>
58
+ * @see {@link DeleteReplicationSetCommand}
82
59
  */
83
60
  deleteReplicationSet(args: DeleteReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReplicationSetCommandOutput>;
84
61
  deleteReplicationSet(args: DeleteReplicationSetCommandInput, cb: (err: any, data?: DeleteReplicationSetCommandOutput) => void): void;
85
62
  deleteReplicationSet(args: DeleteReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationSetCommandOutput) => void): void;
86
63
  /**
87
- * @public
88
- * <p>Deletes the resource policy that Resource Access Manager uses to share your Incident Manager
89
- * resource.</p>
64
+ * @see {@link DeleteResourcePolicyCommand}
90
65
  */
91
66
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
92
67
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
93
68
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
94
69
  /**
95
- * @public
96
- * <p>Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response
97
- * plan.</p>
70
+ * @see {@link DeleteResponsePlanCommand}
98
71
  */
99
72
  deleteResponsePlan(args: DeleteResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResponsePlanCommandOutput>;
100
73
  deleteResponsePlan(args: DeleteResponsePlanCommandInput, cb: (err: any, data?: DeleteResponsePlanCommandOutput) => void): void;
101
74
  deleteResponsePlan(args: DeleteResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResponsePlanCommandOutput) => void): void;
102
75
  /**
103
- * @public
104
- * <p>Deletes a timeline event from an incident.</p>
76
+ * @see {@link DeleteTimelineEventCommand}
105
77
  */
106
78
  deleteTimelineEvent(args: DeleteTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTimelineEventCommandOutput>;
107
79
  deleteTimelineEvent(args: DeleteTimelineEventCommandInput, cb: (err: any, data?: DeleteTimelineEventCommandOutput) => void): void;
108
80
  deleteTimelineEvent(args: DeleteTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTimelineEventCommandOutput) => void): void;
109
81
  /**
110
- * @public
111
- * <p>Returns the details for the specified incident record.</p>
82
+ * @see {@link GetIncidentRecordCommand}
112
83
  */
113
84
  getIncidentRecord(args: GetIncidentRecordCommandInput, options?: __HttpHandlerOptions): Promise<GetIncidentRecordCommandOutput>;
114
85
  getIncidentRecord(args: GetIncidentRecordCommandInput, cb: (err: any, data?: GetIncidentRecordCommandOutput) => void): void;
115
86
  getIncidentRecord(args: GetIncidentRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIncidentRecordCommandOutput) => void): void;
116
87
  /**
117
- * @public
118
- * <p>Retrieve your Incident Manager replication set.</p>
88
+ * @see {@link GetReplicationSetCommand}
119
89
  */
120
90
  getReplicationSet(args: GetReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<GetReplicationSetCommandOutput>;
121
91
  getReplicationSet(args: GetReplicationSetCommandInput, cb: (err: any, data?: GetReplicationSetCommandOutput) => void): void;
122
92
  getReplicationSet(args: GetReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReplicationSetCommandOutput) => void): void;
123
93
  /**
124
- * @public
125
- * <p>Retrieves the resource policies attached to the specified response plan.</p>
94
+ * @see {@link GetResourcePoliciesCommand}
126
95
  */
127
96
  getResourcePolicies(args: GetResourcePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePoliciesCommandOutput>;
128
97
  getResourcePolicies(args: GetResourcePoliciesCommandInput, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
129
98
  getResourcePolicies(args: GetResourcePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void): void;
130
99
  /**
131
- * @public
132
- * <p>Retrieves the details of the specified response plan.</p>
100
+ * @see {@link GetResponsePlanCommand}
133
101
  */
134
102
  getResponsePlan(args: GetResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<GetResponsePlanCommandOutput>;
135
103
  getResponsePlan(args: GetResponsePlanCommandInput, cb: (err: any, data?: GetResponsePlanCommandOutput) => void): void;
136
104
  getResponsePlan(args: GetResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResponsePlanCommandOutput) => void): void;
137
105
  /**
138
- * @public
139
- * <p>Retrieves a timeline event based on its ID and incident record.</p>
106
+ * @see {@link GetTimelineEventCommand}
140
107
  */
141
108
  getTimelineEvent(args: GetTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<GetTimelineEventCommandOutput>;
142
109
  getTimelineEvent(args: GetTimelineEventCommandInput, cb: (err: any, data?: GetTimelineEventCommandOutput) => void): void;
143
110
  getTimelineEvent(args: GetTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTimelineEventCommandOutput) => void): void;
144
111
  /**
145
- * @public
146
- * <p>Lists all incident records in your account. Use this command to retrieve the Amazon
147
- * Resource Name (ARN) of the incident record you want to update. </p>
112
+ * @see {@link ListIncidentRecordsCommand}
148
113
  */
149
114
  listIncidentRecords(args: ListIncidentRecordsCommandInput, options?: __HttpHandlerOptions): Promise<ListIncidentRecordsCommandOutput>;
150
115
  listIncidentRecords(args: ListIncidentRecordsCommandInput, cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void): void;
151
116
  listIncidentRecords(args: ListIncidentRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIncidentRecordsCommandOutput) => void): void;
152
117
  /**
153
- * @public
154
- * <p>List all related items for an incident record.</p>
118
+ * @see {@link ListRelatedItemsCommand}
155
119
  */
156
120
  listRelatedItems(args: ListRelatedItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListRelatedItemsCommandOutput>;
157
121
  listRelatedItems(args: ListRelatedItemsCommandInput, cb: (err: any, data?: ListRelatedItemsCommandOutput) => void): void;
158
122
  listRelatedItems(args: ListRelatedItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRelatedItemsCommandOutput) => void): void;
159
123
  /**
160
- * @public
161
- * <p>Lists details about the replication set configured in your account. </p>
124
+ * @see {@link ListReplicationSetsCommand}
162
125
  */
163
126
  listReplicationSets(args: ListReplicationSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListReplicationSetsCommandOutput>;
164
127
  listReplicationSets(args: ListReplicationSetsCommandInput, cb: (err: any, data?: ListReplicationSetsCommandOutput) => void): void;
165
128
  listReplicationSets(args: ListReplicationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplicationSetsCommandOutput) => void): void;
166
129
  /**
167
- * @public
168
- * <p>Lists all response plans in your account.</p>
130
+ * @see {@link ListResponsePlansCommand}
169
131
  */
170
132
  listResponsePlans(args: ListResponsePlansCommandInput, options?: __HttpHandlerOptions): Promise<ListResponsePlansCommandOutput>;
171
133
  listResponsePlans(args: ListResponsePlansCommandInput, cb: (err: any, data?: ListResponsePlansCommandOutput) => void): void;
172
134
  listResponsePlans(args: ListResponsePlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResponsePlansCommandOutput) => void): void;
173
135
  /**
174
- * @public
175
- * <p>Lists the tags that are attached to the specified response plan.</p>
136
+ * @see {@link ListTagsForResourceCommand}
176
137
  */
177
138
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
178
139
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
179
140
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
180
141
  /**
181
- * @public
182
- * <p>Lists timeline events for the specified incident record.</p>
142
+ * @see {@link ListTimelineEventsCommand}
183
143
  */
184
144
  listTimelineEvents(args: ListTimelineEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListTimelineEventsCommandOutput>;
185
145
  listTimelineEvents(args: ListTimelineEventsCommandInput, cb: (err: any, data?: ListTimelineEventsCommandOutput) => void): void;
186
146
  listTimelineEvents(args: ListTimelineEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTimelineEventsCommandOutput) => void): void;
187
147
  /**
188
- * @public
189
- * <p>Adds a resource policy to the specified response plan. The resource policy is used to
190
- * share the response plan using Resource Access Manager (RAM). For more
191
- * information about cross-account sharing, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/incident-manager-cross-account-cross-region.html">Cross-Region and cross-account incident management</a>.</p>
148
+ * @see {@link PutResourcePolicyCommand}
192
149
  */
193
150
  putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
194
151
  putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
195
152
  putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
196
153
  /**
197
- * @public
198
- * <p>Used to start an incident from CloudWatch alarms, EventBridge events, or
199
- * manually. </p>
154
+ * @see {@link StartIncidentCommand}
200
155
  */
201
156
  startIncident(args: StartIncidentCommandInput, options?: __HttpHandlerOptions): Promise<StartIncidentCommandOutput>;
202
157
  startIncident(args: StartIncidentCommandInput, cb: (err: any, data?: StartIncidentCommandOutput) => void): void;
203
158
  startIncident(args: StartIncidentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartIncidentCommandOutput) => void): void;
204
159
  /**
205
- * @public
206
- * <p>Adds a tag to a response plan.</p>
160
+ * @see {@link TagResourceCommand}
207
161
  */
208
162
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
209
163
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
210
164
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
211
165
  /**
212
- * @public
213
- * <p>Removes a tag from a resource.</p>
166
+ * @see {@link UntagResourceCommand}
214
167
  */
215
168
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
216
169
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
217
170
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
218
171
  /**
219
- * @public
220
- * <p>Update deletion protection to either allow or deny deletion of the final Region in a
221
- * replication set.</p>
172
+ * @see {@link UpdateDeletionProtectionCommand}
222
173
  */
223
174
  updateDeletionProtection(args: UpdateDeletionProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeletionProtectionCommandOutput>;
224
175
  updateDeletionProtection(args: UpdateDeletionProtectionCommandInput, cb: (err: any, data?: UpdateDeletionProtectionCommandOutput) => void): void;
225
176
  updateDeletionProtection(args: UpdateDeletionProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeletionProtectionCommandOutput) => void): void;
226
177
  /**
227
- * @public
228
- * <p>Update the details of an incident record. You can use this operation to update an incident
229
- * record from the defined chat channel. For more information about using actions in chat
230
- * channels, see <a href="https://docs.aws.amazon.com/incident-manager/latest/userguide/chat.html#chat-interact">Interacting through chat</a>.</p>
178
+ * @see {@link UpdateIncidentRecordCommand}
231
179
  */
232
180
  updateIncidentRecord(args: UpdateIncidentRecordCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIncidentRecordCommandOutput>;
233
181
  updateIncidentRecord(args: UpdateIncidentRecordCommandInput, cb: (err: any, data?: UpdateIncidentRecordCommandOutput) => void): void;
234
182
  updateIncidentRecord(args: UpdateIncidentRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIncidentRecordCommandOutput) => void): void;
235
183
  /**
236
- * @public
237
- * <p>Add or remove related items from the related items tab of an incident record.</p>
184
+ * @see {@link UpdateRelatedItemsCommand}
238
185
  */
239
186
  updateRelatedItems(args: UpdateRelatedItemsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRelatedItemsCommandOutput>;
240
187
  updateRelatedItems(args: UpdateRelatedItemsCommandInput, cb: (err: any, data?: UpdateRelatedItemsCommandOutput) => void): void;
241
188
  updateRelatedItems(args: UpdateRelatedItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRelatedItemsCommandOutput) => void): void;
242
189
  /**
243
- * @public
244
- * <p>Add or delete Regions from your replication set.</p>
190
+ * @see {@link UpdateReplicationSetCommand}
245
191
  */
246
192
  updateReplicationSet(args: UpdateReplicationSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReplicationSetCommandOutput>;
247
193
  updateReplicationSet(args: UpdateReplicationSetCommandInput, cb: (err: any, data?: UpdateReplicationSetCommandOutput) => void): void;
248
194
  updateReplicationSet(args: UpdateReplicationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReplicationSetCommandOutput) => void): void;
249
195
  /**
250
- * @public
251
- * <p>Updates the specified response plan.</p>
196
+ * @see {@link UpdateResponsePlanCommand}
252
197
  */
253
198
  updateResponsePlan(args: UpdateResponsePlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResponsePlanCommandOutput>;
254
199
  updateResponsePlan(args: UpdateResponsePlanCommandInput, cb: (err: any, data?: UpdateResponsePlanCommandOutput) => void): void;
255
200
  updateResponsePlan(args: UpdateResponsePlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResponsePlanCommandOutput) => void): void;
256
201
  /**
257
- * @public
258
- * <p>Updates a timeline event. You can update events of type <code>Custom Event</code>.</p>
202
+ * @see {@link UpdateTimelineEventCommand}
259
203
  */
260
204
  updateTimelineEvent(args: UpdateTimelineEventCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTimelineEventCommandOutput>;
261
205
  updateTimelineEvent(args: UpdateTimelineEventCommandInput, cb: (err: any, data?: UpdateTimelineEventCommandOutput) => void): void;
262
206
  updateTimelineEvent(args: UpdateTimelineEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTimelineEventCommandOutput) => void): void;
263
207
  }
208
+ /**
209
+ * @public
210
+ * <p>Systems Manager Incident Manager is an incident management console designed to help users
211
+ * mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An
212
+ * incident is any unplanned interruption or reduction in quality of services. </p>
213
+ * <p>Incident Manager increases incident resolution by notifying responders of impact,
214
+ * highlighting relevant troubleshooting data, and providing collaboration tools to get services
215
+ * back up and running. To achieve the primary goal of reducing the time-to-resolution of
216
+ * critical incidents, Incident Manager automates response plans and enables responder
217
+ * team escalation. </p>
218
+ */
219
+ export declare class SSMIncidents extends SSMIncidentsClient implements SSMIncidents {
220
+ }
@@ -116,7 +116,7 @@ import {
116
116
  UpdateTimelineEventCommandOutput,
117
117
  } from "./commands/UpdateTimelineEventCommand";
118
118
  import { SSMIncidentsClient } from "./SSMIncidentsClient";
119
- export declare class SSMIncidents extends SSMIncidentsClient {
119
+ export interface SSMIncidents {
120
120
  createReplicationSet(
121
121
  args: CreateReplicationSetCommandInput,
122
122
  options?: __HttpHandlerOptions
@@ -495,3 +495,6 @@ export declare class SSMIncidents extends SSMIncidentsClient {
495
495
  cb: (err: any, data?: UpdateTimelineEventCommandOutput) => void
496
496
  ): void;
497
497
  }
498
+ export declare class SSMIncidents
499
+ extends SSMIncidentsClient
500
+ implements SSMIncidents {}
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.315.0",
4
+ "version": "3.319.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.315.0",
24
+ "@aws-sdk/client-sts": "3.319.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.315.0",
26
+ "@aws-sdk/credential-provider-node": "3.319.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -36,19 +36,19 @@
36
36
  "@aws-sdk/middleware-serde": "3.310.0",
37
37
  "@aws-sdk/middleware-signing": "3.310.0",
38
38
  "@aws-sdk/middleware-stack": "3.310.0",
39
- "@aws-sdk/middleware-user-agent": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.319.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.310.0",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.315.0",
43
+ "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.315.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.315.0",
51
- "@aws-sdk/util-endpoints": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.316.0",
51
+ "@aws-sdk/util-endpoints": "3.319.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",
54
54
  "@aws-sdk/util-user-agent-node": "3.310.0",