@aws-sdk/client-ssm 3.427.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.
- package/dist-types/models/models_0.d.ts +63 -63
- package/dist-types/models/models_1.d.ts +96 -96
- package/dist-types/models/models_2.d.ts +12 -12
- package/dist-types/ts3.4/models/models_0.d.ts +63 -63
- package/dist-types/ts3.4/models/models_1.d.ts +96 -96
- package/dist-types/ts3.4/models/models_2.d.ts +12 -12
- package/package.json +32 -32
|
@@ -128,7 +128,7 @@ export interface UpdateAssociationRequest {
|
|
|
128
128
|
* @public
|
|
129
129
|
* <p>The severity level to assign to the association.</p>
|
|
130
130
|
*/
|
|
131
|
-
ComplianceSeverity?: AssociationComplianceSeverity
|
|
131
|
+
ComplianceSeverity?: AssociationComplianceSeverity;
|
|
132
132
|
/**
|
|
133
133
|
* @public
|
|
134
134
|
* <p>The mode for generating association compliance. You can specify <code>AUTO</code> or
|
|
@@ -142,7 +142,7 @@ export interface UpdateAssociationRequest {
|
|
|
142
142
|
* <a>PutComplianceItems</a> API operation.</p>
|
|
143
143
|
* <p>By default, all associations use <code>AUTO</code> mode.</p>
|
|
144
144
|
*/
|
|
145
|
-
SyncCompliance?: AssociationSyncCompliance
|
|
145
|
+
SyncCompliance?: AssociationSyncCompliance;
|
|
146
146
|
/**
|
|
147
147
|
* @public
|
|
148
148
|
* <p>By default, when you update an association, the system runs it immediately after it is
|
|
@@ -347,7 +347,7 @@ export interface UpdateDocumentRequest {
|
|
|
347
347
|
* <p>Specify the document format for the new document version. Systems Manager supports JSON and YAML
|
|
348
348
|
* documents. JSON is the default format.</p>
|
|
349
349
|
*/
|
|
350
|
-
DocumentFormat?: DocumentFormat
|
|
350
|
+
DocumentFormat?: DocumentFormat;
|
|
351
351
|
/**
|
|
352
352
|
* @public
|
|
353
353
|
* <p>Specify a new target type for the document.</p>
|
|
@@ -433,7 +433,7 @@ export interface DocumentReviews {
|
|
|
433
433
|
* @public
|
|
434
434
|
* <p>The action to take on a document approval review request.</p>
|
|
435
435
|
*/
|
|
436
|
-
Action: DocumentReviewAction |
|
|
436
|
+
Action: DocumentReviewAction | undefined;
|
|
437
437
|
/**
|
|
438
438
|
* @public
|
|
439
439
|
* <p>A comment entered by a user in your organization about the document review request.</p>
|
|
@@ -882,7 +882,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
|
|
|
882
882
|
* </li>
|
|
883
883
|
* </ul>
|
|
884
884
|
*/
|
|
885
|
-
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior
|
|
885
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
886
886
|
/**
|
|
887
887
|
* @public
|
|
888
888
|
* <p>The CloudWatch alarm you want to apply to your maintenance window task.</p>
|
|
@@ -978,7 +978,7 @@ export interface UpdateMaintenanceWindowTaskResult {
|
|
|
978
978
|
* <p>The specification for whether tasks should continue to run after the cutoff time specified
|
|
979
979
|
* in the maintenance windows is reached. </p>
|
|
980
980
|
*/
|
|
981
|
-
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior
|
|
981
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
982
982
|
/**
|
|
983
983
|
* @public
|
|
984
984
|
* <p>The details for the CloudWatch alarm you applied to your maintenance window
|
|
@@ -1076,7 +1076,7 @@ export interface UpdateOpsItemRequest {
|
|
|
1076
1076
|
* <p>The OpsItem status. Status can be <code>Open</code>, <code>In Progress</code>, or
|
|
1077
1077
|
* <code>Resolved</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
1078
1078
|
*/
|
|
1079
|
-
Status?: OpsItemStatus
|
|
1079
|
+
Status?: OpsItemStatus;
|
|
1080
1080
|
/**
|
|
1081
1081
|
* @public
|
|
1082
1082
|
* <p>The ID of the OpsItem.</p>
|
|
@@ -1211,7 +1211,7 @@ export interface UpdatePatchBaselineRequest {
|
|
|
1211
1211
|
* @public
|
|
1212
1212
|
* <p>Assigns a new compliance severity level to an existing patch baseline.</p>
|
|
1213
1213
|
*/
|
|
1214
|
-
ApprovedPatchesComplianceLevel?: PatchComplianceLevel
|
|
1214
|
+
ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
|
|
1215
1215
|
/**
|
|
1216
1216
|
* @public
|
|
1217
1217
|
* <p>Indicates whether the list of approved patches includes non-security updates that should be
|
|
@@ -1253,7 +1253,7 @@ export interface UpdatePatchBaselineRequest {
|
|
|
1253
1253
|
* </li>
|
|
1254
1254
|
* </ul>
|
|
1255
1255
|
*/
|
|
1256
|
-
RejectedPatchesAction?: PatchAction
|
|
1256
|
+
RejectedPatchesAction?: PatchAction;
|
|
1257
1257
|
/**
|
|
1258
1258
|
* @public
|
|
1259
1259
|
* <p>A description of the patch baseline.</p>
|
|
@@ -1291,7 +1291,7 @@ export interface UpdatePatchBaselineResult {
|
|
|
1291
1291
|
* @public
|
|
1292
1292
|
* <p>The operating system rule used by the updated patch baseline.</p>
|
|
1293
1293
|
*/
|
|
1294
|
-
OperatingSystem?: OperatingSystem
|
|
1294
|
+
OperatingSystem?: OperatingSystem;
|
|
1295
1295
|
/**
|
|
1296
1296
|
* @public
|
|
1297
1297
|
* <p>A set of global filters used to exclude patches from the baseline.</p>
|
|
@@ -1312,7 +1312,7 @@ export interface UpdatePatchBaselineResult {
|
|
|
1312
1312
|
* <p>The compliance severity level assigned to the patch baseline after the update
|
|
1313
1313
|
* completed.</p>
|
|
1314
1314
|
*/
|
|
1315
|
-
ApprovedPatchesComplianceLevel?: PatchComplianceLevel
|
|
1315
|
+
ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
|
|
1316
1316
|
/**
|
|
1317
1317
|
* @public
|
|
1318
1318
|
* <p>Indicates whether the list of approved patches includes non-security updates that should be
|
|
@@ -1331,7 +1331,7 @@ export interface UpdatePatchBaselineResult {
|
|
|
1331
1331
|
* patch can be allowed only if it is a dependency of another package, or blocked entirely along
|
|
1332
1332
|
* with packages that include it as a dependency.</p>
|
|
1333
1333
|
*/
|
|
1334
|
-
RejectedPatchesAction?: PatchAction
|
|
1334
|
+
RejectedPatchesAction?: PatchAction;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* @public
|
|
1337
1337
|
* <p>The date when the patch baseline was created.</p>
|
|
@@ -34,7 +34,7 @@ export declare const ResourceTypeForTagging: {
|
|
|
34
34
|
export type ResourceTypeForTagging =
|
|
35
35
|
(typeof ResourceTypeForTagging)[keyof typeof ResourceTypeForTagging];
|
|
36
36
|
export interface AddTagsToResourceRequest {
|
|
37
|
-
ResourceType: ResourceTypeForTagging |
|
|
37
|
+
ResourceType: ResourceTypeForTagging | undefined;
|
|
38
38
|
ResourceId: string | undefined;
|
|
39
39
|
Tags: Tag[] | undefined;
|
|
40
40
|
}
|
|
@@ -85,7 +85,7 @@ export type ExternalAlarmState =
|
|
|
85
85
|
(typeof ExternalAlarmState)[keyof typeof ExternalAlarmState];
|
|
86
86
|
export interface AlarmStateInformation {
|
|
87
87
|
Name: string | undefined;
|
|
88
|
-
State: ExternalAlarmState |
|
|
88
|
+
State: ExternalAlarmState | undefined;
|
|
89
89
|
}
|
|
90
90
|
export declare class AlreadyExistsException extends __BaseException {
|
|
91
91
|
readonly name: "AlreadyExistsException";
|
|
@@ -269,8 +269,8 @@ export interface CreateAssociationRequest {
|
|
|
269
269
|
AutomationTargetParameterName?: string;
|
|
270
270
|
MaxErrors?: string;
|
|
271
271
|
MaxConcurrency?: string;
|
|
272
|
-
ComplianceSeverity?: AssociationComplianceSeverity
|
|
273
|
-
SyncCompliance?: AssociationSyncCompliance
|
|
272
|
+
ComplianceSeverity?: AssociationComplianceSeverity;
|
|
273
|
+
SyncCompliance?: AssociationSyncCompliance;
|
|
274
274
|
ApplyOnlyAtCronInterval?: boolean;
|
|
275
275
|
CalendarNames?: string[];
|
|
276
276
|
TargetLocations?: TargetLocation[];
|
|
@@ -293,7 +293,7 @@ export type AssociationStatusName =
|
|
|
293
293
|
(typeof AssociationStatusName)[keyof typeof AssociationStatusName];
|
|
294
294
|
export interface AssociationStatus {
|
|
295
295
|
Date: Date | undefined;
|
|
296
|
-
Name: AssociationStatusName |
|
|
296
|
+
Name: AssociationStatusName | undefined;
|
|
297
297
|
Message: string | undefined;
|
|
298
298
|
AdditionalInfo?: string;
|
|
299
299
|
}
|
|
@@ -317,8 +317,8 @@ export interface AssociationDescription {
|
|
|
317
317
|
AssociationName?: string;
|
|
318
318
|
MaxErrors?: string;
|
|
319
319
|
MaxConcurrency?: string;
|
|
320
|
-
ComplianceSeverity?: AssociationComplianceSeverity
|
|
321
|
-
SyncCompliance?: AssociationSyncCompliance
|
|
320
|
+
ComplianceSeverity?: AssociationComplianceSeverity;
|
|
321
|
+
SyncCompliance?: AssociationSyncCompliance;
|
|
322
322
|
ApplyOnlyAtCronInterval?: boolean;
|
|
323
323
|
CalendarNames?: string[];
|
|
324
324
|
TargetLocations?: TargetLocation[];
|
|
@@ -395,8 +395,8 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
395
395
|
AssociationName?: string;
|
|
396
396
|
MaxErrors?: string;
|
|
397
397
|
MaxConcurrency?: string;
|
|
398
|
-
ComplianceSeverity?: AssociationComplianceSeverity
|
|
399
|
-
SyncCompliance?: AssociationSyncCompliance
|
|
398
|
+
ComplianceSeverity?: AssociationComplianceSeverity;
|
|
399
|
+
SyncCompliance?: AssociationSyncCompliance;
|
|
400
400
|
ApplyOnlyAtCronInterval?: boolean;
|
|
401
401
|
CalendarNames?: string[];
|
|
402
402
|
TargetLocations?: TargetLocation[];
|
|
@@ -416,7 +416,7 @@ export type Fault = (typeof Fault)[keyof typeof Fault];
|
|
|
416
416
|
export interface FailedCreateAssociation {
|
|
417
417
|
Entry?: CreateAssociationBatchRequestEntry;
|
|
418
418
|
Message?: string;
|
|
419
|
-
Fault?: Fault
|
|
419
|
+
Fault?: Fault;
|
|
420
420
|
}
|
|
421
421
|
export interface CreateAssociationBatchResult {
|
|
422
422
|
Successful?: AssociationDescription[];
|
|
@@ -430,7 +430,7 @@ export declare const AttachmentsSourceKey: {
|
|
|
430
430
|
export type AttachmentsSourceKey =
|
|
431
431
|
(typeof AttachmentsSourceKey)[keyof typeof AttachmentsSourceKey];
|
|
432
432
|
export interface AttachmentsSource {
|
|
433
|
-
Key?: AttachmentsSourceKey
|
|
433
|
+
Key?: AttachmentsSourceKey;
|
|
434
434
|
Values?: string[];
|
|
435
435
|
Name?: string;
|
|
436
436
|
}
|
|
@@ -472,8 +472,8 @@ export interface CreateDocumentRequest {
|
|
|
472
472
|
Name: string | undefined;
|
|
473
473
|
DisplayName?: string;
|
|
474
474
|
VersionName?: string;
|
|
475
|
-
DocumentType?: DocumentType
|
|
476
|
-
DocumentFormat?: DocumentFormat
|
|
475
|
+
DocumentType?: DocumentType;
|
|
476
|
+
DocumentFormat?: DocumentFormat;
|
|
477
477
|
TargetType?: string;
|
|
478
478
|
Tags?: Tag[];
|
|
479
479
|
}
|
|
@@ -494,7 +494,7 @@ export type DocumentParameterType =
|
|
|
494
494
|
(typeof DocumentParameterType)[keyof typeof DocumentParameterType];
|
|
495
495
|
export interface DocumentParameter {
|
|
496
496
|
Name?: string;
|
|
497
|
-
Type?: DocumentParameterType
|
|
497
|
+
Type?: DocumentParameterType;
|
|
498
498
|
Description?: string;
|
|
499
499
|
DefaultValue?: string;
|
|
500
500
|
}
|
|
@@ -513,7 +513,7 @@ export declare const ReviewStatus: {
|
|
|
513
513
|
export type ReviewStatus = (typeof ReviewStatus)[keyof typeof ReviewStatus];
|
|
514
514
|
export interface ReviewInformation {
|
|
515
515
|
ReviewedTime?: Date;
|
|
516
|
-
Status?: ReviewStatus
|
|
516
|
+
Status?: ReviewStatus;
|
|
517
517
|
Reviewer?: string;
|
|
518
518
|
}
|
|
519
519
|
export declare const DocumentStatus: {
|
|
@@ -528,23 +528,23 @@ export type DocumentStatus =
|
|
|
528
528
|
export interface DocumentDescription {
|
|
529
529
|
Sha1?: string;
|
|
530
530
|
Hash?: string;
|
|
531
|
-
HashType?: DocumentHashType
|
|
531
|
+
HashType?: DocumentHashType;
|
|
532
532
|
Name?: string;
|
|
533
533
|
DisplayName?: string;
|
|
534
534
|
VersionName?: string;
|
|
535
535
|
Owner?: string;
|
|
536
536
|
CreatedDate?: Date;
|
|
537
|
-
Status?: DocumentStatus
|
|
537
|
+
Status?: DocumentStatus;
|
|
538
538
|
StatusInformation?: string;
|
|
539
539
|
DocumentVersion?: string;
|
|
540
540
|
Description?: string;
|
|
541
541
|
Parameters?: DocumentParameter[];
|
|
542
|
-
PlatformTypes?:
|
|
543
|
-
DocumentType?: DocumentType
|
|
542
|
+
PlatformTypes?: PlatformType[];
|
|
543
|
+
DocumentType?: DocumentType;
|
|
544
544
|
SchemaVersion?: string;
|
|
545
545
|
LatestVersion?: string;
|
|
546
546
|
DefaultVersion?: string;
|
|
547
|
-
DocumentFormat?: DocumentFormat
|
|
547
|
+
DocumentFormat?: DocumentFormat;
|
|
548
548
|
TargetType?: string;
|
|
549
549
|
Tags?: Tag[];
|
|
550
550
|
AttachmentsInformation?: AttachmentInformation[];
|
|
@@ -553,7 +553,7 @@ export interface DocumentDescription {
|
|
|
553
553
|
ReviewInformation?: ReviewInformation[];
|
|
554
554
|
ApprovedVersion?: string;
|
|
555
555
|
PendingReviewVersion?: string;
|
|
556
|
-
ReviewStatus?: ReviewStatus
|
|
556
|
+
ReviewStatus?: ReviewStatus;
|
|
557
557
|
Category?: string[];
|
|
558
558
|
CategoryEnum?: string[];
|
|
559
559
|
}
|
|
@@ -644,7 +644,7 @@ export type OpsItemDataType =
|
|
|
644
644
|
(typeof OpsItemDataType)[keyof typeof OpsItemDataType];
|
|
645
645
|
export interface OpsItemDataValue {
|
|
646
646
|
Value?: string;
|
|
647
|
-
Type?: OpsItemDataType
|
|
647
|
+
Type?: OpsItemDataType;
|
|
648
648
|
}
|
|
649
649
|
export interface RelatedOpsItem {
|
|
650
650
|
OpsItemId: string | undefined;
|
|
@@ -773,7 +773,7 @@ export declare const PatchFilterKey: {
|
|
|
773
773
|
export type PatchFilterKey =
|
|
774
774
|
(typeof PatchFilterKey)[keyof typeof PatchFilterKey];
|
|
775
775
|
export interface PatchFilter {
|
|
776
|
-
Key: PatchFilterKey |
|
|
776
|
+
Key: PatchFilterKey | undefined;
|
|
777
777
|
Values: string[] | undefined;
|
|
778
778
|
}
|
|
779
779
|
export interface PatchFilterGroup {
|
|
@@ -781,7 +781,7 @@ export interface PatchFilterGroup {
|
|
|
781
781
|
}
|
|
782
782
|
export interface PatchRule {
|
|
783
783
|
PatchFilterGroup: PatchFilterGroup | undefined;
|
|
784
|
-
ComplianceLevel?: PatchComplianceLevel
|
|
784
|
+
ComplianceLevel?: PatchComplianceLevel;
|
|
785
785
|
ApproveAfterDays?: number;
|
|
786
786
|
ApproveUntilDate?: string;
|
|
787
787
|
EnableNonSecurity?: boolean;
|
|
@@ -819,15 +819,15 @@ export interface PatchSource {
|
|
|
819
819
|
Configuration: string | undefined;
|
|
820
820
|
}
|
|
821
821
|
export interface CreatePatchBaselineRequest {
|
|
822
|
-
OperatingSystem?: OperatingSystem
|
|
822
|
+
OperatingSystem?: OperatingSystem;
|
|
823
823
|
Name: string | undefined;
|
|
824
824
|
GlobalFilters?: PatchFilterGroup;
|
|
825
825
|
ApprovalRules?: PatchRuleGroup;
|
|
826
826
|
ApprovedPatches?: string[];
|
|
827
|
-
ApprovedPatchesComplianceLevel?: PatchComplianceLevel
|
|
827
|
+
ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
|
|
828
828
|
ApprovedPatchesEnableNonSecurity?: boolean;
|
|
829
829
|
RejectedPatches?: string[];
|
|
830
|
-
RejectedPatchesAction?: PatchAction
|
|
830
|
+
RejectedPatchesAction?: PatchAction;
|
|
831
831
|
Description?: string;
|
|
832
832
|
Sources?: PatchSource[];
|
|
833
833
|
ClientToken?: string;
|
|
@@ -847,7 +847,7 @@ export type ResourceDataSyncS3Format =
|
|
|
847
847
|
export interface ResourceDataSyncS3Destination {
|
|
848
848
|
BucketName: string | undefined;
|
|
849
849
|
Prefix?: string;
|
|
850
|
-
SyncFormat: ResourceDataSyncS3Format |
|
|
850
|
+
SyncFormat: ResourceDataSyncS3Format | undefined;
|
|
851
851
|
Region: string | undefined;
|
|
852
852
|
AWSKMSKeyARN?: string;
|
|
853
853
|
DestinationDataSharing?: ResourceDataSyncDestinationDataSharing;
|
|
@@ -968,7 +968,7 @@ export type InventorySchemaDeleteOption =
|
|
|
968
968
|
(typeof InventorySchemaDeleteOption)[keyof typeof InventorySchemaDeleteOption];
|
|
969
969
|
export interface DeleteInventoryRequest {
|
|
970
970
|
TypeName: string | undefined;
|
|
971
|
-
SchemaDeleteOption?: InventorySchemaDeleteOption
|
|
971
|
+
SchemaDeleteOption?: InventorySchemaDeleteOption;
|
|
972
972
|
DryRun?: boolean;
|
|
973
973
|
ClientToken?: string;
|
|
974
974
|
}
|
|
@@ -1164,7 +1164,7 @@ export declare const DescribeActivationsFilterKeys: {
|
|
|
1164
1164
|
export type DescribeActivationsFilterKeys =
|
|
1165
1165
|
(typeof DescribeActivationsFilterKeys)[keyof typeof DescribeActivationsFilterKeys];
|
|
1166
1166
|
export interface DescribeActivationsFilter {
|
|
1167
|
-
FilterKey?: DescribeActivationsFilterKeys
|
|
1167
|
+
FilterKey?: DescribeActivationsFilterKeys;
|
|
1168
1168
|
FilterValues?: string[];
|
|
1169
1169
|
}
|
|
1170
1170
|
export interface DescribeActivationsRequest {
|
|
@@ -1220,9 +1220,9 @@ export declare const AssociationFilterOperatorType: {
|
|
|
1220
1220
|
export type AssociationFilterOperatorType =
|
|
1221
1221
|
(typeof AssociationFilterOperatorType)[keyof typeof AssociationFilterOperatorType];
|
|
1222
1222
|
export interface AssociationExecutionFilter {
|
|
1223
|
-
Key: AssociationExecutionFilterKey |
|
|
1223
|
+
Key: AssociationExecutionFilterKey | undefined;
|
|
1224
1224
|
Value: string | undefined;
|
|
1225
|
-
Type: AssociationFilterOperatorType |
|
|
1225
|
+
Type: AssociationFilterOperatorType | undefined;
|
|
1226
1226
|
}
|
|
1227
1227
|
export interface DescribeAssociationExecutionsRequest {
|
|
1228
1228
|
AssociationId: string | undefined;
|
|
@@ -1265,7 +1265,7 @@ export declare const AssociationExecutionTargetsFilterKey: {
|
|
|
1265
1265
|
export type AssociationExecutionTargetsFilterKey =
|
|
1266
1266
|
(typeof AssociationExecutionTargetsFilterKey)[keyof typeof AssociationExecutionTargetsFilterKey];
|
|
1267
1267
|
export interface AssociationExecutionTargetsFilter {
|
|
1268
|
-
Key: AssociationExecutionTargetsFilterKey |
|
|
1268
|
+
Key: AssociationExecutionTargetsFilterKey | undefined;
|
|
1269
1269
|
Value: string | undefined;
|
|
1270
1270
|
}
|
|
1271
1271
|
export interface DescribeAssociationExecutionTargetsRequest {
|
|
@@ -1311,7 +1311,7 @@ export declare const AutomationExecutionFilterKey: {
|
|
|
1311
1311
|
export type AutomationExecutionFilterKey =
|
|
1312
1312
|
(typeof AutomationExecutionFilterKey)[keyof typeof AutomationExecutionFilterKey];
|
|
1313
1313
|
export interface AutomationExecutionFilter {
|
|
1314
|
-
Key: AutomationExecutionFilterKey |
|
|
1314
|
+
Key: AutomationExecutionFilterKey | undefined;
|
|
1315
1315
|
Values: string[] | undefined;
|
|
1316
1316
|
}
|
|
1317
1317
|
export interface DescribeAutomationExecutionsRequest {
|
|
@@ -1376,13 +1376,13 @@ export interface AutomationExecutionMetadata {
|
|
|
1376
1376
|
AutomationExecutionId?: string;
|
|
1377
1377
|
DocumentName?: string;
|
|
1378
1378
|
DocumentVersion?: string;
|
|
1379
|
-
AutomationExecutionStatus?: AutomationExecutionStatus
|
|
1379
|
+
AutomationExecutionStatus?: AutomationExecutionStatus;
|
|
1380
1380
|
ExecutionStartTime?: Date;
|
|
1381
1381
|
ExecutionEndTime?: Date;
|
|
1382
1382
|
ExecutedBy?: string;
|
|
1383
1383
|
LogFile?: string;
|
|
1384
1384
|
Outputs?: Record<string, string[]>;
|
|
1385
|
-
Mode?: ExecutionMode
|
|
1385
|
+
Mode?: ExecutionMode;
|
|
1386
1386
|
ParentAutomationExecutionId?: string;
|
|
1387
1387
|
CurrentStepName?: string;
|
|
1388
1388
|
CurrentAction?: string;
|
|
@@ -1394,10 +1394,10 @@ export interface AutomationExecutionMetadata {
|
|
|
1394
1394
|
MaxConcurrency?: string;
|
|
1395
1395
|
MaxErrors?: string;
|
|
1396
1396
|
Target?: string;
|
|
1397
|
-
AutomationType?: AutomationType
|
|
1397
|
+
AutomationType?: AutomationType;
|
|
1398
1398
|
AlarmConfiguration?: AlarmConfiguration;
|
|
1399
1399
|
TriggeredAlarms?: AlarmStateInformation[];
|
|
1400
|
-
AutomationSubtype?: AutomationSubtype
|
|
1400
|
+
AutomationSubtype?: AutomationSubtype;
|
|
1401
1401
|
ScheduledTime?: Date;
|
|
1402
1402
|
Runbooks?: Runbook[];
|
|
1403
1403
|
OpsItemId?: string;
|
|
@@ -1441,7 +1441,7 @@ export declare const StepExecutionFilterKey: {
|
|
|
1441
1441
|
export type StepExecutionFilterKey =
|
|
1442
1442
|
(typeof StepExecutionFilterKey)[keyof typeof StepExecutionFilterKey];
|
|
1443
1443
|
export interface StepExecutionFilter {
|
|
1444
|
-
Key: StepExecutionFilterKey |
|
|
1444
|
+
Key: StepExecutionFilterKey | undefined;
|
|
1445
1445
|
Values: string[] | undefined;
|
|
1446
1446
|
}
|
|
1447
1447
|
export interface DescribeAutomationStepExecutionsRequest {
|
|
@@ -1464,7 +1464,7 @@ export interface StepExecution {
|
|
|
1464
1464
|
MaxAttempts?: number;
|
|
1465
1465
|
ExecutionStartTime?: Date;
|
|
1466
1466
|
ExecutionEndTime?: Date;
|
|
1467
|
-
StepStatus?: AutomationExecutionStatus
|
|
1467
|
+
StepStatus?: AutomationExecutionStatus;
|
|
1468
1468
|
ResponseCode?: string;
|
|
1469
1469
|
Inputs?: Record<string, string>;
|
|
1470
1470
|
Outputs?: Record<string, string[]>;
|
|
@@ -1538,7 +1538,7 @@ export type DocumentPermissionType =
|
|
|
1538
1538
|
(typeof DocumentPermissionType)[keyof typeof DocumentPermissionType];
|
|
1539
1539
|
export interface DescribeDocumentPermissionRequest {
|
|
1540
1540
|
Name: string | undefined;
|
|
1541
|
-
PermissionType: DocumentPermissionType |
|
|
1541
|
+
PermissionType: DocumentPermissionType | undefined;
|
|
1542
1542
|
MaxResults?: number;
|
|
1543
1543
|
NextToken?: string;
|
|
1544
1544
|
}
|
|
@@ -1584,8 +1584,8 @@ export declare const PatchDeploymentStatus: {
|
|
|
1584
1584
|
export type PatchDeploymentStatus =
|
|
1585
1585
|
(typeof PatchDeploymentStatus)[keyof typeof PatchDeploymentStatus];
|
|
1586
1586
|
export interface PatchStatus {
|
|
1587
|
-
DeploymentStatus?: PatchDeploymentStatus
|
|
1588
|
-
ComplianceLevel?: PatchComplianceLevel
|
|
1587
|
+
DeploymentStatus?: PatchDeploymentStatus;
|
|
1588
|
+
ComplianceLevel?: PatchComplianceLevel;
|
|
1589
1589
|
ApprovalDate?: Date;
|
|
1590
1590
|
}
|
|
1591
1591
|
export interface EffectivePatch {
|
|
@@ -1650,7 +1650,7 @@ export declare const InstanceInformationFilterKey: {
|
|
|
1650
1650
|
export type InstanceInformationFilterKey =
|
|
1651
1651
|
(typeof InstanceInformationFilterKey)[keyof typeof InstanceInformationFilterKey];
|
|
1652
1652
|
export interface InstanceInformationFilter {
|
|
1653
|
-
key: InstanceInformationFilterKey |
|
|
1653
|
+
key: InstanceInformationFilterKey | undefined;
|
|
1654
1654
|
valueSet: string[] | undefined;
|
|
1655
1655
|
}
|
|
1656
1656
|
export interface DescribeInstanceInformationRequest {
|
|
@@ -1682,17 +1682,17 @@ export declare const SourceType: {
|
|
|
1682
1682
|
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
1683
1683
|
export interface InstanceInformation {
|
|
1684
1684
|
InstanceId?: string;
|
|
1685
|
-
PingStatus?: PingStatus
|
|
1685
|
+
PingStatus?: PingStatus;
|
|
1686
1686
|
LastPingDateTime?: Date;
|
|
1687
1687
|
AgentVersion?: string;
|
|
1688
1688
|
IsLatestVersion?: boolean;
|
|
1689
|
-
PlatformType?: PlatformType
|
|
1689
|
+
PlatformType?: PlatformType;
|
|
1690
1690
|
PlatformName?: string;
|
|
1691
1691
|
PlatformVersion?: string;
|
|
1692
1692
|
ActivationId?: string;
|
|
1693
1693
|
IamRole?: string;
|
|
1694
1694
|
RegistrationDate?: Date;
|
|
1695
|
-
ResourceType?: ResourceType
|
|
1695
|
+
ResourceType?: ResourceType;
|
|
1696
1696
|
Name?: string;
|
|
1697
1697
|
IPAddress?: string;
|
|
1698
1698
|
ComputerName?: string;
|
|
@@ -1701,7 +1701,7 @@ export interface InstanceInformation {
|
|
|
1701
1701
|
LastSuccessfulAssociationExecutionDate?: Date;
|
|
1702
1702
|
AssociationOverview?: InstanceAggregatedAssociationOverview;
|
|
1703
1703
|
SourceId?: string;
|
|
1704
|
-
SourceType?: SourceType
|
|
1704
|
+
SourceType?: SourceType;
|
|
1705
1705
|
}
|
|
1706
1706
|
export interface DescribeInstanceInformationResult {
|
|
1707
1707
|
InstanceInformationList?: InstanceInformation[];
|
|
@@ -1739,7 +1739,7 @@ export interface PatchComplianceData {
|
|
|
1739
1739
|
KBId: string | undefined;
|
|
1740
1740
|
Classification: string | undefined;
|
|
1741
1741
|
Severity: string | undefined;
|
|
1742
|
-
State: PatchComplianceDataState |
|
|
1742
|
+
State: PatchComplianceDataState | undefined;
|
|
1743
1743
|
InstalledTime: Date | undefined;
|
|
1744
1744
|
CVEIds?: string;
|
|
1745
1745
|
}
|
|
@@ -1780,9 +1780,9 @@ export interface InstancePatchState {
|
|
|
1780
1780
|
NotApplicableCount?: number;
|
|
1781
1781
|
OperationStartTime: Date | undefined;
|
|
1782
1782
|
OperationEndTime: Date | undefined;
|
|
1783
|
-
Operation: PatchOperationType |
|
|
1783
|
+
Operation: PatchOperationType | undefined;
|
|
1784
1784
|
LastNoRebootInstallOperationTime?: Date;
|
|
1785
|
-
RebootOption?: RebootOption
|
|
1785
|
+
RebootOption?: RebootOption;
|
|
1786
1786
|
CriticalNonCompliantCount?: number;
|
|
1787
1787
|
SecurityNonCompliantCount?: number;
|
|
1788
1788
|
OtherNonCompliantCount?: number;
|
|
@@ -1802,7 +1802,7 @@ export type InstancePatchStateOperatorType =
|
|
|
1802
1802
|
export interface InstancePatchStateFilter {
|
|
1803
1803
|
Key: string | undefined;
|
|
1804
1804
|
Values: string[] | undefined;
|
|
1805
|
-
Type: InstancePatchStateOperatorType |
|
|
1805
|
+
Type: InstancePatchStateOperatorType | undefined;
|
|
1806
1806
|
}
|
|
1807
1807
|
export interface DescribeInstancePatchStatesForPatchGroupRequest {
|
|
1808
1808
|
PatchGroup: string | undefined;
|
|
@@ -1829,7 +1829,7 @@ export interface InventoryDeletionStatusItem {
|
|
|
1829
1829
|
DeletionId?: string;
|
|
1830
1830
|
TypeName?: string;
|
|
1831
1831
|
DeletionStartTime?: Date;
|
|
1832
|
-
LastStatus?: InventoryDeletionStatus
|
|
1832
|
+
LastStatus?: InventoryDeletionStatus;
|
|
1833
1833
|
LastStatusMessage?: string;
|
|
1834
1834
|
DeletionSummary?: InventoryDeletionSummary;
|
|
1835
1835
|
LastStatusUpdateTime?: Date;
|
|
@@ -1871,7 +1871,7 @@ export type MaintenanceWindowExecutionStatus =
|
|
|
1871
1871
|
export interface MaintenanceWindowExecution {
|
|
1872
1872
|
WindowId?: string;
|
|
1873
1873
|
WindowExecutionId?: string;
|
|
1874
|
-
Status?: MaintenanceWindowExecutionStatus
|
|
1874
|
+
Status?: MaintenanceWindowExecutionStatus;
|
|
1875
1875
|
StatusDetails?: string;
|
|
1876
1876
|
StartTime?: Date;
|
|
1877
1877
|
EndTime?: Date;
|
|
@@ -1900,9 +1900,9 @@ export interface MaintenanceWindowExecutionTaskInvocationIdentity {
|
|
|
1900
1900
|
TaskExecutionId?: string;
|
|
1901
1901
|
InvocationId?: string;
|
|
1902
1902
|
ExecutionId?: string;
|
|
1903
|
-
TaskType?: MaintenanceWindowTaskType
|
|
1903
|
+
TaskType?: MaintenanceWindowTaskType;
|
|
1904
1904
|
Parameters?: string;
|
|
1905
|
-
Status?: MaintenanceWindowExecutionStatus
|
|
1905
|
+
Status?: MaintenanceWindowExecutionStatus;
|
|
1906
1906
|
StatusDetails?: string;
|
|
1907
1907
|
StartTime?: Date;
|
|
1908
1908
|
EndTime?: Date;
|
|
@@ -1922,12 +1922,12 @@ export interface DescribeMaintenanceWindowExecutionTasksRequest {
|
|
|
1922
1922
|
export interface MaintenanceWindowExecutionTaskIdentity {
|
|
1923
1923
|
WindowExecutionId?: string;
|
|
1924
1924
|
TaskExecutionId?: string;
|
|
1925
|
-
Status?: MaintenanceWindowExecutionStatus
|
|
1925
|
+
Status?: MaintenanceWindowExecutionStatus;
|
|
1926
1926
|
StatusDetails?: string;
|
|
1927
1927
|
StartTime?: Date;
|
|
1928
1928
|
EndTime?: Date;
|
|
1929
1929
|
TaskArn?: string;
|
|
1930
|
-
TaskType?: MaintenanceWindowTaskType
|
|
1930
|
+
TaskType?: MaintenanceWindowTaskType;
|
|
1931
1931
|
AlarmConfiguration?: AlarmConfiguration;
|
|
1932
1932
|
TriggeredAlarms?: AlarmStateInformation[];
|
|
1933
1933
|
}
|
|
@@ -1967,7 +1967,7 @@ export type MaintenanceWindowResourceType =
|
|
|
1967
1967
|
export interface DescribeMaintenanceWindowScheduleRequest {
|
|
1968
1968
|
WindowId?: string;
|
|
1969
1969
|
Targets?: Target[];
|
|
1970
|
-
ResourceType?: MaintenanceWindowResourceType
|
|
1970
|
+
ResourceType?: MaintenanceWindowResourceType;
|
|
1971
1971
|
Filters?: PatchOrchestratorFilter[];
|
|
1972
1972
|
MaxResults?: number;
|
|
1973
1973
|
NextToken?: string;
|
|
@@ -1983,7 +1983,7 @@ export interface DescribeMaintenanceWindowScheduleResult {
|
|
|
1983
1983
|
}
|
|
1984
1984
|
export interface DescribeMaintenanceWindowsForTargetRequest {
|
|
1985
1985
|
Targets: Target[] | undefined;
|
|
1986
|
-
ResourceType: MaintenanceWindowResourceType |
|
|
1986
|
+
ResourceType: MaintenanceWindowResourceType | undefined;
|
|
1987
1987
|
MaxResults?: number;
|
|
1988
1988
|
NextToken?: string;
|
|
1989
1989
|
}
|
|
@@ -2004,7 +2004,7 @@ export interface DescribeMaintenanceWindowTargetsRequest {
|
|
|
2004
2004
|
export interface MaintenanceWindowTarget {
|
|
2005
2005
|
WindowId?: string;
|
|
2006
2006
|
WindowTargetId?: string;
|
|
2007
|
-
ResourceType?: MaintenanceWindowResourceType
|
|
2007
|
+
ResourceType?: MaintenanceWindowResourceType;
|
|
2008
2008
|
Targets?: Target[];
|
|
2009
2009
|
OwnerInformation?: string;
|
|
2010
2010
|
Name?: string;
|
|
@@ -2038,7 +2038,7 @@ export interface MaintenanceWindowTask {
|
|
|
2038
2038
|
WindowId?: string;
|
|
2039
2039
|
WindowTaskId?: string;
|
|
2040
2040
|
TaskArn?: string;
|
|
2041
|
-
Type?: MaintenanceWindowTaskType
|
|
2041
|
+
Type?: MaintenanceWindowTaskType;
|
|
2042
2042
|
Targets?: Target[];
|
|
2043
2043
|
TaskParameters?: Record<
|
|
2044
2044
|
string,
|
|
@@ -2051,7 +2051,7 @@ export interface MaintenanceWindowTask {
|
|
|
2051
2051
|
MaxErrors?: string;
|
|
2052
2052
|
Name?: string;
|
|
2053
2053
|
Description?: string;
|
|
2054
|
-
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior
|
|
2054
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
2055
2055
|
AlarmConfiguration?: AlarmConfiguration;
|
|
2056
2056
|
}
|
|
2057
2057
|
export interface DescribeMaintenanceWindowTasksResult {
|