@aws-sdk/client-ssm 3.298.0 → 3.300.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -0
  2. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
  3. package/dist-types/commands/CancelCommandCommand.d.ts +6 -0
  4. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +3 -0
  5. package/dist-types/commands/CreateActivationCommand.d.ts +19 -0
  6. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +77 -0
  7. package/dist-types/commands/CreateAssociationCommand.d.ts +79 -0
  8. package/dist-types/commands/CreateDocumentCommand.d.ts +32 -0
  9. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +19 -0
  10. package/dist-types/commands/CreateOpsItemCommand.d.ts +36 -0
  11. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +14 -0
  12. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +60 -0
  13. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +30 -0
  14. package/dist-types/commands/DeleteActivationCommand.d.ts +3 -0
  15. package/dist-types/commands/DeleteAssociationCommand.d.ts +5 -0
  16. package/dist-types/commands/DeleteDocumentCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteInventoryCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteParameterCommand.d.ts +3 -0
  21. package/dist-types/commands/DeleteParametersCommand.d.ts +5 -0
  22. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +3 -0
  23. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +5 -0
  25. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +3 -0
  26. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +4 -0
  27. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +5 -0
  28. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +4 -0
  29. package/dist-types/commands/DescribeActivationsCommand.d.ts +12 -0
  30. package/dist-types/commands/DescribeAssociationCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +12 -0
  32. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +12 -0
  33. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +12 -0
  34. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +14 -0
  35. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +12 -0
  36. package/dist-types/commands/DescribeDocumentCommand.d.ts +5 -0
  37. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +5 -0
  39. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +5 -0
  40. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +5 -0
  41. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +20 -0
  42. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +7 -0
  43. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +14 -0
  44. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +13 -0
  45. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +5 -0
  46. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +14 -0
  47. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +13 -0
  48. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +13 -0
  49. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +22 -0
  50. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +13 -0
  51. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +13 -0
  52. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +12 -0
  53. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +13 -0
  54. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +13 -0
  55. package/dist-types/commands/DescribeParametersCommand.d.ts +21 -0
  56. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +12 -0
  57. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +3 -0
  58. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +12 -0
  59. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +7 -0
  60. package/dist-types/commands/DescribeSessionsCommand.d.ts +11 -0
  61. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
  62. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +3 -0
  63. package/dist-types/commands/GetCalendarStateCommand.d.ts +6 -0
  64. package/dist-types/commands/GetCommandInvocationCommand.d.ts +5 -0
  65. package/dist-types/commands/GetConnectionStatusCommand.d.ts +3 -0
  66. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +3 -0
  67. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +55 -0
  68. package/dist-types/commands/GetDocumentCommand.d.ts +6 -0
  69. package/dist-types/commands/GetInventoryCommand.d.ts +53 -0
  70. package/dist-types/commands/GetInventorySchemaCommand.d.ts +7 -0
  71. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +3 -0
  72. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +3 -0
  73. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +4 -0
  74. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +5 -0
  75. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +4 -0
  76. package/dist-types/commands/GetOpsItemCommand.d.ts +4 -0
  77. package/dist-types/commands/GetOpsMetadataCommand.d.ts +5 -0
  78. package/dist-types/commands/GetOpsSummaryCommand.d.ts +54 -0
  79. package/dist-types/commands/GetParameterCommand.d.ts +4 -0
  80. package/dist-types/commands/GetParameterHistoryCommand.d.ts +6 -0
  81. package/dist-types/commands/GetParametersByPathCommand.d.ts +16 -0
  82. package/dist-types/commands/GetParametersCommand.d.ts +6 -0
  83. package/dist-types/commands/GetPatchBaselineCommand.d.ts +3 -0
  84. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -0
  85. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +5 -0
  86. package/dist-types/commands/GetServiceSettingCommand.d.ts +3 -0
  87. package/dist-types/commands/LabelParameterVersionCommand.d.ts +7 -0
  88. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +5 -0
  89. package/dist-types/commands/ListAssociationsCommand.d.ts +10 -0
  90. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +13 -0
  91. package/dist-types/commands/ListCommandsCommand.d.ts +12 -0
  92. package/dist-types/commands/ListComplianceItemsCommand.d.ts +19 -0
  93. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +13 -0
  94. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -0
  95. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +5 -0
  96. package/dist-types/commands/ListDocumentsCommand.d.ts +18 -0
  97. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
  98. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +13 -0
  99. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -0
  100. package/dist-types/commands/ListOpsMetadataCommand.d.ts +12 -0
  101. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +13 -0
  102. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +5 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  104. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +11 -0
  105. package/dist-types/commands/PutComplianceItemsCommand.d.ts +23 -0
  106. package/dist-types/commands/PutInventoryCommand.d.ts +19 -0
  107. package/dist-types/commands/PutParameterCommand.d.ts +18 -0
  108. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
  109. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +3 -0
  110. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -0
  111. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +16 -0
  112. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +86 -0
  113. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +7 -0
  114. package/dist-types/commands/ResetServiceSettingCommand.d.ts +3 -0
  115. package/dist-types/commands/ResumeSessionCommand.d.ts +3 -0
  116. package/dist-types/commands/SendAutomationSignalCommand.d.ts +9 -0
  117. package/dist-types/commands/SendCommandCommand.d.ts +49 -0
  118. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +5 -0
  119. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +64 -0
  120. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +71 -0
  121. package/dist-types/commands/StartSessionCommand.d.ts +10 -0
  122. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
  123. package/dist-types/commands/TerminateSessionCommand.d.ts +3 -0
  124. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +7 -0
  125. package/dist-types/commands/UpdateAssociationCommand.d.ts +74 -0
  126. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +10 -0
  127. package/dist-types/commands/UpdateDocumentCommand.d.ts +18 -0
  128. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +4 -0
  129. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +13 -0
  130. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +15 -0
  131. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +16 -0
  132. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +86 -0
  133. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
  134. package/dist-types/commands/UpdateOpsItemCommand.d.ts +33 -0
  135. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +11 -0
  136. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +54 -0
  137. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +20 -0
  138. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
  139. package/package.json +12 -12
@@ -72,6 +72,16 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult,
72
72
  * import { SSMClient, AddTagsToResourceCommand } from "@aws-sdk/client-ssm"; // ES Modules import
73
73
  * // const { SSMClient, AddTagsToResourceCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
74
74
  * const client = new SSMClient(config);
75
+ * const input = {
76
+ * ResourceType: "Document" || "ManagedInstance" || "MaintenanceWindow" || "Parameter" || "PatchBaseline" || "OpsItem" || "OpsMetadata" || "Automation" || "Association", // required
77
+ * ResourceId: "STRING_VALUE", // required
78
+ * Tags: [ // required
79
+ * {
80
+ * Key: "STRING_VALUE", // required
81
+ * Value: "STRING_VALUE", // required
82
+ * },
83
+ * ],
84
+ * };
75
85
  * const command = new AddTagsToResourceCommand(input);
76
86
  * const response = await client.send(command);
77
87
  * ```
@@ -28,6 +28,12 @@ export interface AssociateOpsItemRelatedItemCommandOutput extends AssociateOpsIt
28
28
  * import { SSMClient, AssociateOpsItemRelatedItemCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, AssociateOpsItemRelatedItemCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = {
32
+ * OpsItemId: "STRING_VALUE", // required
33
+ * AssociationType: "STRING_VALUE", // required
34
+ * ResourceType: "STRING_VALUE", // required
35
+ * ResourceUri: "STRING_VALUE", // required
36
+ * };
31
37
  * const command = new AssociateOpsItemRelatedItemCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -27,6 +27,12 @@ export interface CancelCommandCommandOutput extends CancelCommandResult, __Metad
27
27
  * import { SSMClient, CancelCommandCommand } from "@aws-sdk/client-ssm"; // ES Modules import
28
28
  * // const { SSMClient, CancelCommandCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
29
29
  * const client = new SSMClient(config);
30
+ * const input = {
31
+ * CommandId: "STRING_VALUE", // required
32
+ * InstanceIds: [
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
30
36
  * const command = new CancelCommandCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -28,6 +28,9 @@ export interface CancelMaintenanceWindowExecutionCommandOutput extends CancelMai
28
28
  * import { SSMClient, CancelMaintenanceWindowExecutionCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, CancelMaintenanceWindowExecutionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = {
32
+ * WindowExecutionId: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new CancelMaintenanceWindowExecutionCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -35,6 +35,25 @@ export interface CreateActivationCommandOutput extends CreateActivationResult, _
35
35
  * import { SSMClient, CreateActivationCommand } from "@aws-sdk/client-ssm"; // ES Modules import
36
36
  * // const { SSMClient, CreateActivationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
37
37
  * const client = new SSMClient(config);
38
+ * const input = {
39
+ * Description: "STRING_VALUE",
40
+ * DefaultInstanceName: "STRING_VALUE",
41
+ * IamRole: "STRING_VALUE", // required
42
+ * RegistrationLimit: Number("int"),
43
+ * ExpirationDate: new Date("TIMESTAMP"),
44
+ * Tags: [
45
+ * {
46
+ * Key: "STRING_VALUE", // required
47
+ * Value: "STRING_VALUE", // required
48
+ * },
49
+ * ],
50
+ * RegistrationMetadata: [
51
+ * {
52
+ * Key: "STRING_VALUE", // required
53
+ * Value: "STRING_VALUE", // required
54
+ * },
55
+ * ],
56
+ * };
38
57
  * const command = new CreateActivationCommand(input);
39
58
  * const response = await client.send(command);
40
59
  * ```
@@ -32,6 +32,83 @@ export interface CreateAssociationBatchCommandOutput extends CreateAssociationBa
32
32
  * import { SSMClient, CreateAssociationBatchCommand } from "@aws-sdk/client-ssm"; // ES Modules import
33
33
  * // const { SSMClient, CreateAssociationBatchCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
34
34
  * const client = new SSMClient(config);
35
+ * const input = {
36
+ * Entries: [ // required
37
+ * {
38
+ * Name: "STRING_VALUE", // required
39
+ * InstanceId: "STRING_VALUE",
40
+ * Parameters: {
41
+ * "<keys>": [
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * },
45
+ * AutomationTargetParameterName: "STRING_VALUE",
46
+ * DocumentVersion: "STRING_VALUE",
47
+ * Targets: [
48
+ * {
49
+ * Key: "STRING_VALUE",
50
+ * Values: [
51
+ * "STRING_VALUE",
52
+ * ],
53
+ * },
54
+ * ],
55
+ * ScheduleExpression: "STRING_VALUE",
56
+ * OutputLocation: {
57
+ * S3Location: {
58
+ * OutputS3Region: "STRING_VALUE",
59
+ * OutputS3BucketName: "STRING_VALUE",
60
+ * OutputS3KeyPrefix: "STRING_VALUE",
61
+ * },
62
+ * },
63
+ * AssociationName: "STRING_VALUE",
64
+ * MaxErrors: "STRING_VALUE",
65
+ * MaxConcurrency: "STRING_VALUE",
66
+ * ComplianceSeverity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "UNSPECIFIED",
67
+ * SyncCompliance: "AUTO" || "MANUAL",
68
+ * ApplyOnlyAtCronInterval: true || false,
69
+ * CalendarNames: [
70
+ * "STRING_VALUE",
71
+ * ],
72
+ * TargetLocations: [
73
+ * {
74
+ * Accounts: [
75
+ * "STRING_VALUE",
76
+ * ],
77
+ * Regions: [
78
+ * "STRING_VALUE",
79
+ * ],
80
+ * TargetLocationMaxConcurrency: "STRING_VALUE",
81
+ * TargetLocationMaxErrors: "STRING_VALUE",
82
+ * ExecutionRoleName: "STRING_VALUE",
83
+ * TargetLocationAlarmConfiguration: {
84
+ * IgnorePollAlarmFailure: true || false,
85
+ * Alarms: [ // required
86
+ * {
87
+ * Name: "STRING_VALUE", // required
88
+ * },
89
+ * ],
90
+ * },
91
+ * },
92
+ * ],
93
+ * ScheduleOffset: Number("int"),
94
+ * TargetMaps: [
95
+ * {
96
+ * "<keys>": [
97
+ * "STRING_VALUE",
98
+ * ],
99
+ * },
100
+ * ],
101
+ * AlarmConfiguration: {
102
+ * IgnorePollAlarmFailure: true || false,
103
+ * Alarms: [ // required
104
+ * {
105
+ * Name: "STRING_VALUE", // required
106
+ * },
107
+ * ],
108
+ * },
109
+ * },
110
+ * ],
111
+ * };
35
112
  * const command = new CreateAssociationBatchCommand(input);
36
113
  * const response = await client.send(command);
37
114
  * ```
@@ -35,6 +35,85 @@ export interface CreateAssociationCommandOutput extends CreateAssociationResult,
35
35
  * import { SSMClient, CreateAssociationCommand } from "@aws-sdk/client-ssm"; // ES Modules import
36
36
  * // const { SSMClient, CreateAssociationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
37
37
  * const client = new SSMClient(config);
38
+ * const input = {
39
+ * Name: "STRING_VALUE", // required
40
+ * DocumentVersion: "STRING_VALUE",
41
+ * InstanceId: "STRING_VALUE",
42
+ * Parameters: {
43
+ * "<keys>": [
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * },
47
+ * Targets: [
48
+ * {
49
+ * Key: "STRING_VALUE",
50
+ * Values: [
51
+ * "STRING_VALUE",
52
+ * ],
53
+ * },
54
+ * ],
55
+ * ScheduleExpression: "STRING_VALUE",
56
+ * OutputLocation: {
57
+ * S3Location: {
58
+ * OutputS3Region: "STRING_VALUE",
59
+ * OutputS3BucketName: "STRING_VALUE",
60
+ * OutputS3KeyPrefix: "STRING_VALUE",
61
+ * },
62
+ * },
63
+ * AssociationName: "STRING_VALUE",
64
+ * AutomationTargetParameterName: "STRING_VALUE",
65
+ * MaxErrors: "STRING_VALUE",
66
+ * MaxConcurrency: "STRING_VALUE",
67
+ * ComplianceSeverity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "UNSPECIFIED",
68
+ * SyncCompliance: "AUTO" || "MANUAL",
69
+ * ApplyOnlyAtCronInterval: true || false,
70
+ * CalendarNames: [
71
+ * "STRING_VALUE",
72
+ * ],
73
+ * TargetLocations: [
74
+ * {
75
+ * Accounts: [
76
+ * "STRING_VALUE",
77
+ * ],
78
+ * Regions: [
79
+ * "STRING_VALUE",
80
+ * ],
81
+ * TargetLocationMaxConcurrency: "STRING_VALUE",
82
+ * TargetLocationMaxErrors: "STRING_VALUE",
83
+ * ExecutionRoleName: "STRING_VALUE",
84
+ * TargetLocationAlarmConfiguration: {
85
+ * IgnorePollAlarmFailure: true || false,
86
+ * Alarms: [ // required
87
+ * {
88
+ * Name: "STRING_VALUE", // required
89
+ * },
90
+ * ],
91
+ * },
92
+ * },
93
+ * ],
94
+ * ScheduleOffset: Number("int"),
95
+ * TargetMaps: [
96
+ * {
97
+ * "<keys>": [
98
+ * "STRING_VALUE",
99
+ * ],
100
+ * },
101
+ * ],
102
+ * Tags: [
103
+ * {
104
+ * Key: "STRING_VALUE", // required
105
+ * Value: "STRING_VALUE", // required
106
+ * },
107
+ * ],
108
+ * AlarmConfiguration: {
109
+ * IgnorePollAlarmFailure: true || false,
110
+ * Alarms: [ // required
111
+ * {
112
+ * Name: "STRING_VALUE", // required
113
+ * },
114
+ * ],
115
+ * },
116
+ * };
38
117
  * const command = new CreateAssociationCommand(input);
39
118
  * const response = await client.send(command);
40
119
  * ```
@@ -29,6 +29,38 @@ export interface CreateDocumentCommandOutput extends CreateDocumentResult, __Met
29
29
  * import { SSMClient, CreateDocumentCommand } from "@aws-sdk/client-ssm"; // ES Modules import
30
30
  * // const { SSMClient, CreateDocumentCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
31
31
  * const client = new SSMClient(config);
32
+ * const input = {
33
+ * Content: "STRING_VALUE", // required
34
+ * Requires: [
35
+ * {
36
+ * Name: "STRING_VALUE", // required
37
+ * Version: "STRING_VALUE",
38
+ * RequireType: "STRING_VALUE",
39
+ * VersionName: "STRING_VALUE",
40
+ * },
41
+ * ],
42
+ * Attachments: [
43
+ * {
44
+ * Key: "SourceUrl" || "S3FileUrl" || "AttachmentReference",
45
+ * Values: [
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * Name: "STRING_VALUE",
49
+ * },
50
+ * ],
51
+ * Name: "STRING_VALUE", // required
52
+ * DisplayName: "STRING_VALUE",
53
+ * VersionName: "STRING_VALUE",
54
+ * DocumentType: "Command" || "Policy" || "Automation" || "Session" || "Package" || "ApplicationConfiguration" || "ApplicationConfigurationSchema" || "DeploymentStrategy" || "ChangeCalendar" || "Automation.ChangeTemplate" || "ProblemAnalysis" || "ProblemAnalysisTemplate" || "CloudFormation" || "ConformancePackTemplate" || "QuickSetup",
55
+ * DocumentFormat: "YAML" || "JSON" || "TEXT",
56
+ * TargetType: "STRING_VALUE",
57
+ * Tags: [
58
+ * {
59
+ * Key: "STRING_VALUE", // required
60
+ * Value: "STRING_VALUE", // required
61
+ * },
62
+ * ],
63
+ * };
32
64
  * const command = new CreateDocumentCommand(input);
33
65
  * const response = await client.send(command);
34
66
  * ```
@@ -34,6 +34,25 @@ export interface CreateMaintenanceWindowCommandOutput extends CreateMaintenanceW
34
34
  * import { SSMClient, CreateMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import
35
35
  * // const { SSMClient, CreateMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
36
36
  * const client = new SSMClient(config);
37
+ * const input = {
38
+ * Name: "STRING_VALUE", // required
39
+ * Description: "STRING_VALUE",
40
+ * StartDate: "STRING_VALUE",
41
+ * EndDate: "STRING_VALUE",
42
+ * Schedule: "STRING_VALUE", // required
43
+ * ScheduleTimezone: "STRING_VALUE",
44
+ * ScheduleOffset: Number("int"),
45
+ * Duration: Number("int"), // required
46
+ * Cutoff: Number("int"), // required
47
+ * AllowUnassociatedTargets: true || false, // required
48
+ * ClientToken: "STRING_VALUE",
49
+ * Tags: [
50
+ * {
51
+ * Key: "STRING_VALUE", // required
52
+ * Value: "STRING_VALUE", // required
53
+ * },
54
+ * ],
55
+ * };
37
56
  * const command = new CreateMaintenanceWindowCommand(input);
38
57
  * const response = await client.send(command);
39
58
  * ```
@@ -31,6 +31,42 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met
31
31
  * import { SSMClient, CreateOpsItemCommand } from "@aws-sdk/client-ssm"; // ES Modules import
32
32
  * // const { SSMClient, CreateOpsItemCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
33
33
  * const client = new SSMClient(config);
34
+ * const input = {
35
+ * Description: "STRING_VALUE", // required
36
+ * OpsItemType: "STRING_VALUE",
37
+ * OperationalData: {
38
+ * "<keys>": {
39
+ * Value: "STRING_VALUE",
40
+ * Type: "SearchableString" || "String",
41
+ * },
42
+ * },
43
+ * Notifications: [
44
+ * {
45
+ * Arn: "STRING_VALUE",
46
+ * },
47
+ * ],
48
+ * Priority: Number("int"),
49
+ * RelatedOpsItems: [
50
+ * {
51
+ * OpsItemId: "STRING_VALUE", // required
52
+ * },
53
+ * ],
54
+ * Source: "STRING_VALUE", // required
55
+ * Title: "STRING_VALUE", // required
56
+ * Tags: [
57
+ * {
58
+ * Key: "STRING_VALUE", // required
59
+ * Value: "STRING_VALUE", // required
60
+ * },
61
+ * ],
62
+ * Category: "STRING_VALUE",
63
+ * Severity: "STRING_VALUE",
64
+ * ActualStartTime: new Date("TIMESTAMP"),
65
+ * ActualEndTime: new Date("TIMESTAMP"),
66
+ * PlannedStartTime: new Date("TIMESTAMP"),
67
+ * PlannedEndTime: new Date("TIMESTAMP"),
68
+ * AccountId: "STRING_VALUE",
69
+ * };
34
70
  * const command = new CreateOpsItemCommand(input);
35
71
  * const response = await client.send(command);
36
72
  * ```
@@ -27,6 +27,20 @@ export interface CreateOpsMetadataCommandOutput extends CreateOpsMetadataResult,
27
27
  * import { SSMClient, CreateOpsMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import
28
28
  * // const { SSMClient, CreateOpsMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
29
29
  * const client = new SSMClient(config);
30
+ * const input = {
31
+ * ResourceId: "STRING_VALUE", // required
32
+ * Metadata: {
33
+ * "<keys>": {
34
+ * Value: "STRING_VALUE",
35
+ * },
36
+ * },
37
+ * Tags: [
38
+ * {
39
+ * Key: "STRING_VALUE", // required
40
+ * Value: "STRING_VALUE", // required
41
+ * },
42
+ * ],
43
+ * };
30
44
  * const command = new CreateOpsMetadataCommand(input);
31
45
  * const response = await client.send(command);
32
46
  * ```
@@ -30,6 +30,66 @@ export interface CreatePatchBaselineCommandOutput extends CreatePatchBaselineRes
30
30
  * import { SSMClient, CreatePatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import
31
31
  * // const { SSMClient, CreatePatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
32
32
  * const client = new SSMClient(config);
33
+ * const input = {
34
+ * 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",
35
+ * Name: "STRING_VALUE", // required
36
+ * GlobalFilters: {
37
+ * PatchFilters: [ // required
38
+ * {
39
+ * Key: "ARCH" || "ADVISORY_ID" || "BUGZILLA_ID" || "PATCH_SET" || "PRODUCT" || "PRODUCT_FAMILY" || "CLASSIFICATION" || "CVE_ID" || "EPOCH" || "MSRC_SEVERITY" || "NAME" || "PATCH_ID" || "SECTION" || "PRIORITY" || "REPOSITORY" || "RELEASE" || "SEVERITY" || "SECURITY" || "VERSION", // required
40
+ * Values: [ // required
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * },
44
+ * ],
45
+ * },
46
+ * ApprovalRules: {
47
+ * PatchRules: [ // required
48
+ * {
49
+ * PatchFilterGroup: {
50
+ * PatchFilters: [ // required
51
+ * {
52
+ * Key: "ARCH" || "ADVISORY_ID" || "BUGZILLA_ID" || "PATCH_SET" || "PRODUCT" || "PRODUCT_FAMILY" || "CLASSIFICATION" || "CVE_ID" || "EPOCH" || "MSRC_SEVERITY" || "NAME" || "PATCH_ID" || "SECTION" || "PRIORITY" || "REPOSITORY" || "RELEASE" || "SEVERITY" || "SECURITY" || "VERSION", // required
53
+ * Values: [ // required
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * },
57
+ * ],
58
+ * },
59
+ * ComplianceLevel: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "INFORMATIONAL" || "UNSPECIFIED",
60
+ * ApproveAfterDays: Number("int"),
61
+ * ApproveUntilDate: "STRING_VALUE",
62
+ * EnableNonSecurity: true || false,
63
+ * },
64
+ * ],
65
+ * },
66
+ * ApprovedPatches: [
67
+ * "STRING_VALUE",
68
+ * ],
69
+ * ApprovedPatchesComplianceLevel: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "INFORMATIONAL" || "UNSPECIFIED",
70
+ * ApprovedPatchesEnableNonSecurity: true || false,
71
+ * RejectedPatches: [
72
+ * "STRING_VALUE",
73
+ * ],
74
+ * RejectedPatchesAction: "ALLOW_AS_DEPENDENCY" || "BLOCK",
75
+ * Description: "STRING_VALUE",
76
+ * Sources: [
77
+ * {
78
+ * Name: "STRING_VALUE", // required
79
+ * Products: [ // required
80
+ * "STRING_VALUE",
81
+ * ],
82
+ * Configuration: "STRING_VALUE", // required
83
+ * },
84
+ * ],
85
+ * ClientToken: "STRING_VALUE",
86
+ * Tags: [
87
+ * {
88
+ * Key: "STRING_VALUE", // required
89
+ * Value: "STRING_VALUE", // required
90
+ * },
91
+ * ],
92
+ * };
33
93
  * const command = new CreatePatchBaselineCommand(input);
34
94
  * const response = await client.send(command);
35
95
  * ```
@@ -46,6 +46,36 @@ export interface CreateResourceDataSyncCommandOutput extends CreateResourceDataS
46
46
  * import { SSMClient, CreateResourceDataSyncCommand } from "@aws-sdk/client-ssm"; // ES Modules import
47
47
  * // const { SSMClient, CreateResourceDataSyncCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
48
48
  * const client = new SSMClient(config);
49
+ * const input = {
50
+ * SyncName: "STRING_VALUE", // required
51
+ * S3Destination: {
52
+ * BucketName: "STRING_VALUE", // required
53
+ * Prefix: "STRING_VALUE",
54
+ * SyncFormat: "JsonSerDe", // required
55
+ * Region: "STRING_VALUE", // required
56
+ * AWSKMSKeyARN: "STRING_VALUE",
57
+ * DestinationDataSharing: {
58
+ * DestinationDataSharingType: "STRING_VALUE",
59
+ * },
60
+ * },
61
+ * SyncType: "STRING_VALUE",
62
+ * SyncSource: {
63
+ * SourceType: "STRING_VALUE", // required
64
+ * AwsOrganizationsSource: {
65
+ * OrganizationSourceType: "STRING_VALUE", // required
66
+ * OrganizationalUnits: [
67
+ * {
68
+ * OrganizationalUnitId: "STRING_VALUE",
69
+ * },
70
+ * ],
71
+ * },
72
+ * SourceRegions: [ // required
73
+ * "STRING_VALUE",
74
+ * ],
75
+ * IncludeFutureRegions: true || false,
76
+ * EnableAllOpsDataSources: true || false,
77
+ * },
78
+ * };
49
79
  * const command = new CreateResourceDataSyncCommand(input);
50
80
  * const response = await client.send(command);
51
81
  * ```
@@ -28,6 +28,9 @@ export interface DeleteActivationCommandOutput extends DeleteActivationResult, _
28
28
  * import { SSMClient, DeleteActivationCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, DeleteActivationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = {
32
+ * ActivationId: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DeleteActivationCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -32,6 +32,11 @@ export interface DeleteAssociationCommandOutput extends DeleteAssociationResult,
32
32
  * import { SSMClient, DeleteAssociationCommand } from "@aws-sdk/client-ssm"; // ES Modules import
33
33
  * // const { SSMClient, DeleteAssociationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
34
34
  * const client = new SSMClient(config);
35
+ * const input = {
36
+ * Name: "STRING_VALUE",
37
+ * InstanceId: "STRING_VALUE",
38
+ * AssociationId: "STRING_VALUE",
39
+ * };
35
40
  * const command = new DeleteAssociationCommand(input);
36
41
  * const response = await client.send(command);
37
42
  * ```
@@ -28,6 +28,12 @@ export interface DeleteDocumentCommandOutput extends DeleteDocumentResult, __Met
28
28
  * import { SSMClient, DeleteDocumentCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, DeleteDocumentCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = {
32
+ * Name: "STRING_VALUE", // required
33
+ * DocumentVersion: "STRING_VALUE",
34
+ * VersionName: "STRING_VALUE",
35
+ * Force: true || false,
36
+ * };
31
37
  * const command = new DeleteDocumentCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -27,6 +27,12 @@ export interface DeleteInventoryCommandOutput extends DeleteInventoryResult, __M
27
27
  * import { SSMClient, DeleteInventoryCommand } from "@aws-sdk/client-ssm"; // ES Modules import
28
28
  * // const { SSMClient, DeleteInventoryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
29
29
  * const client = new SSMClient(config);
30
+ * const input = {
31
+ * TypeName: "STRING_VALUE", // required
32
+ * SchemaDeleteOption: "DisableSchema" || "DeleteSchema",
33
+ * DryRun: true || false,
34
+ * ClientToken: "STRING_VALUE",
35
+ * };
30
36
  * const command = new DeleteInventoryCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -26,6 +26,9 @@ export interface DeleteMaintenanceWindowCommandOutput extends DeleteMaintenanceW
26
26
  * import { SSMClient, DeleteMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, DeleteMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = {
30
+ * WindowId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteMaintenanceWindowCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteOpsMetadataCommandOutput extends DeleteOpsMetadataResult,
26
26
  * import { SSMClient, DeleteOpsMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, DeleteOpsMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = {
30
+ * OpsMetadataArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteOpsMetadataCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,9 @@ export interface DeleteParameterCommandOutput extends DeleteParameterResult, __M
27
27
  * import { SSMClient, DeleteParameterCommand } from "@aws-sdk/client-ssm"; // ES Modules import
28
28
  * // const { SSMClient, DeleteParameterCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
29
29
  * const client = new SSMClient(config);
30
+ * const input = {
31
+ * Name: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteParameterCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,11 @@ export interface DeleteParametersCommandOutput extends DeleteParametersResult, _
27
27
  * import { SSMClient, DeleteParametersCommand } from "@aws-sdk/client-ssm"; // ES Modules import
28
28
  * // const { SSMClient, DeleteParametersCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
29
29
  * const client = new SSMClient(config);
30
+ * const input = {
31
+ * Names: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
30
35
  * const command = new DeleteParametersCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,9 @@ export interface DeletePatchBaselineCommandOutput extends DeletePatchBaselineRes
26
26
  * import { SSMClient, DeletePatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, DeletePatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = {
30
+ * BaselineId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeletePatchBaselineCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -28,6 +28,10 @@ export interface DeleteResourceDataSyncCommandOutput extends DeleteResourceDataS
28
28
  * import { SSMClient, DeleteResourceDataSyncCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, DeleteResourceDataSyncCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = {
32
+ * SyncName: "STRING_VALUE", // required
33
+ * SyncType: "STRING_VALUE",
34
+ * };
31
35
  * const command = new DeleteResourceDataSyncCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -29,6 +29,11 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
29
29
  * import { SSMClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-ssm"; // ES Modules import
30
30
  * // const { SSMClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
31
31
  * const client = new SSMClient(config);
32
+ * const input = {
33
+ * ResourceArn: "STRING_VALUE", // required
34
+ * PolicyId: "STRING_VALUE", // required
35
+ * PolicyHash: "STRING_VALUE", // required
36
+ * };
32
37
  * const command = new DeleteResourcePolicyCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -28,6 +28,9 @@ export interface DeregisterManagedInstanceCommandOutput extends DeregisterManage
28
28
  * import { SSMClient, DeregisterManagedInstanceCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, DeregisterManagedInstanceCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = {
32
+ * InstanceId: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DeregisterManagedInstanceCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -26,6 +26,10 @@ export interface DeregisterPatchBaselineForPatchGroupCommandOutput extends Dereg
26
26
  * import { SSMClient, DeregisterPatchBaselineForPatchGroupCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, DeregisterPatchBaselineForPatchGroupCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = {
30
+ * BaselineId: "STRING_VALUE", // required
31
+ * PatchGroup: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeregisterPatchBaselineForPatchGroupCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```