aws-sdk 2.810.0 → 2.814.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
package/clients/ssm.d.ts CHANGED
@@ -85,11 +85,11 @@ declare class SSM extends Service {
85
85
  */
86
86
  createOpsItem(callback?: (err: AWSError, data: SSM.Types.CreateOpsItemResponse) => void): Request<SSM.Types.CreateOpsItemResponse, AWSError>;
87
87
  /**
88
- * If you create a new application in AppManager, Systems Manager calls this API action to specify information about the new application, including the application type.
88
+ * If you create a new application in Application Manager, Systems Manager calls this API action to specify information about the new application, including the application type.
89
89
  */
90
90
  createOpsMetadata(params: SSM.Types.CreateOpsMetadataRequest, callback?: (err: AWSError, data: SSM.Types.CreateOpsMetadataResult) => void): Request<SSM.Types.CreateOpsMetadataResult, AWSError>;
91
91
  /**
92
- * If you create a new application in AppManager, Systems Manager calls this API action to specify information about the new application, including the application type.
92
+ * If you create a new application in Application Manager, Systems Manager calls this API action to specify information about the new application, including the application type.
93
93
  */
94
94
  createOpsMetadata(callback?: (err: AWSError, data: SSM.Types.CreateOpsMetadataResult) => void): Request<SSM.Types.CreateOpsMetadataResult, AWSError>;
95
95
  /**
@@ -597,11 +597,11 @@ declare class SSM extends Service {
597
597
  */
598
598
  getOpsItem(callback?: (err: AWSError, data: SSM.Types.GetOpsItemResponse) => void): Request<SSM.Types.GetOpsItemResponse, AWSError>;
599
599
  /**
600
- * View operational metadata related to an application in AppManager.
600
+ * View operational metadata related to an application in Application Manager.
601
601
  */
602
602
  getOpsMetadata(params: SSM.Types.GetOpsMetadataRequest, callback?: (err: AWSError, data: SSM.Types.GetOpsMetadataResult) => void): Request<SSM.Types.GetOpsMetadataResult, AWSError>;
603
603
  /**
604
- * View operational metadata related to an application in AppManager.
604
+ * View operational metadata related to an application in Application Manager.
605
605
  */
606
606
  getOpsMetadata(callback?: (err: AWSError, data: SSM.Types.GetOpsMetadataResult) => void): Request<SSM.Types.GetOpsMetadataResult, AWSError>;
607
607
  /**
@@ -724,6 +724,14 @@ declare class SSM extends Service {
724
724
  * Returns a summary count of compliant and non-compliant resources for a compliance type. For example, this call can return State Manager associations, patches, or custom compliance types according to the filter criteria that you specify.
725
725
  */
726
726
  listComplianceSummaries(callback?: (err: AWSError, data: SSM.Types.ListComplianceSummariesResult) => void): Request<SSM.Types.ListComplianceSummariesResult, AWSError>;
727
+ /**
728
+ * Information about approval reviews for a version of an SSM document.
729
+ */
730
+ listDocumentMetadataHistory(params: SSM.Types.ListDocumentMetadataHistoryRequest, callback?: (err: AWSError, data: SSM.Types.ListDocumentMetadataHistoryResponse) => void): Request<SSM.Types.ListDocumentMetadataHistoryResponse, AWSError>;
731
+ /**
732
+ * Information about approval reviews for a version of an SSM document.
733
+ */
734
+ listDocumentMetadataHistory(callback?: (err: AWSError, data: SSM.Types.ListDocumentMetadataHistoryResponse) => void): Request<SSM.Types.ListDocumentMetadataHistoryResponse, AWSError>;
727
735
  /**
728
736
  * List all versions for a document.
729
737
  */
@@ -749,11 +757,19 @@ declare class SSM extends Service {
749
757
  */
750
758
  listInventoryEntries(callback?: (err: AWSError, data: SSM.Types.ListInventoryEntriesResult) => void): Request<SSM.Types.ListInventoryEntriesResult, AWSError>;
751
759
  /**
752
- * Systems Manager calls this API action when displaying all AppManager OpsMetadata objects or blobs.
760
+ * Returns a list of all OpsItem events in the current AWS account and Region. You can limit the results to events associated with specific OpsItems by specifying a filter.
761
+ */
762
+ listOpsItemEvents(params: SSM.Types.ListOpsItemEventsRequest, callback?: (err: AWSError, data: SSM.Types.ListOpsItemEventsResponse) => void): Request<SSM.Types.ListOpsItemEventsResponse, AWSError>;
763
+ /**
764
+ * Returns a list of all OpsItem events in the current AWS account and Region. You can limit the results to events associated with specific OpsItems by specifying a filter.
765
+ */
766
+ listOpsItemEvents(callback?: (err: AWSError, data: SSM.Types.ListOpsItemEventsResponse) => void): Request<SSM.Types.ListOpsItemEventsResponse, AWSError>;
767
+ /**
768
+ * Systems Manager calls this API action when displaying all Application Manager OpsMetadata objects or blobs.
753
769
  */
754
770
  listOpsMetadata(params: SSM.Types.ListOpsMetadataRequest, callback?: (err: AWSError, data: SSM.Types.ListOpsMetadataResult) => void): Request<SSM.Types.ListOpsMetadataResult, AWSError>;
755
771
  /**
756
- * Systems Manager calls this API action when displaying all AppManager OpsMetadata objects or blobs.
772
+ * Systems Manager calls this API action when displaying all Application Manager OpsMetadata objects or blobs.
757
773
  */
758
774
  listOpsMetadata(callback?: (err: AWSError, data: SSM.Types.ListOpsMetadataResult) => void): Request<SSM.Types.ListOpsMetadataResult, AWSError>;
759
775
  /**
@@ -900,6 +916,14 @@ declare class SSM extends Service {
900
916
  * Initiates execution of an Automation document.
901
917
  */
902
918
  startAutomationExecution(callback?: (err: AWSError, data: SSM.Types.StartAutomationExecutionResult) => void): Request<SSM.Types.StartAutomationExecutionResult, AWSError>;
919
+ /**
920
+ * Creates a change request for Change Manager. The runbooks (Automation documents) specified in the change request run only after all required approvals for the change request have been received.
921
+ */
922
+ startChangeRequestExecution(params: SSM.Types.StartChangeRequestExecutionRequest, callback?: (err: AWSError, data: SSM.Types.StartChangeRequestExecutionResult) => void): Request<SSM.Types.StartChangeRequestExecutionResult, AWSError>;
923
+ /**
924
+ * Creates a change request for Change Manager. The runbooks (Automation documents) specified in the change request run only after all required approvals for the change request have been received.
925
+ */
926
+ startChangeRequestExecution(callback?: (err: AWSError, data: SSM.Types.StartChangeRequestExecutionResult) => void): Request<SSM.Types.StartChangeRequestExecutionResult, AWSError>;
903
927
  /**
904
928
  * Initiates a connection to a target (for example, an instance) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs. AWS CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the AWS CLI in the AWS Systems Manager User Guide. AWS Tools for PowerShell usage: Start-SSMSession is not currently supported by AWS Tools for PowerShell on Windows local machines.
905
929
  */
@@ -956,6 +980,14 @@ declare class SSM extends Service {
956
980
  * Set the default version of a document.
957
981
  */
958
982
  updateDocumentDefaultVersion(callback?: (err: AWSError, data: SSM.Types.UpdateDocumentDefaultVersionResult) => void): Request<SSM.Types.UpdateDocumentDefaultVersionResult, AWSError>;
983
+ /**
984
+ * Updates information related to approval reviews for a specific version of a document.
985
+ */
986
+ updateDocumentMetadata(params: SSM.Types.UpdateDocumentMetadataRequest, callback?: (err: AWSError, data: SSM.Types.UpdateDocumentMetadataResponse) => void): Request<SSM.Types.UpdateDocumentMetadataResponse, AWSError>;
987
+ /**
988
+ * Updates information related to approval reviews for a specific version of a document.
989
+ */
990
+ updateDocumentMetadata(callback?: (err: AWSError, data: SSM.Types.UpdateDocumentMetadataResponse) => void): Request<SSM.Types.UpdateDocumentMetadataResponse, AWSError>;
959
991
  /**
960
992
  * Updates an existing maintenance window. Only specified parameters are modified. The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.
961
993
  */
@@ -997,11 +1029,11 @@ declare class SSM extends Service {
997
1029
  */
998
1030
  updateOpsItem(callback?: (err: AWSError, data: SSM.Types.UpdateOpsItemResponse) => void): Request<SSM.Types.UpdateOpsItemResponse, AWSError>;
999
1031
  /**
1000
- * Systems Manager calls this API action when you edit OpsMetadata in AppManager.
1032
+ * Systems Manager calls this API action when you edit OpsMetadata in Application Manager.
1001
1033
  */
1002
1034
  updateOpsMetadata(params: SSM.Types.UpdateOpsMetadataRequest, callback?: (err: AWSError, data: SSM.Types.UpdateOpsMetadataResult) => void): Request<SSM.Types.UpdateOpsMetadataResult, AWSError>;
1003
1035
  /**
1004
- * Systems Manager calls this API action when you edit OpsMetadata in AppManager.
1036
+ * Systems Manager calls this API action when you edit OpsMetadata in Application Manager.
1005
1037
  */
1006
1038
  updateOpsMetadata(callback?: (err: AWSError, data: SSM.Types.UpdateOpsMetadataResult) => void): Request<SSM.Types.UpdateOpsMetadataResult, AWSError>;
1007
1039
  /**
@@ -1252,6 +1284,10 @@ declare namespace SSM {
1252
1284
  * By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter is not supported for rate expressions.
1253
1285
  */
1254
1286
  ApplyOnlyAtCronInterval?: ApplyOnlyAtCronInterval;
1287
+ /**
1288
+ * The combination of AWS Regions and AWS accounts where you want to run the association.
1289
+ */
1290
+ TargetLocations?: TargetLocations;
1255
1291
  }
1256
1292
  export type AssociationDescriptionList = AssociationDescription[];
1257
1293
  export interface AssociationExecution {
@@ -1476,6 +1512,10 @@ declare namespace SSM {
1476
1512
  * By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter is not supported for rate expressions.
1477
1513
  */
1478
1514
  ApplyOnlyAtCronInterval?: ApplyOnlyAtCronInterval;
1515
+ /**
1516
+ * The combination of AWS Regions and AWS accounts where you wanted to run the association when this association version was created.
1517
+ */
1518
+ TargetLocations?: TargetLocations;
1479
1519
  }
1480
1520
  export type AssociationVersionList = AssociationVersionInfo[];
1481
1521
  export interface AttachmentContent {
@@ -1635,6 +1675,30 @@ declare namespace SSM {
1635
1675
  * An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution.
1636
1676
  */
1637
1677
  ProgressCounters?: ProgressCounters;
1678
+ /**
1679
+ * The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.
1680
+ */
1681
+ AutomationSubtype?: AutomationSubtype;
1682
+ /**
1683
+ * The date and time the Automation operation is scheduled to start.
1684
+ */
1685
+ ScheduledTime?: DateTime;
1686
+ /**
1687
+ * Information about the Automation runbooks (Automation documents) that are run as part of a runbook workflow. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
1688
+ */
1689
+ Runbooks?: Runbooks;
1690
+ /**
1691
+ * The ID of an OpsItem that is created to represent a Change Manager change request.
1692
+ */
1693
+ OpsItemId?: String;
1694
+ /**
1695
+ * The ID of a State Manager association used in the Automation operation.
1696
+ */
1697
+ AssociationId?: String;
1698
+ /**
1699
+ * The name of the Change Manager change request.
1700
+ */
1701
+ ChangeRequestName?: ChangeRequestName;
1638
1702
  }
1639
1703
  export interface AutomationExecutionFilter {
1640
1704
  /**
@@ -1646,7 +1710,7 @@ declare namespace SSM {
1646
1710
  */
1647
1711
  Values: AutomationExecutionFilterValueList;
1648
1712
  }
1649
- export type AutomationExecutionFilterKey = "DocumentNamePrefix"|"ExecutionStatus"|"ExecutionId"|"ParentExecutionId"|"CurrentAction"|"StartTimeBefore"|"StartTimeAfter"|"AutomationType"|"TagKey"|"TargetResourceGroup"|string;
1713
+ export type AutomationExecutionFilterKey = "DocumentNamePrefix"|"ExecutionStatus"|"ExecutionId"|"ParentExecutionId"|"CurrentAction"|"StartTimeBefore"|"StartTimeAfter"|"AutomationType"|"TagKey"|"TargetResourceGroup"|"AutomationSubtype"|"OpsItemId"|string;
1650
1714
  export type AutomationExecutionFilterList = AutomationExecutionFilter[];
1651
1715
  export type AutomationExecutionFilterValue = string;
1652
1716
  export type AutomationExecutionFilterValueList = AutomationExecutionFilterValue[];
@@ -1740,13 +1804,38 @@ declare namespace SSM {
1740
1804
  * Use this filter with DescribeAutomationExecutions. Specify either Local or CrossAccount. CrossAccount is an Automation that runs in multiple AWS Regions and accounts. For more information, see Running Automation workflows in multiple AWS Regions and accounts in the AWS Systems Manager User Guide.
1741
1805
  */
1742
1806
  AutomationType?: AutomationType;
1807
+ /**
1808
+ * The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.
1809
+ */
1810
+ AutomationSubtype?: AutomationSubtype;
1811
+ /**
1812
+ * The date and time the Automation operation is scheduled to start.
1813
+ */
1814
+ ScheduledTime?: DateTime;
1815
+ /**
1816
+ * Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in Change Manager. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
1817
+ */
1818
+ Runbooks?: Runbooks;
1819
+ /**
1820
+ * The ID of an OpsItem that is created to represent a Change Manager change request.
1821
+ */
1822
+ OpsItemId?: String;
1823
+ /**
1824
+ * The ID of a State Manager association used in the Automation operation.
1825
+ */
1826
+ AssociationId?: String;
1827
+ /**
1828
+ * The name of the Change Manager change request.
1829
+ */
1830
+ ChangeRequestName?: ChangeRequestName;
1743
1831
  }
1744
1832
  export type AutomationExecutionMetadataList = AutomationExecutionMetadata[];
1745
- export type AutomationExecutionStatus = "Pending"|"InProgress"|"Waiting"|"Success"|"TimedOut"|"Cancelling"|"Cancelled"|"Failed"|string;
1833
+ export type AutomationExecutionStatus = "Pending"|"InProgress"|"Waiting"|"Success"|"TimedOut"|"Cancelling"|"Cancelled"|"Failed"|"PendingApproval"|"Approved"|"Rejected"|"Scheduled"|"RunbookInProgress"|"PendingChangeCalendarOverride"|"ChangeCalendarOverrideApproved"|"ChangeCalendarOverrideRejected"|"CompletedWithSuccess"|"CompletedWithFailure"|string;
1746
1834
  export type AutomationParameterKey = string;
1747
1835
  export type AutomationParameterMap = {[key: string]: AutomationParameterValueList};
1748
1836
  export type AutomationParameterValue = string;
1749
1837
  export type AutomationParameterValueList = AutomationParameterValue[];
1838
+ export type AutomationSubtype = "ChangeRequest"|string;
1750
1839
  export type AutomationTargetParameterName = string;
1751
1840
  export type AutomationType = "CrossAccount"|"Local"|string;
1752
1841
  export type BaselineDescription = string;
@@ -1781,6 +1870,7 @@ declare namespace SSM {
1781
1870
  */
1782
1871
  WindowExecutionId?: MaintenanceWindowExecutionId;
1783
1872
  }
1873
+ export type ChangeRequestName = string;
1784
1874
  export type ClientToken = string;
1785
1875
  export type CloudWatchLogGroupName = string;
1786
1876
  export interface CloudWatchOutputConfig {
@@ -2268,6 +2358,10 @@ declare namespace SSM {
2268
2358
  * By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter is not supported for rate expressions.
2269
2359
  */
2270
2360
  ApplyOnlyAtCronInterval?: ApplyOnlyAtCronInterval;
2361
+ /**
2362
+ * Use this action to create an association in multiple Regions and multiple accounts.
2363
+ */
2364
+ TargetLocations?: TargetLocations;
2271
2365
  }
2272
2366
  export interface CreateAssociationBatchResult {
2273
2367
  /**
@@ -2336,6 +2430,10 @@ declare namespace SSM {
2336
2430
  * By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter is not supported for rate expressions.
2337
2431
  */
2338
2432
  ApplyOnlyAtCronInterval?: ApplyOnlyAtCronInterval;
2433
+ /**
2434
+ * A location is a combination of AWS Regions and AWS accounts where you want to run the association. Use this action to create an association in multiple Regions and multiple accounts.
2435
+ */
2436
+ TargetLocations?: TargetLocations;
2339
2437
  }
2340
2438
  export interface CreateAssociationResult {
2341
2439
  /**
@@ -2409,11 +2507,11 @@ declare namespace SSM {
2409
2507
  */
2410
2508
  Schedule: MaintenanceWindowSchedule;
2411
2509
  /**
2412
- * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "etc/UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
2510
+ * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
2413
2511
  */
2414
2512
  ScheduleTimezone?: MaintenanceWindowTimezone;
2415
2513
  /**
2416
- * The number of days to wait after the date and time specified by a CRON expression before running the maintenance window. For example, the following cron expression schedules a maintenance window to run on the third Tuesday of every month at 11:30 PM. cron(0 30 23 ? * TUE#3 *) If the schedule offset is 2, the maintenance window won't run until two days later.
2514
+ * The number of days to wait after the date and time specified by a CRON expression before running the maintenance window. For example, the following cron expression schedules a maintenance window to run on the third Tuesday of every month at 11:30 PM. cron(30 23 ? * TUE#3 *) If the schedule offset is 2, the maintenance window won't run until two days later.
2417
2515
  */
2418
2516
  ScheduleOffset?: MaintenanceWindowOffset;
2419
2517
  /**
@@ -2448,6 +2546,10 @@ declare namespace SSM {
2448
2546
  * Information about the OpsItem.
2449
2547
  */
2450
2548
  Description: OpsItemDescription;
2549
+ /**
2550
+ * The type of OpsItem to create. Currently, the only valid values are /aws/changerequest and /aws/issue.
2551
+ */
2552
+ OpsItemType?: OpsItemType;
2451
2553
  /**
2452
2554
  * Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB. Operational data keys can't begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm. You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API action) can view and search on the specified data. Operational data that is not searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API action). Use the /aws/resources key in OperationalData to specify a related resource in the request. Use the /aws/automations key in OperationalData to associate an Automation runbook with the OpsItem. To view AWS CLI example commands that use these keys, see Creating OpsItems manually in the AWS Systems Manager User Guide.
2453
2555
  */
@@ -2484,6 +2586,22 @@ declare namespace SSM {
2484
2586
  * Specify a severity to assign to an OpsItem.
2485
2587
  */
2486
2588
  Severity?: OpsItemSeverity;
2589
+ /**
2590
+ * The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.
2591
+ */
2592
+ ActualStartTime?: DateTime;
2593
+ /**
2594
+ * The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.
2595
+ */
2596
+ ActualEndTime?: DateTime;
2597
+ /**
2598
+ * The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.
2599
+ */
2600
+ PlannedStartTime?: DateTime;
2601
+ /**
2602
+ * The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
2603
+ */
2604
+ PlannedEndTime?: DateTime;
2487
2605
  }
2488
2606
  export interface CreateOpsItemResponse {
2489
2607
  /**
@@ -2493,11 +2611,11 @@ declare namespace SSM {
2493
2611
  }
2494
2612
  export interface CreateOpsMetadataRequest {
2495
2613
  /**
2496
- * A resource ID for a new AppManager application.
2614
+ * A resource ID for a new Application Manager application.
2497
2615
  */
2498
2616
  ResourceId: OpsMetadataResourceId;
2499
2617
  /**
2500
- * Metadata for a new AppManager application.
2618
+ * Metadata for a new Application Manager application.
2501
2619
  */
2502
2620
  Metadata?: MetadataMap;
2503
2621
  }
@@ -3690,6 +3808,7 @@ declare namespace SSM {
3690
3808
  }
3691
3809
  export type DescriptionInDocument = string;
3692
3810
  export type DocumentARN = string;
3811
+ export type DocumentAuthor = string;
3693
3812
  export type DocumentContent = string;
3694
3813
  export interface DocumentDefaultVersionDescription {
3695
3814
  /**
@@ -3794,6 +3913,26 @@ declare namespace SSM {
3794
3913
  * A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.
3795
3914
  */
3796
3915
  Requires?: DocumentRequiresList;
3916
+ /**
3917
+ * The user in your organization who created the document.
3918
+ */
3919
+ Author?: DocumentAuthor;
3920
+ /**
3921
+ * Details about the review of a document.
3922
+ */
3923
+ ReviewInformation?: ReviewInformationList;
3924
+ /**
3925
+ * The version of the document currently approved for use in the organization.
3926
+ */
3927
+ ApprovedVersion?: DocumentVersion;
3928
+ /**
3929
+ * The version of the document that is currently under review.
3930
+ */
3931
+ PendingReviewVersion?: DocumentVersion;
3932
+ /**
3933
+ * The current status of the review.
3934
+ */
3935
+ ReviewStatus?: ReviewStatus;
3797
3936
  }
3798
3937
  export interface DocumentFilter {
3799
3938
  /**
@@ -3856,6 +3995,14 @@ declare namespace SSM {
3856
3995
  * A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.
3857
3996
  */
3858
3997
  Requires?: DocumentRequiresList;
3998
+ /**
3999
+ * The current status of a document review.
4000
+ */
4001
+ ReviewStatus?: ReviewStatus;
4002
+ /**
4003
+ * The user in your organization who created the document.
4004
+ */
4005
+ Author?: DocumentAuthor;
3859
4006
  }
3860
4007
  export type DocumentIdentifierList = DocumentIdentifier[];
3861
4008
  export interface DocumentKeyValuesFilter {
@@ -3872,6 +4019,13 @@ declare namespace SSM {
3872
4019
  export type DocumentKeyValuesFilterList = DocumentKeyValuesFilter[];
3873
4020
  export type DocumentKeyValuesFilterValue = string;
3874
4021
  export type DocumentKeyValuesFilterValues = DocumentKeyValuesFilterValue[];
4022
+ export type DocumentMetadataEnum = "DocumentReviews"|string;
4023
+ export interface DocumentMetadataResponseInfo {
4024
+ /**
4025
+ * Details about a reviewer's response to a document review request.
4026
+ */
4027
+ ReviewerResponse?: DocumentReviewerResponseList;
4028
+ }
3875
4029
  export type DocumentName = string;
3876
4030
  export type DocumentOwner = string;
3877
4031
  export interface DocumentParameter {
@@ -3909,11 +4063,58 @@ declare namespace SSM {
3909
4063
  Version?: DocumentVersion;
3910
4064
  }
3911
4065
  export type DocumentRequiresList = DocumentRequires[];
4066
+ export type DocumentReviewAction = "SendForReview"|"UpdateReview"|"Approve"|"Reject"|string;
4067
+ export type DocumentReviewComment = string;
4068
+ export type DocumentReviewCommentList = DocumentReviewCommentSource[];
4069
+ export interface DocumentReviewCommentSource {
4070
+ /**
4071
+ * The type of information added to a review request. Currently, only the value Comment is supported.
4072
+ */
4073
+ Type?: DocumentReviewCommentType;
4074
+ /**
4075
+ * The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
4076
+ */
4077
+ Content?: DocumentReviewComment;
4078
+ }
4079
+ export type DocumentReviewCommentType = "Comment"|string;
4080
+ export type DocumentReviewerResponseList = DocumentReviewerResponseSource[];
4081
+ export interface DocumentReviewerResponseSource {
4082
+ /**
4083
+ * The date and time that a reviewer entered a response to a document review request.
4084
+ */
4085
+ CreateTime?: DateTime;
4086
+ /**
4087
+ * The date and time that a reviewer last updated a response to a document review request.
4088
+ */
4089
+ UpdatedTime?: DateTime;
4090
+ /**
4091
+ * The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document. Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED. Only one version of a document can be in review, or PENDING, at a time.
4092
+ */
4093
+ ReviewStatus?: ReviewStatus;
4094
+ /**
4095
+ * The comment entered by a reviewer as part of their document review response.
4096
+ */
4097
+ Comment?: DocumentReviewCommentList;
4098
+ /**
4099
+ * The user in your organization assigned to review a document request.
4100
+ */
4101
+ Reviewer?: Reviewer;
4102
+ }
4103
+ export interface DocumentReviews {
4104
+ /**
4105
+ * The action to take on a document approval review request.
4106
+ */
4107
+ Action: DocumentReviewAction;
4108
+ /**
4109
+ * A comment entered by a user in your organization about the document review request.
4110
+ */
4111
+ Comment?: DocumentReviewCommentList;
4112
+ }
3912
4113
  export type DocumentSchemaVersion = string;
3913
4114
  export type DocumentSha1 = string;
3914
4115
  export type DocumentStatus = "Creating"|"Active"|"Updating"|"Deleting"|"Failed"|string;
3915
4116
  export type DocumentStatusInformation = string;
3916
- export type DocumentType = "Command"|"Policy"|"Automation"|"Session"|"Package"|"ApplicationConfiguration"|"ApplicationConfigurationSchema"|"DeploymentStrategy"|"ChangeCalendar"|string;
4117
+ export type DocumentType = "Command"|"Policy"|"Automation"|"Session"|"Package"|"ApplicationConfiguration"|"ApplicationConfigurationSchema"|"DeploymentStrategy"|"ChangeCalendar"|"Automation.ChangeTemplate"|string;
3917
4118
  export type DocumentVersion = string;
3918
4119
  export interface DocumentVersionInfo {
3919
4120
  /**
@@ -3948,6 +4149,10 @@ declare namespace SSM {
3948
4149
  * A message returned by AWS Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct."
3949
4150
  */
3950
4151
  StatusInformation?: DocumentStatusInformation;
4152
+ /**
4153
+ * The current status of the approval review for the latest version of the document.
4154
+ */
4155
+ ReviewStatus?: ReviewStatus;
3951
4156
  }
3952
4157
  export type DocumentVersionList = DocumentVersionInfo[];
3953
4158
  export type DocumentVersionName = string;
@@ -4238,6 +4443,10 @@ declare namespace SSM {
4238
4443
  * A description of the document attachments, including names, locations, sizes, and so on.
4239
4444
  */
4240
4445
  AttachmentsContent?: AttachmentContentList;
4446
+ /**
4447
+ * The current review status of a new custom Systems Manager document (SSM document) created by a member of your organization, or of the latest version of an existing SSM document. Only one version of an SSM document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED. Only one version of an SSM document can be in review, or PENDING, at a time.
4448
+ */
4449
+ ReviewStatus?: ReviewStatus;
4241
4450
  }
4242
4451
  export interface GetInventoryRequest {
4243
4452
  /**
@@ -4496,7 +4705,7 @@ declare namespace SSM {
4496
4705
  */
4497
4706
  Schedule?: MaintenanceWindowSchedule;
4498
4707
  /**
4499
- * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "etc/UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
4708
+ * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
4500
4709
  */
4501
4710
  ScheduleTimezone?: MaintenanceWindowTimezone;
4502
4711
  /**
@@ -4629,11 +4838,11 @@ declare namespace SSM {
4629
4838
  }
4630
4839
  export interface GetOpsMetadataResult {
4631
4840
  /**
4632
- * The resource ID of the AppManager application.
4841
+ * The resource ID of the Application Manager application.
4633
4842
  */
4634
4843
  ResourceId?: OpsMetadataResourceId;
4635
4844
  /**
4636
- * OpsMetadata for an AppManager application.
4845
+ * OpsMetadata for an Application Manager application.
4637
4846
  */
4638
4847
  Metadata?: MetadataMap;
4639
4848
  /**
@@ -4994,7 +5203,7 @@ declare namespace SSM {
4994
5203
  */
4995
5204
  PingStatus?: PingStatus;
4996
5205
  /**
4997
- * The date and time when agent last pinged Systems Manager service.
5206
+ * The date and time when the agent last pinged the Systems Manager service.
4998
5207
  */
4999
5208
  LastPingDateTime?: DateTime;
5000
5209
  /**
@@ -5610,6 +5819,50 @@ declare namespace SSM {
5610
5819
  */
5611
5820
  NextToken?: NextToken;
5612
5821
  }
5822
+ export interface ListDocumentMetadataHistoryRequest {
5823
+ /**
5824
+ * The name of the document.
5825
+ */
5826
+ Name: DocumentName;
5827
+ /**
5828
+ * The version of the document.
5829
+ */
5830
+ DocumentVersion?: DocumentVersion;
5831
+ /**
5832
+ * The type of data for which details are being requested. Currently, the only supported value is DocumentReviews.
5833
+ */
5834
+ Metadata: DocumentMetadataEnum;
5835
+ /**
5836
+ * The token for the next set of items to return. (You received this token from a previous call.)
5837
+ */
5838
+ NextToken?: NextToken;
5839
+ /**
5840
+ * The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
5841
+ */
5842
+ MaxResults?: MaxResults;
5843
+ }
5844
+ export interface ListDocumentMetadataHistoryResponse {
5845
+ /**
5846
+ * The name of the document.
5847
+ */
5848
+ Name?: DocumentName;
5849
+ /**
5850
+ * The version of the document.
5851
+ */
5852
+ DocumentVersion?: DocumentVersion;
5853
+ /**
5854
+ * The user ID of the person in the organization who requested the document review.
5855
+ */
5856
+ Author?: DocumentAuthor;
5857
+ /**
5858
+ * Information about the response to the document approval request.
5859
+ */
5860
+ Metadata?: DocumentMetadataResponseInfo;
5861
+ /**
5862
+ * The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
5863
+ */
5864
+ NextToken?: NextToken;
5865
+ }
5613
5866
  export interface ListDocumentVersionsRequest {
5614
5867
  /**
5615
5868
  * The name of the document. You can specify an Amazon Resource Name (ARN).
@@ -5710,6 +5963,30 @@ declare namespace SSM {
5710
5963
  */
5711
5964
  NextToken?: NextToken;
5712
5965
  }
5966
+ export interface ListOpsItemEventsRequest {
5967
+ /**
5968
+ * One or more OpsItem filters. Use a filter to return a more specific list of results.
5969
+ */
5970
+ Filters?: OpsItemEventFilters;
5971
+ /**
5972
+ * The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
5973
+ */
5974
+ MaxResults?: OpsItemEventMaxResults;
5975
+ /**
5976
+ * A token to start the list. Use this token to get the next set of results.
5977
+ */
5978
+ NextToken?: String;
5979
+ }
5980
+ export interface ListOpsItemEventsResponse {
5981
+ /**
5982
+ * The token for the next set of items to return. Use this token to get the next set of results.
5983
+ */
5984
+ NextToken?: String;
5985
+ /**
5986
+ * A list of event information for the specified OpsItems.
5987
+ */
5988
+ Summaries?: OpsItemEventSummaries;
5989
+ }
5713
5990
  export type ListOpsMetadataMaxResults = number;
5714
5991
  export interface ListOpsMetadataRequest {
5715
5992
  /**
@@ -6238,7 +6515,7 @@ declare namespace SSM {
6238
6515
  export type MetadataMap = {[key: string]: MetadataValue};
6239
6516
  export interface MetadataValue {
6240
6517
  /**
6241
- * Metadata value to assign to an AppManager application.
6518
+ * Metadata value to assign to an Application Manager application.
6242
6519
  */
6243
6520
  Value?: MetadataValueString;
6244
6521
  }
@@ -6382,6 +6659,10 @@ declare namespace SSM {
6382
6659
  * The ARN of the AWS account that created the OpsItem.
6383
6660
  */
6384
6661
  CreatedBy?: String;
6662
+ /**
6663
+ * The type of OpsItem. Currently, the only valid values are /aws/changerequest and /aws/issue.
6664
+ */
6665
+ OpsItemType?: OpsItemType;
6385
6666
  /**
6386
6667
  * The date and time the OpsItem was created.
6387
6668
  */
@@ -6442,6 +6723,22 @@ declare namespace SSM {
6442
6723
  * The severity of the OpsItem. Severity options range from 1 to 4.
6443
6724
  */
6444
6725
  Severity?: OpsItemSeverity;
6726
+ /**
6727
+ * The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.
6728
+ */
6729
+ ActualStartTime?: DateTime;
6730
+ /**
6731
+ * The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.
6732
+ */
6733
+ ActualEndTime?: DateTime;
6734
+ /**
6735
+ * The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.
6736
+ */
6737
+ PlannedStartTime?: DateTime;
6738
+ /**
6739
+ * The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
6740
+ */
6741
+ PlannedEndTime?: DateTime;
6445
6742
  }
6446
6743
  export type OpsItemCategory = string;
6447
6744
  export type OpsItemDataKey = string;
@@ -6458,6 +6755,57 @@ declare namespace SSM {
6458
6755
  }
6459
6756
  export type OpsItemDataValueString = string;
6460
6757
  export type OpsItemDescription = string;
6758
+ export interface OpsItemEventFilter {
6759
+ /**
6760
+ * The name of the filter key. Currently, the only supported value is OpsItemId.
6761
+ */
6762
+ Key: OpsItemEventFilterKey;
6763
+ /**
6764
+ * The values for the filter, consisting of one or more OpsItem IDs.
6765
+ */
6766
+ Values: OpsItemEventFilterValues;
6767
+ /**
6768
+ * The operator used by the filter call. Currently, the only supported value is Equal.
6769
+ */
6770
+ Operator: OpsItemEventFilterOperator;
6771
+ }
6772
+ export type OpsItemEventFilterKey = "OpsItemId"|string;
6773
+ export type OpsItemEventFilterOperator = "Equal"|string;
6774
+ export type OpsItemEventFilterValue = string;
6775
+ export type OpsItemEventFilterValues = OpsItemEventFilterValue[];
6776
+ export type OpsItemEventFilters = OpsItemEventFilter[];
6777
+ export type OpsItemEventMaxResults = number;
6778
+ export type OpsItemEventSummaries = OpsItemEventSummary[];
6779
+ export interface OpsItemEventSummary {
6780
+ /**
6781
+ * The ID of the OpsItem.
6782
+ */
6783
+ OpsItemId?: String;
6784
+ /**
6785
+ * The ID of the OpsItem event.
6786
+ */
6787
+ EventId?: String;
6788
+ /**
6789
+ * The source of the OpsItem event.
6790
+ */
6791
+ Source?: String;
6792
+ /**
6793
+ * The type of information provided as a detail.
6794
+ */
6795
+ DetailType?: String;
6796
+ /**
6797
+ * Specific information about the OpsItem event.
6798
+ */
6799
+ Detail?: String;
6800
+ /**
6801
+ * Information about the user or resource that created the OpsItem event.
6802
+ */
6803
+ CreatedBy?: OpsItemIdentity;
6804
+ /**
6805
+ * The date and time the OpsItem event was created.
6806
+ */
6807
+ CreatedTime?: DateTime;
6808
+ }
6461
6809
  export interface OpsItemFilter {
6462
6810
  /**
6463
6811
  * The name of the filter.
@@ -6472,12 +6820,18 @@ declare namespace SSM {
6472
6820
  */
6473
6821
  Operator: OpsItemFilterOperator;
6474
6822
  }
6475
- export type OpsItemFilterKey = "Status"|"CreatedBy"|"Source"|"Priority"|"Title"|"OpsItemId"|"CreatedTime"|"LastModifiedTime"|"OperationalData"|"OperationalDataKey"|"OperationalDataValue"|"ResourceId"|"AutomationId"|"Category"|"Severity"|string;
6823
+ export type OpsItemFilterKey = "Status"|"CreatedBy"|"Source"|"Priority"|"Title"|"OpsItemId"|"CreatedTime"|"LastModifiedTime"|"ActualStartTime"|"ActualEndTime"|"PlannedStartTime"|"PlannedEndTime"|"OperationalData"|"OperationalDataKey"|"OperationalDataValue"|"ResourceId"|"AutomationId"|"Category"|"Severity"|"OpsItemType"|"ChangeRequestByRequesterArn"|"ChangeRequestByRequesterName"|"ChangeRequestByApproverArn"|"ChangeRequestByApproverName"|"ChangeRequestByTemplate"|"ChangeRequestByTargetsResourceGroup"|string;
6476
6824
  export type OpsItemFilterOperator = "Equal"|"Contains"|"GreaterThan"|"LessThan"|string;
6477
6825
  export type OpsItemFilterValue = string;
6478
6826
  export type OpsItemFilterValues = OpsItemFilterValue[];
6479
6827
  export type OpsItemFilters = OpsItemFilter[];
6480
6828
  export type OpsItemId = string;
6829
+ export interface OpsItemIdentity {
6830
+ /**
6831
+ * The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
6832
+ */
6833
+ Arn?: String;
6834
+ }
6481
6835
  export type OpsItemMaxResults = number;
6482
6836
  export interface OpsItemNotification {
6483
6837
  /**
@@ -6491,7 +6845,7 @@ declare namespace SSM {
6491
6845
  export type OpsItemPriority = number;
6492
6846
  export type OpsItemSeverity = string;
6493
6847
  export type OpsItemSource = string;
6494
- export type OpsItemStatus = "Open"|"InProgress"|"Resolved"|string;
6848
+ export type OpsItemStatus = "Open"|"InProgress"|"Resolved"|"Pending"|"TimedOut"|"Cancelling"|"Cancelled"|"Failed"|"CompletedWithSuccess"|"CompletedWithFailure"|"Scheduled"|"RunbookInProgress"|"PendingChangeCalendarOverride"|"ChangeCalendarOverrideApproved"|"ChangeCalendarOverrideRejected"|"PendingApproval"|"Approved"|"Rejected"|string;
6495
6849
  export type OpsItemSummaries = OpsItemSummary[];
6496
6850
  export interface OpsItemSummary {
6497
6851
  /**
@@ -6542,11 +6896,32 @@ declare namespace SSM {
6542
6896
  * A list of OpsItems by severity.
6543
6897
  */
6544
6898
  Severity?: OpsItemSeverity;
6899
+ /**
6900
+ * The type of OpsItem. Currently, the only valid values are /aws/changerequest and /aws/issue.
6901
+ */
6902
+ OpsItemType?: OpsItemType;
6903
+ /**
6904
+ * The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.
6905
+ */
6906
+ ActualStartTime?: DateTime;
6907
+ /**
6908
+ * The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.
6909
+ */
6910
+ ActualEndTime?: DateTime;
6911
+ /**
6912
+ * The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.
6913
+ */
6914
+ PlannedStartTime?: DateTime;
6915
+ /**
6916
+ * The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
6917
+ */
6918
+ PlannedEndTime?: DateTime;
6545
6919
  }
6546
6920
  export type OpsItemTitle = string;
6921
+ export type OpsItemType = string;
6547
6922
  export interface OpsMetadata {
6548
6923
  /**
6549
- * The ID of the AppManager application.
6924
+ * The ID of the Application Manager application.
6550
6925
  */
6551
6926
  ResourceId?: OpsMetadataResourceId;
6552
6927
  /**
@@ -7322,7 +7697,7 @@ declare namespace SSM {
7322
7697
  */
7323
7698
  WindowId: MaintenanceWindowId;
7324
7699
  /**
7325
- * The targets (either instances or maintenance window targets). Specify instances using the following format: Key=InstanceIds,Values=&lt;instance-id-1&gt;,&lt;instance-id-2&gt; Specify maintenance window targets using the following format: Key=WindowTargetIds;,Values=&lt;window-target-id-1&gt;,&lt;window-target-id-2&gt;
7700
+ * The targets (either instances or maintenance window targets). Specify instances using the following format: Key=InstanceIds,Values=&lt;instance-id-1&gt;,&lt;instance-id-2&gt; Specify maintenance window targets using the following format: Key=WindowTargetIds,Values=&lt;window-target-id-1&gt;,&lt;window-target-id-2&gt;
7326
7701
  */
7327
7702
  Targets: Targets;
7328
7703
  /**
@@ -7645,6 +8020,58 @@ declare namespace SSM {
7645
8020
  */
7646
8021
  StreamUrl?: StreamUrl;
7647
8022
  }
8023
+ export interface ReviewInformation {
8024
+ /**
8025
+ * The time that the reviewer took action on the document review request.
8026
+ */
8027
+ ReviewedTime?: DateTime;
8028
+ /**
8029
+ * The current status of the document review request.
8030
+ */
8031
+ Status?: ReviewStatus;
8032
+ /**
8033
+ * The reviewer assigned to take action on the document review request.
8034
+ */
8035
+ Reviewer?: Reviewer;
8036
+ }
8037
+ export type ReviewInformationList = ReviewInformation[];
8038
+ export type ReviewStatus = "APPROVED"|"NOT_REVIEWED"|"PENDING"|"REJECTED"|string;
8039
+ export type Reviewer = string;
8040
+ export interface Runbook {
8041
+ /**
8042
+ * The name of the Automation runbook (Automation document) used in a runbook workflow.
8043
+ */
8044
+ DocumentName: DocumentARN;
8045
+ /**
8046
+ * The version of the Automation runbook (Automation document) used in a runbook workflow.
8047
+ */
8048
+ DocumentVersion?: DocumentVersion;
8049
+ /**
8050
+ * The key-value map of execution parameters, which were supplied when calling StartChangeRequestExecution.
8051
+ */
8052
+ Parameters?: AutomationParameterMap;
8053
+ /**
8054
+ * The name of the parameter used as the target resource for the rate-controlled runbook workflow. Required if you specify Targets.
8055
+ */
8056
+ TargetParameterName?: AutomationParameterKey;
8057
+ /**
8058
+ * A key-value mapping to target resources that the Runbook operation performs tasks on. Required if you specify TargetParameterName.
8059
+ */
8060
+ Targets?: Targets;
8061
+ /**
8062
+ * The MaxConcurrency value specified by the user when the operation started, indicating the maximum number of resources that the runbook operation can run on at the same time.
8063
+ */
8064
+ MaxConcurrency?: MaxConcurrency;
8065
+ /**
8066
+ * The MaxErrors value specified by the user when the execution started, indicating the maximum number of errors that can occur during the operation before the updates are stopped or rolled back.
8067
+ */
8068
+ MaxErrors?: MaxErrors;
8069
+ /**
8070
+ * Information about the AWS Regions and accounts targeted by the current Runbook operation.
8071
+ */
8072
+ TargetLocations?: TargetLocations;
8073
+ }
8074
+ export type Runbooks = Runbook[];
7648
8075
  export type S3BucketName = string;
7649
8076
  export type S3KeyPrefix = string;
7650
8077
  export interface S3OutputLocation {
@@ -7976,6 +8403,46 @@ declare namespace SSM {
7976
8403
  */
7977
8404
  AutomationExecutionId?: AutomationExecutionId;
7978
8405
  }
8406
+ export interface StartChangeRequestExecutionRequest {
8407
+ /**
8408
+ * The date and time specified in the change request to run the Automation runbooks. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
8409
+ */
8410
+ ScheduledTime?: DateTime;
8411
+ /**
8412
+ * The name of the change template document to run during the runbook workflow.
8413
+ */
8414
+ DocumentName: DocumentARN;
8415
+ /**
8416
+ * The version of the change template document to run during the runbook workflow.
8417
+ */
8418
+ DocumentVersion?: DocumentVersion;
8419
+ /**
8420
+ * A key-value map of parameters that match the declared parameters in the change template document.
8421
+ */
8422
+ Parameters?: AutomationParameterMap;
8423
+ /**
8424
+ * The name of the change request associated with the runbook workflow to be run.
8425
+ */
8426
+ ChangeRequestName?: ChangeRequestName;
8427
+ /**
8428
+ * The user-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID format, and can't be reused.
8429
+ */
8430
+ ClientToken?: IdempotencyToken;
8431
+ /**
8432
+ * Information about the Automation runbooks (Automation documents) that are run during the runbook workflow. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
8433
+ */
8434
+ Runbooks: Runbooks;
8435
+ /**
8436
+ * Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a change request to identify an environment or target AWS Region. In this case, you could specify the following key-value pairs: Key=Environment,Value=Production Key=Region,Value=us-east-2
8437
+ */
8438
+ Tags?: TagList;
8439
+ }
8440
+ export interface StartChangeRequestExecutionResult {
8441
+ /**
8442
+ * The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)
8443
+ */
8444
+ AutomationExecutionId?: AutomationExecutionId;
8445
+ }
7979
8446
  export interface StartSessionRequest {
7980
8447
  /**
7981
8448
  * The instance to connect to for the session.
@@ -8165,15 +8632,15 @@ declare namespace SSM {
8165
8632
  */
8166
8633
  Regions?: Regions;
8167
8634
  /**
8168
- * The maximum number of AWS accounts and AWS regions allowed to run the Automation concurrently
8635
+ * The maximum number of AWS accounts and AWS regions allowed to run the Automation concurrently.
8169
8636
  */
8170
8637
  TargetLocationMaxConcurrency?: MaxConcurrency;
8171
8638
  /**
8172
- * The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.
8639
+ * The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.
8173
8640
  */
8174
8641
  TargetLocationMaxErrors?: MaxErrors;
8175
8642
  /**
8176
- * The Automation execution role used by the currently running Automation.
8643
+ * The Automation execution role used by the currently running Automation. If not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.
8177
8644
  */
8178
8645
  ExecutionRoleName?: ExecutionRoleName;
8179
8646
  }
@@ -8265,6 +8732,10 @@ declare namespace SSM {
8265
8732
  * By default, when you update an association, the system runs it immediately after it is updated and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you update it. This parameter is not supported for rate expressions. Also, if you specified this option when you created the association, you can reset it. To do so, specify the no-apply-only-at-cron-interval parameter when you update the association from the command line. This parameter forces the association to run immediately after updating it and according to the interval specified.
8266
8733
  */
8267
8734
  ApplyOnlyAtCronInterval?: ApplyOnlyAtCronInterval;
8735
+ /**
8736
+ * A location is a combination of AWS Regions and AWS accounts where you want to run the association. Use this action to update an association in multiple Regions and multiple accounts.
8737
+ */
8738
+ TargetLocations?: TargetLocations;
8268
8739
  }
8269
8740
  export interface UpdateAssociationResult {
8270
8741
  /**
@@ -8308,6 +8779,22 @@ declare namespace SSM {
8308
8779
  */
8309
8780
  Description?: DocumentDefaultVersionDescription;
8310
8781
  }
8782
+ export interface UpdateDocumentMetadataRequest {
8783
+ /**
8784
+ * The name of the document for which a version is to be updated.
8785
+ */
8786
+ Name: DocumentName;
8787
+ /**
8788
+ * The version of a document to update.
8789
+ */
8790
+ DocumentVersion?: DocumentVersion;
8791
+ /**
8792
+ * The document review details to update.
8793
+ */
8794
+ DocumentReviews: DocumentReviews;
8795
+ }
8796
+ export interface UpdateDocumentMetadataResponse {
8797
+ }
8311
8798
  export interface UpdateDocumentRequest {
8312
8799
  /**
8313
8800
  * A valid JSON or YAML string.
@@ -8358,7 +8845,7 @@ declare namespace SSM {
8358
8845
  */
8359
8846
  Description?: MaintenanceWindowDescription;
8360
8847
  /**
8361
- * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "etc/UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
8848
+ * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
8362
8849
  */
8363
8850
  StartDate?: MaintenanceWindowStringDateTime;
8364
8851
  /**
@@ -8370,11 +8857,11 @@ declare namespace SSM {
8370
8857
  */
8371
8858
  Schedule?: MaintenanceWindowSchedule;
8372
8859
  /**
8373
- * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "etc/UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
8860
+ * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
8374
8861
  */
8375
8862
  ScheduleTimezone?: MaintenanceWindowTimezone;
8376
8863
  /**
8377
- * The number of days to wait after the date and time specified by a CRON expression before running the maintenance window. For example, the following cron expression schedules a maintenance window to run the third Tuesday of every month at 11:30 PM. cron(0 30 23 ? * TUE#3 *) If the schedule offset is 2, the maintenance window won't run until two days later.
8864
+ * The number of days to wait after the date and time specified by a CRON expression before running the maintenance window. For example, the following cron expression schedules a maintenance window to run the third Tuesday of every month at 11:30 PM. cron(30 23 ? * TUE#3 *) If the schedule offset is 2, the maintenance window won't run until two days later.
8378
8865
  */
8379
8866
  ScheduleOffset?: MaintenanceWindowOffset;
8380
8867
  /**
@@ -8424,7 +8911,7 @@ declare namespace SSM {
8424
8911
  */
8425
8912
  Schedule?: MaintenanceWindowSchedule;
8426
8913
  /**
8427
- * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "etc/UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
8914
+ * The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.
8428
8915
  */
8429
8916
  ScheduleTimezone?: MaintenanceWindowTimezone;
8430
8917
  /**
@@ -8673,6 +9160,22 @@ declare namespace SSM {
8673
9160
  * Specify a new severity for an OpsItem.
8674
9161
  */
8675
9162
  Severity?: OpsItemSeverity;
9163
+ /**
9164
+ * The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.
9165
+ */
9166
+ ActualStartTime?: DateTime;
9167
+ /**
9168
+ * The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.
9169
+ */
9170
+ ActualEndTime?: DateTime;
9171
+ /**
9172
+ * The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.
9173
+ */
9174
+ PlannedStartTime?: DateTime;
9175
+ /**
9176
+ * The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
9177
+ */
9178
+ PlannedEndTime?: DateTime;
8676
9179
  }
8677
9180
  export interface UpdateOpsItemResponse {
8678
9181
  }