@aws-sdk/client-ssm 3.428.0 → 3.429.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.
@@ -128,7 +128,7 @@ export interface AddTagsToResourceRequest {
128
128
  * <code>mi-1a2b3c4d5e6f</code>.</p>
129
129
  * </note>
130
130
  */
131
- ResourceType: ResourceTypeForTagging | string | undefined;
131
+ ResourceType: ResourceTypeForTagging | undefined;
132
132
  /**
133
133
  * @public
134
134
  * <p>The resource ID you want to tag.</p>
@@ -299,7 +299,7 @@ export interface AlarmStateInformation {
299
299
  * @public
300
300
  * <p>The state of your CloudWatch alarm.</p>
301
301
  */
302
- State: ExternalAlarmState | string | undefined;
302
+ State: ExternalAlarmState | undefined;
303
303
  }
304
304
  /**
305
305
  * @public
@@ -1022,7 +1022,7 @@ export interface CreateAssociationRequest {
1022
1022
  * @public
1023
1023
  * <p>The severity level to assign to the association.</p>
1024
1024
  */
1025
- ComplianceSeverity?: AssociationComplianceSeverity | string;
1025
+ ComplianceSeverity?: AssociationComplianceSeverity;
1026
1026
  /**
1027
1027
  * @public
1028
1028
  * <p>The mode for generating association compliance. You can specify <code>AUTO</code> or
@@ -1035,7 +1035,7 @@ export interface CreateAssociationRequest {
1035
1035
  * managed by State Manager. It is managed by your direct call to the <a>PutComplianceItems</a> API operation.</p>
1036
1036
  * <p>By default, all associations use <code>AUTO</code> mode.</p>
1037
1037
  */
1038
- SyncCompliance?: AssociationSyncCompliance | string;
1038
+ SyncCompliance?: AssociationSyncCompliance;
1039
1039
  /**
1040
1040
  * @public
1041
1041
  * <p>By default, when you create a new association, the system runs it immediately after it is
@@ -1143,7 +1143,7 @@ export interface AssociationStatus {
1143
1143
  * @public
1144
1144
  * <p>The status.</p>
1145
1145
  */
1146
- Name: AssociationStatusName | string | undefined;
1146
+ Name: AssociationStatusName | undefined;
1147
1147
  /**
1148
1148
  * @public
1149
1149
  * <p>The reason for the status.</p>
@@ -1277,7 +1277,7 @@ export interface AssociationDescription {
1277
1277
  * @public
1278
1278
  * <p>The severity level that is assigned to the association.</p>
1279
1279
  */
1280
- ComplianceSeverity?: AssociationComplianceSeverity | string;
1280
+ ComplianceSeverity?: AssociationComplianceSeverity;
1281
1281
  /**
1282
1282
  * @public
1283
1283
  * <p>The mode for generating association compliance. You can specify <code>AUTO</code> or
@@ -1291,7 +1291,7 @@ export interface AssociationDescription {
1291
1291
  * <a>PutComplianceItems</a> API operation.</p>
1292
1292
  * <p>By default, all associations use <code>AUTO</code> mode.</p>
1293
1293
  */
1294
- SyncCompliance?: AssociationSyncCompliance | string;
1294
+ SyncCompliance?: AssociationSyncCompliance;
1295
1295
  /**
1296
1296
  * @public
1297
1297
  * <p>By default, when you create a new associations, the system runs it immediately after it is
@@ -1566,7 +1566,7 @@ export interface CreateAssociationBatchRequestEntry {
1566
1566
  * @public
1567
1567
  * <p>The severity level to assign to the association.</p>
1568
1568
  */
1569
- ComplianceSeverity?: AssociationComplianceSeverity | string;
1569
+ ComplianceSeverity?: AssociationComplianceSeverity;
1570
1570
  /**
1571
1571
  * @public
1572
1572
  * <p>The mode for generating association compliance. You can specify <code>AUTO</code> or
@@ -1580,7 +1580,7 @@ export interface CreateAssociationBatchRequestEntry {
1580
1580
  * <a>PutComplianceItems</a> API operation.</p>
1581
1581
  * <p>By default, all associations use <code>AUTO</code> mode.</p>
1582
1582
  */
1583
- SyncCompliance?: AssociationSyncCompliance | string;
1583
+ SyncCompliance?: AssociationSyncCompliance;
1584
1584
  /**
1585
1585
  * @public
1586
1586
  * <p>By default, when you create a new associations, the system runs it immediately after it is
@@ -1662,7 +1662,7 @@ export interface FailedCreateAssociation {
1662
1662
  * @public
1663
1663
  * <p>The source of the failure.</p>
1664
1664
  */
1665
- Fault?: Fault | string;
1665
+ Fault?: Fault;
1666
1666
  }
1667
1667
  /**
1668
1668
  * @public
@@ -1703,7 +1703,7 @@ export interface AttachmentsSource {
1703
1703
  * <p>The key of a key-value pair that identifies the location of an attachment to a
1704
1704
  * document.</p>
1705
1705
  */
1706
- Key?: AttachmentsSourceKey | string;
1706
+ Key?: AttachmentsSourceKey;
1707
1707
  /**
1708
1708
  * @public
1709
1709
  * <p>The value of a key-value pair that identifies the location of an attachment to a document.
@@ -1908,13 +1908,13 @@ export interface CreateDocumentRequest {
1908
1908
  * reserved for AppConfig.</p>
1909
1909
  * </note>
1910
1910
  */
1911
- DocumentType?: DocumentType | string;
1911
+ DocumentType?: DocumentType;
1912
1912
  /**
1913
1913
  * @public
1914
1914
  * <p>Specify the document format for the request. The document format can be JSON, YAML, or TEXT.
1915
1915
  * JSON is the default format.</p>
1916
1916
  */
1917
- DocumentFormat?: DocumentFormat | string;
1917
+ DocumentFormat?: DocumentFormat;
1918
1918
  /**
1919
1919
  * @public
1920
1920
  * <p>Specify a target type to define the kinds of resources the document can run on. For example,
@@ -2000,7 +2000,7 @@ export interface DocumentParameter {
2000
2000
  * @public
2001
2001
  * <p>The type of parameter. The type can be either String or StringList.</p>
2002
2002
  */
2003
- Type?: DocumentParameterType | string;
2003
+ Type?: DocumentParameterType;
2004
2004
  /**
2005
2005
  * @public
2006
2006
  * <p>A description of what the parameter does, how to use it, the default value, and whether or
@@ -2055,7 +2055,7 @@ export interface ReviewInformation {
2055
2055
  * @public
2056
2056
  * <p>The current status of the document review request.</p>
2057
2057
  */
2058
- Status?: ReviewStatus | string;
2058
+ Status?: ReviewStatus;
2059
2059
  /**
2060
2060
  * @public
2061
2061
  * <p>The reviewer assigned to take action on the document review request.</p>
@@ -2103,7 +2103,7 @@ export interface DocumentDescription {
2103
2103
  * <p>Sha1 hashes have been deprecated.</p>
2104
2104
  * </note>
2105
2105
  */
2106
- HashType?: DocumentHashType | string;
2106
+ HashType?: DocumentHashType;
2107
2107
  /**
2108
2108
  * @public
2109
2109
  * <p>The name of the SSM document.</p>
@@ -2134,7 +2134,7 @@ export interface DocumentDescription {
2134
2134
  * @public
2135
2135
  * <p>The status of the SSM document.</p>
2136
2136
  */
2137
- Status?: DocumentStatus | string;
2137
+ Status?: DocumentStatus;
2138
2138
  /**
2139
2139
  * @public
2140
2140
  * <p>A message returned by Amazon Web Services Systems Manager that explains the <code>Status</code> value. For example, a
@@ -2161,12 +2161,12 @@ export interface DocumentDescription {
2161
2161
  * @public
2162
2162
  * <p>The list of operating system (OS) platforms compatible with this SSM document. </p>
2163
2163
  */
2164
- PlatformTypes?: (PlatformType | string)[];
2164
+ PlatformTypes?: PlatformType[];
2165
2165
  /**
2166
2166
  * @public
2167
2167
  * <p>The type of document.</p>
2168
2168
  */
2169
- DocumentType?: DocumentType | string;
2169
+ DocumentType?: DocumentType;
2170
2170
  /**
2171
2171
  * @public
2172
2172
  * <p>The schema version.</p>
@@ -2186,7 +2186,7 @@ export interface DocumentDescription {
2186
2186
  * @public
2187
2187
  * <p>The document format, either JSON or YAML.</p>
2188
2188
  */
2189
- DocumentFormat?: DocumentFormat | string;
2189
+ DocumentFormat?: DocumentFormat;
2190
2190
  /**
2191
2191
  * @public
2192
2192
  * <p>The target type which defines the kinds of resources the document can run on. For example,
@@ -2235,7 +2235,7 @@ export interface DocumentDescription {
2235
2235
  * @public
2236
2236
  * <p>The current status of the review.</p>
2237
2237
  */
2238
- ReviewStatus?: ReviewStatus | string;
2238
+ ReviewStatus?: ReviewStatus;
2239
2239
  /**
2240
2240
  * @public
2241
2241
  * <p>The classification of a document to help you identify and categorize its use.</p>
@@ -2515,7 +2515,7 @@ export interface OpsItemDataValue {
2515
2515
  * <p>The type of key-value pair. Valid types include <code>SearchableString</code> and
2516
2516
  * <code>String</code>.</p>
2517
2517
  */
2518
- Type?: OpsItemDataType | string;
2518
+ Type?: OpsItemDataType;
2519
2519
  }
2520
2520
  /**
2521
2521
  * @public
@@ -2902,7 +2902,7 @@ export interface PatchFilter {
2902
2902
  * <p>Run the <a>DescribePatchProperties</a> command to view lists of valid keys for
2903
2903
  * each operating system type.</p>
2904
2904
  */
2905
- Key: PatchFilterKey | string | undefined;
2905
+ Key: PatchFilterKey | undefined;
2906
2906
  /**
2907
2907
  * @public
2908
2908
  * <p>The value for the filter key.</p>
@@ -2936,7 +2936,7 @@ export interface PatchRule {
2936
2936
  * @public
2937
2937
  * <p>A compliance severity level for all approved patches in a patch baseline.</p>
2938
2938
  */
2939
- ComplianceLevel?: PatchComplianceLevel | string;
2939
+ ComplianceLevel?: PatchComplianceLevel;
2940
2940
  /**
2941
2941
  * @public
2942
2942
  * <p>The number of days after the release date of each patch matched by the rule that the patch
@@ -3058,7 +3058,7 @@ export interface CreatePatchBaselineRequest {
3058
3058
  * <p>Defines the operating system the patch baseline applies to. The default value is
3059
3059
  * <code>WINDOWS</code>.</p>
3060
3060
  */
3061
- OperatingSystem?: OperatingSystem | string;
3061
+ OperatingSystem?: OperatingSystem;
3062
3062
  /**
3063
3063
  * @public
3064
3064
  * <p>The name of the patch baseline.</p>
@@ -3088,7 +3088,7 @@ export interface CreatePatchBaselineRequest {
3088
3088
  * missing, this value describes the severity of the compliance violation. The default value is
3089
3089
  * <code>UNSPECIFIED</code>.</p>
3090
3090
  */
3091
- ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
3091
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
3092
3092
  /**
3093
3093
  * @public
3094
3094
  * <p>Indicates whether the list of approved patches includes non-security updates that should be
@@ -3130,7 +3130,7 @@ export interface CreatePatchBaselineRequest {
3130
3130
  * </li>
3131
3131
  * </ul>
3132
3132
  */
3133
- RejectedPatchesAction?: PatchAction | string;
3133
+ RejectedPatchesAction?: PatchAction;
3134
3134
  /**
3135
3135
  * @public
3136
3136
  * <p>A description of the patch baseline.</p>
@@ -3225,7 +3225,7 @@ export interface ResourceDataSyncS3Destination {
3225
3225
  * @public
3226
3226
  * <p>A supported sync format. The following format is currently supported: JsonSerDe</p>
3227
3227
  */
3228
- SyncFormat: ResourceDataSyncS3Format | string | undefined;
3228
+ SyncFormat: ResourceDataSyncS3Format | undefined;
3229
3229
  /**
3230
3230
  * @public
3231
3231
  * <p>The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.</p>
@@ -3575,7 +3575,7 @@ export interface DeleteInventoryRequest {
3575
3575
  * <p>DeleteSchema: This option deletes the specified custom type from the Inventory service. You
3576
3576
  * can recreate the schema later, if you want.</p>
3577
3577
  */
3578
- SchemaDeleteOption?: InventorySchemaDeleteOption | string;
3578
+ SchemaDeleteOption?: InventorySchemaDeleteOption;
3579
3579
  /**
3580
3580
  * @public
3581
3581
  * <p>Use this option to view a summary of the deletion request without deleting any data or the
@@ -4082,7 +4082,7 @@ export interface DescribeActivationsFilter {
4082
4082
  * @public
4083
4083
  * <p>The name of the filter.</p>
4084
4084
  */
4085
- FilterKey?: DescribeActivationsFilterKeys | string;
4085
+ FilterKey?: DescribeActivationsFilterKeys;
4086
4086
  /**
4087
4087
  * @public
4088
4088
  * <p>The filter values.</p>
@@ -4240,7 +4240,7 @@ export interface AssociationExecutionFilter {
4240
4240
  * @public
4241
4241
  * <p>The key value used in the request.</p>
4242
4242
  */
4243
- Key: AssociationExecutionFilterKey | string | undefined;
4243
+ Key: AssociationExecutionFilterKey | undefined;
4244
4244
  /**
4245
4245
  * @public
4246
4246
  * <p>The value specified for the key.</p>
@@ -4250,7 +4250,7 @@ export interface AssociationExecutionFilter {
4250
4250
  * @public
4251
4251
  * <p>The filter type specified in the request.</p>
4252
4252
  */
4253
- Type: AssociationFilterOperatorType | string | undefined;
4253
+ Type: AssociationFilterOperatorType | undefined;
4254
4254
  }
4255
4255
  /**
4256
4256
  * @public
@@ -4389,7 +4389,7 @@ export interface AssociationExecutionTargetsFilter {
4389
4389
  * @public
4390
4390
  * <p>The key value used in the request.</p>
4391
4391
  */
4392
- Key: AssociationExecutionTargetsFilterKey | string | undefined;
4392
+ Key: AssociationExecutionTargetsFilterKey | undefined;
4393
4393
  /**
4394
4394
  * @public
4395
4395
  * <p>The value specified for the key.</p>
@@ -4545,7 +4545,7 @@ export interface AutomationExecutionFilter {
4545
4545
  * @public
4546
4546
  * <p>One or more keys to limit the results.</p>
4547
4547
  */
4548
- Key: AutomationExecutionFilterKey | string | undefined;
4548
+ Key: AutomationExecutionFilterKey | undefined;
4549
4549
  /**
4550
4550
  * @public
4551
4551
  * <p>The values used to limit the execution information associated with the filter's key.</p>
@@ -4742,7 +4742,7 @@ export interface AutomationExecutionMetadata {
4742
4742
  * @public
4743
4743
  * <p>The status of the execution.</p>
4744
4744
  */
4745
- AutomationExecutionStatus?: AutomationExecutionStatus | string;
4745
+ AutomationExecutionStatus?: AutomationExecutionStatus;
4746
4746
  /**
4747
4747
  * @public
4748
4748
  * <p>The time the execution started.</p>
@@ -4773,7 +4773,7 @@ export interface AutomationExecutionMetadata {
4773
4773
  * @public
4774
4774
  * <p>The Automation execution mode.</p>
4775
4775
  */
4776
- Mode?: ExecutionMode | string;
4776
+ Mode?: ExecutionMode;
4777
4777
  /**
4778
4778
  * @public
4779
4779
  * <p>The execution ID of the parent automation.</p>
@@ -4837,7 +4837,7 @@ export interface AutomationExecutionMetadata {
4837
4837
  * Amazon Web Services accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html">Running Automation workflows in multiple Amazon Web Services Regions and accounts</a> in the
4838
4838
  * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
4839
4839
  */
4840
- AutomationType?: AutomationType | string;
4840
+ AutomationType?: AutomationType;
4841
4841
  /**
4842
4842
  * @public
4843
4843
  * <p>The details for the CloudWatch alarm applied to your automation.</p>
@@ -4853,7 +4853,7 @@ export interface AutomationExecutionMetadata {
4853
4853
  * <p>The subtype of the Automation operation. Currently, the only supported value is
4854
4854
  * <code>ChangeRequest</code>.</p>
4855
4855
  */
4856
- AutomationSubtype?: AutomationSubtype | string;
4856
+ AutomationSubtype?: AutomationSubtype;
4857
4857
  /**
4858
4858
  * @public
4859
4859
  * <p>The date and time the Automation operation is scheduled to start.</p>
@@ -4967,7 +4967,7 @@ export interface StepExecutionFilter {
4967
4967
  * <p>One or more keys to limit the results. Valid filter keys include the following: StepName,
4968
4968
  * Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.</p>
4969
4969
  */
4970
- Key: StepExecutionFilterKey | string | undefined;
4970
+ Key: StepExecutionFilterKey | undefined;
4971
4971
  /**
4972
4972
  * @public
4973
4973
  * <p>The values of the filter key.</p>
@@ -5077,7 +5077,7 @@ export interface StepExecution {
5077
5077
  * @public
5078
5078
  * <p>The execution status for this step.</p>
5079
5079
  */
5080
- StepStatus?: AutomationExecutionStatus | string;
5080
+ StepStatus?: AutomationExecutionStatus;
5081
5081
  /**
5082
5082
  * @public
5083
5083
  * <p>The response code returned by the execution of the step.</p>
@@ -5635,7 +5635,7 @@ export interface DescribeDocumentPermissionRequest {
5635
5635
  * <p>The permission type for the document. The permission type can be
5636
5636
  * <i>Share</i>.</p>
5637
5637
  */
5638
- PermissionType: DocumentPermissionType | string | undefined;
5638
+ PermissionType: DocumentPermissionType | undefined;
5639
5639
  /**
5640
5640
  * @public
5641
5641
  * <p>The maximum number of items to return for this call. The call also returns a token that you
@@ -5794,12 +5794,12 @@ export interface PatchStatus {
5794
5794
  * @public
5795
5795
  * <p>The approval status of a patch.</p>
5796
5796
  */
5797
- DeploymentStatus?: PatchDeploymentStatus | string;
5797
+ DeploymentStatus?: PatchDeploymentStatus;
5798
5798
  /**
5799
5799
  * @public
5800
5800
  * <p>The compliance severity level for a patch.</p>
5801
5801
  */
5802
- ComplianceLevel?: PatchComplianceLevel | string;
5802
+ ComplianceLevel?: PatchComplianceLevel;
5803
5803
  /**
5804
5804
  * @public
5805
5805
  * <p>The date the patch was approved (or will be approved if the status is
@@ -6063,7 +6063,7 @@ export interface InstanceInformationFilter {
6063
6063
  * @public
6064
6064
  * <p>The name of the filter. </p>
6065
6065
  */
6066
- key: InstanceInformationFilterKey | string | undefined;
6066
+ key: InstanceInformationFilterKey | undefined;
6067
6067
  /**
6068
6068
  * @public
6069
6069
  * <p>The filter values.</p>
@@ -6178,7 +6178,7 @@ export interface InstanceInformation {
6178
6178
  * <p>The status <code>Inactive</code> has been deprecated and is no longer in use.</p>
6179
6179
  * </note>
6180
6180
  */
6181
- PingStatus?: PingStatus | string;
6181
+ PingStatus?: PingStatus;
6182
6182
  /**
6183
6183
  * @public
6184
6184
  * <p>The date and time when the agent last pinged the Systems Manager service. </p>
@@ -6201,7 +6201,7 @@ export interface InstanceInformation {
6201
6201
  * @public
6202
6202
  * <p>The operating system platform type. </p>
6203
6203
  */
6204
- PlatformType?: PlatformType | string;
6204
+ PlatformType?: PlatformType;
6205
6205
  /**
6206
6206
  * @public
6207
6207
  * <p>The name of the operating system platform running on your managed node. </p>
@@ -6235,7 +6235,7 @@ export interface InstanceInformation {
6235
6235
  * @public
6236
6236
  * <p>The type of instance. Instances are either EC2 instances or managed instances. </p>
6237
6237
  */
6238
- ResourceType?: ResourceType | string;
6238
+ ResourceType?: ResourceType;
6239
6239
  /**
6240
6240
  * @public
6241
6241
  * <p>The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is
@@ -6289,7 +6289,7 @@ export interface InstanceInformation {
6289
6289
  * <p>The type of the source resource. For IoT Greengrass devices, <code>SourceType</code>
6290
6290
  * is <code>AWS::IoT::Thing</code>. </p>
6291
6291
  */
6292
- SourceType?: SourceType | string;
6292
+ SourceType?: SourceType;
6293
6293
  }
6294
6294
  /**
6295
6295
  * @public
@@ -6435,7 +6435,7 @@ export interface PatchComplianceData {
6435
6435
  * <p>The state of the patch on the managed node, such as INSTALLED or FAILED.</p>
6436
6436
  * <p>For descriptions of each patch state, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-compliance-about.html#sysman-compliance-monitor-patch">About patch compliance</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6437
6437
  */
6438
- State: PatchComplianceDataState | string | undefined;
6438
+ State: PatchComplianceDataState | undefined;
6439
6439
  /**
6440
6440
  * @public
6441
6441
  * <p>The date/time the patch was installed on the managed node. Not all operating systems provide
@@ -6659,7 +6659,7 @@ export interface InstancePatchState {
6659
6659
  * </li>
6660
6660
  * </ul>
6661
6661
  */
6662
- Operation: PatchOperationType | string | undefined;
6662
+ Operation: PatchOperationType | undefined;
6663
6663
  /**
6664
6664
  * @public
6665
6665
  * <p>The time of the last attempt to patch the managed node with <code>NoReboot</code> specified
@@ -6689,7 +6689,7 @@ export interface InstancePatchState {
6689
6689
  * </li>
6690
6690
  * </ul>
6691
6691
  */
6692
- RebootOption?: RebootOption | string;
6692
+ RebootOption?: RebootOption;
6693
6693
  /**
6694
6694
  * @public
6695
6695
  * <p>The number of patches per node that are specified as <code>Critical</code> for compliance
@@ -6824,7 +6824,7 @@ export interface InstancePatchStateFilter {
6824
6824
  * @public
6825
6825
  * <p>The type of comparison that should be performed for the value.</p>
6826
6826
  */
6827
- Type: InstancePatchStateOperatorType | string | undefined;
6827
+ Type: InstancePatchStateOperatorType | undefined;
6828
6828
  }
6829
6829
  /**
6830
6830
  * @public
@@ -6938,7 +6938,7 @@ export interface InventoryDeletionStatusItem {
6938
6938
  * @public
6939
6939
  * <p>The status of the operation. Possible values are InProgress and Complete.</p>
6940
6940
  */
6941
- LastStatus?: InventoryDeletionStatus | string;
6941
+ LastStatus?: InventoryDeletionStatus;
6942
6942
  /**
6943
6943
  * @public
6944
6944
  * <p>Information about the status.</p>
@@ -7111,7 +7111,7 @@ export interface MaintenanceWindowExecution {
7111
7111
  * @public
7112
7112
  * <p>The status of the execution.</p>
7113
7113
  */
7114
- Status?: MaintenanceWindowExecutionStatus | string;
7114
+ Status?: MaintenanceWindowExecutionStatus;
7115
7115
  /**
7116
7116
  * @public
7117
7117
  * <p>The details explaining the status. Not available for all status values.</p>
@@ -7224,7 +7224,7 @@ export interface MaintenanceWindowExecutionTaskInvocationIdentity {
7224
7224
  * @public
7225
7225
  * <p>The task type.</p>
7226
7226
  */
7227
- TaskType?: MaintenanceWindowTaskType | string;
7227
+ TaskType?: MaintenanceWindowTaskType;
7228
7228
  /**
7229
7229
  * @public
7230
7230
  * <p>The parameters that were provided for the invocation when it was run.</p>
@@ -7234,7 +7234,7 @@ export interface MaintenanceWindowExecutionTaskInvocationIdentity {
7234
7234
  * @public
7235
7235
  * <p>The status of the task invocation.</p>
7236
7236
  */
7237
- Status?: MaintenanceWindowExecutionStatus | string;
7237
+ Status?: MaintenanceWindowExecutionStatus;
7238
7238
  /**
7239
7239
  * @public
7240
7240
  * <p>The details explaining the status of the task invocation. Not available for all status
@@ -7331,7 +7331,7 @@ export interface MaintenanceWindowExecutionTaskIdentity {
7331
7331
  * @public
7332
7332
  * <p>The status of the task execution.</p>
7333
7333
  */
7334
- Status?: MaintenanceWindowExecutionStatus | string;
7334
+ Status?: MaintenanceWindowExecutionStatus;
7335
7335
  /**
7336
7336
  * @public
7337
7337
  * <p>The details explaining the status of the task execution. Not available for all status
@@ -7357,7 +7357,7 @@ export interface MaintenanceWindowExecutionTaskIdentity {
7357
7357
  * @public
7358
7358
  * <p>The type of task that ran.</p>
7359
7359
  */
7360
- TaskType?: MaintenanceWindowTaskType | string;
7360
+ TaskType?: MaintenanceWindowTaskType;
7361
7361
  /**
7362
7362
  * @public
7363
7363
  * <p>The details for the CloudWatch alarm applied to your maintenance window task.</p>
@@ -7528,7 +7528,7 @@ export interface DescribeMaintenanceWindowScheduleRequest {
7528
7528
  * <p>The type of resource you want to retrieve information about. For example,
7529
7529
  * <code>INSTANCE</code>.</p>
7530
7530
  */
7531
- ResourceType?: MaintenanceWindowResourceType | string;
7531
+ ResourceType?: MaintenanceWindowResourceType;
7532
7532
  /**
7533
7533
  * @public
7534
7534
  * <p>Filters used to limit the range of results. For example, you can limit maintenance window
@@ -7600,7 +7600,7 @@ export interface DescribeMaintenanceWindowsForTargetRequest {
7600
7600
  * <p>The type of resource you want to retrieve information about. For example,
7601
7601
  * <code>INSTANCE</code>.</p>
7602
7602
  */
7603
- ResourceType: MaintenanceWindowResourceType | string | undefined;
7603
+ ResourceType: MaintenanceWindowResourceType | undefined;
7604
7604
  /**
7605
7605
  * @public
7606
7606
  * <p>The maximum number of items to return for this call. The call also returns a token that you
@@ -7694,7 +7694,7 @@ export interface MaintenanceWindowTarget {
7694
7694
  * @public
7695
7695
  * <p>The type of target that is being registered with the maintenance window.</p>
7696
7696
  */
7697
- ResourceType?: MaintenanceWindowResourceType | string;
7697
+ ResourceType?: MaintenanceWindowResourceType;
7698
7698
  /**
7699
7699
  * @public
7700
7700
  * <p>The targets, either managed nodes or tags.</p>
@@ -7849,7 +7849,7 @@ export interface MaintenanceWindowTask {
7849
7849
  * @public
7850
7850
  * <p>The type of task.</p>
7851
7851
  */
7852
- Type?: MaintenanceWindowTaskType | string;
7852
+ Type?: MaintenanceWindowTaskType;
7853
7853
  /**
7854
7854
  * @public
7855
7855
  * <p>The targets (either managed nodes or tags). Managed nodes are specified using
@@ -7934,7 +7934,7 @@ export interface MaintenanceWindowTask {
7934
7934
  * <p>The specification for whether tasks should continue to run after the cutoff time specified
7935
7935
  * in the maintenance windows is reached. </p>
7936
7936
  */
7937
- CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | string;
7937
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
7938
7938
  /**
7939
7939
  * @public
7940
7940
  * <p>The details for the CloudWatch alarm applied to your maintenance window task.</p>