@aws-sdk/client-ssm 3.299.0 → 3.301.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/commands/AddTagsToResourceCommand.d.ts +10 -0
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
- package/dist-types/commands/CancelCommandCommand.d.ts +6 -0
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +3 -0
- package/dist-types/commands/CreateActivationCommand.d.ts +19 -0
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +77 -0
- package/dist-types/commands/CreateAssociationCommand.d.ts +79 -0
- package/dist-types/commands/CreateDocumentCommand.d.ts +32 -0
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +19 -0
- package/dist-types/commands/CreateOpsItemCommand.d.ts +36 -0
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +14 -0
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +60 -0
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +30 -0
- package/dist-types/commands/DeleteActivationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +5 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInventoryCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +3 -0
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +3 -0
- package/dist-types/commands/DeleteParameterCommand.d.ts +3 -0
- package/dist-types/commands/DeleteParametersCommand.d.ts +5 -0
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +3 -0
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +5 -0
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +5 -0
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +4 -0
- package/dist-types/commands/DescribeActivationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAssociationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeDocumentCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +5 -0
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +5 -0
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +20 -0
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +14 -0
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +13 -0
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +21 -0
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +12 -0
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +3 -0
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +12 -0
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +3 -0
- package/dist-types/commands/GetCalendarStateCommand.d.ts +6 -0
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +5 -0
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +3 -0
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +3 -0
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +55 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +6 -0
- package/dist-types/commands/GetInventoryCommand.d.ts +49 -0
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +7 -0
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +3 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +3 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +4 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +5 -0
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +4 -0
- package/dist-types/commands/GetOpsItemCommand.d.ts +4 -0
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +5 -0
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +50 -0
- package/dist-types/commands/GetParameterCommand.d.ts +4 -0
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +6 -0
- package/dist-types/commands/GetParametersByPathCommand.d.ts +16 -0
- package/dist-types/commands/GetParametersCommand.d.ts +6 -0
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +3 -0
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +5 -0
- package/dist-types/commands/GetServiceSettingCommand.d.ts +3 -0
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +7 -0
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +10 -0
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +13 -0
- package/dist-types/commands/ListCommandsCommand.d.ts +12 -0
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +19 -0
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +13 -0
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -0
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +18 -0
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +13 -0
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -0
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +12 -0
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +13 -0
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +11 -0
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +23 -0
- package/dist-types/commands/PutInventoryCommand.d.ts +19 -0
- package/dist-types/commands/PutParameterCommand.d.ts +18 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +3 -0
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -0
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +86 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +7 -0
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +3 -0
- package/dist-types/commands/ResumeSessionCommand.d.ts +3 -0
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +9 -0
- package/dist-types/commands/SendCommandCommand.d.ts +49 -0
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +5 -0
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +64 -0
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +71 -0
- package/dist-types/commands/StartSessionCommand.d.ts +10 -0
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +3 -0
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +74 -0
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +18 -0
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +13 -0
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +15 -0
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +86 -0
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +33 -0
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +54 -0
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +20 -0
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
- package/package.json +8 -8
|
@@ -26,6 +26,11 @@ export interface DeregisterTargetFromMaintenanceWindowCommandOutput extends Dere
|
|
|
26
26
|
* import { SSMClient, DeregisterTargetFromMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DeregisterTargetFromMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DeregisterTargetFromMaintenanceWindowRequest
|
|
30
|
+
* WindowId: "STRING_VALUE", // required
|
|
31
|
+
* WindowTargetId: "STRING_VALUE", // required
|
|
32
|
+
* Safe: true || false,
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DeregisterTargetFromMaintenanceWindowCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeregisterTaskFromMaintenanceWindowCommandOutput extends Deregi
|
|
|
26
26
|
* import { SSMClient, DeregisterTaskFromMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DeregisterTaskFromMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DeregisterTaskFromMaintenanceWindowRequest
|
|
30
|
+
* WindowId: "STRING_VALUE", // required
|
|
31
|
+
* WindowTaskId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeregisterTaskFromMaintenanceWindowCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -29,6 +29,18 @@ export interface DescribeActivationsCommandOutput extends DescribeActivationsRes
|
|
|
29
29
|
* import { SSMClient, DescribeActivationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
30
30
|
* // const { SSMClient, DescribeActivationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
31
31
|
* const client = new SSMClient(config);
|
|
32
|
+
* const input = { // DescribeActivationsRequest
|
|
33
|
+
* Filters: [ // DescribeActivationsFilterList
|
|
34
|
+
* { // DescribeActivationsFilter
|
|
35
|
+
* FilterKey: "ActivationIds" || "DefaultInstanceName" || "IamRole",
|
|
36
|
+
* FilterValues: [ // StringList
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* };
|
|
32
44
|
* const command = new DescribeActivationsCommand(input);
|
|
33
45
|
* const response = await client.send(command);
|
|
34
46
|
* ```
|
|
@@ -28,6 +28,12 @@ export interface DescribeAssociationCommandOutput extends DescribeAssociationRes
|
|
|
28
28
|
* import { SSMClient, DescribeAssociationCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
29
29
|
* // const { SSMClient, DescribeAssociationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
30
30
|
* const client = new SSMClient(config);
|
|
31
|
+
* const input = { // DescribeAssociationRequest
|
|
32
|
+
* Name: "STRING_VALUE",
|
|
33
|
+
* InstanceId: "STRING_VALUE",
|
|
34
|
+
* AssociationId: "STRING_VALUE",
|
|
35
|
+
* AssociationVersion: "STRING_VALUE",
|
|
36
|
+
* };
|
|
31
37
|
* const command = new DescribeAssociationCommand(input);
|
|
32
38
|
* const response = await client.send(command);
|
|
33
39
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface DescribeAssociationExecutionTargetsCommandOutput extends Descri
|
|
|
26
26
|
* import { SSMClient, DescribeAssociationExecutionTargetsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeAssociationExecutionTargetsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeAssociationExecutionTargetsRequest
|
|
30
|
+
* AssociationId: "STRING_VALUE", // required
|
|
31
|
+
* ExecutionId: "STRING_VALUE", // required
|
|
32
|
+
* Filters: [ // AssociationExecutionTargetsFilterList
|
|
33
|
+
* { // AssociationExecutionTargetsFilter
|
|
34
|
+
* Key: "Status" || "ResourceId" || "ResourceType", // required
|
|
35
|
+
* Value: "STRING_VALUE", // required
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* MaxResults: Number("int"),
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new DescribeAssociationExecutionTargetsCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface DescribeAssociationExecutionsCommandOutput extends DescribeAsso
|
|
|
26
26
|
* import { SSMClient, DescribeAssociationExecutionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeAssociationExecutionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeAssociationExecutionsRequest
|
|
30
|
+
* AssociationId: "STRING_VALUE", // required
|
|
31
|
+
* Filters: [ // AssociationExecutionFilterList
|
|
32
|
+
* { // AssociationExecutionFilter
|
|
33
|
+
* Key: "ExecutionId" || "Status" || "CreatedTime", // required
|
|
34
|
+
* Value: "STRING_VALUE", // required
|
|
35
|
+
* Type: "EQUAL" || "LESS_THAN" || "GREATER_THAN", // required
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* MaxResults: Number("int"),
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new DescribeAssociationExecutionsCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface DescribeAutomationExecutionsCommandOutput extends DescribeAutom
|
|
|
26
26
|
* import { SSMClient, DescribeAutomationExecutionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeAutomationExecutionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeAutomationExecutionsRequest
|
|
30
|
+
* Filters: [ // AutomationExecutionFilterList
|
|
31
|
+
* { // AutomationExecutionFilter
|
|
32
|
+
* Key: "DocumentNamePrefix" || "ExecutionStatus" || "ExecutionId" || "ParentExecutionId" || "CurrentAction" || "StartTimeBefore" || "StartTimeAfter" || "AutomationType" || "TagKey" || "TargetResourceGroup" || "AutomationSubtype" || "OpsItemId", // required
|
|
33
|
+
* Values: [ // AutomationExecutionFilterValueList // required
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* MaxResults: Number("int"),
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new DescribeAutomationExecutionsCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -27,6 +27,20 @@ export interface DescribeAutomationStepExecutionsCommandOutput extends DescribeA
|
|
|
27
27
|
* import { SSMClient, DescribeAutomationStepExecutionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
28
28
|
* // const { SSMClient, DescribeAutomationStepExecutionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
29
29
|
* const client = new SSMClient(config);
|
|
30
|
+
* const input = { // DescribeAutomationStepExecutionsRequest
|
|
31
|
+
* AutomationExecutionId: "STRING_VALUE", // required
|
|
32
|
+
* Filters: [ // StepExecutionFilterList
|
|
33
|
+
* { // StepExecutionFilter
|
|
34
|
+
* Key: "StartTimeBefore" || "StartTimeAfter" || "StepExecutionStatus" || "StepExecutionId" || "StepName" || "Action", // required
|
|
35
|
+
* Values: [ // StepExecutionFilterValueList // required
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* NextToken: "STRING_VALUE",
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* ReverseOrder: true || false,
|
|
43
|
+
* };
|
|
30
44
|
* const command = new DescribeAutomationStepExecutionsCommand(input);
|
|
31
45
|
* const response = await client.send(command);
|
|
32
46
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface DescribeAvailablePatchesCommandOutput extends DescribeAvailable
|
|
|
26
26
|
* import { SSMClient, DescribeAvailablePatchesCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeAvailablePatchesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeAvailablePatchesRequest
|
|
30
|
+
* Filters: [ // PatchOrchestratorFilterList
|
|
31
|
+
* { // PatchOrchestratorFilter
|
|
32
|
+
* Key: "STRING_VALUE",
|
|
33
|
+
* Values: [ // PatchOrchestratorFilterValues
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* MaxResults: Number("int"),
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new DescribeAvailablePatchesCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeDocumentCommandOutput extends DescribeDocumentResult, _
|
|
|
26
26
|
* import { SSMClient, DescribeDocumentCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeDocumentCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeDocumentRequest
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* DocumentVersion: "STRING_VALUE",
|
|
32
|
+
* VersionName: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeDocumentCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -28,6 +28,12 @@ export interface DescribeDocumentPermissionCommandOutput extends DescribeDocumen
|
|
|
28
28
|
* import { SSMClient, DescribeDocumentPermissionCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
29
29
|
* // const { SSMClient, DescribeDocumentPermissionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
30
30
|
* const client = new SSMClient(config);
|
|
31
|
+
* const input = { // DescribeDocumentPermissionRequest
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* PermissionType: "Share", // required
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* NextToken: "STRING_VALUE",
|
|
36
|
+
* };
|
|
31
37
|
* const command = new DescribeDocumentPermissionCommand(input);
|
|
32
38
|
* const response = await client.send(command);
|
|
33
39
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeEffectiveInstanceAssociationsCommandOutput extends Desc
|
|
|
26
26
|
* import { SSMClient, DescribeEffectiveInstanceAssociationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeEffectiveInstanceAssociationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeEffectiveInstanceAssociationsRequest
|
|
30
|
+
* InstanceId: "STRING_VALUE", // required
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeEffectiveInstanceAssociationsCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -27,6 +27,11 @@ export interface DescribeEffectivePatchesForPatchBaselineCommandOutput extends D
|
|
|
27
27
|
* import { SSMClient, DescribeEffectivePatchesForPatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
28
28
|
* // const { SSMClient, DescribeEffectivePatchesForPatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
29
29
|
* const client = new SSMClient(config);
|
|
30
|
+
* const input = { // DescribeEffectivePatchesForPatchBaselineRequest
|
|
31
|
+
* BaselineId: "STRING_VALUE", // required
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* };
|
|
30
35
|
* const command = new DescribeEffectivePatchesForPatchBaselineCommand(input);
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeInstanceAssociationsStatusCommandOutput extends Describ
|
|
|
26
26
|
* import { SSMClient, DescribeInstanceAssociationsStatusCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeInstanceAssociationsStatusCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeInstanceAssociationsStatusRequest
|
|
30
|
+
* InstanceId: "STRING_VALUE", // required
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeInstanceAssociationsStatusCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -36,6 +36,26 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
|
|
|
36
36
|
* import { SSMClient, DescribeInstanceInformationCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
37
37
|
* // const { SSMClient, DescribeInstanceInformationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
38
38
|
* const client = new SSMClient(config);
|
|
39
|
+
* const input = { // DescribeInstanceInformationRequest
|
|
40
|
+
* InstanceInformationFilterList: [ // InstanceInformationFilterList
|
|
41
|
+
* { // InstanceInformationFilter
|
|
42
|
+
* key: "InstanceIds" || "AgentVersion" || "PingStatus" || "PlatformTypes" || "ActivationIds" || "IamRole" || "ResourceType" || "AssociationStatus", // required
|
|
43
|
+
* valueSet: [ // InstanceInformationFilterValueSet // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* Filters: [ // InstanceInformationStringFilterList
|
|
49
|
+
* { // InstanceInformationStringFilter
|
|
50
|
+
* Key: "STRING_VALUE", // required
|
|
51
|
+
* Values: [ // required
|
|
52
|
+
* "STRING_VALUE",
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* MaxResults: Number("int"),
|
|
57
|
+
* NextToken: "STRING_VALUE",
|
|
58
|
+
* };
|
|
39
59
|
* const command = new DescribeInstanceInformationCommand(input);
|
|
40
60
|
* const response = await client.send(command);
|
|
41
61
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstan
|
|
|
26
26
|
* import { SSMClient, DescribeInstancePatchStatesCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeInstancePatchStatesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeInstancePatchStatesRequest
|
|
30
|
+
* InstanceIds: [ // InstanceIdList // required
|
|
31
|
+
* "STRING_VALUE",
|
|
32
|
+
* ],
|
|
33
|
+
* NextToken: "STRING_VALUE",
|
|
34
|
+
* MaxResults: Number("int"),
|
|
35
|
+
* };
|
|
29
36
|
* const command = new DescribeInstancePatchStatesCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -27,6 +27,20 @@ export interface DescribeInstancePatchStatesForPatchGroupCommandOutput extends D
|
|
|
27
27
|
* import { SSMClient, DescribeInstancePatchStatesForPatchGroupCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
28
28
|
* // const { SSMClient, DescribeInstancePatchStatesForPatchGroupCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
29
29
|
* const client = new SSMClient(config);
|
|
30
|
+
* const input = { // DescribeInstancePatchStatesForPatchGroupRequest
|
|
31
|
+
* PatchGroup: "STRING_VALUE", // required
|
|
32
|
+
* Filters: [ // InstancePatchStateFilterList
|
|
33
|
+
* { // InstancePatchStateFilter
|
|
34
|
+
* Key: "STRING_VALUE", // required
|
|
35
|
+
* Values: [ // InstancePatchStateFilterValues // required
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* Type: "Equal" || "NotEqual" || "LessThan" || "GreaterThan", // required
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* NextToken: "STRING_VALUE",
|
|
42
|
+
* MaxResults: Number("int"),
|
|
43
|
+
* };
|
|
30
44
|
* const command = new DescribeInstancePatchStatesForPatchGroupCommand(input);
|
|
31
45
|
* const response = await client.send(command);
|
|
32
46
|
* ```
|
|
@@ -27,6 +27,19 @@ export interface DescribeInstancePatchesCommandOutput extends DescribeInstancePa
|
|
|
27
27
|
* import { SSMClient, DescribeInstancePatchesCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
28
28
|
* // const { SSMClient, DescribeInstancePatchesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
29
29
|
* const client = new SSMClient(config);
|
|
30
|
+
* const input = { // DescribeInstancePatchesRequest
|
|
31
|
+
* InstanceId: "STRING_VALUE", // required
|
|
32
|
+
* Filters: [ // PatchOrchestratorFilterList
|
|
33
|
+
* { // PatchOrchestratorFilter
|
|
34
|
+
* Key: "STRING_VALUE",
|
|
35
|
+
* Values: [ // PatchOrchestratorFilterValues
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* NextToken: "STRING_VALUE",
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* };
|
|
30
43
|
* const command = new DescribeInstancePatchesCommand(input);
|
|
31
44
|
* const response = await client.send(command);
|
|
32
45
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DescribeInventoryDeletionsCommandOutput extends DescribeInvento
|
|
|
26
26
|
* import { SSMClient, DescribeInventoryDeletionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeInventoryDeletionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeInventoryDeletionsRequest
|
|
30
|
+
* DeletionId: "STRING_VALUE",
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DescribeInventoryDeletionsCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -27,6 +27,20 @@ export interface DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
|
|
|
27
27
|
* import { SSMClient, DescribeMaintenanceWindowExecutionTaskInvocationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
28
28
|
* // const { SSMClient, DescribeMaintenanceWindowExecutionTaskInvocationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
29
29
|
* const client = new SSMClient(config);
|
|
30
|
+
* const input = { // DescribeMaintenanceWindowExecutionTaskInvocationsRequest
|
|
31
|
+
* WindowExecutionId: "STRING_VALUE", // required
|
|
32
|
+
* TaskId: "STRING_VALUE", // required
|
|
33
|
+
* Filters: [ // MaintenanceWindowFilterList
|
|
34
|
+
* { // MaintenanceWindowFilter
|
|
35
|
+
* Key: "STRING_VALUE",
|
|
36
|
+
* Values: [ // MaintenanceWindowFilterValues
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* };
|
|
30
44
|
* const command = new DescribeMaintenanceWindowExecutionTaskInvocationsCommand(input);
|
|
31
45
|
* const response = await client.send(command);
|
|
32
46
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface DescribeMaintenanceWindowExecutionTasksCommandOutput extends De
|
|
|
26
26
|
* import { SSMClient, DescribeMaintenanceWindowExecutionTasksCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeMaintenanceWindowExecutionTasksCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeMaintenanceWindowExecutionTasksRequest
|
|
30
|
+
* WindowExecutionId: "STRING_VALUE", // required
|
|
31
|
+
* Filters: [ // MaintenanceWindowFilterList
|
|
32
|
+
* { // MaintenanceWindowFilter
|
|
33
|
+
* Key: "STRING_VALUE",
|
|
34
|
+
* Values: [ // MaintenanceWindowFilterValues
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* MaxResults: Number("int"),
|
|
40
|
+
* NextToken: "STRING_VALUE",
|
|
41
|
+
* };
|
|
29
42
|
* const command = new DescribeMaintenanceWindowExecutionTasksCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -28,6 +28,19 @@ export interface DescribeMaintenanceWindowExecutionsCommandOutput extends Descri
|
|
|
28
28
|
* import { SSMClient, DescribeMaintenanceWindowExecutionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
29
29
|
* // const { SSMClient, DescribeMaintenanceWindowExecutionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
30
30
|
* const client = new SSMClient(config);
|
|
31
|
+
* const input = { // DescribeMaintenanceWindowExecutionsRequest
|
|
32
|
+
* WindowId: "STRING_VALUE", // required
|
|
33
|
+
* Filters: [ // MaintenanceWindowFilterList
|
|
34
|
+
* { // MaintenanceWindowFilter
|
|
35
|
+
* Key: "STRING_VALUE",
|
|
36
|
+
* Values: [ // MaintenanceWindowFilterValues
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* };
|
|
31
44
|
* const command = new DescribeMaintenanceWindowExecutionsCommand(input);
|
|
32
45
|
* const response = await client.send(command);
|
|
33
46
|
* ```
|
|
@@ -26,6 +26,28 @@ export interface DescribeMaintenanceWindowScheduleCommandOutput extends Describe
|
|
|
26
26
|
* import { SSMClient, DescribeMaintenanceWindowScheduleCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeMaintenanceWindowScheduleCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeMaintenanceWindowScheduleRequest
|
|
30
|
+
* WindowId: "STRING_VALUE",
|
|
31
|
+
* Targets: [ // Targets
|
|
32
|
+
* { // Target
|
|
33
|
+
* Key: "STRING_VALUE",
|
|
34
|
+
* Values: [ // TargetValues
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* ResourceType: "INSTANCE" || "RESOURCE_GROUP",
|
|
40
|
+
* Filters: [ // PatchOrchestratorFilterList
|
|
41
|
+
* { // PatchOrchestratorFilter
|
|
42
|
+
* Key: "STRING_VALUE",
|
|
43
|
+
* Values: [ // PatchOrchestratorFilterValues
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* MaxResults: Number("int"),
|
|
49
|
+
* NextToken: "STRING_VALUE",
|
|
50
|
+
* };
|
|
29
51
|
* const command = new DescribeMaintenanceWindowScheduleCommand(input);
|
|
30
52
|
* const response = await client.send(command);
|
|
31
53
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface DescribeMaintenanceWindowTargetsCommandOutput extends DescribeM
|
|
|
26
26
|
* import { SSMClient, DescribeMaintenanceWindowTargetsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeMaintenanceWindowTargetsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeMaintenanceWindowTargetsRequest
|
|
30
|
+
* WindowId: "STRING_VALUE", // required
|
|
31
|
+
* Filters: [ // MaintenanceWindowFilterList
|
|
32
|
+
* { // MaintenanceWindowFilter
|
|
33
|
+
* Key: "STRING_VALUE",
|
|
34
|
+
* Values: [ // MaintenanceWindowFilterValues
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* MaxResults: Number("int"),
|
|
40
|
+
* NextToken: "STRING_VALUE",
|
|
41
|
+
* };
|
|
29
42
|
* const command = new DescribeMaintenanceWindowTargetsCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -32,6 +32,19 @@ export interface DescribeMaintenanceWindowTasksCommandOutput extends DescribeMai
|
|
|
32
32
|
* import { SSMClient, DescribeMaintenanceWindowTasksCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
33
33
|
* // const { SSMClient, DescribeMaintenanceWindowTasksCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
34
34
|
* const client = new SSMClient(config);
|
|
35
|
+
* const input = { // DescribeMaintenanceWindowTasksRequest
|
|
36
|
+
* WindowId: "STRING_VALUE", // required
|
|
37
|
+
* Filters: [ // MaintenanceWindowFilterList
|
|
38
|
+
* { // MaintenanceWindowFilter
|
|
39
|
+
* Key: "STRING_VALUE",
|
|
40
|
+
* Values: [ // MaintenanceWindowFilterValues
|
|
41
|
+
* "STRING_VALUE",
|
|
42
|
+
* ],
|
|
43
|
+
* },
|
|
44
|
+
* ],
|
|
45
|
+
* MaxResults: Number("int"),
|
|
46
|
+
* NextToken: "STRING_VALUE",
|
|
47
|
+
* };
|
|
35
48
|
* const command = new DescribeMaintenanceWindowTasksCommand(input);
|
|
36
49
|
* const response = await client.send(command);
|
|
37
50
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface DescribeMaintenanceWindowsCommandOutput extends DescribeMainten
|
|
|
26
26
|
* import { SSMClient, DescribeMaintenanceWindowsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribeMaintenanceWindowsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribeMaintenanceWindowsRequest
|
|
30
|
+
* Filters: [ // MaintenanceWindowFilterList
|
|
31
|
+
* { // MaintenanceWindowFilter
|
|
32
|
+
* Key: "STRING_VALUE",
|
|
33
|
+
* Values: [ // MaintenanceWindowFilterValues
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* MaxResults: Number("int"),
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new DescribeMaintenanceWindowsCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -27,6 +27,19 @@ export interface DescribeMaintenanceWindowsForTargetCommandOutput extends Descri
|
|
|
27
27
|
* import { SSMClient, DescribeMaintenanceWindowsForTargetCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
28
28
|
* // const { SSMClient, DescribeMaintenanceWindowsForTargetCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
29
29
|
* const client = new SSMClient(config);
|
|
30
|
+
* const input = { // DescribeMaintenanceWindowsForTargetRequest
|
|
31
|
+
* Targets: [ // Targets // required
|
|
32
|
+
* { // Target
|
|
33
|
+
* Key: "STRING_VALUE",
|
|
34
|
+
* Values: [ // TargetValues
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* ResourceType: "INSTANCE" || "RESOURCE_GROUP", // required
|
|
40
|
+
* MaxResults: Number("int"),
|
|
41
|
+
* NextToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
30
43
|
* const command = new DescribeMaintenanceWindowsForTargetCommand(input);
|
|
31
44
|
* const response = await client.send(command);
|
|
32
45
|
* ```
|
|
@@ -31,6 +31,19 @@ export interface DescribeOpsItemsCommandOutput extends DescribeOpsItemsResponse,
|
|
|
31
31
|
* import { SSMClient, DescribeOpsItemsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
32
32
|
* // const { SSMClient, DescribeOpsItemsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
33
33
|
* const client = new SSMClient(config);
|
|
34
|
+
* const input = { // DescribeOpsItemsRequest
|
|
35
|
+
* OpsItemFilters: [ // OpsItemFilters
|
|
36
|
+
* { // OpsItemFilter
|
|
37
|
+
* Key: "Status" || "CreatedBy" || "Source" || "Priority" || "Title" || "OpsItemId" || "CreatedTime" || "LastModifiedTime" || "ActualStartTime" || "ActualEndTime" || "PlannedStartTime" || "PlannedEndTime" || "OperationalData" || "OperationalDataKey" || "OperationalDataValue" || "ResourceId" || "AutomationId" || "Category" || "Severity" || "OpsItemType" || "ChangeRequestByRequesterArn" || "ChangeRequestByRequesterName" || "ChangeRequestByApproverArn" || "ChangeRequestByApproverName" || "ChangeRequestByTemplate" || "ChangeRequestByTargetsResourceGroup" || "InsightByType" || "AccountId", // required
|
|
38
|
+
* Values: [ // OpsItemFilterValues // required
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* Operator: "Equal" || "Contains" || "GreaterThan" || "LessThan", // required
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* MaxResults: Number("int"),
|
|
45
|
+
* NextToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
34
47
|
* const command = new DescribeOpsItemsCommand(input);
|
|
35
48
|
* const response = await client.send(command);
|
|
36
49
|
* ```
|
|
@@ -38,6 +38,27 @@ export interface DescribeParametersCommandOutput extends DescribeParametersResul
|
|
|
38
38
|
* import { SSMClient, DescribeParametersCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
39
39
|
* // const { SSMClient, DescribeParametersCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
40
40
|
* const client = new SSMClient(config);
|
|
41
|
+
* const input = { // DescribeParametersRequest
|
|
42
|
+
* Filters: [ // ParametersFilterList
|
|
43
|
+
* { // ParametersFilter
|
|
44
|
+
* Key: "Name" || "Type" || "KeyId", // required
|
|
45
|
+
* Values: [ // ParametersFilterValueList // required
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* ParameterFilters: [ // ParameterStringFilterList
|
|
51
|
+
* { // ParameterStringFilter
|
|
52
|
+
* Key: "STRING_VALUE", // required
|
|
53
|
+
* Option: "STRING_VALUE",
|
|
54
|
+
* Values: [ // ParameterStringFilterValueList
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* MaxResults: Number("int"),
|
|
60
|
+
* NextToken: "STRING_VALUE",
|
|
61
|
+
* };
|
|
41
62
|
* const command = new DescribeParametersCommand(input);
|
|
42
63
|
* const response = await client.send(command);
|
|
43
64
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface DescribePatchBaselinesCommandOutput extends DescribePatchBaseli
|
|
|
26
26
|
* import { SSMClient, DescribePatchBaselinesCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribePatchBaselinesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribePatchBaselinesRequest
|
|
30
|
+
* Filters: [ // PatchOrchestratorFilterList
|
|
31
|
+
* { // PatchOrchestratorFilter
|
|
32
|
+
* Key: "STRING_VALUE",
|
|
33
|
+
* Values: [ // PatchOrchestratorFilterValues
|
|
34
|
+
* "STRING_VALUE",
|
|
35
|
+
* ],
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* MaxResults: Number("int"),
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new DescribePatchBaselinesCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DescribePatchGroupStateCommandOutput extends DescribePatchGroup
|
|
|
26
26
|
* import { SSMClient, DescribePatchGroupStateCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribePatchGroupStateCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribePatchGroupStateRequest
|
|
30
|
+
* PatchGroup: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DescribePatchGroupStateCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface DescribePatchGroupsCommandOutput extends DescribePatchGroupsRes
|
|
|
26
26
|
* import { SSMClient, DescribePatchGroupsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
27
27
|
* // const { SSMClient, DescribePatchGroupsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
28
28
|
* const client = new SSMClient(config);
|
|
29
|
+
* const input = { // DescribePatchGroupsRequest
|
|
30
|
+
* MaxResults: Number("int"),
|
|
31
|
+
* Filters: [ // PatchOrchestratorFilterList
|
|
32
|
+
* { // PatchOrchestratorFilter
|
|
33
|
+
* Key: "STRING_VALUE",
|
|
34
|
+
* Values: [ // PatchOrchestratorFilterValues
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
29
41
|
* const command = new DescribePatchGroupsCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -89,6 +89,13 @@ export interface DescribePatchPropertiesCommandOutput extends DescribePatchPrope
|
|
|
89
89
|
* import { SSMClient, DescribePatchPropertiesCommand } from "@aws-sdk/client-ssm"; // ES Modules import
|
|
90
90
|
* // const { SSMClient, DescribePatchPropertiesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
|
|
91
91
|
* const client = new SSMClient(config);
|
|
92
|
+
* const input = { // DescribePatchPropertiesRequest
|
|
93
|
+
* OperatingSystem: "WINDOWS" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "AMAZON_LINUX_2022" || "UBUNTU" || "REDHAT_ENTERPRISE_LINUX" || "SUSE" || "CENTOS" || "ORACLE_LINUX" || "DEBIAN" || "MACOS" || "RASPBIAN" || "ROCKY_LINUX" || "ALMA_LINUX" || "AMAZON_LINUX_2023", // required
|
|
94
|
+
* Property: "PRODUCT" || "PRODUCT_FAMILY" || "CLASSIFICATION" || "MSRC_SEVERITY" || "PRIORITY" || "SEVERITY", // required
|
|
95
|
+
* PatchSet: "OS" || "APPLICATION",
|
|
96
|
+
* MaxResults: Number("int"),
|
|
97
|
+
* NextToken: "STRING_VALUE",
|
|
98
|
+
* };
|
|
92
99
|
* const command = new DescribePatchPropertiesCommand(input);
|
|
93
100
|
* const response = await client.send(command);
|
|
94
101
|
* ```
|