aws-sdk-ssmincidents 1.31.0 → 1.33.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmincidents/client.rb +1 -1
- data/lib/aws-sdk-ssmincidents/plugins/endpoints.rb +4 -2
- data/lib/aws-sdk-ssmincidents.rb +1 -1
- data/sig/client.rbs +650 -0
- data/sig/errors.rbs +48 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +819 -0
- data/sig/waiters.rbs +33 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,819 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::SSMIncidents
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class Action
|
17
|
+
attr_accessor ssm_automation: Types::SsmAutomation
|
18
|
+
attr_accessor unknown: untyped
|
19
|
+
SENSITIVE: []
|
20
|
+
|
21
|
+
class SsmAutomation < Action
|
22
|
+
end
|
23
|
+
class Unknown < Action
|
24
|
+
end
|
25
|
+
end
|
26
|
+
|
27
|
+
class AddRegionAction
|
28
|
+
attr_accessor region_name: ::String
|
29
|
+
attr_accessor sse_kms_key_id: ::String
|
30
|
+
SENSITIVE: []
|
31
|
+
end
|
32
|
+
|
33
|
+
class AttributeValueList
|
34
|
+
attr_accessor integer_values: ::Array[::Integer]
|
35
|
+
attr_accessor string_values: ::Array[::String]
|
36
|
+
attr_accessor unknown: untyped
|
37
|
+
SENSITIVE: []
|
38
|
+
|
39
|
+
class IntegerValues < AttributeValueList
|
40
|
+
end
|
41
|
+
class StringValues < AttributeValueList
|
42
|
+
end
|
43
|
+
class Unknown < AttributeValueList
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
class AutomationExecution
|
48
|
+
attr_accessor ssm_execution_arn: ::String
|
49
|
+
attr_accessor unknown: untyped
|
50
|
+
SENSITIVE: []
|
51
|
+
|
52
|
+
class SsmExecutionArn < AutomationExecution
|
53
|
+
end
|
54
|
+
class Unknown < AutomationExecution
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
class BatchGetIncidentFindingsError
|
59
|
+
attr_accessor code: ::String
|
60
|
+
attr_accessor finding_id: ::String
|
61
|
+
attr_accessor message: ::String
|
62
|
+
SENSITIVE: []
|
63
|
+
end
|
64
|
+
|
65
|
+
class BatchGetIncidentFindingsInput
|
66
|
+
attr_accessor finding_ids: ::Array[::String]
|
67
|
+
attr_accessor incident_record_arn: ::String
|
68
|
+
SENSITIVE: []
|
69
|
+
end
|
70
|
+
|
71
|
+
class BatchGetIncidentFindingsOutput
|
72
|
+
attr_accessor errors: ::Array[Types::BatchGetIncidentFindingsError]
|
73
|
+
attr_accessor findings: ::Array[Types::Finding]
|
74
|
+
SENSITIVE: []
|
75
|
+
end
|
76
|
+
|
77
|
+
class ChatChannel
|
78
|
+
attr_accessor chatbot_sns: ::Array[::String]
|
79
|
+
attr_accessor empty: Types::EmptyChatChannel
|
80
|
+
attr_accessor unknown: untyped
|
81
|
+
SENSITIVE: []
|
82
|
+
|
83
|
+
class ChatbotSns < ChatChannel
|
84
|
+
end
|
85
|
+
class Empty < ChatChannel
|
86
|
+
end
|
87
|
+
class Unknown < ChatChannel
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
class CloudFormationStackUpdate
|
92
|
+
attr_accessor end_time: ::Time
|
93
|
+
attr_accessor stack_arn: ::String
|
94
|
+
attr_accessor start_time: ::Time
|
95
|
+
SENSITIVE: []
|
96
|
+
end
|
97
|
+
|
98
|
+
class CodeDeployDeployment
|
99
|
+
attr_accessor deployment_group_arn: ::String
|
100
|
+
attr_accessor deployment_id: ::String
|
101
|
+
attr_accessor end_time: ::Time
|
102
|
+
attr_accessor start_time: ::Time
|
103
|
+
SENSITIVE: []
|
104
|
+
end
|
105
|
+
|
106
|
+
class Condition
|
107
|
+
attr_accessor after: ::Time
|
108
|
+
attr_accessor before: ::Time
|
109
|
+
attr_accessor equals: Types::AttributeValueList
|
110
|
+
attr_accessor unknown: untyped
|
111
|
+
SENSITIVE: []
|
112
|
+
|
113
|
+
class After < Condition
|
114
|
+
end
|
115
|
+
class Before < Condition
|
116
|
+
end
|
117
|
+
class Equals < Condition
|
118
|
+
end
|
119
|
+
class Unknown < Condition
|
120
|
+
end
|
121
|
+
end
|
122
|
+
|
123
|
+
class ConflictException
|
124
|
+
attr_accessor message: ::String
|
125
|
+
attr_accessor resource_identifier: ::String
|
126
|
+
attr_accessor resource_type: ("RESPONSE_PLAN" | "INCIDENT_RECORD" | "TIMELINE_EVENT" | "REPLICATION_SET" | "RESOURCE_POLICY")
|
127
|
+
attr_accessor retry_after: ::Time
|
128
|
+
SENSITIVE: []
|
129
|
+
end
|
130
|
+
|
131
|
+
class CreateReplicationSetInput
|
132
|
+
attr_accessor client_token: ::String
|
133
|
+
attr_accessor regions: ::Hash[::String, Types::RegionMapInputValue]
|
134
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
135
|
+
SENSITIVE: []
|
136
|
+
end
|
137
|
+
|
138
|
+
class CreateReplicationSetOutput
|
139
|
+
attr_accessor arn: ::String
|
140
|
+
SENSITIVE: []
|
141
|
+
end
|
142
|
+
|
143
|
+
class CreateResponsePlanInput
|
144
|
+
attr_accessor actions: ::Array[Types::Action]
|
145
|
+
attr_accessor chat_channel: Types::ChatChannel
|
146
|
+
attr_accessor client_token: ::String
|
147
|
+
attr_accessor display_name: ::String
|
148
|
+
attr_accessor engagements: ::Array[::String]
|
149
|
+
attr_accessor incident_template: Types::IncidentTemplate
|
150
|
+
attr_accessor integrations: ::Array[Types::Integration]
|
151
|
+
attr_accessor name: ::String
|
152
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class CreateResponsePlanOutput
|
157
|
+
attr_accessor arn: ::String
|
158
|
+
SENSITIVE: []
|
159
|
+
end
|
160
|
+
|
161
|
+
class CreateTimelineEventInput
|
162
|
+
attr_accessor client_token: ::String
|
163
|
+
attr_accessor event_data: ::String
|
164
|
+
attr_accessor event_references: ::Array[Types::EventReference]
|
165
|
+
attr_accessor event_time: ::Time
|
166
|
+
attr_accessor event_type: ::String
|
167
|
+
attr_accessor incident_record_arn: ::String
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class CreateTimelineEventOutput
|
172
|
+
attr_accessor event_id: ::String
|
173
|
+
attr_accessor incident_record_arn: ::String
|
174
|
+
SENSITIVE: []
|
175
|
+
end
|
176
|
+
|
177
|
+
class DeleteIncidentRecordInput
|
178
|
+
attr_accessor arn: ::String
|
179
|
+
SENSITIVE: []
|
180
|
+
end
|
181
|
+
|
182
|
+
class DeleteIncidentRecordOutput < Aws::EmptyStructure
|
183
|
+
end
|
184
|
+
|
185
|
+
class DeleteRegionAction
|
186
|
+
attr_accessor region_name: ::String
|
187
|
+
SENSITIVE: []
|
188
|
+
end
|
189
|
+
|
190
|
+
class DeleteReplicationSetInput
|
191
|
+
attr_accessor arn: ::String
|
192
|
+
SENSITIVE: []
|
193
|
+
end
|
194
|
+
|
195
|
+
class DeleteReplicationSetOutput < Aws::EmptyStructure
|
196
|
+
end
|
197
|
+
|
198
|
+
class DeleteResourcePolicyInput
|
199
|
+
attr_accessor policy_id: ::String
|
200
|
+
attr_accessor resource_arn: ::String
|
201
|
+
SENSITIVE: []
|
202
|
+
end
|
203
|
+
|
204
|
+
class DeleteResourcePolicyOutput < Aws::EmptyStructure
|
205
|
+
end
|
206
|
+
|
207
|
+
class DeleteResponsePlanInput
|
208
|
+
attr_accessor arn: ::String
|
209
|
+
SENSITIVE: []
|
210
|
+
end
|
211
|
+
|
212
|
+
class DeleteResponsePlanOutput < Aws::EmptyStructure
|
213
|
+
end
|
214
|
+
|
215
|
+
class DeleteTimelineEventInput
|
216
|
+
attr_accessor event_id: ::String
|
217
|
+
attr_accessor incident_record_arn: ::String
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class DeleteTimelineEventOutput < Aws::EmptyStructure
|
222
|
+
end
|
223
|
+
|
224
|
+
class DynamicSsmParameterValue
|
225
|
+
attr_accessor variable: ("INCIDENT_RECORD_ARN" | "INVOLVED_RESOURCES")
|
226
|
+
attr_accessor unknown: untyped
|
227
|
+
SENSITIVE: []
|
228
|
+
|
229
|
+
class Variable < DynamicSsmParameterValue
|
230
|
+
end
|
231
|
+
class Unknown < DynamicSsmParameterValue
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
235
|
+
class EmptyChatChannel < Aws::EmptyStructure
|
236
|
+
end
|
237
|
+
|
238
|
+
class EventReference
|
239
|
+
attr_accessor related_item_id: ::String
|
240
|
+
attr_accessor resource: ::String
|
241
|
+
attr_accessor unknown: untyped
|
242
|
+
SENSITIVE: []
|
243
|
+
|
244
|
+
class RelatedItemId < EventReference
|
245
|
+
end
|
246
|
+
class Resource < EventReference
|
247
|
+
end
|
248
|
+
class Unknown < EventReference
|
249
|
+
end
|
250
|
+
end
|
251
|
+
|
252
|
+
class EventSummary
|
253
|
+
attr_accessor event_id: ::String
|
254
|
+
attr_accessor event_references: ::Array[Types::EventReference]
|
255
|
+
attr_accessor event_time: ::Time
|
256
|
+
attr_accessor event_type: ::String
|
257
|
+
attr_accessor event_updated_time: ::Time
|
258
|
+
attr_accessor incident_record_arn: ::String
|
259
|
+
SENSITIVE: []
|
260
|
+
end
|
261
|
+
|
262
|
+
class Filter
|
263
|
+
attr_accessor condition: Types::Condition
|
264
|
+
attr_accessor key: ::String
|
265
|
+
SENSITIVE: []
|
266
|
+
end
|
267
|
+
|
268
|
+
class Finding
|
269
|
+
attr_accessor creation_time: ::Time
|
270
|
+
attr_accessor details: Types::FindingDetails
|
271
|
+
attr_accessor id: ::String
|
272
|
+
attr_accessor last_modified_time: ::Time
|
273
|
+
SENSITIVE: []
|
274
|
+
end
|
275
|
+
|
276
|
+
class FindingDetails
|
277
|
+
attr_accessor cloud_formation_stack_update: Types::CloudFormationStackUpdate
|
278
|
+
attr_accessor code_deploy_deployment: Types::CodeDeployDeployment
|
279
|
+
attr_accessor unknown: untyped
|
280
|
+
SENSITIVE: []
|
281
|
+
|
282
|
+
class CloudFormationStackUpdate < FindingDetails
|
283
|
+
end
|
284
|
+
class CodeDeployDeployment < FindingDetails
|
285
|
+
end
|
286
|
+
class Unknown < FindingDetails
|
287
|
+
end
|
288
|
+
end
|
289
|
+
|
290
|
+
class FindingSummary
|
291
|
+
attr_accessor id: ::String
|
292
|
+
attr_accessor last_modified_time: ::Time
|
293
|
+
SENSITIVE: []
|
294
|
+
end
|
295
|
+
|
296
|
+
class GetIncidentRecordInput
|
297
|
+
attr_accessor arn: ::String
|
298
|
+
SENSITIVE: []
|
299
|
+
end
|
300
|
+
|
301
|
+
class GetIncidentRecordOutput
|
302
|
+
attr_accessor incident_record: Types::IncidentRecord
|
303
|
+
SENSITIVE: []
|
304
|
+
end
|
305
|
+
|
306
|
+
class GetReplicationSetInput
|
307
|
+
attr_accessor arn: ::String
|
308
|
+
SENSITIVE: []
|
309
|
+
end
|
310
|
+
|
311
|
+
class GetReplicationSetOutput
|
312
|
+
attr_accessor replication_set: Types::ReplicationSet
|
313
|
+
SENSITIVE: []
|
314
|
+
end
|
315
|
+
|
316
|
+
class GetResourcePoliciesInput
|
317
|
+
attr_accessor max_results: ::Integer
|
318
|
+
attr_accessor next_token: ::String
|
319
|
+
attr_accessor resource_arn: ::String
|
320
|
+
SENSITIVE: []
|
321
|
+
end
|
322
|
+
|
323
|
+
class GetResourcePoliciesOutput
|
324
|
+
attr_accessor next_token: ::String
|
325
|
+
attr_accessor resource_policies: ::Array[Types::ResourcePolicy]
|
326
|
+
SENSITIVE: []
|
327
|
+
end
|
328
|
+
|
329
|
+
class GetResponsePlanInput
|
330
|
+
attr_accessor arn: ::String
|
331
|
+
SENSITIVE: []
|
332
|
+
end
|
333
|
+
|
334
|
+
class GetResponsePlanOutput
|
335
|
+
attr_accessor actions: ::Array[Types::Action]
|
336
|
+
attr_accessor arn: ::String
|
337
|
+
attr_accessor chat_channel: Types::ChatChannel
|
338
|
+
attr_accessor display_name: ::String
|
339
|
+
attr_accessor engagements: ::Array[::String]
|
340
|
+
attr_accessor incident_template: Types::IncidentTemplate
|
341
|
+
attr_accessor integrations: ::Array[Types::Integration]
|
342
|
+
attr_accessor name: ::String
|
343
|
+
SENSITIVE: []
|
344
|
+
end
|
345
|
+
|
346
|
+
class GetTimelineEventInput
|
347
|
+
attr_accessor event_id: ::String
|
348
|
+
attr_accessor incident_record_arn: ::String
|
349
|
+
SENSITIVE: []
|
350
|
+
end
|
351
|
+
|
352
|
+
class GetTimelineEventOutput
|
353
|
+
attr_accessor event: Types::TimelineEvent
|
354
|
+
SENSITIVE: []
|
355
|
+
end
|
356
|
+
|
357
|
+
class IncidentRecord
|
358
|
+
attr_accessor arn: ::String
|
359
|
+
attr_accessor automation_executions: ::Array[Types::AutomationExecution]
|
360
|
+
attr_accessor chat_channel: Types::ChatChannel
|
361
|
+
attr_accessor creation_time: ::Time
|
362
|
+
attr_accessor dedupe_string: ::String
|
363
|
+
attr_accessor impact: ::Integer
|
364
|
+
attr_accessor incident_record_source: Types::IncidentRecordSource
|
365
|
+
attr_accessor last_modified_by: ::String
|
366
|
+
attr_accessor last_modified_time: ::Time
|
367
|
+
attr_accessor notification_targets: ::Array[Types::NotificationTargetItem]
|
368
|
+
attr_accessor resolved_time: ::Time
|
369
|
+
attr_accessor status: ("OPEN" | "RESOLVED")
|
370
|
+
attr_accessor summary: ::String
|
371
|
+
attr_accessor title: ::String
|
372
|
+
SENSITIVE: []
|
373
|
+
end
|
374
|
+
|
375
|
+
class IncidentRecordSource
|
376
|
+
attr_accessor created_by: ::String
|
377
|
+
attr_accessor invoked_by: ::String
|
378
|
+
attr_accessor resource_arn: ::String
|
379
|
+
attr_accessor source: ::String
|
380
|
+
SENSITIVE: []
|
381
|
+
end
|
382
|
+
|
383
|
+
class IncidentRecordSummary
|
384
|
+
attr_accessor arn: ::String
|
385
|
+
attr_accessor creation_time: ::Time
|
386
|
+
attr_accessor impact: ::Integer
|
387
|
+
attr_accessor incident_record_source: Types::IncidentRecordSource
|
388
|
+
attr_accessor resolved_time: ::Time
|
389
|
+
attr_accessor status: ("OPEN" | "RESOLVED")
|
390
|
+
attr_accessor title: ::String
|
391
|
+
SENSITIVE: []
|
392
|
+
end
|
393
|
+
|
394
|
+
class IncidentTemplate
|
395
|
+
attr_accessor dedupe_string: ::String
|
396
|
+
attr_accessor impact: ::Integer
|
397
|
+
attr_accessor incident_tags: ::Hash[::String, ::String]
|
398
|
+
attr_accessor notification_targets: ::Array[Types::NotificationTargetItem]
|
399
|
+
attr_accessor summary: ::String
|
400
|
+
attr_accessor title: ::String
|
401
|
+
SENSITIVE: []
|
402
|
+
end
|
403
|
+
|
404
|
+
class Integration
|
405
|
+
attr_accessor pager_duty_configuration: Types::PagerDutyConfiguration
|
406
|
+
attr_accessor unknown: untyped
|
407
|
+
SENSITIVE: []
|
408
|
+
|
409
|
+
class PagerDutyConfiguration < Integration
|
410
|
+
end
|
411
|
+
class Unknown < Integration
|
412
|
+
end
|
413
|
+
end
|
414
|
+
|
415
|
+
class InternalServerException
|
416
|
+
attr_accessor message: ::String
|
417
|
+
SENSITIVE: []
|
418
|
+
end
|
419
|
+
|
420
|
+
class ItemIdentifier
|
421
|
+
attr_accessor type: ("ANALYSIS" | "INCIDENT" | "METRIC" | "PARENT" | "ATTACHMENT" | "OTHER" | "AUTOMATION" | "INVOLVED_RESOURCE" | "TASK")
|
422
|
+
attr_accessor value: Types::ItemValue
|
423
|
+
SENSITIVE: []
|
424
|
+
end
|
425
|
+
|
426
|
+
class ItemValue
|
427
|
+
attr_accessor arn: ::String
|
428
|
+
attr_accessor metric_definition: ::String
|
429
|
+
attr_accessor pager_duty_incident_detail: Types::PagerDutyIncidentDetail
|
430
|
+
attr_accessor url: ::String
|
431
|
+
attr_accessor unknown: untyped
|
432
|
+
SENSITIVE: []
|
433
|
+
|
434
|
+
class Arn < ItemValue
|
435
|
+
end
|
436
|
+
class MetricDefinition < ItemValue
|
437
|
+
end
|
438
|
+
class PagerDutyIncidentDetail < ItemValue
|
439
|
+
end
|
440
|
+
class Url < ItemValue
|
441
|
+
end
|
442
|
+
class Unknown < ItemValue
|
443
|
+
end
|
444
|
+
end
|
445
|
+
|
446
|
+
class ListIncidentFindingsInput
|
447
|
+
attr_accessor incident_record_arn: ::String
|
448
|
+
attr_accessor max_results: ::Integer
|
449
|
+
attr_accessor next_token: ::String
|
450
|
+
SENSITIVE: []
|
451
|
+
end
|
452
|
+
|
453
|
+
class ListIncidentFindingsOutput
|
454
|
+
attr_accessor findings: ::Array[Types::FindingSummary]
|
455
|
+
attr_accessor next_token: ::String
|
456
|
+
SENSITIVE: []
|
457
|
+
end
|
458
|
+
|
459
|
+
class ListIncidentRecordsInput
|
460
|
+
attr_accessor filters: ::Array[Types::Filter]
|
461
|
+
attr_accessor max_results: ::Integer
|
462
|
+
attr_accessor next_token: ::String
|
463
|
+
SENSITIVE: []
|
464
|
+
end
|
465
|
+
|
466
|
+
class ListIncidentRecordsOutput
|
467
|
+
attr_accessor incident_record_summaries: ::Array[Types::IncidentRecordSummary]
|
468
|
+
attr_accessor next_token: ::String
|
469
|
+
SENSITIVE: []
|
470
|
+
end
|
471
|
+
|
472
|
+
class ListRelatedItemsInput
|
473
|
+
attr_accessor incident_record_arn: ::String
|
474
|
+
attr_accessor max_results: ::Integer
|
475
|
+
attr_accessor next_token: ::String
|
476
|
+
SENSITIVE: []
|
477
|
+
end
|
478
|
+
|
479
|
+
class ListRelatedItemsOutput
|
480
|
+
attr_accessor next_token: ::String
|
481
|
+
attr_accessor related_items: ::Array[Types::RelatedItem]
|
482
|
+
SENSITIVE: []
|
483
|
+
end
|
484
|
+
|
485
|
+
class ListReplicationSetsInput
|
486
|
+
attr_accessor max_results: ::Integer
|
487
|
+
attr_accessor next_token: ::String
|
488
|
+
SENSITIVE: []
|
489
|
+
end
|
490
|
+
|
491
|
+
class ListReplicationSetsOutput
|
492
|
+
attr_accessor next_token: ::String
|
493
|
+
attr_accessor replication_set_arns: ::Array[::String]
|
494
|
+
SENSITIVE: []
|
495
|
+
end
|
496
|
+
|
497
|
+
class ListResponsePlansInput
|
498
|
+
attr_accessor max_results: ::Integer
|
499
|
+
attr_accessor next_token: ::String
|
500
|
+
SENSITIVE: []
|
501
|
+
end
|
502
|
+
|
503
|
+
class ListResponsePlansOutput
|
504
|
+
attr_accessor next_token: ::String
|
505
|
+
attr_accessor response_plan_summaries: ::Array[Types::ResponsePlanSummary]
|
506
|
+
SENSITIVE: []
|
507
|
+
end
|
508
|
+
|
509
|
+
class ListTagsForResourceRequest
|
510
|
+
attr_accessor resource_arn: ::String
|
511
|
+
SENSITIVE: []
|
512
|
+
end
|
513
|
+
|
514
|
+
class ListTagsForResourceResponse
|
515
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
516
|
+
SENSITIVE: []
|
517
|
+
end
|
518
|
+
|
519
|
+
class ListTimelineEventsInput
|
520
|
+
attr_accessor filters: ::Array[Types::Filter]
|
521
|
+
attr_accessor incident_record_arn: ::String
|
522
|
+
attr_accessor max_results: ::Integer
|
523
|
+
attr_accessor next_token: ::String
|
524
|
+
attr_accessor sort_by: ("EVENT_TIME")
|
525
|
+
attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
|
526
|
+
SENSITIVE: []
|
527
|
+
end
|
528
|
+
|
529
|
+
class ListTimelineEventsOutput
|
530
|
+
attr_accessor event_summaries: ::Array[Types::EventSummary]
|
531
|
+
attr_accessor next_token: ::String
|
532
|
+
SENSITIVE: []
|
533
|
+
end
|
534
|
+
|
535
|
+
class NotificationTargetItem
|
536
|
+
attr_accessor sns_topic_arn: ::String
|
537
|
+
attr_accessor unknown: untyped
|
538
|
+
SENSITIVE: []
|
539
|
+
|
540
|
+
class SnsTopicArn < NotificationTargetItem
|
541
|
+
end
|
542
|
+
class Unknown < NotificationTargetItem
|
543
|
+
end
|
544
|
+
end
|
545
|
+
|
546
|
+
class PagerDutyConfiguration
|
547
|
+
attr_accessor name: ::String
|
548
|
+
attr_accessor pager_duty_incident_configuration: Types::PagerDutyIncidentConfiguration
|
549
|
+
attr_accessor secret_id: ::String
|
550
|
+
SENSITIVE: []
|
551
|
+
end
|
552
|
+
|
553
|
+
class PagerDutyIncidentConfiguration
|
554
|
+
attr_accessor service_id: ::String
|
555
|
+
SENSITIVE: []
|
556
|
+
end
|
557
|
+
|
558
|
+
class PagerDutyIncidentDetail
|
559
|
+
attr_accessor auto_resolve: bool
|
560
|
+
attr_accessor id: ::String
|
561
|
+
attr_accessor secret_id: ::String
|
562
|
+
SENSITIVE: []
|
563
|
+
end
|
564
|
+
|
565
|
+
class PutResourcePolicyInput
|
566
|
+
attr_accessor policy: ::String
|
567
|
+
attr_accessor resource_arn: ::String
|
568
|
+
SENSITIVE: []
|
569
|
+
end
|
570
|
+
|
571
|
+
class PutResourcePolicyOutput
|
572
|
+
attr_accessor policy_id: ::String
|
573
|
+
SENSITIVE: []
|
574
|
+
end
|
575
|
+
|
576
|
+
class RegionInfo
|
577
|
+
attr_accessor sse_kms_key_id: ::String
|
578
|
+
attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING" | "FAILED")
|
579
|
+
attr_accessor status_message: ::String
|
580
|
+
attr_accessor status_update_date_time: ::Time
|
581
|
+
SENSITIVE: []
|
582
|
+
end
|
583
|
+
|
584
|
+
class RegionMapInputValue
|
585
|
+
attr_accessor sse_kms_key_id: ::String
|
586
|
+
SENSITIVE: []
|
587
|
+
end
|
588
|
+
|
589
|
+
class RelatedItem
|
590
|
+
attr_accessor generated_id: ::String
|
591
|
+
attr_accessor identifier: Types::ItemIdentifier
|
592
|
+
attr_accessor title: ::String
|
593
|
+
SENSITIVE: []
|
594
|
+
end
|
595
|
+
|
596
|
+
class RelatedItemsUpdate
|
597
|
+
attr_accessor item_to_add: Types::RelatedItem
|
598
|
+
attr_accessor item_to_remove: Types::ItemIdentifier
|
599
|
+
attr_accessor unknown: untyped
|
600
|
+
SENSITIVE: []
|
601
|
+
|
602
|
+
class ItemToAdd < RelatedItemsUpdate
|
603
|
+
end
|
604
|
+
class ItemToRemove < RelatedItemsUpdate
|
605
|
+
end
|
606
|
+
class Unknown < RelatedItemsUpdate
|
607
|
+
end
|
608
|
+
end
|
609
|
+
|
610
|
+
class ReplicationSet
|
611
|
+
attr_accessor arn: ::String
|
612
|
+
attr_accessor created_by: ::String
|
613
|
+
attr_accessor created_time: ::Time
|
614
|
+
attr_accessor deletion_protected: bool
|
615
|
+
attr_accessor last_modified_by: ::String
|
616
|
+
attr_accessor last_modified_time: ::Time
|
617
|
+
attr_accessor region_map: ::Hash[::String, Types::RegionInfo]
|
618
|
+
attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "FAILED")
|
619
|
+
SENSITIVE: []
|
620
|
+
end
|
621
|
+
|
622
|
+
class ResourceNotFoundException
|
623
|
+
attr_accessor message: ::String
|
624
|
+
attr_accessor resource_identifier: ::String
|
625
|
+
attr_accessor resource_type: ("RESPONSE_PLAN" | "INCIDENT_RECORD" | "TIMELINE_EVENT" | "REPLICATION_SET" | "RESOURCE_POLICY")
|
626
|
+
SENSITIVE: []
|
627
|
+
end
|
628
|
+
|
629
|
+
class ResourcePolicy
|
630
|
+
attr_accessor policy_document: ::String
|
631
|
+
attr_accessor policy_id: ::String
|
632
|
+
attr_accessor ram_resource_share_region: ::String
|
633
|
+
SENSITIVE: []
|
634
|
+
end
|
635
|
+
|
636
|
+
class ResponsePlanSummary
|
637
|
+
attr_accessor arn: ::String
|
638
|
+
attr_accessor display_name: ::String
|
639
|
+
attr_accessor name: ::String
|
640
|
+
SENSITIVE: []
|
641
|
+
end
|
642
|
+
|
643
|
+
class ServiceQuotaExceededException
|
644
|
+
attr_accessor message: ::String
|
645
|
+
attr_accessor quota_code: ::String
|
646
|
+
attr_accessor resource_identifier: ::String
|
647
|
+
attr_accessor resource_type: ("RESPONSE_PLAN" | "INCIDENT_RECORD" | "TIMELINE_EVENT" | "REPLICATION_SET" | "RESOURCE_POLICY")
|
648
|
+
attr_accessor service_code: ("ssm-incidents")
|
649
|
+
SENSITIVE: []
|
650
|
+
end
|
651
|
+
|
652
|
+
class SsmAutomation
|
653
|
+
attr_accessor document_name: ::String
|
654
|
+
attr_accessor document_version: ::String
|
655
|
+
attr_accessor dynamic_parameters: ::Hash[::String, Types::DynamicSsmParameterValue]
|
656
|
+
attr_accessor parameters: ::Hash[::String, ::Array[::String]]
|
657
|
+
attr_accessor role_arn: ::String
|
658
|
+
attr_accessor target_account: ("RESPONSE_PLAN_OWNER_ACCOUNT" | "IMPACTED_ACCOUNT")
|
659
|
+
SENSITIVE: []
|
660
|
+
end
|
661
|
+
|
662
|
+
class StartIncidentInput
|
663
|
+
attr_accessor client_token: ::String
|
664
|
+
attr_accessor impact: ::Integer
|
665
|
+
attr_accessor related_items: ::Array[Types::RelatedItem]
|
666
|
+
attr_accessor response_plan_arn: ::String
|
667
|
+
attr_accessor title: ::String
|
668
|
+
attr_accessor trigger_details: Types::TriggerDetails
|
669
|
+
SENSITIVE: []
|
670
|
+
end
|
671
|
+
|
672
|
+
class StartIncidentOutput
|
673
|
+
attr_accessor incident_record_arn: ::String
|
674
|
+
SENSITIVE: []
|
675
|
+
end
|
676
|
+
|
677
|
+
class TagResourceRequest
|
678
|
+
attr_accessor resource_arn: ::String
|
679
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
680
|
+
SENSITIVE: []
|
681
|
+
end
|
682
|
+
|
683
|
+
class TagResourceResponse < Aws::EmptyStructure
|
684
|
+
end
|
685
|
+
|
686
|
+
class ThrottlingException
|
687
|
+
attr_accessor message: ::String
|
688
|
+
attr_accessor quota_code: ::String
|
689
|
+
attr_accessor service_code: ("ssm-incidents")
|
690
|
+
SENSITIVE: []
|
691
|
+
end
|
692
|
+
|
693
|
+
class TimelineEvent
|
694
|
+
attr_accessor event_data: ::String
|
695
|
+
attr_accessor event_id: ::String
|
696
|
+
attr_accessor event_references: ::Array[Types::EventReference]
|
697
|
+
attr_accessor event_time: ::Time
|
698
|
+
attr_accessor event_type: ::String
|
699
|
+
attr_accessor event_updated_time: ::Time
|
700
|
+
attr_accessor incident_record_arn: ::String
|
701
|
+
SENSITIVE: []
|
702
|
+
end
|
703
|
+
|
704
|
+
class TriggerDetails
|
705
|
+
attr_accessor raw_data: ::String
|
706
|
+
attr_accessor source: ::String
|
707
|
+
attr_accessor timestamp: ::Time
|
708
|
+
attr_accessor trigger_arn: ::String
|
709
|
+
SENSITIVE: []
|
710
|
+
end
|
711
|
+
|
712
|
+
class UntagResourceRequest
|
713
|
+
attr_accessor resource_arn: ::String
|
714
|
+
attr_accessor tag_keys: ::Array[::String]
|
715
|
+
SENSITIVE: []
|
716
|
+
end
|
717
|
+
|
718
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
719
|
+
end
|
720
|
+
|
721
|
+
class UpdateDeletionProtectionInput
|
722
|
+
attr_accessor arn: ::String
|
723
|
+
attr_accessor client_token: ::String
|
724
|
+
attr_accessor deletion_protected: bool
|
725
|
+
SENSITIVE: []
|
726
|
+
end
|
727
|
+
|
728
|
+
class UpdateDeletionProtectionOutput < Aws::EmptyStructure
|
729
|
+
end
|
730
|
+
|
731
|
+
class UpdateIncidentRecordInput
|
732
|
+
attr_accessor arn: ::String
|
733
|
+
attr_accessor chat_channel: Types::ChatChannel
|
734
|
+
attr_accessor client_token: ::String
|
735
|
+
attr_accessor impact: ::Integer
|
736
|
+
attr_accessor notification_targets: ::Array[Types::NotificationTargetItem]
|
737
|
+
attr_accessor status: ("OPEN" | "RESOLVED")
|
738
|
+
attr_accessor summary: ::String
|
739
|
+
attr_accessor title: ::String
|
740
|
+
SENSITIVE: []
|
741
|
+
end
|
742
|
+
|
743
|
+
class UpdateIncidentRecordOutput < Aws::EmptyStructure
|
744
|
+
end
|
745
|
+
|
746
|
+
class UpdateRelatedItemsInput
|
747
|
+
attr_accessor client_token: ::String
|
748
|
+
attr_accessor incident_record_arn: ::String
|
749
|
+
attr_accessor related_items_update: Types::RelatedItemsUpdate
|
750
|
+
SENSITIVE: []
|
751
|
+
end
|
752
|
+
|
753
|
+
class UpdateRelatedItemsOutput < Aws::EmptyStructure
|
754
|
+
end
|
755
|
+
|
756
|
+
class UpdateReplicationSetAction
|
757
|
+
attr_accessor add_region_action: Types::AddRegionAction
|
758
|
+
attr_accessor delete_region_action: Types::DeleteRegionAction
|
759
|
+
attr_accessor unknown: untyped
|
760
|
+
SENSITIVE: []
|
761
|
+
|
762
|
+
class AddRegionAction < UpdateReplicationSetAction
|
763
|
+
end
|
764
|
+
class DeleteRegionAction < UpdateReplicationSetAction
|
765
|
+
end
|
766
|
+
class Unknown < UpdateReplicationSetAction
|
767
|
+
end
|
768
|
+
end
|
769
|
+
|
770
|
+
class UpdateReplicationSetInput
|
771
|
+
attr_accessor actions: ::Array[Types::UpdateReplicationSetAction]
|
772
|
+
attr_accessor arn: ::String
|
773
|
+
attr_accessor client_token: ::String
|
774
|
+
SENSITIVE: []
|
775
|
+
end
|
776
|
+
|
777
|
+
class UpdateReplicationSetOutput < Aws::EmptyStructure
|
778
|
+
end
|
779
|
+
|
780
|
+
class UpdateResponsePlanInput
|
781
|
+
attr_accessor actions: ::Array[Types::Action]
|
782
|
+
attr_accessor arn: ::String
|
783
|
+
attr_accessor chat_channel: Types::ChatChannel
|
784
|
+
attr_accessor client_token: ::String
|
785
|
+
attr_accessor display_name: ::String
|
786
|
+
attr_accessor engagements: ::Array[::String]
|
787
|
+
attr_accessor incident_template_dedupe_string: ::String
|
788
|
+
attr_accessor incident_template_impact: ::Integer
|
789
|
+
attr_accessor incident_template_notification_targets: ::Array[Types::NotificationTargetItem]
|
790
|
+
attr_accessor incident_template_summary: ::String
|
791
|
+
attr_accessor incident_template_tags: ::Hash[::String, ::String]
|
792
|
+
attr_accessor incident_template_title: ::String
|
793
|
+
attr_accessor integrations: ::Array[Types::Integration]
|
794
|
+
SENSITIVE: []
|
795
|
+
end
|
796
|
+
|
797
|
+
class UpdateResponsePlanOutput < Aws::EmptyStructure
|
798
|
+
end
|
799
|
+
|
800
|
+
class UpdateTimelineEventInput
|
801
|
+
attr_accessor client_token: ::String
|
802
|
+
attr_accessor event_data: ::String
|
803
|
+
attr_accessor event_id: ::String
|
804
|
+
attr_accessor event_references: ::Array[Types::EventReference]
|
805
|
+
attr_accessor event_time: ::Time
|
806
|
+
attr_accessor event_type: ::String
|
807
|
+
attr_accessor incident_record_arn: ::String
|
808
|
+
SENSITIVE: []
|
809
|
+
end
|
810
|
+
|
811
|
+
class UpdateTimelineEventOutput < Aws::EmptyStructure
|
812
|
+
end
|
813
|
+
|
814
|
+
class ValidationException
|
815
|
+
attr_accessor message: ::String
|
816
|
+
SENSITIVE: []
|
817
|
+
end
|
818
|
+
end
|
819
|
+
end
|