@aws-sdk/client-ssm 3.40.0 → 3.44.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/CHANGELOG.md +49 -0
- package/README.md +12 -6
- package/dist-cjs/commands/UpdateDocumentMetadataCommand.js +2 -1
- package/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +1 -2
- package/dist-cjs/endpoints.js +16 -0
- package/dist-cjs/models/models_0.js +43 -24
- package/dist-cjs/models/models_1.js +35 -19
- package/dist-cjs/models/models_2.js +14 -1
- package/dist-cjs/protocols/Aws_json1_1.js +33 -0
- package/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -1
- package/dist-es/commands/UpdateMaintenanceWindowCommand.js +1 -2
- package/dist-es/endpoints.js +16 -0
- package/dist-es/models/models_0.js +32 -22
- package/dist-es/models/models_1.js +28 -20
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +43 -15
- package/dist-types/SSM.d.ts +87 -81
- package/dist-types/SSMClient.d.ts +12 -6
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -6
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/dist-types/commands/CancelCommandCommand.d.ts +1 -1
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/CreateActivationCommand.d.ts +7 -7
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +7 -7
- package/dist-types/commands/CreateAssociationCommand.d.ts +11 -11
- package/dist-types/commands/CreateDocumentCommand.d.ts +2 -2
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActivationCommand.d.ts +3 -4
- package/dist-types/commands/DeleteAssociationCommand.d.ts +5 -5
- package/dist-types/commands/DeleteDocumentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DeleteParameterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteParametersCommand.d.ts +1 -1
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActivationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssociationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +8 -7
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +2 -2
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
- package/dist-types/commands/GetDocumentCommand.d.ts +1 -1
- package/dist-types/commands/GetInventoryCommand.d.ts +2 -2
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -1
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetParameterCommand.d.ts +1 -1
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
- package/dist-types/commands/GetParametersCommand.d.ts +1 -1
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -1
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +5 -5
- package/dist-types/commands/ListCommandsCommand.d.ts +1 -1
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -1
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +2 -2
- package/dist-types/commands/PutInventoryCommand.d.ts +2 -2
- package/dist-types/commands/PutParameterCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -1
- package/dist-types/commands/ResumeSessionCommand.d.ts +2 -2
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/dist-types/commands/SendCommandCommand.d.ts +2 -2
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartSessionCommand.d.ts +2 -2
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/TerminateSessionCommand.d.ts +2 -2
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -2
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +2 -3
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -1
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +240 -273
- package/dist-types/models/models_1.d.ts +271 -280
- package/dist-types/models/models_2.d.ts +100 -13
- package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +34 -44
- package/dist-types/ts3.4/models/models_1.d.ts +41 -39
- package/dist-types/ts3.4/models/models_2.d.ts +38 -0
- package/package.json +4 -4
|
@@ -22,7 +22,7 @@ export declare namespace AccountSharingInfo {
|
|
|
22
22
|
/**
|
|
23
23
|
* <p>Metadata that you assign to your Amazon Web Services resources. Tags enable you to categorize your
|
|
24
24
|
* resources in different ways, for example, by purpose, owner, or environment. In Amazon Web Services Systems Manager, you
|
|
25
|
-
* can apply tags to Systems Manager documents (SSM documents), managed
|
|
25
|
+
* can apply tags to Systems Manager documents (SSM documents), managed nodes, maintenance windows,
|
|
26
26
|
* parameters, patch baselines, OpsItems, and OpsMetadata.</p>
|
|
27
27
|
*/
|
|
28
28
|
export interface Tag {
|
|
@@ -44,7 +44,7 @@ export declare namespace Tag {
|
|
|
44
44
|
/**
|
|
45
45
|
* <p>An activation registers one or more on-premises servers or virtual machines (VMs) with Amazon Web Services
|
|
46
46
|
* so that you can configure those servers or VMs using Run Command. A server or VM that has been
|
|
47
|
-
* registered with Amazon Web Services Systems Manager is called a managed
|
|
47
|
+
* registered with Amazon Web Services Systems Manager is called a managed node.</p>
|
|
48
48
|
*/
|
|
49
49
|
export interface Activation {
|
|
50
50
|
/**
|
|
@@ -56,24 +56,24 @@ export interface Activation {
|
|
|
56
56
|
*/
|
|
57
57
|
Description?: string;
|
|
58
58
|
/**
|
|
59
|
-
* <p>A name for the managed
|
|
59
|
+
* <p>A name for the managed node when it is created.</p>
|
|
60
60
|
*/
|
|
61
61
|
DefaultInstanceName?: string;
|
|
62
62
|
/**
|
|
63
63
|
* <p>The Identity and Access Management (IAM) role to assign to the managed
|
|
64
|
-
*
|
|
64
|
+
* node.</p>
|
|
65
65
|
*/
|
|
66
66
|
IamRole?: string;
|
|
67
67
|
/**
|
|
68
|
-
* <p>The maximum number of managed
|
|
68
|
+
* <p>The maximum number of managed nodes that can be registered using this activation.</p>
|
|
69
69
|
*/
|
|
70
70
|
RegistrationLimit?: number;
|
|
71
71
|
/**
|
|
72
|
-
* <p>The number of managed
|
|
72
|
+
* <p>The number of managed nodes already registered with this activation.</p>
|
|
73
73
|
*/
|
|
74
74
|
RegistrationsCount?: number;
|
|
75
75
|
/**
|
|
76
|
-
* <p>The date when this activation can no longer be used to register managed
|
|
76
|
+
* <p>The date when this activation can no longer be used to register managed nodes.</p>
|
|
77
77
|
*/
|
|
78
78
|
ExpirationDate?: Date;
|
|
79
79
|
/**
|
|
@@ -109,7 +109,7 @@ export interface AddTagsToResourceRequest {
|
|
|
109
109
|
* <p>Specifies the type of resource you are tagging.</p>
|
|
110
110
|
* <note>
|
|
111
111
|
* <p>The <code>ManagedInstance</code> type for this API operation is for on-premises managed
|
|
112
|
-
*
|
|
112
|
+
* nodes. You must specify the name of the managed node in the following format:
|
|
113
113
|
* <code>mi-<i>ID_number</i>
|
|
114
114
|
* </code>. For example,
|
|
115
115
|
* <code>mi-1a2b3c4d5e6f</code>.</p>
|
|
@@ -140,7 +140,7 @@ export interface AddTagsToResourceRequest {
|
|
|
140
140
|
* </p>
|
|
141
141
|
* <note>
|
|
142
142
|
* <p>The <code>ManagedInstance</code> type for this API operation is only for on-premises
|
|
143
|
-
* managed
|
|
143
|
+
* managed nodes. You must specify the name of the managed node in the following format:
|
|
144
144
|
* <code>mi-<i>ID_number</i>
|
|
145
145
|
* </code>. For example,
|
|
146
146
|
* <code>mi-1a2b3c4d5e6f</code>.</p>
|
|
@@ -197,8 +197,8 @@ export declare namespace InvalidResourceId {
|
|
|
197
197
|
const filterSensitiveLog: (obj: InvalidResourceId) => any;
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
|
-
* <p>The resource type isn't valid. For example, if you are attempting to tag an instance, the
|
|
201
|
-
* instance must be a registered
|
|
200
|
+
* <p>The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the
|
|
201
|
+
* instance must be a registered managed node.</p>
|
|
202
202
|
*/
|
|
203
203
|
export interface InvalidResourceType extends __SmithyException, $MetadataBearer {
|
|
204
204
|
name: "InvalidResourceType";
|
|
@@ -369,8 +369,8 @@ export interface CancelCommandRequest {
|
|
|
369
369
|
*/
|
|
370
370
|
CommandId: string | undefined;
|
|
371
371
|
/**
|
|
372
|
-
* <p>(Optional) A list of
|
|
373
|
-
* the command is canceled on every
|
|
372
|
+
* <p>(Optional) A list of managed node IDs on which you want to cancel the command. If not provided,
|
|
373
|
+
* the command is canceled on every node on which it was requested.</p>
|
|
374
374
|
*/
|
|
375
375
|
InstanceIds?: string[];
|
|
376
376
|
}
|
|
@@ -393,7 +393,7 @@ export declare namespace CancelCommandResult {
|
|
|
393
393
|
const filterSensitiveLog: (obj: CancelCommandResult) => any;
|
|
394
394
|
}
|
|
395
395
|
/**
|
|
396
|
-
* <p>You can't specify
|
|
396
|
+
* <p>You can't specify a managed node ID in more than one association.</p>
|
|
397
397
|
*/
|
|
398
398
|
export interface DuplicateInstanceId extends __SmithyException, $MetadataBearer {
|
|
399
399
|
name: "DuplicateInstanceId";
|
|
@@ -422,7 +422,7 @@ export declare namespace InvalidCommandId {
|
|
|
422
422
|
* <p>The following problems can cause this exception:</p>
|
|
423
423
|
* <ul>
|
|
424
424
|
* <li>
|
|
425
|
-
* <p>You don't have permission to access the
|
|
425
|
+
* <p>You don't have permission to access the managed node.</p>
|
|
426
426
|
* </li>
|
|
427
427
|
* <li>
|
|
428
428
|
* <p>Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is
|
|
@@ -432,7 +432,7 @@ export declare namespace InvalidCommandId {
|
|
|
432
432
|
* <p>SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.</p>
|
|
433
433
|
* </li>
|
|
434
434
|
* <li>
|
|
435
|
-
* <p>The
|
|
435
|
+
* <p>The managed node isn't in valid state. Valid states are: <code>Running</code>,
|
|
436
436
|
* <code>Pending</code>, <code>Stopped</code>, and <code>Stopping</code>. Invalid states are:
|
|
437
437
|
* <code>Shutting-down</code> and <code>Terminated</code>.</p>
|
|
438
438
|
* </li>
|
|
@@ -490,6 +490,25 @@ export declare namespace DoesNotExistException {
|
|
|
490
490
|
*/
|
|
491
491
|
const filterSensitiveLog: (obj: DoesNotExistException) => any;
|
|
492
492
|
}
|
|
493
|
+
/**
|
|
494
|
+
* <p>Reserved for internal use.</p>
|
|
495
|
+
*/
|
|
496
|
+
export interface RegistrationMetadataItem {
|
|
497
|
+
/**
|
|
498
|
+
* <p>Reserved for internal use.</p>
|
|
499
|
+
*/
|
|
500
|
+
Key: string | undefined;
|
|
501
|
+
/**
|
|
502
|
+
* <p>Reserved for internal use.</p>
|
|
503
|
+
*/
|
|
504
|
+
Value: string | undefined;
|
|
505
|
+
}
|
|
506
|
+
export declare namespace RegistrationMetadataItem {
|
|
507
|
+
/**
|
|
508
|
+
* @internal
|
|
509
|
+
*/
|
|
510
|
+
const filterSensitiveLog: (obj: RegistrationMetadataItem) => any;
|
|
511
|
+
}
|
|
493
512
|
export interface CreateActivationRequest {
|
|
494
513
|
/**
|
|
495
514
|
* <p>A user-defined description of the resource that you want to register with Systems Manager. </p>
|
|
@@ -499,8 +518,8 @@ export interface CreateActivationRequest {
|
|
|
499
518
|
*/
|
|
500
519
|
Description?: string;
|
|
501
520
|
/**
|
|
502
|
-
* <p>The name of the registered, managed
|
|
503
|
-
*
|
|
521
|
+
* <p>The name of the registered, managed node as it will appear in the Amazon Web Services Systems Manager console or when
|
|
522
|
+
* you use the Amazon Web Services command line tools to list Systems Manager resources.</p>
|
|
504
523
|
* <important>
|
|
505
524
|
* <p>Don't enter personally identifiable information in this field.</p>
|
|
506
525
|
* </important>
|
|
@@ -508,14 +527,14 @@ export interface CreateActivationRequest {
|
|
|
508
527
|
DefaultInstanceName?: string;
|
|
509
528
|
/**
|
|
510
529
|
* <p>The name of the Identity and Access Management (IAM) role that you want to assign to
|
|
511
|
-
* the managed
|
|
530
|
+
* the managed node. This IAM role must provide AssumeRole permissions for the
|
|
512
531
|
* Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html">Create an
|
|
513
532
|
* IAM service role for a hybrid environment</a> in the
|
|
514
533
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
515
534
|
*/
|
|
516
535
|
IamRole: string | undefined;
|
|
517
536
|
/**
|
|
518
|
-
* <p>Specify the maximum number of managed
|
|
537
|
+
* <p>Specify the maximum number of managed nodes you want to register. The default value is
|
|
519
538
|
* <code>1</code>.</p>
|
|
520
539
|
*/
|
|
521
540
|
RegistrationLimit?: number;
|
|
@@ -548,12 +567,16 @@ export interface CreateActivationRequest {
|
|
|
548
567
|
* automatically applied to the on-premises servers or VMs.</p>
|
|
549
568
|
* </important>
|
|
550
569
|
* <p>You can't add tags to or delete tags from an existing activation. You can tag your
|
|
551
|
-
* on-premises servers and VMs after they connect to Systems Manager for the first time and are assigned a
|
|
552
|
-
* managed
|
|
553
|
-
* prefixed with "mi-". For information about how to add tags to your managed
|
|
554
|
-
*
|
|
570
|
+
* on-premises servers, edge devices, and VMs after they connect to Systems Manager for the first time and are assigned a
|
|
571
|
+
* managed node ID. This means they are listed in the Amazon Web Services Systems Manager console with an ID that is
|
|
572
|
+
* prefixed with "mi-". For information about how to add tags to your managed nodes, see <a>AddTagsToResource</a>. For information about how to remove tags from your managed nodes,
|
|
573
|
+
* see <a>RemoveTagsFromResource</a>.</p>
|
|
555
574
|
*/
|
|
556
575
|
Tags?: Tag[];
|
|
576
|
+
/**
|
|
577
|
+
* <p>Reserved for internal use.</p>
|
|
578
|
+
*/
|
|
579
|
+
RegistrationMetadata?: RegistrationMetadataItem[];
|
|
557
580
|
}
|
|
558
581
|
export declare namespace CreateActivationRequest {
|
|
559
582
|
/**
|
|
@@ -579,6 +602,21 @@ export declare namespace CreateActivationResult {
|
|
|
579
602
|
*/
|
|
580
603
|
const filterSensitiveLog: (obj: CreateActivationResult) => any;
|
|
581
604
|
}
|
|
605
|
+
/**
|
|
606
|
+
* <p>You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM
|
|
607
|
+
* document). You can only supply values to parameters defined in the SSM document.</p>
|
|
608
|
+
*/
|
|
609
|
+
export interface InvalidParameters extends __SmithyException, $MetadataBearer {
|
|
610
|
+
name: "InvalidParameters";
|
|
611
|
+
$fault: "client";
|
|
612
|
+
Message?: string;
|
|
613
|
+
}
|
|
614
|
+
export declare namespace InvalidParameters {
|
|
615
|
+
/**
|
|
616
|
+
* @internal
|
|
617
|
+
*/
|
|
618
|
+
const filterSensitiveLog: (obj: InvalidParameters) => any;
|
|
619
|
+
}
|
|
582
620
|
/**
|
|
583
621
|
* <p>The specified association already exists.</p>
|
|
584
622
|
*/
|
|
@@ -692,7 +730,7 @@ export declare namespace TargetLocation {
|
|
|
692
730
|
const filterSensitiveLog: (obj: TargetLocation) => any;
|
|
693
731
|
}
|
|
694
732
|
/**
|
|
695
|
-
* <p>An array of search criteria that targets
|
|
733
|
+
* <p>An array of search criteria that targets managed nodes using a key-value pair that you
|
|
696
734
|
* specify.</p>
|
|
697
735
|
* <note>
|
|
698
736
|
* <p> One or more targets must be specified for maintenance window Run Command-type tasks.
|
|
@@ -706,41 +744,35 @@ export declare namespace TargetLocation {
|
|
|
706
744
|
* <ul>
|
|
707
745
|
* <li>
|
|
708
746
|
* <p>
|
|
709
|
-
* <code>Key=InstanceIds,Values=<
|
|
710
|
-
* </code>
|
|
747
|
+
* <code>Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3></code>
|
|
711
748
|
* </p>
|
|
712
749
|
* </li>
|
|
713
750
|
* <li>
|
|
714
751
|
* <p>
|
|
715
|
-
* <code>Key=tag:<
|
|
716
|
-
* </code>
|
|
752
|
+
* <code>Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2></code>
|
|
717
753
|
* </p>
|
|
718
754
|
* </li>
|
|
719
755
|
* <li>
|
|
720
756
|
* <p>
|
|
721
|
-
* <code>Key=tag-key,Values=<
|
|
722
|
-
* </code>
|
|
757
|
+
* <code>Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2></code>
|
|
723
758
|
* </p>
|
|
724
759
|
* </li>
|
|
725
760
|
* <li>
|
|
726
761
|
* <p>
|
|
727
762
|
* <b>Run Command and Maintenance window targets only</b>:
|
|
728
|
-
*
|
|
729
|
-
* </code>
|
|
763
|
+
* <code>Key=resource-groups:Name,Values=<resource-group-name></code>
|
|
730
764
|
* </p>
|
|
731
765
|
* </li>
|
|
732
766
|
* <li>
|
|
733
767
|
* <p>
|
|
734
768
|
* <b>Maintenance window targets only</b>:
|
|
735
|
-
*
|
|
736
|
-
* </code>
|
|
769
|
+
* <code>Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2></code>
|
|
737
770
|
* </p>
|
|
738
771
|
* </li>
|
|
739
772
|
* <li>
|
|
740
773
|
* <p>
|
|
741
774
|
* <b>Automation targets only</b>:
|
|
742
|
-
*
|
|
743
|
-
* </code>
|
|
775
|
+
* <code>Key=ResourceGroup;Values=<resource-group-name></code>
|
|
744
776
|
* </p>
|
|
745
777
|
* </li>
|
|
746
778
|
* </ul>
|
|
@@ -771,8 +803,7 @@ export declare namespace TargetLocation {
|
|
|
771
803
|
* <li>
|
|
772
804
|
* <p>
|
|
773
805
|
* <b>Maintenance window targets only</b>:
|
|
774
|
-
*
|
|
775
|
-
* </code>
|
|
806
|
+
* <code>Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC</code>
|
|
776
807
|
* </p>
|
|
777
808
|
* <p>This example demonstrates how to target only Amazon Elastic Compute Cloud (Amazon EC2)
|
|
778
809
|
* instances and VPCs in your maintenance window.</p>
|
|
@@ -786,19 +817,18 @@ export declare namespace TargetLocation {
|
|
|
786
817
|
* <li>
|
|
787
818
|
* <p>
|
|
788
819
|
* <b>State Manager association targets only</b>:
|
|
789
|
-
*
|
|
790
|
-
* </code>
|
|
820
|
+
* <code>Key=InstanceIds,Values=*</code>
|
|
791
821
|
* </p>
|
|
792
822
|
* <p>This example demonstrates how to target all managed instances in the Amazon Web Services Region where
|
|
793
823
|
* the association was created.</p>
|
|
794
824
|
* </li>
|
|
795
825
|
* </ul>
|
|
796
|
-
* <p>For more information about how to send commands that target
|
|
826
|
+
* <p>For more information about how to send commands that target managed nodes using
|
|
797
827
|
* <code>Key,Value</code> parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/send-commands-multiple.html#send-commands-targeting">Targeting multiple instances</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
798
828
|
*/
|
|
799
829
|
export interface Target {
|
|
800
830
|
/**
|
|
801
|
-
* <p>User-defined criteria for sending commands that target
|
|
831
|
+
* <p>User-defined criteria for sending commands that target managed nodes that meet the
|
|
802
832
|
* criteria.</p>
|
|
803
833
|
*/
|
|
804
834
|
Key?: string;
|
|
@@ -820,7 +850,7 @@ export declare namespace Target {
|
|
|
820
850
|
export interface CreateAssociationRequest {
|
|
821
851
|
/**
|
|
822
852
|
* <p>The name of the SSM Command document or Automation runbook that contains the configuration
|
|
823
|
-
* information for the
|
|
853
|
+
* information for the managed node.</p>
|
|
824
854
|
* <p>You can specify Amazon Web Services-predefined documents, documents you created, or a document that is
|
|
825
855
|
* shared with you from another account.</p>
|
|
826
856
|
* <p>For Systems Manager documents (SSM documents) that are shared with you from other Amazon Web Services accounts, you
|
|
@@ -844,10 +874,10 @@ export interface CreateAssociationRequest {
|
|
|
844
874
|
*/
|
|
845
875
|
DocumentVersion?: string;
|
|
846
876
|
/**
|
|
847
|
-
* <p>The
|
|
877
|
+
* <p>The managed node ID.</p>
|
|
848
878
|
* <note>
|
|
849
879
|
* <p>
|
|
850
|
-
* <code>InstanceId</code> has been deprecated. To specify
|
|
880
|
+
* <code>InstanceId</code> has been deprecated. To specify a managed node ID for an association,
|
|
851
881
|
* use the <code>Targets</code> parameter. Requests that include the
|
|
852
882
|
* parameter <code>InstanceID</code> with Systems Manager documents (SSM documents) that use schema version
|
|
853
883
|
* 2.0 or later will fail. In addition, if you use the parameter
|
|
@@ -865,9 +895,9 @@ export interface CreateAssociationRequest {
|
|
|
865
895
|
[key: string]: string[];
|
|
866
896
|
};
|
|
867
897
|
/**
|
|
868
|
-
* <p>The targets for the association. You can target
|
|
869
|
-
* groups, all
|
|
870
|
-
*
|
|
898
|
+
* <p>The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource
|
|
899
|
+
* groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all
|
|
900
|
+
* managed nodes in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of
|
|
871
901
|
* <code>*</code>. For more information about choosing targets for an association, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html">Using targets and rate controls with State Manager associations</a> in the
|
|
872
902
|
* <i>Amazon Web Services Systems Manager User Guide</i>.</p>
|
|
873
903
|
*/
|
|
@@ -886,9 +916,9 @@ export interface CreateAssociationRequest {
|
|
|
886
916
|
*/
|
|
887
917
|
AssociationName?: string;
|
|
888
918
|
/**
|
|
889
|
-
* <p>
|
|
890
|
-
* Automation runbook and target resources by using rate
|
|
891
|
-
* Amazon Web Services Systems Manager.</p>
|
|
919
|
+
* <p>Choose the parameter that will define how your automation will branch out. This target is
|
|
920
|
+
* required for associations that use an Automation runbook and target resources by using rate
|
|
921
|
+
* controls. Automation is a capability of Amazon Web Services Systems Manager.</p>
|
|
892
922
|
*/
|
|
893
923
|
AutomationTargetParameterName?: string;
|
|
894
924
|
/**
|
|
@@ -897,8 +927,8 @@ export interface CreateAssociationRequest {
|
|
|
897
927
|
* example 10, or a percentage of the target set, for example 10%. If you specify 3, for example,
|
|
898
928
|
* the system stops sending requests when the fourth error is received. If you specify 0, then the
|
|
899
929
|
* system stops sending requests after the first error is returned. If you run an association on 50
|
|
900
|
-
*
|
|
901
|
-
* the sixth error is received.</p>
|
|
930
|
+
* managed nodes and set <code>MaxError</code> to 10%, then the system stops sending the request
|
|
931
|
+
* when the sixth error is received.</p>
|
|
902
932
|
* <p>Executions that are already running an association when <code>MaxErrors</code> is reached
|
|
903
933
|
* are allowed to complete, but some of these executions may fail as well. If you need to ensure
|
|
904
934
|
* that there won't be more than max-errors failed executions, set <code>MaxConcurrency</code> to 1
|
|
@@ -909,9 +939,9 @@ export interface CreateAssociationRequest {
|
|
|
909
939
|
* <p>The maximum number of targets allowed to run the association at the same time. You can
|
|
910
940
|
* specify a number, for example 10, or a percentage of the target set, for example 10%. The default
|
|
911
941
|
* value is 100%, which means all targets run the association at the same time.</p>
|
|
912
|
-
* <p>If a new
|
|
942
|
+
* <p>If a new managed node starts and attempts to run an association while Systems Manager is running
|
|
913
943
|
* <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
|
|
914
|
-
* association interval, the new
|
|
944
|
+
* association interval, the new managed node will process its association within the limit specified
|
|
915
945
|
* for <code>MaxConcurrency</code>.</p>
|
|
916
946
|
*/
|
|
917
947
|
MaxConcurrency?: string;
|
|
@@ -972,8 +1002,8 @@ export interface AssociationOverview {
|
|
|
972
1002
|
DetailedStatus?: string;
|
|
973
1003
|
/**
|
|
974
1004
|
* <p>Returns the number of targets for the association status. For example, if you created an
|
|
975
|
-
* association with two
|
|
976
|
-
*
|
|
1005
|
+
* association with two managed nodes, and one of them was successful, this would return the count
|
|
1006
|
+
* of managed nodes by status.</p>
|
|
977
1007
|
*/
|
|
978
1008
|
AssociationStatusAggregatedCount?: {
|
|
979
1009
|
[key: string]: number;
|
|
@@ -1026,7 +1056,7 @@ export interface AssociationDescription {
|
|
|
1026
1056
|
*/
|
|
1027
1057
|
Name?: string;
|
|
1028
1058
|
/**
|
|
1029
|
-
* <p>The
|
|
1059
|
+
* <p>The managed node ID.</p>
|
|
1030
1060
|
*/
|
|
1031
1061
|
InstanceId?: string;
|
|
1032
1062
|
/**
|
|
@@ -1054,9 +1084,9 @@ export interface AssociationDescription {
|
|
|
1054
1084
|
*/
|
|
1055
1085
|
DocumentVersion?: string;
|
|
1056
1086
|
/**
|
|
1057
|
-
* <p>
|
|
1058
|
-
* Automation runbook and target resources by using rate
|
|
1059
|
-
* Amazon Web Services Systems Manager.</p>
|
|
1087
|
+
* <p>Choose the parameter that will define how your automation will branch out. This target is
|
|
1088
|
+
* required for associations that use an Automation runbook and target resources by using rate
|
|
1089
|
+
* controls. Automation is a capability of Amazon Web Services Systems Manager.</p>
|
|
1060
1090
|
*/
|
|
1061
1091
|
AutomationTargetParameterName?: string;
|
|
1062
1092
|
/**
|
|
@@ -1070,7 +1100,7 @@ export interface AssociationDescription {
|
|
|
1070
1100
|
*/
|
|
1071
1101
|
AssociationId?: string;
|
|
1072
1102
|
/**
|
|
1073
|
-
* <p>The
|
|
1103
|
+
* <p>The managed nodes targeted by the request. </p>
|
|
1074
1104
|
*/
|
|
1075
1105
|
Targets?: Target[];
|
|
1076
1106
|
/**
|
|
@@ -1099,8 +1129,8 @@ export interface AssociationDescription {
|
|
|
1099
1129
|
* example 10, or a percentage of the target set, for example 10%. If you specify 3, for example,
|
|
1100
1130
|
* the system stops sending requests when the fourth error is received. If you specify 0, then the
|
|
1101
1131
|
* system stops sending requests after the first error is returned. If you run an association on 50
|
|
1102
|
-
*
|
|
1103
|
-
* the sixth error is received.</p>
|
|
1132
|
+
* managed nodes and set <code>MaxError</code> to 10%, then the system stops sending the request
|
|
1133
|
+
* when the sixth error is received.</p>
|
|
1104
1134
|
* <p>Executions that are already running an association when <code>MaxErrors</code> is reached
|
|
1105
1135
|
* are allowed to complete, but some of these executions may fail as well. If you need to ensure
|
|
1106
1136
|
* that there won't be more than max-errors failed executions, set <code>MaxConcurrency</code> to 1
|
|
@@ -1111,9 +1141,9 @@ export interface AssociationDescription {
|
|
|
1111
1141
|
* <p>The maximum number of targets allowed to run the association at the same time. You can
|
|
1112
1142
|
* specify a number, for example 10, or a percentage of the target set, for example 10%. The default
|
|
1113
1143
|
* value is 100%, which means all targets run the association at the same time.</p>
|
|
1114
|
-
* <p>If a new
|
|
1144
|
+
* <p>If a new managed node starts and attempts to run an association while Systems Manager is running
|
|
1115
1145
|
* <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
|
|
1116
|
-
* association interval, the new
|
|
1146
|
+
* association interval, the new managed node will process its association within the limit specified
|
|
1117
1147
|
* for <code>MaxConcurrency</code>.</p>
|
|
1118
1148
|
*/
|
|
1119
1149
|
MaxConcurrency?: string;
|
|
@@ -1217,21 +1247,6 @@ export declare namespace InvalidOutputLocation {
|
|
|
1217
1247
|
*/
|
|
1218
1248
|
const filterSensitiveLog: (obj: InvalidOutputLocation) => any;
|
|
1219
1249
|
}
|
|
1220
|
-
/**
|
|
1221
|
-
* <p>You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM
|
|
1222
|
-
* document). You can only supply values to parameters defined in the SSM document.</p>
|
|
1223
|
-
*/
|
|
1224
|
-
export interface InvalidParameters extends __SmithyException, $MetadataBearer {
|
|
1225
|
-
name: "InvalidParameters";
|
|
1226
|
-
$fault: "client";
|
|
1227
|
-
Message?: string;
|
|
1228
|
-
}
|
|
1229
|
-
export declare namespace InvalidParameters {
|
|
1230
|
-
/**
|
|
1231
|
-
* @internal
|
|
1232
|
-
*/
|
|
1233
|
-
const filterSensitiveLog: (obj: InvalidParameters) => any;
|
|
1234
|
-
}
|
|
1235
1250
|
/**
|
|
1236
1251
|
* <p>The schedule is invalid. Verify your cron or rate expression and try again.</p>
|
|
1237
1252
|
*/
|
|
@@ -1262,8 +1277,8 @@ export declare namespace InvalidTarget {
|
|
|
1262
1277
|
const filterSensitiveLog: (obj: InvalidTarget) => any;
|
|
1263
1278
|
}
|
|
1264
1279
|
/**
|
|
1265
|
-
* <p>The document doesn't support the platform type of the given
|
|
1266
|
-
* sent an document for a Windows
|
|
1280
|
+
* <p>The document doesn't support the platform type of the given managed node ID(s). For example, you
|
|
1281
|
+
* sent an document for a Windows managed node to a Linux node.</p>
|
|
1267
1282
|
*/
|
|
1268
1283
|
export interface UnsupportedPlatformType extends __SmithyException, $MetadataBearer {
|
|
1269
1284
|
name: "UnsupportedPlatformType";
|
|
@@ -1277,11 +1292,11 @@ export declare namespace UnsupportedPlatformType {
|
|
|
1277
1292
|
const filterSensitiveLog: (obj: UnsupportedPlatformType) => any;
|
|
1278
1293
|
}
|
|
1279
1294
|
/**
|
|
1280
|
-
* <p>Describes the association of a Amazon Web Services Systems Manager document (SSM document) and
|
|
1295
|
+
* <p>Describes the association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.</p>
|
|
1281
1296
|
*/
|
|
1282
1297
|
export interface CreateAssociationBatchRequestEntry {
|
|
1283
1298
|
/**
|
|
1284
|
-
* <p>The name of the SSM document that contains the configuration information for the
|
|
1299
|
+
* <p>The name of the SSM document that contains the configuration information for the managed node.
|
|
1285
1300
|
* You can specify Command or Automation runbooks.</p>
|
|
1286
1301
|
* <p>You can specify Amazon Web Services-predefined documents, documents you created, or a document that is
|
|
1287
1302
|
* shared with you from another account.</p>
|
|
@@ -1301,10 +1316,10 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
1301
1316
|
*/
|
|
1302
1317
|
Name: string | undefined;
|
|
1303
1318
|
/**
|
|
1304
|
-
* <p>The
|
|
1319
|
+
* <p>The managed node ID.</p>
|
|
1305
1320
|
* <note>
|
|
1306
1321
|
* <p>
|
|
1307
|
-
* <code>InstanceId</code> has been deprecated. To specify
|
|
1322
|
+
* <code>InstanceId</code> has been deprecated. To specify a managed node ID for an association,
|
|
1308
1323
|
* use the <code>Targets</code> parameter. Requests that include the
|
|
1309
1324
|
* parameter <code>InstanceID</code> with Systems Manager documents (SSM documents) that use schema version
|
|
1310
1325
|
* 2.0 or later will fail. In addition, if you use the parameter
|
|
@@ -1332,7 +1347,7 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
1332
1347
|
*/
|
|
1333
1348
|
DocumentVersion?: string;
|
|
1334
1349
|
/**
|
|
1335
|
-
* <p>The
|
|
1350
|
+
* <p>The managed nodes targeted by the request.</p>
|
|
1336
1351
|
*/
|
|
1337
1352
|
Targets?: Target[];
|
|
1338
1353
|
/**
|
|
@@ -1353,8 +1368,8 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
1353
1368
|
* example 10, or a percentage of the target set, for example 10%. If you specify 3, for example,
|
|
1354
1369
|
* the system stops sending requests when the fourth error is received. If you specify 0, then the
|
|
1355
1370
|
* system stops sending requests after the first error is returned. If you run an association on 50
|
|
1356
|
-
*
|
|
1357
|
-
* the sixth error is received.</p>
|
|
1371
|
+
* managed nodes and set <code>MaxError</code> to 10%, then the system stops sending the request
|
|
1372
|
+
* when the sixth error is received.</p>
|
|
1358
1373
|
* <p>Executions that are already running an association when <code>MaxErrors</code> is reached
|
|
1359
1374
|
* are allowed to complete, but some of these executions may fail as well. If you need to ensure
|
|
1360
1375
|
* that there won't be more than max-errors failed executions, set <code>MaxConcurrency</code> to 1
|
|
@@ -1365,9 +1380,9 @@ export interface CreateAssociationBatchRequestEntry {
|
|
|
1365
1380
|
* <p>The maximum number of targets allowed to run the association at the same time. You can
|
|
1366
1381
|
* specify a number, for example 10, or a percentage of the target set, for example 10%. The default
|
|
1367
1382
|
* value is 100%, which means all targets run the association at the same time.</p>
|
|
1368
|
-
* <p>If a new
|
|
1383
|
+
* <p>If a new managed node starts and attempts to run an association while Systems Manager is running
|
|
1369
1384
|
* <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
|
|
1370
|
-
* association interval, the new
|
|
1385
|
+
* association interval, the new managed node will process its association within the limit specified
|
|
1371
1386
|
* for <code>MaxConcurrency</code>.</p>
|
|
1372
1387
|
*/
|
|
1373
1388
|
MaxConcurrency?: string;
|
|
@@ -1742,6 +1757,7 @@ export declare namespace DocumentParameter {
|
|
|
1742
1757
|
}
|
|
1743
1758
|
export declare enum PlatformType {
|
|
1744
1759
|
LINUX = "Linux",
|
|
1760
|
+
MACOS = "MacOS",
|
|
1745
1761
|
WINDOWS = "Windows"
|
|
1746
1762
|
}
|
|
1747
1763
|
export declare enum ReviewStatus {
|
|
@@ -2057,9 +2073,9 @@ export interface CreateMaintenanceWindowRequest {
|
|
|
2057
2073
|
*/
|
|
2058
2074
|
Cutoff: number | undefined;
|
|
2059
2075
|
/**
|
|
2060
|
-
* <p>Enables a maintenance window task to run on managed
|
|
2061
|
-
*
|
|
2062
|
-
*
|
|
2076
|
+
* <p>Enables a maintenance window task to run on managed nodes, even if you haven't registered
|
|
2077
|
+
* those nodes as targets. If enabled, then you must specify the unregistered managed nodes (by
|
|
2078
|
+
* node ID) when you register a task with the maintenance window.</p>
|
|
2063
2079
|
* <p>If you don't enable this option, then you must specify previously-registered targets when
|
|
2064
2080
|
* you register a task with the maintenance window.</p>
|
|
2065
2081
|
*/
|
|
@@ -2570,9 +2586,9 @@ export interface PatchRule {
|
|
|
2570
2586
|
*/
|
|
2571
2587
|
ApproveUntilDate?: string;
|
|
2572
2588
|
/**
|
|
2573
|
-
* <p>For
|
|
2589
|
+
* <p>For managed nodes identified by the approval rule filters, enables a patch baseline to apply
|
|
2574
2590
|
* non-security updates available in the specified repository. The default value is
|
|
2575
|
-
* <code>false</code>. Applies to Linux
|
|
2591
|
+
* <code>false</code>. Applies to Linux managed nodes only.</p>
|
|
2576
2592
|
*/
|
|
2577
2593
|
EnableNonSecurity?: boolean;
|
|
2578
2594
|
}
|
|
@@ -2604,6 +2620,7 @@ export declare enum OperatingSystem {
|
|
|
2604
2620
|
Debian = "DEBIAN",
|
|
2605
2621
|
MacOS = "MACOS",
|
|
2606
2622
|
OracleLinux = "ORACLE_LINUX",
|
|
2623
|
+
Raspbian = "RASPBIAN",
|
|
2607
2624
|
RedhatEnterpriseLinux = "REDHAT_ENTERPRISE_LINUX",
|
|
2608
2625
|
Suse = "SUSE",
|
|
2609
2626
|
Ubuntu = "UBUNTU",
|
|
@@ -2614,8 +2631,8 @@ export declare enum PatchAction {
|
|
|
2614
2631
|
Block = "BLOCK"
|
|
2615
2632
|
}
|
|
2616
2633
|
/**
|
|
2617
|
-
* <p>Information about the patches to use to update the
|
|
2618
|
-
* systems and source repository. Applies to Linux
|
|
2634
|
+
* <p>Information about the patches to use to update the managed nodes, including target operating
|
|
2635
|
+
* systems and source repository. Applies to Linux managed nodes only.</p>
|
|
2619
2636
|
*/
|
|
2620
2637
|
export interface PatchSource {
|
|
2621
2638
|
/**
|
|
@@ -2688,8 +2705,8 @@ export interface CreatePatchBaselineRequest {
|
|
|
2688
2705
|
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | string;
|
|
2689
2706
|
/**
|
|
2690
2707
|
* <p>Indicates whether the list of approved patches includes non-security updates that should be
|
|
2691
|
-
* applied to the
|
|
2692
|
-
* only.</p>
|
|
2708
|
+
* applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
|
|
2709
|
+
* nodes only.</p>
|
|
2693
2710
|
*/
|
|
2694
2711
|
ApprovedPatchesEnableNonSecurity?: boolean;
|
|
2695
2712
|
/**
|
|
@@ -2730,8 +2747,8 @@ export interface CreatePatchBaselineRequest {
|
|
|
2730
2747
|
*/
|
|
2731
2748
|
Description?: string;
|
|
2732
2749
|
/**
|
|
2733
|
-
* <p>Information about the patches to use to update the
|
|
2734
|
-
* systems and source repositories. Applies to Linux
|
|
2750
|
+
* <p>Information about the patches to use to update the managed nodes, including target operating
|
|
2751
|
+
* systems and source repositories. Applies to Linux managed nodes only.</p>
|
|
2735
2752
|
*/
|
|
2736
2753
|
Sources?: PatchSource[];
|
|
2737
2754
|
/**
|
|
@@ -3064,10 +3081,10 @@ export interface DeleteAssociationRequest {
|
|
|
3064
3081
|
*/
|
|
3065
3082
|
Name?: string;
|
|
3066
3083
|
/**
|
|
3067
|
-
* <p>The
|
|
3084
|
+
* <p>The managed node ID.</p>
|
|
3068
3085
|
* <note>
|
|
3069
3086
|
* <p>
|
|
3070
|
-
* <code>InstanceId</code> has been deprecated. To specify
|
|
3087
|
+
* <code>InstanceId</code> has been deprecated. To specify a managed node ID for an association,
|
|
3071
3088
|
* use the <code>Targets</code> parameter. Requests that include the
|
|
3072
3089
|
* parameter <code>InstanceID</code> with Systems Manager documents (SSM documents) that use schema version
|
|
3073
3090
|
* 2.0 or later will fail. In addition, if you use the parameter
|
|
@@ -3098,7 +3115,7 @@ export declare namespace DeleteAssociationResult {
|
|
|
3098
3115
|
const filterSensitiveLog: (obj: DeleteAssociationResult) => any;
|
|
3099
3116
|
}
|
|
3100
3117
|
/**
|
|
3101
|
-
* <p>You must disassociate a document from all
|
|
3118
|
+
* <p>You must disassociate a document from all managed nodes before you can delete it.</p>
|
|
3102
3119
|
*/
|
|
3103
3120
|
export interface AssociatedInstances extends __SmithyException, $MetadataBearer {
|
|
3104
3121
|
name: "AssociatedInstances";
|
|
@@ -3529,7 +3546,7 @@ export declare namespace ResourceDataSyncNotFoundException {
|
|
|
3529
3546
|
}
|
|
3530
3547
|
export interface DeregisterManagedInstanceRequest {
|
|
3531
3548
|
/**
|
|
3532
|
-
* <p>The ID assigned to the managed
|
|
3549
|
+
* <p>The ID assigned to the managed node when you registered it using the activation process.
|
|
3533
3550
|
* </p>
|
|
3534
3551
|
*/
|
|
3535
3552
|
InstanceId: string | undefined;
|
|
@@ -3761,7 +3778,7 @@ export interface DescribeAssociationRequest {
|
|
|
3761
3778
|
*/
|
|
3762
3779
|
Name?: string;
|
|
3763
3780
|
/**
|
|
3764
|
-
* <p>The
|
|
3781
|
+
* <p>The managed node ID.</p>
|
|
3765
3782
|
*/
|
|
3766
3783
|
InstanceId?: string;
|
|
3767
3784
|
/**
|
|
@@ -3771,7 +3788,7 @@ export interface DescribeAssociationRequest {
|
|
|
3771
3788
|
/**
|
|
3772
3789
|
* <p>Specify the association version to retrieve. To view the latest version, either specify
|
|
3773
3790
|
* <code>$LATEST</code> for this parameter, or omit this parameter. To view a list of all
|
|
3774
|
-
* associations for
|
|
3791
|
+
* associations for a managed node, use <a>ListAssociations</a>. To get a list of versions
|
|
3775
3792
|
* for a specific association, use <a>ListAssociationVersions</a>. </p>
|
|
3776
3793
|
*/
|
|
3777
3794
|
AssociationVersion?: string;
|
|
@@ -4037,11 +4054,11 @@ export interface AssociationExecutionTarget {
|
|
|
4037
4054
|
*/
|
|
4038
4055
|
ExecutionId?: string;
|
|
4039
4056
|
/**
|
|
4040
|
-
* <p>The resource ID, for example, the
|
|
4057
|
+
* <p>The resource ID, for example, the managed node ID where the association ran.</p>
|
|
4041
4058
|
*/
|
|
4042
4059
|
ResourceId?: string;
|
|
4043
4060
|
/**
|
|
4044
|
-
* <p>The resource type, for example,
|
|
4061
|
+
* <p>The resource type, for example, EC2.</p>
|
|
4045
4062
|
*/
|
|
4046
4063
|
ResourceType?: string;
|
|
4047
4064
|
/**
|
|
@@ -4712,7 +4729,7 @@ export interface DescribeAvailablePatchesRequest {
|
|
|
4712
4729
|
* <p>
|
|
4713
4730
|
* <b>Windows Server</b>
|
|
4714
4731
|
* </p>
|
|
4715
|
-
* <p>Supported keys for Windows Server
|
|
4732
|
+
* <p>Supported keys for Windows Server managed node patches include the following:</p>
|
|
4716
4733
|
* <ul>
|
|
4717
4734
|
* <li>
|
|
4718
4735
|
* <p>
|
|
@@ -4788,7 +4805,7 @@ export interface DescribeAvailablePatchesRequest {
|
|
|
4788
4805
|
* Key=CVE_ID,Values=CVE-2018-3615</code>
|
|
4789
4806
|
* </p>
|
|
4790
4807
|
* </important>
|
|
4791
|
-
* <p>Supported keys for Linux
|
|
4808
|
+
* <p>Supported keys for Linux managed node patches include the following:</p>
|
|
4792
4809
|
* <ul>
|
|
4793
4810
|
* <li>
|
|
4794
4811
|
* <p>
|
|
@@ -4975,45 +4992,45 @@ export interface Patch {
|
|
|
4975
4992
|
Language?: string;
|
|
4976
4993
|
/**
|
|
4977
4994
|
* <p>The Advisory ID of the patch. For example, <code>RHSA-2020:3779</code>. Applies to
|
|
4978
|
-
* Linux-based
|
|
4995
|
+
* Linux-based managed nodes only.</p>
|
|
4979
4996
|
*/
|
|
4980
4997
|
AdvisoryIds?: string[];
|
|
4981
4998
|
/**
|
|
4982
4999
|
* <p>The Bugzilla ID of the patch. For example, <code>1600646</code>. Applies to Linux-based
|
|
4983
|
-
*
|
|
5000
|
+
* managed nodes only.</p>
|
|
4984
5001
|
*/
|
|
4985
5002
|
BugzillaIds?: string[];
|
|
4986
5003
|
/**
|
|
4987
5004
|
* <p>The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
|
|
4988
|
-
* <code>CVE-2011-3192</code>. Applies to Linux-based
|
|
5005
|
+
* <code>CVE-2011-3192</code>. Applies to Linux-based managed nodes only.</p>
|
|
4989
5006
|
*/
|
|
4990
5007
|
CVEIds?: string[];
|
|
4991
5008
|
/**
|
|
4992
|
-
* <p>The name of the patch. Applies to Linux-based
|
|
5009
|
+
* <p>The name of the patch. Applies to Linux-based managed nodes only.</p>
|
|
4993
5010
|
*/
|
|
4994
5011
|
Name?: string;
|
|
4995
5012
|
/**
|
|
4996
5013
|
* <p>The epoch of the patch. For example in
|
|
4997
5014
|
* <code>pkg-example-EE-20180914-2.2.amzn1.noarch</code>, the epoch value is
|
|
4998
|
-
* <code>20180914-2</code>. Applies to Linux-based
|
|
5015
|
+
* <code>20180914-2</code>. Applies to Linux-based managed nodes only.</p>
|
|
4999
5016
|
*/
|
|
5000
5017
|
Epoch?: number;
|
|
5001
5018
|
/**
|
|
5002
5019
|
* <p>The version number of the patch. For example, in
|
|
5003
5020
|
* <code>example-pkg-1.710.10-2.7.abcd.x86_64</code>, the version number is indicated by
|
|
5004
|
-
* <code>-1</code>. Applies to Linux-based
|
|
5021
|
+
* <code>-1</code>. Applies to Linux-based managed nodes only.</p>
|
|
5005
5022
|
*/
|
|
5006
5023
|
Version?: string;
|
|
5007
5024
|
/**
|
|
5008
5025
|
* <p>The particular release of a patch. For example, in
|
|
5009
5026
|
* <code>pkg-example-EE-20180914-2.2.amzn1.noarch</code>, the release is <code>2.amaz1</code>.
|
|
5010
|
-
* Applies to Linux-based
|
|
5027
|
+
* Applies to Linux-based managed nodes only.</p>
|
|
5011
5028
|
*/
|
|
5012
5029
|
Release?: string;
|
|
5013
5030
|
/**
|
|
5014
5031
|
* <p>The architecture of the patch. For example, in
|
|
5015
5032
|
* <code>example-pkg-0.710.10-2.7.abcd.x86_64</code>, the architecture is indicated by
|
|
5016
|
-
* <code>x86_64</code>. Applies to Linux-based
|
|
5033
|
+
* <code>x86_64</code>. Applies to Linux-based managed nodes only.</p>
|
|
5017
5034
|
*/
|
|
5018
5035
|
Arch?: string;
|
|
5019
5036
|
/**
|
|
@@ -5024,7 +5041,7 @@ export interface Patch {
|
|
|
5024
5041
|
/**
|
|
5025
5042
|
* <p>The source patch repository for the operating system and version, such as
|
|
5026
5043
|
* <code>trusty-security</code> for Ubuntu Server 14.04 LTE and <code>focal-security</code> for
|
|
5027
|
-
* Ubuntu Server 20.04 LTE. Applies to Linux-based
|
|
5044
|
+
* Ubuntu Server 20.04 LTE. Applies to Linux-based managed nodes only.</p>
|
|
5028
5045
|
*/
|
|
5029
5046
|
Repository?: string;
|
|
5030
5047
|
}
|
|
@@ -5156,7 +5173,7 @@ export declare namespace InvalidPermissionType {
|
|
|
5156
5173
|
}
|
|
5157
5174
|
export interface DescribeEffectiveInstanceAssociationsRequest {
|
|
5158
5175
|
/**
|
|
5159
|
-
* <p>The
|
|
5176
|
+
* <p>The managed node ID for which you want to view all associations.</p>
|
|
5160
5177
|
*/
|
|
5161
5178
|
InstanceId: string | undefined;
|
|
5162
5179
|
/**
|
|
@@ -5177,7 +5194,7 @@ export declare namespace DescribeEffectiveInstanceAssociationsRequest {
|
|
|
5177
5194
|
const filterSensitiveLog: (obj: DescribeEffectiveInstanceAssociationsRequest) => any;
|
|
5178
5195
|
}
|
|
5179
5196
|
/**
|
|
5180
|
-
* <p>One or more association documents on the
|
|
5197
|
+
* <p>One or more association documents on the managed node. </p>
|
|
5181
5198
|
*/
|
|
5182
5199
|
export interface InstanceAssociation {
|
|
5183
5200
|
/**
|
|
@@ -5185,15 +5202,15 @@ export interface InstanceAssociation {
|
|
|
5185
5202
|
*/
|
|
5186
5203
|
AssociationId?: string;
|
|
5187
5204
|
/**
|
|
5188
|
-
* <p>The
|
|
5205
|
+
* <p>The managed node ID.</p>
|
|
5189
5206
|
*/
|
|
5190
5207
|
InstanceId?: string;
|
|
5191
5208
|
/**
|
|
5192
|
-
* <p>The content of the association document for the
|
|
5209
|
+
* <p>The content of the association document for the managed node(s).</p>
|
|
5193
5210
|
*/
|
|
5194
5211
|
Content?: string;
|
|
5195
5212
|
/**
|
|
5196
|
-
* <p>Version information for the association on the
|
|
5213
|
+
* <p>Version information for the association on the managed node.</p>
|
|
5197
5214
|
*/
|
|
5198
5215
|
AssociationVersion?: string;
|
|
5199
5216
|
}
|
|
@@ -5205,7 +5222,7 @@ export declare namespace InstanceAssociation {
|
|
|
5205
5222
|
}
|
|
5206
5223
|
export interface DescribeEffectiveInstanceAssociationsResult {
|
|
5207
5224
|
/**
|
|
5208
|
-
* <p>The associations for the requested
|
|
5225
|
+
* <p>The associations for the requested managed node.</p>
|
|
5209
5226
|
*/
|
|
5210
5227
|
Associations?: InstanceAssociation[];
|
|
5211
5228
|
/**
|
|
@@ -5331,7 +5348,7 @@ export declare namespace UnsupportedOperatingSystem {
|
|
|
5331
5348
|
}
|
|
5332
5349
|
export interface DescribeInstanceAssociationsStatusRequest {
|
|
5333
5350
|
/**
|
|
5334
|
-
* <p>The
|
|
5351
|
+
* <p>The managed node IDs for which you want association status information.</p>
|
|
5335
5352
|
*/
|
|
5336
5353
|
InstanceId: string | undefined;
|
|
5337
5354
|
/**
|
|
@@ -5383,7 +5400,7 @@ export declare namespace InstanceAssociationOutputUrl {
|
|
|
5383
5400
|
const filterSensitiveLog: (obj: InstanceAssociationOutputUrl) => any;
|
|
5384
5401
|
}
|
|
5385
5402
|
/**
|
|
5386
|
-
* <p>Status information about the
|
|
5403
|
+
* <p>Status information about the association.</p>
|
|
5387
5404
|
*/
|
|
5388
5405
|
export interface InstanceAssociationStatusInfo {
|
|
5389
5406
|
/**
|
|
@@ -5399,23 +5416,23 @@ export interface InstanceAssociationStatusInfo {
|
|
|
5399
5416
|
*/
|
|
5400
5417
|
DocumentVersion?: string;
|
|
5401
5418
|
/**
|
|
5402
|
-
* <p>The version of the association applied to the
|
|
5419
|
+
* <p>The version of the association applied to the managed node.</p>
|
|
5403
5420
|
*/
|
|
5404
5421
|
AssociationVersion?: string;
|
|
5405
5422
|
/**
|
|
5406
|
-
* <p>The
|
|
5423
|
+
* <p>The managed node ID where the association was created.</p>
|
|
5407
5424
|
*/
|
|
5408
5425
|
InstanceId?: string;
|
|
5409
5426
|
/**
|
|
5410
|
-
* <p>The date the
|
|
5427
|
+
* <p>The date the association ran. </p>
|
|
5411
5428
|
*/
|
|
5412
5429
|
ExecutionDate?: Date;
|
|
5413
5430
|
/**
|
|
5414
|
-
* <p>Status information about the
|
|
5431
|
+
* <p>Status information about the association.</p>
|
|
5415
5432
|
*/
|
|
5416
5433
|
Status?: string;
|
|
5417
5434
|
/**
|
|
5418
|
-
* <p>Detailed status information about the
|
|
5435
|
+
* <p>Detailed status information about the association.</p>
|
|
5419
5436
|
*/
|
|
5420
5437
|
DetailedStatus?: string;
|
|
5421
5438
|
/**
|
|
@@ -5431,7 +5448,7 @@ export interface InstanceAssociationStatusInfo {
|
|
|
5431
5448
|
*/
|
|
5432
5449
|
OutputUrl?: InstanceAssociationOutputUrl;
|
|
5433
5450
|
/**
|
|
5434
|
-
* <p>The name of the association applied to the
|
|
5451
|
+
* <p>The name of the association applied to the managed node.</p>
|
|
5435
5452
|
*/
|
|
5436
5453
|
AssociationName?: string;
|
|
5437
5454
|
}
|
|
@@ -5459,11 +5476,11 @@ export declare namespace DescribeInstanceAssociationsStatusResult {
|
|
|
5459
5476
|
const filterSensitiveLog: (obj: DescribeInstanceAssociationsStatusResult) => any;
|
|
5460
5477
|
}
|
|
5461
5478
|
/**
|
|
5462
|
-
* <p>The filters to describe or get information about your managed
|
|
5479
|
+
* <p>The filters to describe or get information about your managed nodes.</p>
|
|
5463
5480
|
*/
|
|
5464
5481
|
export interface InstanceInformationStringFilter {
|
|
5465
5482
|
/**
|
|
5466
|
-
* <p>The filter key name to describe your
|
|
5483
|
+
* <p>The filter key name to describe your managed nodes. For example:</p>
|
|
5467
5484
|
* <p>"InstanceIds"|"AgentVersion"|"PingStatus"|"PlatformTypes"|"ActivationIds"|"IamRole"|"ResourceType"|"AssociationStatus"|"Tag
|
|
5468
5485
|
* Key"</p>
|
|
5469
5486
|
* <important>
|
|
@@ -5497,7 +5514,7 @@ export declare enum InstanceInformationFilterKey {
|
|
|
5497
5514
|
RESOURCE_TYPE = "ResourceType"
|
|
5498
5515
|
}
|
|
5499
5516
|
/**
|
|
5500
|
-
* <p>Describes a filter for a specific list of
|
|
5517
|
+
* <p>Describes a filter for a specific list of managed nodes. You can filter node information by
|
|
5501
5518
|
* using tags. You specify tags by using a key-value mapping.</p>
|
|
5502
5519
|
* <p>Use this operation instead of the <a>DescribeInstanceInformationRequest$InstanceInformationFilterList</a> method. The
|
|
5503
5520
|
* <code>InstanceInformationFilterList</code> method is a legacy method and doesn't support tags.
|
|
@@ -5522,8 +5539,8 @@ export declare namespace InstanceInformationFilter {
|
|
|
5522
5539
|
export interface DescribeInstanceInformationRequest {
|
|
5523
5540
|
/**
|
|
5524
5541
|
* <p>This is a legacy method. We recommend that you don't use this method. Instead, use the
|
|
5525
|
-
* <code>Filters</code> data type. <code>Filters</code> enables you to return
|
|
5526
|
-
* by filtering based on tags applied to managed
|
|
5542
|
+
* <code>Filters</code> data type. <code>Filters</code> enables you to return node information
|
|
5543
|
+
* by filtering based on tags applied to managed nodes.</p>
|
|
5527
5544
|
* <note>
|
|
5528
5545
|
* <p>Attempting to use <code>InstanceInformationFilterList</code> and <code>Filters</code> leads
|
|
5529
5546
|
* to an exception error. </p>
|
|
@@ -5531,7 +5548,7 @@ export interface DescribeInstanceInformationRequest {
|
|
|
5531
5548
|
*/
|
|
5532
5549
|
InstanceInformationFilterList?: InstanceInformationFilter[];
|
|
5533
5550
|
/**
|
|
5534
|
-
* <p>One or more filters. Use a filter to return a more specific list of
|
|
5551
|
+
* <p>One or more filters. Use a filter to return a more specific list of managed nodes. You can
|
|
5535
5552
|
* filter based on tags applied to EC2 instances. Use this <code>Filters</code> data type instead of
|
|
5536
5553
|
* <code>InstanceInformationFilterList</code>, which is deprecated.</p>
|
|
5537
5554
|
*/
|
|
@@ -5562,7 +5579,7 @@ export interface InstanceAggregatedAssociationOverview {
|
|
|
5562
5579
|
*/
|
|
5563
5580
|
DetailedStatus?: string;
|
|
5564
5581
|
/**
|
|
5565
|
-
* <p>The number of associations for the
|
|
5582
|
+
* <p>The number of associations for the managed node(s).</p>
|
|
5566
5583
|
*/
|
|
5567
5584
|
InstanceAssociationStatusAggregatedCount?: {
|
|
5568
5585
|
[key: string]: number;
|
|
@@ -5584,12 +5601,17 @@ export declare enum ResourceType {
|
|
|
5584
5601
|
EC2_INSTANCE = "EC2Instance",
|
|
5585
5602
|
MANAGED_INSTANCE = "ManagedInstance"
|
|
5586
5603
|
}
|
|
5604
|
+
export declare enum SourceType {
|
|
5605
|
+
AWS_EC2_INSTANCE = "AWS::EC2::Instance",
|
|
5606
|
+
AWS_IOT_THING = "AWS::IoT::Thing",
|
|
5607
|
+
AWS_SSM_MANAGEDINSTANCE = "AWS::SSM::ManagedInstance"
|
|
5608
|
+
}
|
|
5587
5609
|
/**
|
|
5588
|
-
* <p>Describes a filter for a specific list of
|
|
5610
|
+
* <p>Describes a filter for a specific list of managed nodes. </p>
|
|
5589
5611
|
*/
|
|
5590
5612
|
export interface InstanceInformation {
|
|
5591
5613
|
/**
|
|
5592
|
-
* <p>The
|
|
5614
|
+
* <p>The managed node ID. </p>
|
|
5593
5615
|
*/
|
|
5594
5616
|
InstanceId?: string;
|
|
5595
5617
|
/**
|
|
@@ -5604,14 +5626,14 @@ export interface InstanceInformation {
|
|
|
5604
5626
|
*/
|
|
5605
5627
|
LastPingDateTime?: Date;
|
|
5606
5628
|
/**
|
|
5607
|
-
* <p>The version of SSM Agent running on your Linux
|
|
5629
|
+
* <p>The version of SSM Agent running on your Linux managed node. </p>
|
|
5608
5630
|
*/
|
|
5609
5631
|
AgentVersion?: string;
|
|
5610
5632
|
/**
|
|
5611
|
-
* <p>Indicates whether the latest version of SSM Agent is running on your Linux
|
|
5612
|
-
*
|
|
5613
|
-
*
|
|
5614
|
-
*
|
|
5633
|
+
* <p>Indicates whether the latest version of SSM Agent is running on your Linux managed node. This
|
|
5634
|
+
* field doesn't indicate whether or not the latest version is installed on Windows managed nodes,
|
|
5635
|
+
* because some older versions of Windows Server use the EC2Config service to process Systems Manager
|
|
5636
|
+
* requests.</p>
|
|
5615
5637
|
*/
|
|
5616
5638
|
IsLatestVersion?: boolean;
|
|
5617
5639
|
/**
|
|
@@ -5619,11 +5641,11 @@ export interface InstanceInformation {
|
|
|
5619
5641
|
*/
|
|
5620
5642
|
PlatformType?: PlatformType | string;
|
|
5621
5643
|
/**
|
|
5622
|
-
* <p>The name of the operating system platform running on your
|
|
5644
|
+
* <p>The name of the operating system platform running on your managed node. </p>
|
|
5623
5645
|
*/
|
|
5624
5646
|
PlatformName?: string;
|
|
5625
5647
|
/**
|
|
5626
|
-
* <p>The version of the OS platform running on your
|
|
5648
|
+
* <p>The version of the OS platform running on your managed node. </p>
|
|
5627
5649
|
*/
|
|
5628
5650
|
PlatformVersion?: string;
|
|
5629
5651
|
/**
|
|
@@ -5633,14 +5655,14 @@ export interface InstanceInformation {
|
|
|
5633
5655
|
ActivationId?: string;
|
|
5634
5656
|
/**
|
|
5635
5657
|
* <p>The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager
|
|
5636
|
-
* managed
|
|
5658
|
+
* managed node. This call doesn't return the IAM role for Amazon Elastic Compute Cloud
|
|
5637
5659
|
* (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use
|
|
5638
5660
|
* the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/ec2/describe-instances.html">describe-instances</a> in
|
|
5639
5661
|
* the <i>Amazon Web Services CLI Command Reference</i>.</p>
|
|
5640
5662
|
*/
|
|
5641
5663
|
IamRole?: string;
|
|
5642
5664
|
/**
|
|
5643
|
-
* <p>The date the server or VM was registered with Amazon Web Services as a managed
|
|
5665
|
+
* <p>The date the server or VM was registered with Amazon Web Services as a managed node.</p>
|
|
5644
5666
|
*/
|
|
5645
5667
|
RegistrationDate?: Date;
|
|
5646
5668
|
/**
|
|
@@ -5648,24 +5670,23 @@ export interface InstanceInformation {
|
|
|
5648
5670
|
*/
|
|
5649
5671
|
ResourceType?: ResourceType | string;
|
|
5650
5672
|
/**
|
|
5651
|
-
* <p>The name assigned to an on-premises server or virtual machine (VM) when it is
|
|
5652
|
-
* Systems Manager managed
|
|
5653
|
-
* using the <a>CreateActivation</a> command. It is applied to the managed
|
|
5654
|
-
* specifying the Activation Code and Activation ID when you install SSM Agent on the
|
|
5673
|
+
* <p>The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is
|
|
5674
|
+
* activated as a Systems Manager managed node. The name is specified as the <code>DefaultInstanceName</code>
|
|
5675
|
+
* property using the <a>CreateActivation</a> command. It is applied to the managed node
|
|
5676
|
+
* by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as
|
|
5655
5677
|
* explained in <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html">Install SSM Agent for a
|
|
5656
5678
|
* hybrid environment (Linux)</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html">Install SSM Agent for a
|
|
5657
|
-
* hybrid environment (Windows)</a>. To retrieve the Name tag of an EC2 instance,
|
|
5658
|
-
*
|
|
5659
|
-
*
|
|
5660
|
-
* <i>Amazon Web Services CLI Command Reference</i>.</p>
|
|
5679
|
+
* hybrid environment (Windows)</a>. To retrieve the <code>Name</code> tag of an EC2 instance,
|
|
5680
|
+
* use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/ec2/describe-instances.html">describe-instances</a> in
|
|
5681
|
+
* the <i>Amazon Web Services CLI Command Reference</i>.</p>
|
|
5661
5682
|
*/
|
|
5662
5683
|
Name?: string;
|
|
5663
5684
|
/**
|
|
5664
|
-
* <p>The IP address of the managed
|
|
5685
|
+
* <p>The IP address of the managed node.</p>
|
|
5665
5686
|
*/
|
|
5666
5687
|
IPAddress?: string;
|
|
5667
5688
|
/**
|
|
5668
|
-
* <p>The fully qualified host name of the managed
|
|
5689
|
+
* <p>The fully qualified host name of the managed node.</p>
|
|
5669
5690
|
*/
|
|
5670
5691
|
ComputerName?: string;
|
|
5671
5692
|
/**
|
|
@@ -5684,6 +5705,16 @@ export interface InstanceInformation {
|
|
|
5684
5705
|
* <p>Information about the association.</p>
|
|
5685
5706
|
*/
|
|
5686
5707
|
AssociationOverview?: InstanceAggregatedAssociationOverview;
|
|
5708
|
+
/**
|
|
5709
|
+
* <p>The ID of the source resource. For IoT Greengrass devices, <code>SourceId</code> is
|
|
5710
|
+
* the Thing name. </p>
|
|
5711
|
+
*/
|
|
5712
|
+
SourceId?: string;
|
|
5713
|
+
/**
|
|
5714
|
+
* <p>The type of the source resource. For IoT Greengrass devices, <code>SourceType</code>
|
|
5715
|
+
* is <code>AWS::IoT::Thing</code>. </p>
|
|
5716
|
+
*/
|
|
5717
|
+
SourceType?: SourceType | string;
|
|
5687
5718
|
}
|
|
5688
5719
|
export declare namespace InstanceInformation {
|
|
5689
5720
|
/**
|
|
@@ -5693,7 +5724,7 @@ export declare namespace InstanceInformation {
|
|
|
5693
5724
|
}
|
|
5694
5725
|
export interface DescribeInstanceInformationResult {
|
|
5695
5726
|
/**
|
|
5696
|
-
* <p>The
|
|
5727
|
+
* <p>The managed node information list.</p>
|
|
5697
5728
|
*/
|
|
5698
5729
|
InstanceInformationList?: InstanceInformation[];
|
|
5699
5730
|
/**
|
|
@@ -5724,7 +5755,7 @@ export declare namespace InvalidInstanceInformationFilterValue {
|
|
|
5724
5755
|
}
|
|
5725
5756
|
export interface DescribeInstancePatchesRequest {
|
|
5726
5757
|
/**
|
|
5727
|
-
* <p>The ID of the
|
|
5758
|
+
* <p>The ID of the managed node whose patch state information should be retrieved.</p>
|
|
5728
5759
|
*/
|
|
5729
5760
|
InstanceId: string | undefined;
|
|
5730
5761
|
/**
|
|
@@ -5797,8 +5828,8 @@ export declare enum PatchComplianceDataState {
|
|
|
5797
5828
|
NotApplicable = "NOT_APPLICABLE"
|
|
5798
5829
|
}
|
|
5799
5830
|
/**
|
|
5800
|
-
* <p>Information about the state of a patch on a particular
|
|
5801
|
-
* baseline used to patch the
|
|
5831
|
+
* <p>Information about the state of a patch on a particular managed node as it relates to the patch
|
|
5832
|
+
* baseline used to patch the node.</p>
|
|
5802
5833
|
*/
|
|
5803
5834
|
export interface PatchComplianceData {
|
|
5804
5835
|
/**
|
|
@@ -5820,12 +5851,12 @@ export interface PatchComplianceData {
|
|
|
5820
5851
|
*/
|
|
5821
5852
|
Severity: string | undefined;
|
|
5822
5853
|
/**
|
|
5823
|
-
* <p>The state of the patch on the
|
|
5854
|
+
* <p>The state of the patch on the managed node, such as INSTALLED or FAILED.</p>
|
|
5824
5855
|
* <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>
|
|
5825
5856
|
*/
|
|
5826
5857
|
State: PatchComplianceDataState | string | undefined;
|
|
5827
5858
|
/**
|
|
5828
|
-
* <p>The date/time the patch was installed on the
|
|
5859
|
+
* <p>The date/time the patch was installed on the managed node. Not all operating systems provide
|
|
5829
5860
|
* this level of information.</p>
|
|
5830
5861
|
*/
|
|
5831
5862
|
InstalledTime: Date | undefined;
|
|
@@ -5883,7 +5914,7 @@ export declare namespace DescribeInstancePatchesResult {
|
|
|
5883
5914
|
}
|
|
5884
5915
|
export interface DescribeInstancePatchStatesRequest {
|
|
5885
5916
|
/**
|
|
5886
|
-
* <p>The ID of the
|
|
5917
|
+
* <p>The ID of the managed node for which patch state information should be retrieved.</p>
|
|
5887
5918
|
*/
|
|
5888
5919
|
InstanceIds: string[] | undefined;
|
|
5889
5920
|
/**
|
|
@@ -5892,7 +5923,7 @@ export interface DescribeInstancePatchStatesRequest {
|
|
|
5892
5923
|
*/
|
|
5893
5924
|
NextToken?: string;
|
|
5894
5925
|
/**
|
|
5895
|
-
* <p>The maximum number of
|
|
5926
|
+
* <p>The maximum number of managed nodes to return (per page).</p>
|
|
5896
5927
|
*/
|
|
5897
5928
|
MaxResults?: number;
|
|
5898
5929
|
}
|
|
@@ -5911,22 +5942,22 @@ export declare enum RebootOption {
|
|
|
5911
5942
|
REBOOT_IF_NEEDED = "RebootIfNeeded"
|
|
5912
5943
|
}
|
|
5913
5944
|
/**
|
|
5914
|
-
* <p>Defines the high-level patch compliance state for a managed
|
|
5945
|
+
* <p>Defines the high-level patch compliance state for a managed node, providing information
|
|
5915
5946
|
* about the number of installed, missing, not applicable, and failed patches along with metadata
|
|
5916
|
-
* about the operation when this information was gathered for the
|
|
5947
|
+
* about the operation when this information was gathered for the managed node.</p>
|
|
5917
5948
|
*/
|
|
5918
5949
|
export interface InstancePatchState {
|
|
5919
5950
|
/**
|
|
5920
|
-
* <p>The ID of the managed
|
|
5951
|
+
* <p>The ID of the managed node the high-level patch compliance information was collected
|
|
5921
5952
|
* for.</p>
|
|
5922
5953
|
*/
|
|
5923
5954
|
InstanceId: string | undefined;
|
|
5924
5955
|
/**
|
|
5925
|
-
* <p>The name of the patch group the managed
|
|
5956
|
+
* <p>The name of the patch group the managed node belongs to.</p>
|
|
5926
5957
|
*/
|
|
5927
5958
|
PatchGroup: string | undefined;
|
|
5928
5959
|
/**
|
|
5929
|
-
* <p>The ID of the patch baseline used to patch the
|
|
5960
|
+
* <p>The ID of the patch baseline used to patch the managed node.</p>
|
|
5930
5961
|
*/
|
|
5931
5962
|
BaselineId: string | undefined;
|
|
5932
5963
|
/**
|
|
@@ -5951,21 +5982,21 @@ export interface InstancePatchState {
|
|
|
5951
5982
|
*/
|
|
5952
5983
|
OwnerInformation?: string;
|
|
5953
5984
|
/**
|
|
5954
|
-
* <p>The number of patches from the patch baseline that are installed on the
|
|
5985
|
+
* <p>The number of patches from the patch baseline that are installed on the managed node.</p>
|
|
5955
5986
|
*/
|
|
5956
5987
|
InstalledCount?: number;
|
|
5957
5988
|
/**
|
|
5958
5989
|
* <p>The number of patches not specified in the patch baseline that are installed on the
|
|
5959
|
-
*
|
|
5990
|
+
* managed node.</p>
|
|
5960
5991
|
*/
|
|
5961
5992
|
InstalledOtherCount?: number;
|
|
5962
5993
|
/**
|
|
5963
|
-
* <p>The number of patches installed by Patch Manager since the last time the
|
|
5994
|
+
* <p>The number of patches installed by Patch Manager since the last time the managed node was
|
|
5964
5995
|
* rebooted.</p>
|
|
5965
5996
|
*/
|
|
5966
5997
|
InstalledPendingRebootCount?: number;
|
|
5967
5998
|
/**
|
|
5968
|
-
* <p>The number of patches installed on
|
|
5999
|
+
* <p>The number of patches installed on a managed node that are specified in a
|
|
5969
6000
|
* <code>RejectedPatches</code> list. Patches with a status of <code>InstalledRejected</code> were
|
|
5970
6001
|
* typically installed before they were added to a <code>RejectedPatches</code> list.</p>
|
|
5971
6002
|
* <note>
|
|
@@ -5976,7 +6007,7 @@ export interface InstancePatchState {
|
|
|
5976
6007
|
*/
|
|
5977
6008
|
InstalledRejectedCount?: number;
|
|
5978
6009
|
/**
|
|
5979
|
-
* <p>The number of patches from the patch baseline that are applicable for the
|
|
6010
|
+
* <p>The number of patches from the patch baseline that are applicable for the managed node but
|
|
5980
6011
|
* aren't currently installed.</p>
|
|
5981
6012
|
*/
|
|
5982
6013
|
MissingCount?: number;
|
|
@@ -5991,18 +6022,18 @@ export interface InstancePatchState {
|
|
|
5991
6022
|
*/
|
|
5992
6023
|
UnreportedNotApplicableCount?: number;
|
|
5993
6024
|
/**
|
|
5994
|
-
* <p>The number of patches from the patch baseline that aren't applicable for the
|
|
5995
|
-
* therefore aren't installed on the
|
|
6025
|
+
* <p>The number of patches from the patch baseline that aren't applicable for the managed node and
|
|
6026
|
+
* therefore aren't installed on the node. This number may be truncated if the list of patch
|
|
5996
6027
|
* names is very large. The number of patches beyond this limit are reported in
|
|
5997
6028
|
* <code>UnreportedNotApplicableCount</code>.</p>
|
|
5998
6029
|
*/
|
|
5999
6030
|
NotApplicableCount?: number;
|
|
6000
6031
|
/**
|
|
6001
|
-
* <p>The time the most recent patching operation was started on the
|
|
6032
|
+
* <p>The time the most recent patching operation was started on the managed node.</p>
|
|
6002
6033
|
*/
|
|
6003
6034
|
OperationStartTime: Date | undefined;
|
|
6004
6035
|
/**
|
|
6005
|
-
* <p>The time the most recent patching operation completed on the
|
|
6036
|
+
* <p>The time the most recent patching operation completed on the managed node.</p>
|
|
6006
6037
|
*/
|
|
6007
6038
|
OperationEndTime: Date | undefined;
|
|
6008
6039
|
/**
|
|
@@ -6020,7 +6051,7 @@ export interface InstancePatchState {
|
|
|
6020
6051
|
*/
|
|
6021
6052
|
Operation: PatchOperationType | string | undefined;
|
|
6022
6053
|
/**
|
|
6023
|
-
* <p>The time of the last attempt to patch the
|
|
6054
|
+
* <p>The time of the last attempt to patch the managed node with <code>NoReboot</code> specified as
|
|
6024
6055
|
* the reboot option.</p>
|
|
6025
6056
|
*/
|
|
6026
6057
|
LastNoRebootInstallOperationTime?: Date;
|
|
@@ -6033,7 +6064,7 @@ export interface InstancePatchState {
|
|
|
6033
6064
|
* <ul>
|
|
6034
6065
|
* <li>
|
|
6035
6066
|
* <p>
|
|
6036
|
-
* <code>RebootIfNeeded</code>: Patch Manager tries to reboot the
|
|
6067
|
+
* <code>RebootIfNeeded</code>: Patch Manager tries to reboot the managed node if it installed
|
|
6037
6068
|
* any patches, or if any patches are detected with a status of
|
|
6038
6069
|
* <code>InstalledPendingReboot</code>.</p>
|
|
6039
6070
|
* </li>
|
|
@@ -6048,23 +6079,23 @@ export interface InstancePatchState {
|
|
|
6048
6079
|
*/
|
|
6049
6080
|
RebootOption?: RebootOption | string;
|
|
6050
6081
|
/**
|
|
6051
|
-
* <p>The number of
|
|
6082
|
+
* <p>The number of managed nodes where patches that are specified as <code>Critical</code> for
|
|
6052
6083
|
* compliance reporting in the patch baseline aren't installed. These patches might be missing, have
|
|
6053
|
-
* failed installation, were rejected, or were installed but awaiting a required
|
|
6054
|
-
* The status of these
|
|
6084
|
+
* failed installation, were rejected, or were installed but awaiting a required managed node reboot.
|
|
6085
|
+
* The status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
6055
6086
|
*/
|
|
6056
6087
|
CriticalNonCompliantCount?: number;
|
|
6057
6088
|
/**
|
|
6058
|
-
* <p>The number of
|
|
6059
|
-
* advisory aren't installed. These patches might be missing, have failed installation, were
|
|
6060
|
-
* rejected, or were installed but awaiting a required
|
|
6061
|
-
*
|
|
6089
|
+
* <p>The number of managed nodes where patches that are specified as <code>Security</code> in a
|
|
6090
|
+
* patch advisory aren't installed. These patches might be missing, have failed installation, were
|
|
6091
|
+
* rejected, or were installed but awaiting a required managed node reboot. The status of these managed
|
|
6092
|
+
* nodes is <code>NON_COMPLIANT</code>.</p>
|
|
6062
6093
|
*/
|
|
6063
6094
|
SecurityNonCompliantCount?: number;
|
|
6064
6095
|
/**
|
|
6065
|
-
* <p>The number of
|
|
6096
|
+
* <p>The number of managed nodes with patches installed that are specified as other than
|
|
6066
6097
|
* <code>Critical</code> or <code>Security</code> but aren't compliant with the patch baseline. The
|
|
6067
|
-
* status of these
|
|
6098
|
+
* status of these managed nodes is <code>NON_COMPLIANT</code>.</p>
|
|
6068
6099
|
*/
|
|
6069
6100
|
OtherNonCompliantCount?: number;
|
|
6070
6101
|
}
|
|
@@ -6076,7 +6107,7 @@ export declare namespace InstancePatchState {
|
|
|
6076
6107
|
}
|
|
6077
6108
|
export interface DescribeInstancePatchStatesResult {
|
|
6078
6109
|
/**
|
|
6079
|
-
* <p>The high-level patch state for the requested
|
|
6110
|
+
* <p>The high-level patch state for the requested managed nodes.</p>
|
|
6080
6111
|
*/
|
|
6081
6112
|
InstancePatchStates?: InstancePatchState[];
|
|
6082
6113
|
/**
|
|
@@ -6101,7 +6132,7 @@ export declare enum InstancePatchStateOperatorType {
|
|
|
6101
6132
|
* <p>Defines a filter used in <a>DescribeInstancePatchStatesForPatchGroup</a> to scope
|
|
6102
6133
|
* down the information returned by the API.</p>
|
|
6103
6134
|
* <p>
|
|
6104
|
-
* <b>Example</b>: To filter for all
|
|
6135
|
+
* <b>Example</b>: To filter for all managed nodes in a patch group
|
|
6105
6136
|
* having more than three patches with a <code>FailedCount</code> status, use the following for the
|
|
6106
6137
|
* filter:</p>
|
|
6107
6138
|
* <ul>
|
|
@@ -6220,7 +6251,7 @@ export declare namespace DescribeInstancePatchStatesForPatchGroupRequest {
|
|
|
6220
6251
|
}
|
|
6221
6252
|
export interface DescribeInstancePatchStatesForPatchGroupResult {
|
|
6222
6253
|
/**
|
|
6223
|
-
* <p>The high-level patch state for the requested
|
|
6254
|
+
* <p>The high-level patch state for the requested managed nodes. </p>
|
|
6224
6255
|
*/
|
|
6225
6256
|
InstancePatchStates?: InstancePatchState[];
|
|
6226
6257
|
/**
|
|
@@ -6813,7 +6844,7 @@ export interface DescribeMaintenanceWindowScheduleRequest {
|
|
|
6813
6844
|
*/
|
|
6814
6845
|
WindowId?: string;
|
|
6815
6846
|
/**
|
|
6816
|
-
* <p>The
|
|
6847
|
+
* <p>The managed node ID or key-value pair to retrieve information about.</p>
|
|
6817
6848
|
*/
|
|
6818
6849
|
Targets?: Target[];
|
|
6819
6850
|
/**
|
|
@@ -6886,7 +6917,7 @@ export declare namespace DescribeMaintenanceWindowScheduleResult {
|
|
|
6886
6917
|
}
|
|
6887
6918
|
export interface DescribeMaintenanceWindowsForTargetRequest {
|
|
6888
6919
|
/**
|
|
6889
|
-
* <p>The
|
|
6920
|
+
* <p>The managed node ID or key-value pair to retrieve information about.</p>
|
|
6890
6921
|
*/
|
|
6891
6922
|
Targets: Target[] | undefined;
|
|
6892
6923
|
/**
|
|
@@ -6932,7 +6963,7 @@ export declare namespace MaintenanceWindowIdentityForTarget {
|
|
|
6932
6963
|
}
|
|
6933
6964
|
export interface DescribeMaintenanceWindowsForTargetResult {
|
|
6934
6965
|
/**
|
|
6935
|
-
* <p>Information about the maintenance window targets and tasks
|
|
6966
|
+
* <p>Information about the maintenance window targets and tasks a managed node is associated
|
|
6936
6967
|
* with.</p>
|
|
6937
6968
|
*/
|
|
6938
6969
|
WindowIdentities?: MaintenanceWindowIdentityForTarget[];
|
|
@@ -6992,8 +7023,8 @@ export interface MaintenanceWindowTarget {
|
|
|
6992
7023
|
*/
|
|
6993
7024
|
ResourceType?: MaintenanceWindowResourceType | string;
|
|
6994
7025
|
/**
|
|
6995
|
-
* <p>The targets, either
|
|
6996
|
-
* <p>Specify
|
|
7026
|
+
* <p>The targets, either managed nodes or tags.</p>
|
|
7027
|
+
* <p>Specify managed nodes using the following format:</p>
|
|
6997
7028
|
* <p>
|
|
6998
7029
|
* <code>Key=instanceids,Values=<instanceid1>,<instanceid2></code>
|
|
6999
7030
|
* </p>
|
|
@@ -7073,7 +7104,7 @@ export declare enum MaintenanceWindowTaskCutoffBehavior {
|
|
|
7073
7104
|
}
|
|
7074
7105
|
/**
|
|
7075
7106
|
* <p>Information about an Amazon Simple Storage Service (Amazon S3) bucket to write
|
|
7076
|
-
*
|
|
7107
|
+
* managed node-level logs to.</p>
|
|
7077
7108
|
* <note>
|
|
7078
7109
|
* <p>
|
|
7079
7110
|
* <code>LoggingInfo</code> has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the
|
|
@@ -7142,7 +7173,7 @@ export interface MaintenanceWindowTask {
|
|
|
7142
7173
|
*/
|
|
7143
7174
|
Type?: MaintenanceWindowTaskType | string;
|
|
7144
7175
|
/**
|
|
7145
|
-
* <p>The targets (either
|
|
7176
|
+
* <p>The targets (either managed nodes or tags). Managed nodes are specified using
|
|
7146
7177
|
* <code>Key=instanceids,Values=<instanceid1>,<instanceid2></code>. Tags are specified
|
|
7147
7178
|
* using <code>Key=<tag name>,Values=<tag value></code>.</p>
|
|
7148
7179
|
*/
|
|
@@ -7525,7 +7556,7 @@ export interface ParameterStringFilter {
|
|
|
7525
7556
|
* <p>The <code>ParameterStringFilter</code> object is used by the <a>DescribeParameters</a> and <a>GetParametersByPath</a> API operations.
|
|
7526
7557
|
* However, not all of the pattern values listed for <code>Key</code> can be used with both
|
|
7527
7558
|
* operations.</p>
|
|
7528
|
-
* <p>For <code>
|
|
7559
|
+
* <p>For <code>DescribeParameters</code>, all of the listed patterns are valid except
|
|
7529
7560
|
* <code>Label</code>.</p>
|
|
7530
7561
|
* <p>For <code>GetParametersByPath</code>, the following patterns listed for <code>Key</code>
|
|
7531
7562
|
* aren't valid: <code>tag</code>, <code>DataType</code>, <code>Name</code>, <code>Path</code>, and
|
|
@@ -7613,67 +7644,3 @@ export declare enum ParameterTier {
|
|
|
7613
7644
|
INTELLIGENT_TIERING = "Intelligent-Tiering",
|
|
7614
7645
|
STANDARD = "Standard"
|
|
7615
7646
|
}
|
|
7616
|
-
export declare enum ParameterType {
|
|
7617
|
-
SECURE_STRING = "SecureString",
|
|
7618
|
-
STRING = "String",
|
|
7619
|
-
STRING_LIST = "StringList"
|
|
7620
|
-
}
|
|
7621
|
-
/**
|
|
7622
|
-
* <p>Metadata includes information like the ARN of the last user and the date/time the parameter
|
|
7623
|
-
* was last used.</p>
|
|
7624
|
-
*/
|
|
7625
|
-
export interface ParameterMetadata {
|
|
7626
|
-
/**
|
|
7627
|
-
* <p>The parameter name.</p>
|
|
7628
|
-
*/
|
|
7629
|
-
Name?: string;
|
|
7630
|
-
/**
|
|
7631
|
-
* <p>The type of parameter. Valid parameter types include the following: <code>String</code>,
|
|
7632
|
-
* <code>StringList</code>, and <code>SecureString</code>.</p>
|
|
7633
|
-
*/
|
|
7634
|
-
Type?: ParameterType | string;
|
|
7635
|
-
/**
|
|
7636
|
-
* <p>The ID of the query key used for this parameter.</p>
|
|
7637
|
-
*/
|
|
7638
|
-
KeyId?: string;
|
|
7639
|
-
/**
|
|
7640
|
-
* <p>Date the parameter was last changed or updated.</p>
|
|
7641
|
-
*/
|
|
7642
|
-
LastModifiedDate?: Date;
|
|
7643
|
-
/**
|
|
7644
|
-
* <p>Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.</p>
|
|
7645
|
-
*/
|
|
7646
|
-
LastModifiedUser?: string;
|
|
7647
|
-
/**
|
|
7648
|
-
* <p>Description of the parameter actions.</p>
|
|
7649
|
-
*/
|
|
7650
|
-
Description?: string;
|
|
7651
|
-
/**
|
|
7652
|
-
* <p>A parameter name can include only the following letters and symbols.</p>
|
|
7653
|
-
* <p>a-zA-Z0-9_.-</p>
|
|
7654
|
-
*/
|
|
7655
|
-
AllowedPattern?: string;
|
|
7656
|
-
/**
|
|
7657
|
-
* <p>The parameter version.</p>
|
|
7658
|
-
*/
|
|
7659
|
-
Version?: number;
|
|
7660
|
-
/**
|
|
7661
|
-
* <p>The parameter tier.</p>
|
|
7662
|
-
*/
|
|
7663
|
-
Tier?: ParameterTier | string;
|
|
7664
|
-
/**
|
|
7665
|
-
* <p>A list of policies associated with a parameter.</p>
|
|
7666
|
-
*/
|
|
7667
|
-
Policies?: ParameterInlinePolicy[];
|
|
7668
|
-
/**
|
|
7669
|
-
* <p>The data type of the parameter, such as <code>text</code> or <code>aws:ec2:image</code>. The
|
|
7670
|
-
* default is <code>text</code>.</p>
|
|
7671
|
-
*/
|
|
7672
|
-
DataType?: string;
|
|
7673
|
-
}
|
|
7674
|
-
export declare namespace ParameterMetadata {
|
|
7675
|
-
/**
|
|
7676
|
-
* @internal
|
|
7677
|
-
*/
|
|
7678
|
-
const filterSensitiveLog: (obj: ParameterMetadata) => any;
|
|
7679
|
-
}
|