cdk-lambda-subminute 2.0.299 → 2.0.301

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 (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +36 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
  8. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +369 -20
  9. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  10. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +434 -269
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
  13. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
  14. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
  16. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  17. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
  18. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
  19. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
  21. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  22. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
  24. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
  25. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
  26. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
  29. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
  30. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
  31. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
  32. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
  33. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
  34. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
  35. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
  36. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
  37. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1119 -79
  38. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
  39. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
  40. package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
  41. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
  42. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +386 -5
  43. package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
  44. package/node_modules/aws-sdk/clients/ec2.d.ts +198 -2
  45. package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
  46. package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
  47. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
  48. package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
  49. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
  50. package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
  51. package/node_modules/aws-sdk/clients/lambda.d.ts +40 -6
  52. package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
  53. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
  54. package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
  55. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
  56. package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
  57. package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
  58. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  59. package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
  60. package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
  61. package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
  62. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
  63. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
  64. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1517 -128
  65. package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
  66. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  67. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +36 -36
  68. package/node_modules/aws-sdk/dist/aws-sdk.js +888 -647
  69. package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
  70. package/node_modules/aws-sdk/lib/core.js +1 -1
  71. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  72. package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
  73. package/node_modules/aws-sdk/package.json +1 -1
  74. package/package.json +5 -5
@@ -1866,6 +1866,10 @@ declare namespace SSM {
1866
1866
  * The name of the Change Manager change request.
1867
1867
  */
1868
1868
  ChangeRequestName?: ChangeRequestName;
1869
+ /**
1870
+ * Variables defined for the automation.
1871
+ */
1872
+ Variables?: AutomationParameterMap;
1869
1873
  }
1870
1874
  export interface AutomationExecutionFilter {
1871
1875
  /**
@@ -2005,7 +2009,7 @@ declare namespace SSM {
2005
2009
  ChangeRequestName?: ChangeRequestName;
2006
2010
  }
2007
2011
  export type AutomationExecutionMetadataList = AutomationExecutionMetadata[];
2008
- export type AutomationExecutionStatus = "Pending"|"InProgress"|"Waiting"|"Success"|"TimedOut"|"Cancelling"|"Cancelled"|"Failed"|"PendingApproval"|"Approved"|"Rejected"|"Scheduled"|"RunbookInProgress"|"PendingChangeCalendarOverride"|"ChangeCalendarOverrideApproved"|"ChangeCalendarOverrideRejected"|"CompletedWithSuccess"|"CompletedWithFailure"|string;
2012
+ export type AutomationExecutionStatus = "Pending"|"InProgress"|"Waiting"|"Success"|"TimedOut"|"Cancelling"|"Cancelled"|"Failed"|"PendingApproval"|"Approved"|"Rejected"|"Scheduled"|"RunbookInProgress"|"PendingChangeCalendarOverride"|"ChangeCalendarOverrideApproved"|"ChangeCalendarOverrideRejected"|"CompletedWithSuccess"|"CompletedWithFailure"|"Exited"|string;
2009
2013
  export type AutomationParameterKey = string;
2010
2014
  export type AutomationParameterMap = {[key: string]: AutomationParameterValueList};
2011
2015
  export type AutomationParameterValue = string;
@@ -2807,7 +2811,7 @@ declare namespace SSM {
2807
2811
  */
2808
2812
  Description: OpsItemDescription;
2809
2813
  /**
2810
- * The type of OpsItem to create. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insights This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
2814
+ * The type of OpsItem to create. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
2811
2815
  */
2812
2816
  OpsItemType?: OpsItemType;
2813
2817
  /**
@@ -3632,7 +3636,7 @@ declare namespace SSM {
3632
3636
  */
3633
3637
  InstanceId: InstanceId;
3634
3638
  /**
3635
- * Each element in the array is a structure containing a key-value pair. Supported keys for DescribeInstancePatchesinclude the following: Classification Sample values: Security | SecurityUpdates KBId Sample values: KB4480056 | java-1.7.0-openjdk.x86_64 Severity Sample values: Important | Medium | Low State Sample values: Installed | InstalledOther | InstalledPendingReboot
3639
+ * Each element in the array is a structure containing a key-value pair. Supported keys for DescribeInstancePatchesinclude the following: Classification Sample values: Security | SecurityUpdates KBId Sample values: KB4480056 | java-1.7.0-openjdk.x86_64 Severity Sample values: Important | Medium | Low State Sample values: Installed | InstalledOther | InstalledPendingReboot For lists of all State values, see Understanding patch compliance state values in the Amazon Web Services Systems Manager User Guide.
3636
3640
  */
3637
3641
  Filters?: PatchOrchestratorFilterList;
3638
3642
  /**
@@ -7164,7 +7168,7 @@ declare namespace SSM {
7164
7168
  */
7165
7169
  CreatedBy?: String;
7166
7170
  /**
7167
- * The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insights This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
7171
+ * The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
7168
7172
  */
7169
7173
  OpsItemType?: OpsItemType;
7170
7174
  /**
@@ -7464,7 +7468,7 @@ declare namespace SSM {
7464
7468
  */
7465
7469
  Severity?: OpsItemSeverity;
7466
7470
  /**
7467
- * The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insights This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
7471
+ * The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
7468
7472
  */
7469
7473
  OpsItemType?: OpsItemType;
7470
7474
  /**
@@ -7751,6 +7755,28 @@ declare namespace SSM {
7751
7755
  export type ParametersFilterList = ParametersFilter[];
7752
7756
  export type ParametersFilterValue = string;
7753
7757
  export type ParametersFilterValueList = ParametersFilterValue[];
7758
+ export interface ParentStepDetails {
7759
+ /**
7760
+ * The unique ID of a step execution.
7761
+ */
7762
+ StepExecutionId?: String;
7763
+ /**
7764
+ * The name of the step.
7765
+ */
7766
+ StepName?: String;
7767
+ /**
7768
+ * The name of the automation action.
7769
+ */
7770
+ Action?: AutomationActionName;
7771
+ /**
7772
+ * The current repetition of the loop represented by an integer.
7773
+ */
7774
+ Iteration?: Integer;
7775
+ /**
7776
+ * The current value of the specified iterator in the loop.
7777
+ */
7778
+ IteratorValue?: String;
7779
+ }
7754
7780
  export interface Patch {
7755
7781
  /**
7756
7782
  * The ID of the patch. Applies to Windows patches only. This ID isn't the same as the Microsoft Knowledge Base ID.
@@ -9242,10 +9268,14 @@ declare namespace SSM {
9242
9268
  * The CloudWatch alarms that were invoked by the automation.
9243
9269
  */
9244
9270
  TriggeredAlarms?: AlarmStateInformationList;
9271
+ /**
9272
+ * Information about the parent step.
9273
+ */
9274
+ ParentStepDetails?: ParentStepDetails;
9245
9275
  }
9246
9276
  export interface StepExecutionFilter {
9247
9277
  /**
9248
- * One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
9278
+ * One or more keys to limit the results.
9249
9279
  */
9250
9280
  Key: StepExecutionFilterKey;
9251
9281
  /**
@@ -9253,7 +9283,7 @@ declare namespace SSM {
9253
9283
  */
9254
9284
  Values: StepExecutionFilterValueList;
9255
9285
  }
9256
- export type StepExecutionFilterKey = "StartTimeBefore"|"StartTimeAfter"|"StepExecutionStatus"|"StepExecutionId"|"StepName"|"Action"|string;
9286
+ export type StepExecutionFilterKey = "StartTimeBefore"|"StartTimeAfter"|"StepExecutionStatus"|"StepExecutionId"|"StepName"|"Action"|"ParentStepExecutionId"|"ParentStepIteration"|"ParentStepIteratorValue"|string;
9257
9287
  export type StepExecutionFilterList = StepExecutionFilter[];
9258
9288
  export type StepExecutionFilterValue = string;
9259
9289
  export type StepExecutionFilterValueList = StepExecutionFilterValue[];
@@ -10069,7 +10099,7 @@ declare namespace SSM {
10069
10099
  */
10070
10100
  SettingId: ServiceSettingId;
10071
10101
  /**
10072
- * The new value to specify for the service setting. The following list specifies the available values for each setting. /ssm/managed-instance/default-ec2-instance-management-role: The name of an IAM role /ssm/automation/customer-script-log-destination: CloudWatch /ssm/automation/customer-script-log-group-name: The name of an Amazon CloudWatch Logs log group /ssm/documents/console/public-sharing-permission: Enable or Disable /ssm/managed-instance/activation-tier: standard or advanced /ssm/opsinsights/opscenter: Enabled or Disabled /ssm/parameter-store/default-parameter-tier: Standard, Advanced, Intelligent-Tiering /ssm/parameter-store/high-throughput-enabled: true or false
10102
+ * The new value to specify for the service setting. The following list specifies the available values for each setting. For /ssm/managed-instance/default-ec2-instance-management-role, enter the name of an IAM role. For /ssm/automation/customer-script-log-destination, enter CloudWatch. For /ssm/automation/customer-script-log-group-name, enter the name of an Amazon CloudWatch Logs log group. For /ssm/documents/console/public-sharing-permission, enter Enable or Disable. For /ssm/managed-instance/activation-tier, enter standard or advanced. For /ssm/opsinsights/opscenter, enter Enabled or Disabled. For /ssm/parameter-store/default-parameter-tier, enter Standard, Advanced, or Intelligent-Tiering For /ssm/parameter-store/high-throughput-enabled, enter true or false.
10073
10103
  */
10074
10104
  SettingValue: ServiceSettingValue;
10075
10105
  }
@@ -12,6 +12,14 @@ declare class SSMIncidents extends Service {
12
12
  */
13
13
  constructor(options?: SSMIncidents.Types.ClientConfiguration)
14
14
  config: Config & SSMIncidents.Types.ClientConfiguration;
15
+ /**
16
+ * Retrieves details about all specified findings for an incident, including descriptive details about each finding. A finding represents a recent application environment change made by an CodeDeploy deployment or an CloudFormation stack creation or update that can be investigated as a potential cause of the incident.
17
+ */
18
+ batchGetIncidentFindings(params: SSMIncidents.Types.BatchGetIncidentFindingsInput, callback?: (err: AWSError, data: SSMIncidents.Types.BatchGetIncidentFindingsOutput) => void): Request<SSMIncidents.Types.BatchGetIncidentFindingsOutput, AWSError>;
19
+ /**
20
+ * Retrieves details about all specified findings for an incident, including descriptive details about each finding. A finding represents a recent application environment change made by an CodeDeploy deployment or an CloudFormation stack creation or update that can be investigated as a potential cause of the incident.
21
+ */
22
+ batchGetIncidentFindings(callback?: (err: AWSError, data: SSMIncidents.Types.BatchGetIncidentFindingsOutput) => void): Request<SSMIncidents.Types.BatchGetIncidentFindingsOutput, AWSError>;
15
23
  /**
16
24
  * A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.
17
25
  */
@@ -116,6 +124,14 @@ declare class SSMIncidents extends Service {
116
124
  * Retrieves a timeline event based on its ID and incident record.
117
125
  */
118
126
  getTimelineEvent(callback?: (err: AWSError, data: SSMIncidents.Types.GetTimelineEventOutput) => void): Request<SSMIncidents.Types.GetTimelineEventOutput, AWSError>;
127
+ /**
128
+ * Retrieves a list of the IDs of findings, plus their last modified times, that have been identified for a specified incident. A finding represents a recent application environment change made by an CloudFormation stack creation or update or an CodeDeploy deployment that can be investigated as a potential cause of the incident.
129
+ */
130
+ listIncidentFindings(params: SSMIncidents.Types.ListIncidentFindingsInput, callback?: (err: AWSError, data: SSMIncidents.Types.ListIncidentFindingsOutput) => void): Request<SSMIncidents.Types.ListIncidentFindingsOutput, AWSError>;
131
+ /**
132
+ * Retrieves a list of the IDs of findings, plus their last modified times, that have been identified for a specified incident. A finding represents a recent application environment change made by an CloudFormation stack creation or update or an CodeDeploy deployment that can be investigated as a potential cause of the incident.
133
+ */
134
+ listIncidentFindings(callback?: (err: AWSError, data: SSMIncidents.Types.ListIncidentFindingsOutput) => void): Request<SSMIncidents.Types.ListIncidentFindingsOutput, AWSError>;
119
135
  /**
120
136
  * Lists all incident records in your account. Use this command to retrieve the Amazon Resource Name (ARN) of the incident record you want to update.
121
137
  */
@@ -149,11 +165,11 @@ declare class SSMIncidents extends Service {
149
165
  */
150
166
  listResponsePlans(callback?: (err: AWSError, data: SSMIncidents.Types.ListResponsePlansOutput) => void): Request<SSMIncidents.Types.ListResponsePlansOutput, AWSError>;
151
167
  /**
152
- * Lists the tags that are attached to the specified response plan.
168
+ * Lists the tags that are attached to the specified response plan or incident.
153
169
  */
154
170
  listTagsForResource(params: SSMIncidents.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: SSMIncidents.Types.ListTagsForResourceResponse) => void): Request<SSMIncidents.Types.ListTagsForResourceResponse, AWSError>;
155
171
  /**
156
- * Lists the tags that are attached to the specified response plan.
172
+ * Lists the tags that are attached to the specified response plan or incident.
157
173
  */
158
174
  listTagsForResource(callback?: (err: AWSError, data: SSMIncidents.Types.ListTagsForResourceResponse) => void): Request<SSMIncidents.Types.ListTagsForResourceResponse, AWSError>;
159
175
  /**
@@ -297,6 +313,41 @@ declare namespace SSMIncidents {
297
313
  ssmExecutionArn?: Arn;
298
314
  }
299
315
  export type AutomationExecutionSet = AutomationExecution[];
316
+ export interface BatchGetIncidentFindingsError {
317
+ /**
318
+ * The code associated with an error that was returned for a BatchGetIncidentFindings operation.
319
+ */
320
+ code: String;
321
+ /**
322
+ * The ID of a specified finding for which an error was returned for a BatchGetIncidentFindings operation.
323
+ */
324
+ findingId: FindingId;
325
+ /**
326
+ * The description for an error that was returned for a BatchGetIncidentFindings operation.
327
+ */
328
+ message: String;
329
+ }
330
+ export type BatchGetIncidentFindingsErrorList = BatchGetIncidentFindingsError[];
331
+ export interface BatchGetIncidentFindingsInput {
332
+ /**
333
+ * A list of IDs of findings for which you want to view details.
334
+ */
335
+ findingIds: FindingIdList;
336
+ /**
337
+ * The Amazon Resource Name (ARN) of the incident for which you want to view finding details.
338
+ */
339
+ incidentRecordArn: Arn;
340
+ }
341
+ export interface BatchGetIncidentFindingsOutput {
342
+ /**
343
+ * A list of errors encountered during the operation.
344
+ */
345
+ errors: BatchGetIncidentFindingsErrorList;
346
+ /**
347
+ * Information about the requested findings.
348
+ */
349
+ findings: FindingList;
350
+ }
300
351
  export type Boolean = boolean;
301
352
  export interface ChatChannel {
302
353
  /**
@@ -310,6 +361,39 @@ declare namespace SSMIncidents {
310
361
  }
311
362
  export type ChatbotSnsConfigurationSet = SnsArn[];
312
363
  export type ClientToken = string;
364
+ export interface CloudFormationStackUpdate {
365
+ /**
366
+ * The timestamp for when the CloudFormation stack creation or update ended. Not reported for deployments that are still in progress.
367
+ */
368
+ endTime?: Timestamp;
369
+ /**
370
+ * The Amazon Resource Name (ARN) of the CloudFormation stack involved in the update.
371
+ */
372
+ stackArn: Arn;
373
+ /**
374
+ * The timestamp for when the CloudFormation stack creation or update began.
375
+ */
376
+ startTime: Timestamp;
377
+ }
378
+ export interface CodeDeployDeployment {
379
+ /**
380
+ * The Amazon Resource Name (ARN) of the CodeDeploy deployment group associated with the deployment.
381
+ */
382
+ deploymentGroupArn: Arn;
383
+ /**
384
+ * The ID of the CodeDeploy deployment.
385
+ */
386
+ deploymentId: CodeDeployDeploymentDeploymentIdString;
387
+ /**
388
+ * The timestamp for when the CodeDeploy deployment ended. Not reported for deployments that are still in progress.
389
+ */
390
+ endTime?: Timestamp;
391
+ /**
392
+ * The timestamp for when the CodeDeploy deployment began.
393
+ */
394
+ startTime: Timestamp;
395
+ }
396
+ export type CodeDeployDeploymentDeploymentIdString = string;
313
397
  export interface Condition {
314
398
  /**
315
399
  * After the specified timestamp.
@@ -402,11 +486,11 @@ declare namespace SSMIncidents {
402
486
  */
403
487
  eventReferences?: EventReferenceList;
404
488
  /**
405
- * The time that the event occurred.
489
+ * The timestamp for when the event occurred.
406
490
  */
407
491
  eventTime: Timestamp;
408
492
  /**
409
- * The type of event. You can create timeline events of type Custom Event.
493
+ * The type of event. You can create timeline events of type Custom Event and Note. To make a Note-type event appear on the Incident notes panel in the console, specify eventType as Noteand enter the Amazon Resource Name (ARN) of the incident as the value for eventReference.
410
494
  */
411
495
  eventType: TimelineEventType;
412
496
  /**
@@ -512,15 +596,15 @@ declare namespace SSMIncidents {
512
596
  */
513
597
  eventReferences?: EventReferenceList;
514
598
  /**
515
- * The time that the event occurred.
599
+ * The timestamp for when the event occurred.
516
600
  */
517
601
  eventTime: Timestamp;
518
602
  /**
519
- * The type of event. The timeline event must be Custom Event.
603
+ * The type of event. The timeline event must be Custom Event or Note.
520
604
  */
521
605
  eventType: TimelineEventType;
522
606
  /**
523
- * The time that the timeline event was last updated.
607
+ * The timestamp for when the timeline event was last updated.
524
608
  */
525
609
  eventUpdatedTime: Timestamp;
526
610
  /**
@@ -541,6 +625,48 @@ declare namespace SSMIncidents {
541
625
  }
542
626
  export type FilterKeyString = string;
543
627
  export type FilterList = Filter[];
628
+ export interface Finding {
629
+ /**
630
+ * The timestamp for when a finding was created.
631
+ */
632
+ creationTime: Timestamp;
633
+ /**
634
+ * Details about the finding.
635
+ */
636
+ details?: FindingDetails;
637
+ /**
638
+ * The ID assigned to the finding.
639
+ */
640
+ id: FindingId;
641
+ /**
642
+ * The timestamp for when the finding was most recently updated with additional information.
643
+ */
644
+ lastModifiedTime: Timestamp;
645
+ }
646
+ export interface FindingDetails {
647
+ /**
648
+ * Information about the CloudFormation stack creation or update associated with the finding.
649
+ */
650
+ cloudFormationStackUpdate?: CloudFormationStackUpdate;
651
+ /**
652
+ * Information about the CodeDeploy deployment associated with the finding.
653
+ */
654
+ codeDeployDeployment?: CodeDeployDeployment;
655
+ }
656
+ export type FindingId = string;
657
+ export type FindingIdList = FindingId[];
658
+ export type FindingList = Finding[];
659
+ export interface FindingSummary {
660
+ /**
661
+ * The ID of the finding.
662
+ */
663
+ id: FindingId;
664
+ /**
665
+ * The timestamp for when the finding was last updated.
666
+ */
667
+ lastModifiedTime: Timestamp;
668
+ }
669
+ export type FindingSummaryList = FindingSummary[];
544
670
  export type GeneratedId = string;
545
671
  export interface GetIncidentRecordInput {
546
672
  /**
@@ -572,7 +698,7 @@ declare namespace SSMIncidents {
572
698
  */
573
699
  maxResults?: MaxResults;
574
700
  /**
575
- * The pagination token to continue to the next page of results.
701
+ * The pagination token for the next set of items to return. (You received this token from a previous call.)
576
702
  */
577
703
  nextToken?: NextToken;
578
704
  /**
@@ -582,7 +708,7 @@ declare namespace SSMIncidents {
582
708
  }
583
709
  export interface GetResourcePoliciesOutput {
584
710
  /**
585
- * The pagination token to continue to the next page of results.
711
+ * The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
586
712
  */
587
713
  nextToken?: NextToken;
588
714
  /**
@@ -661,7 +787,7 @@ declare namespace SSMIncidents {
661
787
  */
662
788
  chatChannel?: ChatChannel;
663
789
  /**
664
- * The time that Incident Manager created the incident record.
790
+ * The timestamp for when Incident Manager created the incident record.
665
791
  */
666
792
  creationTime: Timestamp;
667
793
  /**
@@ -669,7 +795,7 @@ declare namespace SSMIncidents {
669
795
  */
670
796
  dedupeString: DedupeString;
671
797
  /**
672
- * The impact of the incident on customers and applications.
798
+ * The impact of the incident on customers and applications. Supported impact codes 1 - Critical 2 - High 3 - Medium 4 - Low 5 - No Impact
673
799
  */
674
800
  impact: Impact;
675
801
  /**
@@ -681,7 +807,7 @@ declare namespace SSMIncidents {
681
807
  */
682
808
  lastModifiedBy: Arn;
683
809
  /**
684
- * The time at which the incident was most recently modified.
810
+ * The timestamp for when the incident was most recently modified.
685
811
  */
686
812
  lastModifiedTime: Timestamp;
687
813
  /**
@@ -689,7 +815,7 @@ declare namespace SSMIncidents {
689
815
  */
690
816
  notificationTargets?: NotificationTargetSet;
691
817
  /**
692
- * The time at which the incident was resolved. This appears as a timeline event.
818
+ * The timestamp for when the incident was resolved. This appears as a timeline event.
693
819
  */
694
820
  resolvedTime?: Timestamp;
695
821
  /**
@@ -730,7 +856,7 @@ declare namespace SSMIncidents {
730
856
  */
731
857
  arn: Arn;
732
858
  /**
733
- * The time the incident was created.
859
+ * The timestamp for when the incident was created.
734
860
  */
735
861
  creationTime: Timestamp;
736
862
  /**
@@ -742,7 +868,7 @@ declare namespace SSMIncidents {
742
868
  */
743
869
  incidentRecordSource: IncidentRecordSource;
744
870
  /**
745
- * The time the incident was resolved.
871
+ * The timestamp for when the incident was resolved.
746
872
  */
747
873
  resolvedTime?: Timestamp;
748
874
  /**
@@ -759,11 +885,11 @@ declare namespace SSMIncidents {
759
885
  export type IncidentSummary = string;
760
886
  export interface IncidentTemplate {
761
887
  /**
762
- * Used to stop Incident Manager from creating multiple incident records for the same incident.
888
+ * The string Incident Manager uses to prevent the same root cause from creating multiple incidents in the same account. A deduplication string is a term or phrase the system uses to check for duplicate incidents. If you specify a deduplication string, Incident Manager searches for open incidents that contain the same string in the dedupeString field when it creates the incident. If a duplicate is detected, Incident Manager deduplicates the newer incident into the existing incident. By default, Incident Manager automatically deduplicates multiple incidents created by the same Amazon CloudWatch alarm or Amazon EventBridge event. You don't have to enter your own deduplication string to prevent duplication for these resource types.
763
889
  */
764
890
  dedupeString?: DedupeString;
765
891
  /**
766
- * The impact of the incident on your customers and applications.
892
+ * The impact of the incident on your customers and applications. Supported impact codes 1 - Critical 2 - High 3 - Medium 4 - Low 5 - No Impact
767
893
  */
768
894
  impact: Impact;
769
895
  /**
@@ -822,6 +948,31 @@ declare namespace SSMIncidents {
822
948
  */
823
949
  url?: Url;
824
950
  }
951
+ export interface ListIncidentFindingsInput {
952
+ /**
953
+ * The Amazon Resource Name (ARN) of the incident for which you want to view associated findings.
954
+ */
955
+ incidentRecordArn: Arn;
956
+ /**
957
+ * The maximum number of findings to retrieve per call.
958
+ */
959
+ maxResults?: ListIncidentFindingsInputMaxResultsInteger;
960
+ /**
961
+ * The pagination token for the next set of items to return. (You received this token from a previous call.)
962
+ */
963
+ nextToken?: NextToken;
964
+ }
965
+ export type ListIncidentFindingsInputMaxResultsInteger = number;
966
+ export interface ListIncidentFindingsOutput {
967
+ /**
968
+ * A list of findings that represent deployments that might be the potential cause of the incident.
969
+ */
970
+ findings: FindingSummaryList;
971
+ /**
972
+ * The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
973
+ */
974
+ nextToken?: NextToken;
975
+ }
825
976
  export interface ListIncidentRecordsInput {
826
977
  /**
827
978
  * Filters the list of incident records you want to search through. You can filter on the following keys: creationTime impact status createdBy Note the following when when you use Filters: If you don't specify a Filter, the response includes all incident records. If you specify more than one filter in a single request, the response returns incident records that match all filters. If you specify a filter with more than one value, the response returns incident records that match any of the values provided.
@@ -832,7 +983,7 @@ declare namespace SSMIncidents {
832
983
  */
833
984
  maxResults?: MaxResults;
834
985
  /**
835
- * The pagination token to continue to the next page of results.
986
+ * The pagination token for the next set of items to return. (You received this token from a previous call.)
836
987
  */
837
988
  nextToken?: NextToken;
838
989
  }
@@ -842,7 +993,7 @@ declare namespace SSMIncidents {
842
993
  */
843
994
  incidentRecordSummaries: IncidentRecordSummaryList;
844
995
  /**
845
- * The pagination token to continue to the next page of results.
996
+ * The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
846
997
  */
847
998
  nextToken?: NextToken;
848
999
  }
@@ -856,13 +1007,13 @@ declare namespace SSMIncidents {
856
1007
  */
857
1008
  maxResults?: MaxResults;
858
1009
  /**
859
- * The pagination token to continue to the next page of results.
1010
+ * The pagination token for the next set of items to return. (You received this token from a previous call.)
860
1011
  */
861
1012
  nextToken?: NextToken;
862
1013
  }
863
1014
  export interface ListRelatedItemsOutput {
864
1015
  /**
865
- * The pagination token to continue to the next page of results.
1016
+ * The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
866
1017
  */
867
1018
  nextToken?: NextToken;
868
1019
  /**
@@ -876,13 +1027,13 @@ declare namespace SSMIncidents {
876
1027
  */
877
1028
  maxResults?: MaxResults;
878
1029
  /**
879
- * The pagination token to continue to the next page of results.
1030
+ * The pagination token for the next set of items to return. (You received this token from a previous call.)
880
1031
  */
881
1032
  nextToken?: NextToken;
882
1033
  }
883
1034
  export interface ListReplicationSetsOutput {
884
1035
  /**
885
- * The pagination token to continue to the next page of results.
1036
+ * The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
886
1037
  */
887
1038
  nextToken?: NextToken;
888
1039
  /**
@@ -896,13 +1047,13 @@ declare namespace SSMIncidents {
896
1047
  */
897
1048
  maxResults?: MaxResults;
898
1049
  /**
899
- * The pagination token to continue to the next page of results.
1050
+ * The pagination token for the next set of items to return. (You received this token from a previous call.)
900
1051
  */
901
1052
  nextToken?: NextToken;
902
1053
  }
903
1054
  export interface ListResponsePlansOutput {
904
1055
  /**
905
- * The pagination token to continue to the next page of results.
1056
+ * The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
906
1057
  */
907
1058
  nextToken?: NextToken;
908
1059
  /**
@@ -912,19 +1063,19 @@ declare namespace SSMIncidents {
912
1063
  }
913
1064
  export interface ListTagsForResourceRequest {
914
1065
  /**
915
- * The Amazon Resource Name (ARN) of the response plan.
1066
+ * The Amazon Resource Name (ARN) of the response plan or incident.
916
1067
  */
917
1068
  resourceArn: String;
918
1069
  }
919
1070
  export interface ListTagsForResourceResponse {
920
1071
  /**
921
- * A list of tags for the response plan.
1072
+ * A list of tags for the response plan or incident.
922
1073
  */
923
1074
  tags: TagMap;
924
1075
  }
925
1076
  export interface ListTimelineEventsInput {
926
1077
  /**
927
- * Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys: eventTime eventType Note the following when deciding how to use Filters: If you don't specify a Filter, the response includes all timeline events. If you specify more than one filter in a single request, the response returns timeline events that match all filters. If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
1078
+ * Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys: eventReference eventTime eventType Note the following when deciding how to use Filters: If you don't specify a Filter, the response includes all timeline events. If you specify more than one filter in a single request, the response returns timeline events that match all filters. If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
928
1079
  */
929
1080
  filters?: FilterList;
930
1081
  /**
@@ -936,7 +1087,7 @@ declare namespace SSMIncidents {
936
1087
  */
937
1088
  maxResults?: MaxResults;
938
1089
  /**
939
- * The pagination token to continue to the next page of results.
1090
+ * The pagination token for the next set of items to return. (You received this token from a previous call.)
940
1091
  */
941
1092
  nextToken?: NextToken;
942
1093
  /**
@@ -954,7 +1105,7 @@ declare namespace SSMIncidents {
954
1105
  */
955
1106
  eventSummaries: EventSummaryList;
956
1107
  /**
957
- * The pagination token to continue to the next page of results.
1108
+ * The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
958
1109
  */
959
1110
  nextToken?: NextToken;
960
1111
  }
@@ -1040,7 +1191,7 @@ declare namespace SSMIncidents {
1040
1191
  */
1041
1192
  statusMessage?: String;
1042
1193
  /**
1043
- * The most recent date and time that Incident Manager updated the Amazon Web Services Region's status.
1194
+ * The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.
1044
1195
  */
1045
1196
  statusUpdateDateTime: Timestamp;
1046
1197
  }
@@ -1193,7 +1344,7 @@ declare namespace SSMIncidents {
1193
1344
  */
1194
1345
  clientToken?: ClientToken;
1195
1346
  /**
1196
- * Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan. Possible impacts: 1 - Critical impact, this typically relates to full application failure that impacts many to all customers. 2 - High impact, partial application failure with impact to many customers. 3 - Medium impact, the application is providing reduced service to customers. 4 - Low impact, customer might aren't impacted by the problem yet. 5 - No impact, customers aren't currently impacted but urgent action is needed to avoid impact.
1347
+ * Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan. Supported impact codes 1 - Critical 2 - High 3 - Medium 4 - Low 5 - No Impact
1197
1348
  */
1198
1349
  impact?: Impact;
1199
1350
  /**
@@ -1253,15 +1404,15 @@ declare namespace SSMIncidents {
1253
1404
  */
1254
1405
  eventReferences?: EventReferenceList;
1255
1406
  /**
1256
- * The time that the event occurred.
1407
+ * The timestamp for when the event occurred.
1257
1408
  */
1258
1409
  eventTime: Timestamp;
1259
1410
  /**
1260
- * The type of event that occurred. Currently Incident Manager supports only the Custom Event type.
1411
+ * The type of event that occurred. Currently Incident Manager supports only the Custom Event and Note types.
1261
1412
  */
1262
1413
  eventType: TimelineEventType;
1263
1414
  /**
1264
- * The time that the timeline event was last updated.
1415
+ * The timestamp for when the timeline event was last updated.
1265
1416
  */
1266
1417
  eventUpdatedTime: Timestamp;
1267
1418
  /**
@@ -1282,7 +1433,7 @@ declare namespace SSMIncidents {
1282
1433
  */
1283
1434
  source: IncidentSource;
1284
1435
  /**
1285
- * The time that the incident was detected.
1436
+ * The timestamp for when the incident was detected.
1286
1437
  */
1287
1438
  timestamp: Timestamp;
1288
1439
  /**
@@ -1333,7 +1484,7 @@ declare namespace SSMIncidents {
1333
1484
  */
1334
1485
  clientToken?: ClientToken;
1335
1486
  /**
1336
- * Defines the impact of the incident to customers and applications. If you provide an impact for an incident, it overwrites the impact provided by the response plan. Possible impacts: 1 - Critical impact, full application failure that impacts many to all customers. 2 - High impact, partial application failure with impact to many customers. 3 - Medium impact, the application is providing reduced service to customers. 4 - Low impact, customer aren't impacted by the problem yet. 5 - No impact, customers aren't currently impacted but urgent action is needed to avoid impact.
1487
+ * Defines the impact of the incident to customers and applications. If you provide an impact for an incident, it overwrites the impact provided by the response plan. Supported impact codes 1 - Critical 2 - High 3 - Medium 4 - Low 5 - No Impact
1337
1488
  */
1338
1489
  impact?: Impact;
1339
1490
  /**
@@ -1428,7 +1579,7 @@ declare namespace SSMIncidents {
1428
1579
  */
1429
1580
  incidentTemplateDedupeString?: DedupeString;
1430
1581
  /**
1431
- * Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan. Possible impacts: 5 - Severe impact 4 - High impact 3 - Medium impact 2 - Low impact 1 - No impact
1582
+ * Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan. Supported impact codes 1 - Critical 2 - High 3 - Medium 4 - Low 5 - No Impact
1432
1583
  */
1433
1584
  incidentTemplateImpact?: Impact;
1434
1585
  /**
@@ -1472,11 +1623,11 @@ declare namespace SSMIncidents {
1472
1623
  */
1473
1624
  eventReferences?: EventReferenceList;
1474
1625
  /**
1475
- * The time that the event occurred.
1626
+ * The timestamp for when the event occurred.
1476
1627
  */
1477
1628
  eventTime?: Timestamp;
1478
1629
  /**
1479
- * The type of event. You can update events of type Custom Event.
1630
+ * The type of event. You can update events of type Custom Event and Note.
1480
1631
  */
1481
1632
  eventType?: TimelineEventType;
1482
1633
  /**