@aws-sdk/client-ssm 3.693.0 → 3.698.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/README.md +39 -7
- package/dist-cjs/index.js +834 -437
- package/dist-es/SSM.js +8 -0
- package/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
- package/dist-es/commands/ListNodesCommand.js +23 -0
- package/dist-es/commands/ListNodesSummaryCommand.js +22 -0
- package/dist-es/commands/SendCommandCommand.js +1 -1
- package/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_1.js +99 -144
- package/dist-es/models/models_2.js +167 -1
- package/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +159 -3
- package/dist-types/SSM.d.ts +29 -0
- package/dist-types/SSMClient.d.ts +6 -2
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
- package/dist-types/commands/GetInventoryCommand.d.ts +3 -4
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/dist-types/commands/ListNodesCommand.d.ts +123 -0
- package/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +9 -4
- package/dist-types/models/models_1.d.ts +955 -989
- package/dist-types/models/models_2.d.ts +770 -5
- package/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/dist-types/ts3.4/SSM.d.ts +69 -0
- package/dist-types/ts3.4/SSMClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_1.d.ts +176 -170
- package/dist-types/ts3.4/models/models_2.d.ts +236 -0
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -161,7 +161,10 @@ __export(src_exports, {
|
|
|
161
161
|
DuplicateDocumentContent: () => DuplicateDocumentContent,
|
|
162
162
|
DuplicateDocumentVersionName: () => DuplicateDocumentVersionName,
|
|
163
163
|
DuplicateInstanceId: () => DuplicateInstanceId,
|
|
164
|
+
ExecutionInputs: () => ExecutionInputs,
|
|
164
165
|
ExecutionMode: () => ExecutionMode,
|
|
166
|
+
ExecutionPreview: () => ExecutionPreview,
|
|
167
|
+
ExecutionPreviewStatus: () => ExecutionPreviewStatus,
|
|
165
168
|
ExternalAlarmState: () => ExternalAlarmState,
|
|
166
169
|
FailedCreateAssociationFilterSensitiveLog: () => FailedCreateAssociationFilterSensitiveLog,
|
|
167
170
|
Fault: () => Fault,
|
|
@@ -174,6 +177,7 @@ __export(src_exports, {
|
|
|
174
177
|
GetDeployablePatchSnapshotForInstanceCommand: () => GetDeployablePatchSnapshotForInstanceCommand,
|
|
175
178
|
GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog: () => GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog,
|
|
176
179
|
GetDocumentCommand: () => GetDocumentCommand,
|
|
180
|
+
GetExecutionPreviewCommand: () => GetExecutionPreviewCommand,
|
|
177
181
|
GetInventoryCommand: () => GetInventoryCommand,
|
|
178
182
|
GetInventorySchemaCommand: () => GetInventorySchemaCommand,
|
|
179
183
|
GetMaintenanceWindowCommand: () => GetMaintenanceWindowCommand,
|
|
@@ -204,7 +208,9 @@ __export(src_exports, {
|
|
|
204
208
|
HierarchyLevelLimitExceededException: () => HierarchyLevelLimitExceededException,
|
|
205
209
|
HierarchyTypeMismatchException: () => HierarchyTypeMismatchException,
|
|
206
210
|
IdempotentParameterMismatch: () => IdempotentParameterMismatch,
|
|
211
|
+
ImpactType: () => ImpactType,
|
|
207
212
|
IncompatiblePolicyException: () => IncompatiblePolicyException,
|
|
213
|
+
InstanceInfoFilterSensitiveLog: () => InstanceInfoFilterSensitiveLog,
|
|
208
214
|
InstanceInformationFilterKey: () => InstanceInformationFilterKey,
|
|
209
215
|
InstanceInformationFilterSensitiveLog: () => InstanceInformationFilterSensitiveLog,
|
|
210
216
|
InstancePatchStateFilterSensitiveLog: () => InstancePatchStateFilterSensitiveLog,
|
|
@@ -284,6 +290,9 @@ __export(src_exports, {
|
|
|
284
290
|
ListDocumentVersionsCommand: () => ListDocumentVersionsCommand,
|
|
285
291
|
ListDocumentsCommand: () => ListDocumentsCommand,
|
|
286
292
|
ListInventoryEntriesCommand: () => ListInventoryEntriesCommand,
|
|
293
|
+
ListNodesCommand: () => ListNodesCommand,
|
|
294
|
+
ListNodesResultFilterSensitiveLog: () => ListNodesResultFilterSensitiveLog,
|
|
295
|
+
ListNodesSummaryCommand: () => ListNodesSummaryCommand,
|
|
287
296
|
ListOpsItemEventsCommand: () => ListOpsItemEventsCommand,
|
|
288
297
|
ListOpsItemRelatedItemsCommand: () => ListOpsItemRelatedItemsCommand,
|
|
289
298
|
ListOpsMetadataCommand: () => ListOpsMetadataCommand,
|
|
@@ -304,8 +313,17 @@ __export(src_exports, {
|
|
|
304
313
|
MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog: () => MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog,
|
|
305
314
|
MaintenanceWindowTaskType: () => MaintenanceWindowTaskType,
|
|
306
315
|
MalformedResourcePolicyDocumentException: () => MalformedResourcePolicyDocumentException,
|
|
316
|
+
ManagedStatus: () => ManagedStatus,
|
|
307
317
|
MaxDocumentSizeExceeded: () => MaxDocumentSizeExceeded,
|
|
308
318
|
ModifyDocumentPermissionCommand: () => ModifyDocumentPermissionCommand,
|
|
319
|
+
NodeAggregatorType: () => NodeAggregatorType,
|
|
320
|
+
NodeAttributeName: () => NodeAttributeName,
|
|
321
|
+
NodeFilterKey: () => NodeFilterKey,
|
|
322
|
+
NodeFilterOperatorType: () => NodeFilterOperatorType,
|
|
323
|
+
NodeFilterSensitiveLog: () => NodeFilterSensitiveLog,
|
|
324
|
+
NodeType: () => NodeType,
|
|
325
|
+
NodeTypeFilterSensitiveLog: () => NodeTypeFilterSensitiveLog,
|
|
326
|
+
NodeTypeName: () => NodeTypeName,
|
|
309
327
|
NotificationEvent: () => NotificationEvent,
|
|
310
328
|
NotificationType: () => NotificationType,
|
|
311
329
|
OperatingSystem: () => OperatingSystem,
|
|
@@ -403,6 +421,7 @@ __export(src_exports, {
|
|
|
403
421
|
StartAssociationsOnceCommand: () => StartAssociationsOnceCommand,
|
|
404
422
|
StartAutomationExecutionCommand: () => StartAutomationExecutionCommand,
|
|
405
423
|
StartChangeRequestExecutionCommand: () => StartChangeRequestExecutionCommand,
|
|
424
|
+
StartExecutionPreviewCommand: () => StartExecutionPreviewCommand,
|
|
406
425
|
StartSessionCommand: () => StartSessionCommand,
|
|
407
426
|
StatusUnchanged: () => StatusUnchanged,
|
|
408
427
|
StepExecutionFilterKey: () => StepExecutionFilterKey,
|
|
@@ -421,6 +440,7 @@ __export(src_exports, {
|
|
|
421
440
|
UnsupportedInventoryItemContextException: () => UnsupportedInventoryItemContextException,
|
|
422
441
|
UnsupportedInventorySchemaVersionException: () => UnsupportedInventorySchemaVersionException,
|
|
423
442
|
UnsupportedOperatingSystem: () => UnsupportedOperatingSystem,
|
|
443
|
+
UnsupportedOperationException: () => UnsupportedOperationException,
|
|
424
444
|
UnsupportedParameterType: () => UnsupportedParameterType,
|
|
425
445
|
UnsupportedPlatformType: () => UnsupportedPlatformType,
|
|
426
446
|
UpdateAssociationCommand: () => UpdateAssociationCommand,
|
|
@@ -448,6 +468,7 @@ __export(src_exports, {
|
|
|
448
468
|
UpdatePatchBaselineResultFilterSensitiveLog: () => UpdatePatchBaselineResultFilterSensitiveLog,
|
|
449
469
|
UpdateResourceDataSyncCommand: () => UpdateResourceDataSyncCommand,
|
|
450
470
|
UpdateServiceSettingCommand: () => UpdateServiceSettingCommand,
|
|
471
|
+
ValidationException: () => ValidationException,
|
|
451
472
|
__Client: () => import_smithy_client.Client,
|
|
452
473
|
paginateDescribeActivations: () => paginateDescribeActivations,
|
|
453
474
|
paginateDescribeAssociationExecutionTargets: () => paginateDescribeAssociationExecutionTargets,
|
|
@@ -492,6 +513,8 @@ __export(src_exports, {
|
|
|
492
513
|
paginateListComplianceSummaries: () => paginateListComplianceSummaries,
|
|
493
514
|
paginateListDocumentVersions: () => paginateListDocumentVersions,
|
|
494
515
|
paginateListDocuments: () => paginateListDocuments,
|
|
516
|
+
paginateListNodes: () => paginateListNodes,
|
|
517
|
+
paginateListNodesSummary: () => paginateListNodesSummary,
|
|
495
518
|
paginateListOpsItemEvents: () => paginateListOpsItemEvents,
|
|
496
519
|
paginateListOpsItemRelatedItems: () => paginateListOpsItemRelatedItems,
|
|
497
520
|
paginateListOpsMetadata: () => paginateListOpsMetadata,
|
|
@@ -2667,6 +2690,25 @@ var UnsupportedFeatureRequiredException = _UnsupportedFeatureRequiredException;
|
|
|
2667
2690
|
var AttachmentHashType = {
|
|
2668
2691
|
SHA256: "Sha256"
|
|
2669
2692
|
};
|
|
2693
|
+
var ImpactType = {
|
|
2694
|
+
MUTATING: "Mutating",
|
|
2695
|
+
NON_MUTATING: "NonMutating",
|
|
2696
|
+
UNDETERMINED: "Undetermined"
|
|
2697
|
+
};
|
|
2698
|
+
var ExecutionPreview;
|
|
2699
|
+
((ExecutionPreview2) => {
|
|
2700
|
+
ExecutionPreview2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2701
|
+
if (value.Automation !== void 0)
|
|
2702
|
+
return visitor.Automation(value.Automation);
|
|
2703
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2704
|
+
}, "visit");
|
|
2705
|
+
})(ExecutionPreview || (ExecutionPreview = {}));
|
|
2706
|
+
var ExecutionPreviewStatus = {
|
|
2707
|
+
FAILED: "Failed",
|
|
2708
|
+
IN_PROGRESS: "InProgress",
|
|
2709
|
+
PENDING: "Pending",
|
|
2710
|
+
SUCCESS: "Success"
|
|
2711
|
+
};
|
|
2670
2712
|
var InventoryQueryOperatorType = {
|
|
2671
2713
|
BEGIN_WITH: "BeginWith",
|
|
2672
2714
|
EQUAL: "Equal",
|
|
@@ -2887,6 +2929,73 @@ var DocumentFilterKey = {
|
|
|
2887
2929
|
Owner: "Owner",
|
|
2888
2930
|
PlatformTypes: "PlatformTypes"
|
|
2889
2931
|
};
|
|
2932
|
+
var NodeFilterKey = {
|
|
2933
|
+
ACCOUNT_ID: "AccountId",
|
|
2934
|
+
AGENT_TYPE: "AgentType",
|
|
2935
|
+
AGENT_VERSION: "AgentVersion",
|
|
2936
|
+
COMPUTER_NAME: "ComputerName",
|
|
2937
|
+
INSTANCE_ID: "InstanceId",
|
|
2938
|
+
INSTANCE_STATUS: "InstanceStatus",
|
|
2939
|
+
IP_ADDRESS: "IpAddress",
|
|
2940
|
+
MANAGED_STATUS: "ManagedStatus",
|
|
2941
|
+
ORGANIZATIONAL_UNIT_ID: "OrganizationalUnitId",
|
|
2942
|
+
ORGANIZATIONAL_UNIT_PATH: "OrganizationalUnitPath",
|
|
2943
|
+
PLATFORM_NAME: "PlatformName",
|
|
2944
|
+
PLATFORM_TYPE: "PlatformType",
|
|
2945
|
+
PLATFORM_VERSION: "PlatformVersion",
|
|
2946
|
+
REGION: "Region",
|
|
2947
|
+
RESOURCE_TYPE: "ResourceType"
|
|
2948
|
+
};
|
|
2949
|
+
var NodeFilterOperatorType = {
|
|
2950
|
+
BEGIN_WITH: "BeginWith",
|
|
2951
|
+
EQUAL: "Equal",
|
|
2952
|
+
NOT_EQUAL: "NotEqual"
|
|
2953
|
+
};
|
|
2954
|
+
var ManagedStatus = {
|
|
2955
|
+
ALL: "All",
|
|
2956
|
+
MANAGED: "Managed",
|
|
2957
|
+
UNMANAGED: "Unmanaged"
|
|
2958
|
+
};
|
|
2959
|
+
var NodeType;
|
|
2960
|
+
((NodeType2) => {
|
|
2961
|
+
NodeType2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2962
|
+
if (value.Instance !== void 0)
|
|
2963
|
+
return visitor.Instance(value.Instance);
|
|
2964
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2965
|
+
}, "visit");
|
|
2966
|
+
})(NodeType || (NodeType = {}));
|
|
2967
|
+
var _UnsupportedOperationException = class _UnsupportedOperationException extends SSMServiceException {
|
|
2968
|
+
/**
|
|
2969
|
+
* @internal
|
|
2970
|
+
*/
|
|
2971
|
+
constructor(opts) {
|
|
2972
|
+
super({
|
|
2973
|
+
name: "UnsupportedOperationException",
|
|
2974
|
+
$fault: "client",
|
|
2975
|
+
...opts
|
|
2976
|
+
});
|
|
2977
|
+
this.name = "UnsupportedOperationException";
|
|
2978
|
+
this.$fault = "client";
|
|
2979
|
+
Object.setPrototypeOf(this, _UnsupportedOperationException.prototype);
|
|
2980
|
+
this.Message = opts.Message;
|
|
2981
|
+
}
|
|
2982
|
+
};
|
|
2983
|
+
__name(_UnsupportedOperationException, "UnsupportedOperationException");
|
|
2984
|
+
var UnsupportedOperationException = _UnsupportedOperationException;
|
|
2985
|
+
var NodeAggregatorType = {
|
|
2986
|
+
COUNT: "Count"
|
|
2987
|
+
};
|
|
2988
|
+
var NodeAttributeName = {
|
|
2989
|
+
AGENT_VERSION: "AgentVersion",
|
|
2990
|
+
PLATFORM_NAME: "PlatformName",
|
|
2991
|
+
PLATFORM_TYPE: "PlatformType",
|
|
2992
|
+
PLATFORM_VERSION: "PlatformVersion",
|
|
2993
|
+
REGION: "Region",
|
|
2994
|
+
RESOURCE_TYPE: "ResourceType"
|
|
2995
|
+
};
|
|
2996
|
+
var NodeTypeName = {
|
|
2997
|
+
INSTANCE: "Instance"
|
|
2998
|
+
};
|
|
2890
2999
|
var OpsItemEventFilterKey = {
|
|
2891
3000
|
OPSITEM_ID: "OpsItemId"
|
|
2892
3001
|
};
|
|
@@ -3354,6 +3463,160 @@ var _FeatureNotAvailableException = class _FeatureNotAvailableException extends
|
|
|
3354
3463
|
};
|
|
3355
3464
|
__name(_FeatureNotAvailableException, "FeatureNotAvailableException");
|
|
3356
3465
|
var FeatureNotAvailableException = _FeatureNotAvailableException;
|
|
3466
|
+
var MaintenanceWindowTargetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3467
|
+
...obj,
|
|
3468
|
+
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
|
|
3469
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3470
|
+
}), "MaintenanceWindowTargetFilterSensitiveLog");
|
|
3471
|
+
var DescribeMaintenanceWindowTargetsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3472
|
+
...obj,
|
|
3473
|
+
...obj.Targets && { Targets: obj.Targets.map((item) => MaintenanceWindowTargetFilterSensitiveLog(item)) }
|
|
3474
|
+
}), "DescribeMaintenanceWindowTargetsResultFilterSensitiveLog");
|
|
3475
|
+
var MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3476
|
+
...obj,
|
|
3477
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3478
|
+
}), "MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog");
|
|
3479
|
+
var MaintenanceWindowTaskFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3480
|
+
...obj,
|
|
3481
|
+
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING },
|
|
3482
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3483
|
+
}), "MaintenanceWindowTaskFilterSensitiveLog");
|
|
3484
|
+
var DescribeMaintenanceWindowTasksResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3485
|
+
...obj,
|
|
3486
|
+
...obj.Tasks && { Tasks: obj.Tasks.map((item) => MaintenanceWindowTaskFilterSensitiveLog(item)) }
|
|
3487
|
+
}), "DescribeMaintenanceWindowTasksResultFilterSensitiveLog");
|
|
3488
|
+
var BaselineOverrideFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3489
|
+
...obj,
|
|
3490
|
+
...obj.Sources && { Sources: obj.Sources.map((item) => PatchSourceFilterSensitiveLog(item)) }
|
|
3491
|
+
}), "BaselineOverrideFilterSensitiveLog");
|
|
3492
|
+
var GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3493
|
+
...obj
|
|
3494
|
+
}), "GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog");
|
|
3495
|
+
var GetMaintenanceWindowResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3496
|
+
...obj,
|
|
3497
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3498
|
+
}), "GetMaintenanceWindowResultFilterSensitiveLog");
|
|
3499
|
+
var GetMaintenanceWindowExecutionTaskResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3500
|
+
...obj,
|
|
3501
|
+
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING }
|
|
3502
|
+
}), "GetMaintenanceWindowExecutionTaskResultFilterSensitiveLog");
|
|
3503
|
+
var GetMaintenanceWindowExecutionTaskInvocationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3504
|
+
...obj,
|
|
3505
|
+
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING },
|
|
3506
|
+
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING }
|
|
3507
|
+
}), "GetMaintenanceWindowExecutionTaskInvocationResultFilterSensitiveLog");
|
|
3508
|
+
var MaintenanceWindowLambdaParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3509
|
+
...obj,
|
|
3510
|
+
...obj.Payload && { Payload: import_smithy_client.SENSITIVE_STRING }
|
|
3511
|
+
}), "MaintenanceWindowLambdaParametersFilterSensitiveLog");
|
|
3512
|
+
var MaintenanceWindowRunCommandParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3513
|
+
...obj,
|
|
3514
|
+
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
3515
|
+
}), "MaintenanceWindowRunCommandParametersFilterSensitiveLog");
|
|
3516
|
+
var MaintenanceWindowStepFunctionsParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3517
|
+
...obj,
|
|
3518
|
+
...obj.Input && { Input: import_smithy_client.SENSITIVE_STRING }
|
|
3519
|
+
}), "MaintenanceWindowStepFunctionsParametersFilterSensitiveLog");
|
|
3520
|
+
var MaintenanceWindowTaskInvocationParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3521
|
+
...obj,
|
|
3522
|
+
...obj.RunCommand && { RunCommand: MaintenanceWindowRunCommandParametersFilterSensitiveLog(obj.RunCommand) },
|
|
3523
|
+
...obj.StepFunctions && {
|
|
3524
|
+
StepFunctions: MaintenanceWindowStepFunctionsParametersFilterSensitiveLog(obj.StepFunctions)
|
|
3525
|
+
},
|
|
3526
|
+
...obj.Lambda && { Lambda: MaintenanceWindowLambdaParametersFilterSensitiveLog(obj.Lambda) }
|
|
3527
|
+
}), "MaintenanceWindowTaskInvocationParametersFilterSensitiveLog");
|
|
3528
|
+
var GetMaintenanceWindowTaskResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3529
|
+
...obj,
|
|
3530
|
+
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING },
|
|
3531
|
+
...obj.TaskInvocationParameters && {
|
|
3532
|
+
TaskInvocationParameters: MaintenanceWindowTaskInvocationParametersFilterSensitiveLog(obj.TaskInvocationParameters)
|
|
3533
|
+
},
|
|
3534
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3535
|
+
}), "GetMaintenanceWindowTaskResultFilterSensitiveLog");
|
|
3536
|
+
var ParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3537
|
+
...obj,
|
|
3538
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
3539
|
+
}), "ParameterFilterSensitiveLog");
|
|
3540
|
+
var GetParameterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3541
|
+
...obj,
|
|
3542
|
+
...obj.Parameter && { Parameter: ParameterFilterSensitiveLog(obj.Parameter) }
|
|
3543
|
+
}), "GetParameterResultFilterSensitiveLog");
|
|
3544
|
+
var ParameterHistoryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3545
|
+
...obj,
|
|
3546
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
3547
|
+
}), "ParameterHistoryFilterSensitiveLog");
|
|
3548
|
+
var GetParameterHistoryResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3549
|
+
...obj,
|
|
3550
|
+
...obj.Parameters && { Parameters: obj.Parameters.map((item) => ParameterHistoryFilterSensitiveLog(item)) }
|
|
3551
|
+
}), "GetParameterHistoryResultFilterSensitiveLog");
|
|
3552
|
+
var GetParametersResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3553
|
+
...obj,
|
|
3554
|
+
...obj.Parameters && { Parameters: obj.Parameters.map((item) => ParameterFilterSensitiveLog(item)) }
|
|
3555
|
+
}), "GetParametersResultFilterSensitiveLog");
|
|
3556
|
+
var GetParametersByPathResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3557
|
+
...obj,
|
|
3558
|
+
...obj.Parameters && { Parameters: obj.Parameters.map((item) => ParameterFilterSensitiveLog(item)) }
|
|
3559
|
+
}), "GetParametersByPathResultFilterSensitiveLog");
|
|
3560
|
+
var GetPatchBaselineResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3561
|
+
...obj,
|
|
3562
|
+
...obj.Sources && { Sources: obj.Sources.map((item) => PatchSourceFilterSensitiveLog(item)) }
|
|
3563
|
+
}), "GetPatchBaselineResultFilterSensitiveLog");
|
|
3564
|
+
var AssociationVersionInfoFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3565
|
+
...obj,
|
|
3566
|
+
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
3567
|
+
}), "AssociationVersionInfoFilterSensitiveLog");
|
|
3568
|
+
var ListAssociationVersionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3569
|
+
...obj,
|
|
3570
|
+
...obj.AssociationVersions && {
|
|
3571
|
+
AssociationVersions: obj.AssociationVersions.map((item) => AssociationVersionInfoFilterSensitiveLog(item))
|
|
3572
|
+
}
|
|
3573
|
+
}), "ListAssociationVersionsResultFilterSensitiveLog");
|
|
3574
|
+
var CommandFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3575
|
+
...obj,
|
|
3576
|
+
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
3577
|
+
}), "CommandFilterSensitiveLog");
|
|
3578
|
+
var ListCommandsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3579
|
+
...obj,
|
|
3580
|
+
...obj.Commands && { Commands: obj.Commands.map((item) => CommandFilterSensitiveLog(item)) }
|
|
3581
|
+
}), "ListCommandsResultFilterSensitiveLog");
|
|
3582
|
+
var InstanceInfoFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3583
|
+
...obj,
|
|
3584
|
+
...obj.IpAddress && { IpAddress: import_smithy_client.SENSITIVE_STRING }
|
|
3585
|
+
}), "InstanceInfoFilterSensitiveLog");
|
|
3586
|
+
var NodeTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
3587
|
+
if (obj.Instance !== void 0)
|
|
3588
|
+
return { Instance: InstanceInfoFilterSensitiveLog(obj.Instance) };
|
|
3589
|
+
if (obj.$unknown !== void 0)
|
|
3590
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
3591
|
+
}, "NodeTypeFilterSensitiveLog");
|
|
3592
|
+
var NodeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3593
|
+
...obj,
|
|
3594
|
+
...obj.NodeType && { NodeType: NodeTypeFilterSensitiveLog(obj.NodeType) }
|
|
3595
|
+
}), "NodeFilterSensitiveLog");
|
|
3596
|
+
var ListNodesResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3597
|
+
...obj,
|
|
3598
|
+
...obj.Nodes && { Nodes: obj.Nodes.map((item) => NodeFilterSensitiveLog(item)) }
|
|
3599
|
+
}), "ListNodesResultFilterSensitiveLog");
|
|
3600
|
+
var PutParameterRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3601
|
+
...obj,
|
|
3602
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
3603
|
+
}), "PutParameterRequestFilterSensitiveLog");
|
|
3604
|
+
var RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3605
|
+
...obj,
|
|
3606
|
+
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
|
|
3607
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3608
|
+
}), "RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog");
|
|
3609
|
+
var RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3610
|
+
...obj,
|
|
3611
|
+
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING },
|
|
3612
|
+
...obj.TaskInvocationParameters && {
|
|
3613
|
+
TaskInvocationParameters: MaintenanceWindowTaskInvocationParametersFilterSensitiveLog(obj.TaskInvocationParameters)
|
|
3614
|
+
},
|
|
3615
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3616
|
+
}), "RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog");
|
|
3617
|
+
|
|
3618
|
+
// src/models/models_2.ts
|
|
3619
|
+
|
|
3357
3620
|
var _AutomationStepNotFoundException = class _AutomationStepNotFoundException extends SSMServiceException {
|
|
3358
3621
|
/**
|
|
3359
3622
|
* @internal
|
|
@@ -3540,150 +3803,6 @@ var _InvalidAutomationExecutionParametersException = class _InvalidAutomationExe
|
|
|
3540
3803
|
};
|
|
3541
3804
|
__name(_InvalidAutomationExecutionParametersException, "InvalidAutomationExecutionParametersException");
|
|
3542
3805
|
var InvalidAutomationExecutionParametersException = _InvalidAutomationExecutionParametersException;
|
|
3543
|
-
var MaintenanceWindowTargetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3544
|
-
...obj,
|
|
3545
|
-
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
|
|
3546
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3547
|
-
}), "MaintenanceWindowTargetFilterSensitiveLog");
|
|
3548
|
-
var DescribeMaintenanceWindowTargetsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3549
|
-
...obj,
|
|
3550
|
-
...obj.Targets && { Targets: obj.Targets.map((item) => MaintenanceWindowTargetFilterSensitiveLog(item)) }
|
|
3551
|
-
}), "DescribeMaintenanceWindowTargetsResultFilterSensitiveLog");
|
|
3552
|
-
var MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3553
|
-
...obj,
|
|
3554
|
-
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3555
|
-
}), "MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog");
|
|
3556
|
-
var MaintenanceWindowTaskFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3557
|
-
...obj,
|
|
3558
|
-
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING },
|
|
3559
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3560
|
-
}), "MaintenanceWindowTaskFilterSensitiveLog");
|
|
3561
|
-
var DescribeMaintenanceWindowTasksResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3562
|
-
...obj,
|
|
3563
|
-
...obj.Tasks && { Tasks: obj.Tasks.map((item) => MaintenanceWindowTaskFilterSensitiveLog(item)) }
|
|
3564
|
-
}), "DescribeMaintenanceWindowTasksResultFilterSensitiveLog");
|
|
3565
|
-
var BaselineOverrideFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3566
|
-
...obj,
|
|
3567
|
-
...obj.Sources && { Sources: obj.Sources.map((item) => PatchSourceFilterSensitiveLog(item)) }
|
|
3568
|
-
}), "BaselineOverrideFilterSensitiveLog");
|
|
3569
|
-
var GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3570
|
-
...obj
|
|
3571
|
-
}), "GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog");
|
|
3572
|
-
var GetMaintenanceWindowResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3573
|
-
...obj,
|
|
3574
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3575
|
-
}), "GetMaintenanceWindowResultFilterSensitiveLog");
|
|
3576
|
-
var GetMaintenanceWindowExecutionTaskResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3577
|
-
...obj,
|
|
3578
|
-
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING }
|
|
3579
|
-
}), "GetMaintenanceWindowExecutionTaskResultFilterSensitiveLog");
|
|
3580
|
-
var GetMaintenanceWindowExecutionTaskInvocationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3581
|
-
...obj,
|
|
3582
|
-
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING },
|
|
3583
|
-
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING }
|
|
3584
|
-
}), "GetMaintenanceWindowExecutionTaskInvocationResultFilterSensitiveLog");
|
|
3585
|
-
var MaintenanceWindowLambdaParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3586
|
-
...obj,
|
|
3587
|
-
...obj.Payload && { Payload: import_smithy_client.SENSITIVE_STRING }
|
|
3588
|
-
}), "MaintenanceWindowLambdaParametersFilterSensitiveLog");
|
|
3589
|
-
var MaintenanceWindowRunCommandParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3590
|
-
...obj,
|
|
3591
|
-
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
3592
|
-
}), "MaintenanceWindowRunCommandParametersFilterSensitiveLog");
|
|
3593
|
-
var MaintenanceWindowStepFunctionsParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3594
|
-
...obj,
|
|
3595
|
-
...obj.Input && { Input: import_smithy_client.SENSITIVE_STRING }
|
|
3596
|
-
}), "MaintenanceWindowStepFunctionsParametersFilterSensitiveLog");
|
|
3597
|
-
var MaintenanceWindowTaskInvocationParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3598
|
-
...obj,
|
|
3599
|
-
...obj.RunCommand && { RunCommand: MaintenanceWindowRunCommandParametersFilterSensitiveLog(obj.RunCommand) },
|
|
3600
|
-
...obj.StepFunctions && {
|
|
3601
|
-
StepFunctions: MaintenanceWindowStepFunctionsParametersFilterSensitiveLog(obj.StepFunctions)
|
|
3602
|
-
},
|
|
3603
|
-
...obj.Lambda && { Lambda: MaintenanceWindowLambdaParametersFilterSensitiveLog(obj.Lambda) }
|
|
3604
|
-
}), "MaintenanceWindowTaskInvocationParametersFilterSensitiveLog");
|
|
3605
|
-
var GetMaintenanceWindowTaskResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3606
|
-
...obj,
|
|
3607
|
-
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING },
|
|
3608
|
-
...obj.TaskInvocationParameters && {
|
|
3609
|
-
TaskInvocationParameters: MaintenanceWindowTaskInvocationParametersFilterSensitiveLog(obj.TaskInvocationParameters)
|
|
3610
|
-
},
|
|
3611
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3612
|
-
}), "GetMaintenanceWindowTaskResultFilterSensitiveLog");
|
|
3613
|
-
var ParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3614
|
-
...obj,
|
|
3615
|
-
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
3616
|
-
}), "ParameterFilterSensitiveLog");
|
|
3617
|
-
var GetParameterResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3618
|
-
...obj,
|
|
3619
|
-
...obj.Parameter && { Parameter: ParameterFilterSensitiveLog(obj.Parameter) }
|
|
3620
|
-
}), "GetParameterResultFilterSensitiveLog");
|
|
3621
|
-
var ParameterHistoryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3622
|
-
...obj,
|
|
3623
|
-
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
3624
|
-
}), "ParameterHistoryFilterSensitiveLog");
|
|
3625
|
-
var GetParameterHistoryResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3626
|
-
...obj,
|
|
3627
|
-
...obj.Parameters && { Parameters: obj.Parameters.map((item) => ParameterHistoryFilterSensitiveLog(item)) }
|
|
3628
|
-
}), "GetParameterHistoryResultFilterSensitiveLog");
|
|
3629
|
-
var GetParametersResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3630
|
-
...obj,
|
|
3631
|
-
...obj.Parameters && { Parameters: obj.Parameters.map((item) => ParameterFilterSensitiveLog(item)) }
|
|
3632
|
-
}), "GetParametersResultFilterSensitiveLog");
|
|
3633
|
-
var GetParametersByPathResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3634
|
-
...obj,
|
|
3635
|
-
...obj.Parameters && { Parameters: obj.Parameters.map((item) => ParameterFilterSensitiveLog(item)) }
|
|
3636
|
-
}), "GetParametersByPathResultFilterSensitiveLog");
|
|
3637
|
-
var GetPatchBaselineResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3638
|
-
...obj,
|
|
3639
|
-
...obj.Sources && { Sources: obj.Sources.map((item) => PatchSourceFilterSensitiveLog(item)) }
|
|
3640
|
-
}), "GetPatchBaselineResultFilterSensitiveLog");
|
|
3641
|
-
var AssociationVersionInfoFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3642
|
-
...obj,
|
|
3643
|
-
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
3644
|
-
}), "AssociationVersionInfoFilterSensitiveLog");
|
|
3645
|
-
var ListAssociationVersionsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3646
|
-
...obj,
|
|
3647
|
-
...obj.AssociationVersions && {
|
|
3648
|
-
AssociationVersions: obj.AssociationVersions.map((item) => AssociationVersionInfoFilterSensitiveLog(item))
|
|
3649
|
-
}
|
|
3650
|
-
}), "ListAssociationVersionsResultFilterSensitiveLog");
|
|
3651
|
-
var CommandFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3652
|
-
...obj,
|
|
3653
|
-
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
3654
|
-
}), "CommandFilterSensitiveLog");
|
|
3655
|
-
var ListCommandsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3656
|
-
...obj,
|
|
3657
|
-
...obj.Commands && { Commands: obj.Commands.map((item) => CommandFilterSensitiveLog(item)) }
|
|
3658
|
-
}), "ListCommandsResultFilterSensitiveLog");
|
|
3659
|
-
var PutParameterRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3660
|
-
...obj,
|
|
3661
|
-
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
3662
|
-
}), "PutParameterRequestFilterSensitiveLog");
|
|
3663
|
-
var RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3664
|
-
...obj,
|
|
3665
|
-
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
|
|
3666
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3667
|
-
}), "RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog");
|
|
3668
|
-
var RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3669
|
-
...obj,
|
|
3670
|
-
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING },
|
|
3671
|
-
...obj.TaskInvocationParameters && {
|
|
3672
|
-
TaskInvocationParameters: MaintenanceWindowTaskInvocationParametersFilterSensitiveLog(obj.TaskInvocationParameters)
|
|
3673
|
-
},
|
|
3674
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3675
|
-
}), "RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog");
|
|
3676
|
-
var SendCommandRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3677
|
-
...obj,
|
|
3678
|
-
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
3679
|
-
}), "SendCommandRequestFilterSensitiveLog");
|
|
3680
|
-
var SendCommandResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3681
|
-
...obj,
|
|
3682
|
-
...obj.Command && { Command: CommandFilterSensitiveLog(obj.Command) }
|
|
3683
|
-
}), "SendCommandResultFilterSensitiveLog");
|
|
3684
|
-
|
|
3685
|
-
// src/models/models_2.ts
|
|
3686
|
-
|
|
3687
3806
|
var _AutomationDefinitionNotApprovedException = class _AutomationDefinitionNotApprovedException extends SSMServiceException {
|
|
3688
3807
|
/**
|
|
3689
3808
|
* @internal
|
|
@@ -3702,6 +3821,33 @@ var _AutomationDefinitionNotApprovedException = class _AutomationDefinitionNotAp
|
|
|
3702
3821
|
};
|
|
3703
3822
|
__name(_AutomationDefinitionNotApprovedException, "AutomationDefinitionNotApprovedException");
|
|
3704
3823
|
var AutomationDefinitionNotApprovedException = _AutomationDefinitionNotApprovedException;
|
|
3824
|
+
var ExecutionInputs;
|
|
3825
|
+
((ExecutionInputs3) => {
|
|
3826
|
+
ExecutionInputs3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
3827
|
+
if (value.Automation !== void 0)
|
|
3828
|
+
return visitor.Automation(value.Automation);
|
|
3829
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
3830
|
+
}, "visit");
|
|
3831
|
+
})(ExecutionInputs || (ExecutionInputs = {}));
|
|
3832
|
+
var _ValidationException = class _ValidationException extends SSMServiceException {
|
|
3833
|
+
/**
|
|
3834
|
+
* @internal
|
|
3835
|
+
*/
|
|
3836
|
+
constructor(opts) {
|
|
3837
|
+
super({
|
|
3838
|
+
name: "ValidationException",
|
|
3839
|
+
$fault: "client",
|
|
3840
|
+
...opts
|
|
3841
|
+
});
|
|
3842
|
+
this.name = "ValidationException";
|
|
3843
|
+
this.$fault = "client";
|
|
3844
|
+
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
3845
|
+
this.Message = opts.Message;
|
|
3846
|
+
this.ReasonCode = opts.ReasonCode;
|
|
3847
|
+
}
|
|
3848
|
+
};
|
|
3849
|
+
__name(_ValidationException, "ValidationException");
|
|
3850
|
+
var ValidationException = _ValidationException;
|
|
3705
3851
|
var _TargetNotConnected = class _TargetNotConnected extends SSMServiceException {
|
|
3706
3852
|
/**
|
|
3707
3853
|
* @internal
|
|
@@ -3890,6 +4036,14 @@ var _ResourceDataSyncConflictException = class _ResourceDataSyncConflictExceptio
|
|
|
3890
4036
|
};
|
|
3891
4037
|
__name(_ResourceDataSyncConflictException, "ResourceDataSyncConflictException");
|
|
3892
4038
|
var ResourceDataSyncConflictException = _ResourceDataSyncConflictException;
|
|
4039
|
+
var SendCommandRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4040
|
+
...obj,
|
|
4041
|
+
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
4042
|
+
}), "SendCommandRequestFilterSensitiveLog");
|
|
4043
|
+
var SendCommandResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4044
|
+
...obj,
|
|
4045
|
+
...obj.Command && { Command: CommandFilterSensitiveLog(obj.Command) }
|
|
4046
|
+
}), "SendCommandResultFilterSensitiveLog");
|
|
3893
4047
|
var UpdateAssociationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3894
4048
|
...obj,
|
|
3895
4049
|
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4370,6 +4524,12 @@ var se_GetDocumentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4370
4524
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4371
4525
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4372
4526
|
}, "se_GetDocumentCommand");
|
|
4527
|
+
var se_GetExecutionPreviewCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4528
|
+
const headers = sharedHeaders("GetExecutionPreview");
|
|
4529
|
+
let body;
|
|
4530
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4531
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4532
|
+
}, "se_GetExecutionPreviewCommand");
|
|
4373
4533
|
var se_GetInventoryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4374
4534
|
const headers = sharedHeaders("GetInventory");
|
|
4375
4535
|
let body;
|
|
@@ -4544,6 +4704,18 @@ var se_ListInventoryEntriesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
4544
4704
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4545
4705
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4546
4706
|
}, "se_ListInventoryEntriesCommand");
|
|
4707
|
+
var se_ListNodesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4708
|
+
const headers = sharedHeaders("ListNodes");
|
|
4709
|
+
let body;
|
|
4710
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4711
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4712
|
+
}, "se_ListNodesCommand");
|
|
4713
|
+
var se_ListNodesSummaryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4714
|
+
const headers = sharedHeaders("ListNodesSummary");
|
|
4715
|
+
let body;
|
|
4716
|
+
body = JSON.stringify(se_ListNodesSummaryRequest(input, context));
|
|
4717
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4718
|
+
}, "se_ListNodesSummaryCommand");
|
|
4547
4719
|
var se_ListOpsItemEventsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4548
4720
|
const headers = sharedHeaders("ListOpsItemEvents");
|
|
4549
4721
|
let body;
|
|
@@ -4682,6 +4854,12 @@ var se_StartChangeRequestExecutionCommand = /* @__PURE__ */ __name(async (input,
|
|
|
4682
4854
|
body = JSON.stringify(se_StartChangeRequestExecutionRequest(input, context));
|
|
4683
4855
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4684
4856
|
}, "se_StartChangeRequestExecutionCommand");
|
|
4857
|
+
var se_StartExecutionPreviewCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4858
|
+
const headers = sharedHeaders("StartExecutionPreview");
|
|
4859
|
+
let body;
|
|
4860
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4861
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4862
|
+
}, "se_StartExecutionPreviewCommand");
|
|
4685
4863
|
var se_StartSessionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4686
4864
|
const headers = sharedHeaders("StartSession");
|
|
4687
4865
|
let body;
|
|
@@ -5700,6 +5878,19 @@ var de_GetDocumentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5700
5878
|
};
|
|
5701
5879
|
return response;
|
|
5702
5880
|
}, "de_GetDocumentCommand");
|
|
5881
|
+
var de_GetExecutionPreviewCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5882
|
+
if (output.statusCode >= 300) {
|
|
5883
|
+
return de_CommandError(output, context);
|
|
5884
|
+
}
|
|
5885
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
5886
|
+
let contents = {};
|
|
5887
|
+
contents = de_GetExecutionPreviewResponse(data, context);
|
|
5888
|
+
const response = {
|
|
5889
|
+
$metadata: deserializeMetadata(output),
|
|
5890
|
+
...contents
|
|
5891
|
+
};
|
|
5892
|
+
return response;
|
|
5893
|
+
}, "de_GetExecutionPreviewCommand");
|
|
5703
5894
|
var de_GetInventoryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5704
5895
|
if (output.statusCode >= 300) {
|
|
5705
5896
|
return de_CommandError(output, context);
|
|
@@ -6077,6 +6268,32 @@ var de_ListInventoryEntriesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6077
6268
|
};
|
|
6078
6269
|
return response;
|
|
6079
6270
|
}, "de_ListInventoryEntriesCommand");
|
|
6271
|
+
var de_ListNodesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6272
|
+
if (output.statusCode >= 300) {
|
|
6273
|
+
return de_CommandError(output, context);
|
|
6274
|
+
}
|
|
6275
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
6276
|
+
let contents = {};
|
|
6277
|
+
contents = de_ListNodesResult(data, context);
|
|
6278
|
+
const response = {
|
|
6279
|
+
$metadata: deserializeMetadata(output),
|
|
6280
|
+
...contents
|
|
6281
|
+
};
|
|
6282
|
+
return response;
|
|
6283
|
+
}, "de_ListNodesCommand");
|
|
6284
|
+
var de_ListNodesSummaryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6285
|
+
if (output.statusCode >= 300) {
|
|
6286
|
+
return de_CommandError(output, context);
|
|
6287
|
+
}
|
|
6288
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
6289
|
+
let contents = {};
|
|
6290
|
+
contents = (0, import_smithy_client._json)(data);
|
|
6291
|
+
const response = {
|
|
6292
|
+
$metadata: deserializeMetadata(output),
|
|
6293
|
+
...contents
|
|
6294
|
+
};
|
|
6295
|
+
return response;
|
|
6296
|
+
}, "de_ListNodesSummaryCommand");
|
|
6080
6297
|
var de_ListOpsItemEventsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6081
6298
|
if (output.statusCode >= 300) {
|
|
6082
6299
|
return de_CommandError(output, context);
|
|
@@ -6376,6 +6593,19 @@ var de_StartChangeRequestExecutionCommand = /* @__PURE__ */ __name(async (output
|
|
|
6376
6593
|
};
|
|
6377
6594
|
return response;
|
|
6378
6595
|
}, "de_StartChangeRequestExecutionCommand");
|
|
6596
|
+
var de_StartExecutionPreviewCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6597
|
+
if (output.statusCode >= 300) {
|
|
6598
|
+
return de_CommandError(output, context);
|
|
6599
|
+
}
|
|
6600
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
6601
|
+
let contents = {};
|
|
6602
|
+
contents = (0, import_smithy_client._json)(data);
|
|
6603
|
+
const response = {
|
|
6604
|
+
$metadata: deserializeMetadata(output),
|
|
6605
|
+
...contents
|
|
6606
|
+
};
|
|
6607
|
+
return response;
|
|
6608
|
+
}, "de_StartExecutionPreviewCommand");
|
|
6379
6609
|
var de_StartSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6380
6610
|
if (output.statusCode >= 300) {
|
|
6381
6611
|
return de_CommandError(output, context);
|
|
@@ -6875,6 +7105,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
6875
7105
|
case "ParameterVersionLabelLimitExceeded":
|
|
6876
7106
|
case "com.amazonaws.ssm#ParameterVersionLabelLimitExceeded":
|
|
6877
7107
|
throw await de_ParameterVersionLabelLimitExceededRes(parsedOutput, context);
|
|
7108
|
+
case "UnsupportedOperationException":
|
|
7109
|
+
case "com.amazonaws.ssm#UnsupportedOperationException":
|
|
7110
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
6878
7111
|
case "DocumentPermissionLimit":
|
|
6879
7112
|
case "com.amazonaws.ssm#DocumentPermissionLimit":
|
|
6880
7113
|
throw await de_DocumentPermissionLimitRes(parsedOutput, context);
|
|
@@ -6986,6 +7219,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
6986
7219
|
case "AutomationDefinitionNotApprovedException":
|
|
6987
7220
|
case "com.amazonaws.ssm#AutomationDefinitionNotApprovedException":
|
|
6988
7221
|
throw await de_AutomationDefinitionNotApprovedExceptionRes(parsedOutput, context);
|
|
7222
|
+
case "ValidationException":
|
|
7223
|
+
case "com.amazonaws.ssm#ValidationException":
|
|
7224
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
6989
7225
|
case "TargetNotConnected":
|
|
6990
7226
|
case "com.amazonaws.ssm#TargetNotConnected":
|
|
6991
7227
|
throw await de_TargetNotConnectedRes(parsedOutput, context);
|
|
@@ -8204,6 +8440,15 @@ var de_UnsupportedOperatingSystemRes = /* @__PURE__ */ __name(async (parsedOutpu
|
|
|
8204
8440
|
});
|
|
8205
8441
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8206
8442
|
}, "de_UnsupportedOperatingSystemRes");
|
|
8443
|
+
var de_UnsupportedOperationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
8444
|
+
const body = parsedOutput.body;
|
|
8445
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
8446
|
+
const exception = new UnsupportedOperationException({
|
|
8447
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
8448
|
+
...deserialized
|
|
8449
|
+
});
|
|
8450
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8451
|
+
}, "de_UnsupportedOperationExceptionRes");
|
|
8207
8452
|
var de_UnsupportedParameterTypeRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
8208
8453
|
const body = parsedOutput.body;
|
|
8209
8454
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -8222,6 +8467,15 @@ var de_UnsupportedPlatformTypeRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
8222
8467
|
});
|
|
8223
8468
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8224
8469
|
}, "de_UnsupportedPlatformTypeRes");
|
|
8470
|
+
var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
8471
|
+
const body = parsedOutput.body;
|
|
8472
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
8473
|
+
const exception = new ValidationException({
|
|
8474
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
8475
|
+
...deserialized
|
|
8476
|
+
});
|
|
8477
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8478
|
+
}, "de_ValidationExceptionRes");
|
|
8225
8479
|
var se_AssociationStatus = /* @__PURE__ */ __name((input, context) => {
|
|
8226
8480
|
return (0, import_smithy_client.take)(input, {
|
|
8227
8481
|
AdditionalInfo: [],
|
|
@@ -8340,6 +8594,15 @@ var se_InventoryAggregatorList = /* @__PURE__ */ __name((input, context) => {
|
|
|
8340
8594
|
return se_InventoryAggregator(entry, context);
|
|
8341
8595
|
});
|
|
8342
8596
|
}, "se_InventoryAggregatorList");
|
|
8597
|
+
var se_ListNodesSummaryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8598
|
+
return (0, import_smithy_client.take)(input, {
|
|
8599
|
+
Aggregators: (_) => se_NodeAggregatorList(_, context),
|
|
8600
|
+
Filters: import_smithy_client._json,
|
|
8601
|
+
MaxResults: [],
|
|
8602
|
+
NextToken: [],
|
|
8603
|
+
SyncName: []
|
|
8604
|
+
});
|
|
8605
|
+
}, "se_ListNodesSummaryRequest");
|
|
8343
8606
|
var se_MaintenanceWindowLambdaParameters = /* @__PURE__ */ __name((input, context) => {
|
|
8344
8607
|
return (0, import_smithy_client.take)(input, {
|
|
8345
8608
|
ClientContext: [],
|
|
@@ -8355,6 +8618,19 @@ var se_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((input
|
|
|
8355
8618
|
StepFunctions: import_smithy_client._json
|
|
8356
8619
|
});
|
|
8357
8620
|
}, "se_MaintenanceWindowTaskInvocationParameters");
|
|
8621
|
+
var se_NodeAggregator = /* @__PURE__ */ __name((input, context) => {
|
|
8622
|
+
return (0, import_smithy_client.take)(input, {
|
|
8623
|
+
AggregatorType: [],
|
|
8624
|
+
Aggregators: (_) => se_NodeAggregatorList(_, context),
|
|
8625
|
+
AttributeName: [],
|
|
8626
|
+
TypeName: []
|
|
8627
|
+
});
|
|
8628
|
+
}, "se_NodeAggregator");
|
|
8629
|
+
var se_NodeAggregatorList = /* @__PURE__ */ __name((input, context) => {
|
|
8630
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
8631
|
+
return se_NodeAggregator(entry, context);
|
|
8632
|
+
});
|
|
8633
|
+
}, "se_NodeAggregatorList");
|
|
8358
8634
|
var se_OpsAggregator = /* @__PURE__ */ __name((input, context) => {
|
|
8359
8635
|
return (0, import_smithy_client.take)(input, {
|
|
8360
8636
|
AggregatorType: [],
|
|
@@ -9102,6 +9378,15 @@ var de_GetDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
9102
9378
|
VersionName: import_smithy_client.expectString
|
|
9103
9379
|
});
|
|
9104
9380
|
}, "de_GetDocumentResult");
|
|
9381
|
+
var de_GetExecutionPreviewResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9382
|
+
return (0, import_smithy_client.take)(output, {
|
|
9383
|
+
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9384
|
+
ExecutionPreview: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
9385
|
+
ExecutionPreviewId: import_smithy_client.expectString,
|
|
9386
|
+
Status: import_smithy_client.expectString,
|
|
9387
|
+
StatusMessage: import_smithy_client.expectString
|
|
9388
|
+
});
|
|
9389
|
+
}, "de_GetExecutionPreviewResponse");
|
|
9105
9390
|
var de_GetMaintenanceWindowExecutionResult = /* @__PURE__ */ __name((output, context) => {
|
|
9106
9391
|
return (0, import_smithy_client.take)(output, {
|
|
9107
9392
|
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -9433,6 +9718,12 @@ var de_ListDocumentVersionsResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
9433
9718
|
NextToken: import_smithy_client.expectString
|
|
9434
9719
|
});
|
|
9435
9720
|
}, "de_ListDocumentVersionsResult");
|
|
9721
|
+
var de_ListNodesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9722
|
+
return (0, import_smithy_client.take)(output, {
|
|
9723
|
+
NextToken: import_smithy_client.expectString,
|
|
9724
|
+
Nodes: (_) => de_NodeList(_, context)
|
|
9725
|
+
});
|
|
9726
|
+
}, "de_ListNodesResult");
|
|
9436
9727
|
var de_ListOpsItemEventsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9437
9728
|
return (0, import_smithy_client.take)(output, {
|
|
9438
9729
|
NextToken: import_smithy_client.expectString,
|
|
@@ -9536,6 +9827,21 @@ var de_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((outpu
|
|
|
9536
9827
|
StepFunctions: import_smithy_client._json
|
|
9537
9828
|
});
|
|
9538
9829
|
}, "de_MaintenanceWindowTaskInvocationParameters");
|
|
9830
|
+
var de_Node = /* @__PURE__ */ __name((output, context) => {
|
|
9831
|
+
return (0, import_smithy_client.take)(output, {
|
|
9832
|
+
CaptureTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9833
|
+
Id: import_smithy_client.expectString,
|
|
9834
|
+
NodeType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
9835
|
+
Owner: import_smithy_client._json,
|
|
9836
|
+
Region: import_smithy_client.expectString
|
|
9837
|
+
});
|
|
9838
|
+
}, "de_Node");
|
|
9839
|
+
var de_NodeList = /* @__PURE__ */ __name((output, context) => {
|
|
9840
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
9841
|
+
return de_Node(entry, context);
|
|
9842
|
+
});
|
|
9843
|
+
return retVal;
|
|
9844
|
+
}, "de_NodeList");
|
|
9539
9845
|
var de_OpsItem = /* @__PURE__ */ __name((output, context) => {
|
|
9540
9846
|
return (0, import_smithy_client.take)(output, {
|
|
9541
9847
|
ActualEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -9973,10 +10279,10 @@ function sharedHeaders(operation) {
|
|
|
9973
10279
|
__name(sharedHeaders, "sharedHeaders");
|
|
9974
10280
|
|
|
9975
10281
|
// src/commands/AddTagsToResourceCommand.ts
|
|
9976
|
-
var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10282
|
+
var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
9977
10283
|
return [
|
|
9978
10284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9979
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10285
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
9980
10286
|
];
|
|
9981
10287
|
}).s("AmazonSSM", "AddTagsToResource", {}).n("SSMClient", "AddTagsToResourceCommand").f(void 0, void 0).ser(se_AddTagsToResourceCommand).de(de_AddTagsToResourceCommand).build() {
|
|
9982
10288
|
};
|
|
@@ -9987,10 +10293,10 @@ var AddTagsToResourceCommand = _AddTagsToResourceCommand;
|
|
|
9987
10293
|
|
|
9988
10294
|
|
|
9989
10295
|
|
|
9990
|
-
var _AssociateOpsItemRelatedItemCommand = class _AssociateOpsItemRelatedItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10296
|
+
var _AssociateOpsItemRelatedItemCommand = class _AssociateOpsItemRelatedItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
9991
10297
|
return [
|
|
9992
10298
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9993
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10299
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
9994
10300
|
];
|
|
9995
10301
|
}).s("AmazonSSM", "AssociateOpsItemRelatedItem", {}).n("SSMClient", "AssociateOpsItemRelatedItemCommand").f(void 0, void 0).ser(se_AssociateOpsItemRelatedItemCommand).de(de_AssociateOpsItemRelatedItemCommand).build() {
|
|
9996
10302
|
};
|
|
@@ -10001,10 +10307,10 @@ var AssociateOpsItemRelatedItemCommand = _AssociateOpsItemRelatedItemCommand;
|
|
|
10001
10307
|
|
|
10002
10308
|
|
|
10003
10309
|
|
|
10004
|
-
var _CancelCommandCommand = class _CancelCommandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10310
|
+
var _CancelCommandCommand = class _CancelCommandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10005
10311
|
return [
|
|
10006
10312
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10007
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10313
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10008
10314
|
];
|
|
10009
10315
|
}).s("AmazonSSM", "CancelCommand", {}).n("SSMClient", "CancelCommandCommand").f(void 0, void 0).ser(se_CancelCommandCommand).de(de_CancelCommandCommand).build() {
|
|
10010
10316
|
};
|
|
@@ -10015,10 +10321,10 @@ var CancelCommandCommand = _CancelCommandCommand;
|
|
|
10015
10321
|
|
|
10016
10322
|
|
|
10017
10323
|
|
|
10018
|
-
var _CancelMaintenanceWindowExecutionCommand = class _CancelMaintenanceWindowExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10324
|
+
var _CancelMaintenanceWindowExecutionCommand = class _CancelMaintenanceWindowExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10019
10325
|
return [
|
|
10020
10326
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10021
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10327
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10022
10328
|
];
|
|
10023
10329
|
}).s("AmazonSSM", "CancelMaintenanceWindowExecution", {}).n("SSMClient", "CancelMaintenanceWindowExecutionCommand").f(void 0, void 0).ser(se_CancelMaintenanceWindowExecutionCommand).de(de_CancelMaintenanceWindowExecutionCommand).build() {
|
|
10024
10330
|
};
|
|
@@ -10029,10 +10335,10 @@ var CancelMaintenanceWindowExecutionCommand = _CancelMaintenanceWindowExecutionC
|
|
|
10029
10335
|
|
|
10030
10336
|
|
|
10031
10337
|
|
|
10032
|
-
var _CreateActivationCommand = class _CreateActivationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10338
|
+
var _CreateActivationCommand = class _CreateActivationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10033
10339
|
return [
|
|
10034
10340
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10035
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10341
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10036
10342
|
];
|
|
10037
10343
|
}).s("AmazonSSM", "CreateActivation", {}).n("SSMClient", "CreateActivationCommand").f(void 0, void 0).ser(se_CreateActivationCommand).de(de_CreateActivationCommand).build() {
|
|
10038
10344
|
};
|
|
@@ -10043,10 +10349,10 @@ var CreateActivationCommand = _CreateActivationCommand;
|
|
|
10043
10349
|
|
|
10044
10350
|
|
|
10045
10351
|
|
|
10046
|
-
var _CreateAssociationBatchCommand = class _CreateAssociationBatchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10352
|
+
var _CreateAssociationBatchCommand = class _CreateAssociationBatchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10047
10353
|
return [
|
|
10048
10354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10049
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10355
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10050
10356
|
];
|
|
10051
10357
|
}).s("AmazonSSM", "CreateAssociationBatch", {}).n("SSMClient", "CreateAssociationBatchCommand").f(CreateAssociationBatchRequestFilterSensitiveLog, CreateAssociationBatchResultFilterSensitiveLog).ser(se_CreateAssociationBatchCommand).de(de_CreateAssociationBatchCommand).build() {
|
|
10052
10358
|
};
|
|
@@ -10057,10 +10363,10 @@ var CreateAssociationBatchCommand = _CreateAssociationBatchCommand;
|
|
|
10057
10363
|
|
|
10058
10364
|
|
|
10059
10365
|
|
|
10060
|
-
var _CreateAssociationCommand = class _CreateAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10366
|
+
var _CreateAssociationCommand = class _CreateAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10061
10367
|
return [
|
|
10062
10368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10063
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10369
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10064
10370
|
];
|
|
10065
10371
|
}).s("AmazonSSM", "CreateAssociation", {}).n("SSMClient", "CreateAssociationCommand").f(CreateAssociationRequestFilterSensitiveLog, CreateAssociationResultFilterSensitiveLog).ser(se_CreateAssociationCommand).de(de_CreateAssociationCommand).build() {
|
|
10066
10372
|
};
|
|
@@ -10071,10 +10377,10 @@ var CreateAssociationCommand = _CreateAssociationCommand;
|
|
|
10071
10377
|
|
|
10072
10378
|
|
|
10073
10379
|
|
|
10074
|
-
var _CreateDocumentCommand = class _CreateDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10380
|
+
var _CreateDocumentCommand = class _CreateDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10075
10381
|
return [
|
|
10076
10382
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10077
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10383
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10078
10384
|
];
|
|
10079
10385
|
}).s("AmazonSSM", "CreateDocument", {}).n("SSMClient", "CreateDocumentCommand").f(void 0, void 0).ser(se_CreateDocumentCommand).de(de_CreateDocumentCommand).build() {
|
|
10080
10386
|
};
|
|
@@ -10085,10 +10391,10 @@ var CreateDocumentCommand = _CreateDocumentCommand;
|
|
|
10085
10391
|
|
|
10086
10392
|
|
|
10087
10393
|
|
|
10088
|
-
var _CreateMaintenanceWindowCommand = class _CreateMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10394
|
+
var _CreateMaintenanceWindowCommand = class _CreateMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10089
10395
|
return [
|
|
10090
10396
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10091
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10397
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10092
10398
|
];
|
|
10093
10399
|
}).s("AmazonSSM", "CreateMaintenanceWindow", {}).n("SSMClient", "CreateMaintenanceWindowCommand").f(CreateMaintenanceWindowRequestFilterSensitiveLog, void 0).ser(se_CreateMaintenanceWindowCommand).de(de_CreateMaintenanceWindowCommand).build() {
|
|
10094
10400
|
};
|
|
@@ -10099,10 +10405,10 @@ var CreateMaintenanceWindowCommand = _CreateMaintenanceWindowCommand;
|
|
|
10099
10405
|
|
|
10100
10406
|
|
|
10101
10407
|
|
|
10102
|
-
var _CreateOpsItemCommand = class _CreateOpsItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10408
|
+
var _CreateOpsItemCommand = class _CreateOpsItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10103
10409
|
return [
|
|
10104
10410
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10105
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10411
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10106
10412
|
];
|
|
10107
10413
|
}).s("AmazonSSM", "CreateOpsItem", {}).n("SSMClient", "CreateOpsItemCommand").f(void 0, void 0).ser(se_CreateOpsItemCommand).de(de_CreateOpsItemCommand).build() {
|
|
10108
10414
|
};
|
|
@@ -10113,10 +10419,10 @@ var CreateOpsItemCommand = _CreateOpsItemCommand;
|
|
|
10113
10419
|
|
|
10114
10420
|
|
|
10115
10421
|
|
|
10116
|
-
var _CreateOpsMetadataCommand = class _CreateOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10422
|
+
var _CreateOpsMetadataCommand = class _CreateOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10117
10423
|
return [
|
|
10118
10424
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10119
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10425
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10120
10426
|
];
|
|
10121
10427
|
}).s("AmazonSSM", "CreateOpsMetadata", {}).n("SSMClient", "CreateOpsMetadataCommand").f(void 0, void 0).ser(se_CreateOpsMetadataCommand).de(de_CreateOpsMetadataCommand).build() {
|
|
10122
10428
|
};
|
|
@@ -10127,10 +10433,10 @@ var CreateOpsMetadataCommand = _CreateOpsMetadataCommand;
|
|
|
10127
10433
|
|
|
10128
10434
|
|
|
10129
10435
|
|
|
10130
|
-
var _CreatePatchBaselineCommand = class _CreatePatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10436
|
+
var _CreatePatchBaselineCommand = class _CreatePatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10131
10437
|
return [
|
|
10132
10438
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10133
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10439
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10134
10440
|
];
|
|
10135
10441
|
}).s("AmazonSSM", "CreatePatchBaseline", {}).n("SSMClient", "CreatePatchBaselineCommand").f(CreatePatchBaselineRequestFilterSensitiveLog, void 0).ser(se_CreatePatchBaselineCommand).de(de_CreatePatchBaselineCommand).build() {
|
|
10136
10442
|
};
|
|
@@ -10141,10 +10447,10 @@ var CreatePatchBaselineCommand = _CreatePatchBaselineCommand;
|
|
|
10141
10447
|
|
|
10142
10448
|
|
|
10143
10449
|
|
|
10144
|
-
var _CreateResourceDataSyncCommand = class _CreateResourceDataSyncCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10450
|
+
var _CreateResourceDataSyncCommand = class _CreateResourceDataSyncCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10145
10451
|
return [
|
|
10146
10452
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10147
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10453
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10148
10454
|
];
|
|
10149
10455
|
}).s("AmazonSSM", "CreateResourceDataSync", {}).n("SSMClient", "CreateResourceDataSyncCommand").f(void 0, void 0).ser(se_CreateResourceDataSyncCommand).de(de_CreateResourceDataSyncCommand).build() {
|
|
10150
10456
|
};
|
|
@@ -10155,10 +10461,10 @@ var CreateResourceDataSyncCommand = _CreateResourceDataSyncCommand;
|
|
|
10155
10461
|
|
|
10156
10462
|
|
|
10157
10463
|
|
|
10158
|
-
var _DeleteActivationCommand = class _DeleteActivationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10464
|
+
var _DeleteActivationCommand = class _DeleteActivationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10159
10465
|
return [
|
|
10160
10466
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10161
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10467
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10162
10468
|
];
|
|
10163
10469
|
}).s("AmazonSSM", "DeleteActivation", {}).n("SSMClient", "DeleteActivationCommand").f(void 0, void 0).ser(se_DeleteActivationCommand).de(de_DeleteActivationCommand).build() {
|
|
10164
10470
|
};
|
|
@@ -10169,10 +10475,10 @@ var DeleteActivationCommand = _DeleteActivationCommand;
|
|
|
10169
10475
|
|
|
10170
10476
|
|
|
10171
10477
|
|
|
10172
|
-
var _DeleteAssociationCommand = class _DeleteAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10478
|
+
var _DeleteAssociationCommand = class _DeleteAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10173
10479
|
return [
|
|
10174
10480
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10175
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10481
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10176
10482
|
];
|
|
10177
10483
|
}).s("AmazonSSM", "DeleteAssociation", {}).n("SSMClient", "DeleteAssociationCommand").f(void 0, void 0).ser(se_DeleteAssociationCommand).de(de_DeleteAssociationCommand).build() {
|
|
10178
10484
|
};
|
|
@@ -10183,10 +10489,10 @@ var DeleteAssociationCommand = _DeleteAssociationCommand;
|
|
|
10183
10489
|
|
|
10184
10490
|
|
|
10185
10491
|
|
|
10186
|
-
var _DeleteDocumentCommand = class _DeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10492
|
+
var _DeleteDocumentCommand = class _DeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10187
10493
|
return [
|
|
10188
10494
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10189
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10495
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10190
10496
|
];
|
|
10191
10497
|
}).s("AmazonSSM", "DeleteDocument", {}).n("SSMClient", "DeleteDocumentCommand").f(void 0, void 0).ser(se_DeleteDocumentCommand).de(de_DeleteDocumentCommand).build() {
|
|
10192
10498
|
};
|
|
@@ -10197,10 +10503,10 @@ var DeleteDocumentCommand = _DeleteDocumentCommand;
|
|
|
10197
10503
|
|
|
10198
10504
|
|
|
10199
10505
|
|
|
10200
|
-
var _DeleteInventoryCommand = class _DeleteInventoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10506
|
+
var _DeleteInventoryCommand = class _DeleteInventoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10201
10507
|
return [
|
|
10202
10508
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10203
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10509
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10204
10510
|
];
|
|
10205
10511
|
}).s("AmazonSSM", "DeleteInventory", {}).n("SSMClient", "DeleteInventoryCommand").f(void 0, void 0).ser(se_DeleteInventoryCommand).de(de_DeleteInventoryCommand).build() {
|
|
10206
10512
|
};
|
|
@@ -10211,10 +10517,10 @@ var DeleteInventoryCommand = _DeleteInventoryCommand;
|
|
|
10211
10517
|
|
|
10212
10518
|
|
|
10213
10519
|
|
|
10214
|
-
var _DeleteMaintenanceWindowCommand = class _DeleteMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10520
|
+
var _DeleteMaintenanceWindowCommand = class _DeleteMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10215
10521
|
return [
|
|
10216
10522
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10217
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10523
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10218
10524
|
];
|
|
10219
10525
|
}).s("AmazonSSM", "DeleteMaintenanceWindow", {}).n("SSMClient", "DeleteMaintenanceWindowCommand").f(void 0, void 0).ser(se_DeleteMaintenanceWindowCommand).de(de_DeleteMaintenanceWindowCommand).build() {
|
|
10220
10526
|
};
|
|
@@ -10225,10 +10531,10 @@ var DeleteMaintenanceWindowCommand = _DeleteMaintenanceWindowCommand;
|
|
|
10225
10531
|
|
|
10226
10532
|
|
|
10227
10533
|
|
|
10228
|
-
var _DeleteOpsItemCommand = class _DeleteOpsItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10534
|
+
var _DeleteOpsItemCommand = class _DeleteOpsItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10229
10535
|
return [
|
|
10230
10536
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10231
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10537
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10232
10538
|
];
|
|
10233
10539
|
}).s("AmazonSSM", "DeleteOpsItem", {}).n("SSMClient", "DeleteOpsItemCommand").f(void 0, void 0).ser(se_DeleteOpsItemCommand).de(de_DeleteOpsItemCommand).build() {
|
|
10234
10540
|
};
|
|
@@ -10239,10 +10545,10 @@ var DeleteOpsItemCommand = _DeleteOpsItemCommand;
|
|
|
10239
10545
|
|
|
10240
10546
|
|
|
10241
10547
|
|
|
10242
|
-
var _DeleteOpsMetadataCommand = class _DeleteOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10548
|
+
var _DeleteOpsMetadataCommand = class _DeleteOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10243
10549
|
return [
|
|
10244
10550
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10245
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10551
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10246
10552
|
];
|
|
10247
10553
|
}).s("AmazonSSM", "DeleteOpsMetadata", {}).n("SSMClient", "DeleteOpsMetadataCommand").f(void 0, void 0).ser(se_DeleteOpsMetadataCommand).de(de_DeleteOpsMetadataCommand).build() {
|
|
10248
10554
|
};
|
|
@@ -10253,10 +10559,10 @@ var DeleteOpsMetadataCommand = _DeleteOpsMetadataCommand;
|
|
|
10253
10559
|
|
|
10254
10560
|
|
|
10255
10561
|
|
|
10256
|
-
var _DeleteParameterCommand = class _DeleteParameterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10562
|
+
var _DeleteParameterCommand = class _DeleteParameterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10257
10563
|
return [
|
|
10258
10564
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10259
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10565
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10260
10566
|
];
|
|
10261
10567
|
}).s("AmazonSSM", "DeleteParameter", {}).n("SSMClient", "DeleteParameterCommand").f(void 0, void 0).ser(se_DeleteParameterCommand).de(de_DeleteParameterCommand).build() {
|
|
10262
10568
|
};
|
|
@@ -10267,10 +10573,10 @@ var DeleteParameterCommand = _DeleteParameterCommand;
|
|
|
10267
10573
|
|
|
10268
10574
|
|
|
10269
10575
|
|
|
10270
|
-
var _DeleteParametersCommand = class _DeleteParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10576
|
+
var _DeleteParametersCommand = class _DeleteParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10271
10577
|
return [
|
|
10272
10578
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10273
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10579
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10274
10580
|
];
|
|
10275
10581
|
}).s("AmazonSSM", "DeleteParameters", {}).n("SSMClient", "DeleteParametersCommand").f(void 0, void 0).ser(se_DeleteParametersCommand).de(de_DeleteParametersCommand).build() {
|
|
10276
10582
|
};
|
|
@@ -10281,10 +10587,10 @@ var DeleteParametersCommand = _DeleteParametersCommand;
|
|
|
10281
10587
|
|
|
10282
10588
|
|
|
10283
10589
|
|
|
10284
|
-
var _DeletePatchBaselineCommand = class _DeletePatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10590
|
+
var _DeletePatchBaselineCommand = class _DeletePatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10285
10591
|
return [
|
|
10286
10592
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10287
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10593
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10288
10594
|
];
|
|
10289
10595
|
}).s("AmazonSSM", "DeletePatchBaseline", {}).n("SSMClient", "DeletePatchBaselineCommand").f(void 0, void 0).ser(se_DeletePatchBaselineCommand).de(de_DeletePatchBaselineCommand).build() {
|
|
10290
10596
|
};
|
|
@@ -10295,10 +10601,10 @@ var DeletePatchBaselineCommand = _DeletePatchBaselineCommand;
|
|
|
10295
10601
|
|
|
10296
10602
|
|
|
10297
10603
|
|
|
10298
|
-
var _DeleteResourceDataSyncCommand = class _DeleteResourceDataSyncCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10604
|
+
var _DeleteResourceDataSyncCommand = class _DeleteResourceDataSyncCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10299
10605
|
return [
|
|
10300
10606
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10301
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10607
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10302
10608
|
];
|
|
10303
10609
|
}).s("AmazonSSM", "DeleteResourceDataSync", {}).n("SSMClient", "DeleteResourceDataSyncCommand").f(void 0, void 0).ser(se_DeleteResourceDataSyncCommand).de(de_DeleteResourceDataSyncCommand).build() {
|
|
10304
10610
|
};
|
|
@@ -10309,10 +10615,10 @@ var DeleteResourceDataSyncCommand = _DeleteResourceDataSyncCommand;
|
|
|
10309
10615
|
|
|
10310
10616
|
|
|
10311
10617
|
|
|
10312
|
-
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10618
|
+
var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10313
10619
|
return [
|
|
10314
10620
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10315
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10621
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10316
10622
|
];
|
|
10317
10623
|
}).s("AmazonSSM", "DeleteResourcePolicy", {}).n("SSMClient", "DeleteResourcePolicyCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyCommand).de(de_DeleteResourcePolicyCommand).build() {
|
|
10318
10624
|
};
|
|
@@ -10323,10 +10629,10 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
|
10323
10629
|
|
|
10324
10630
|
|
|
10325
10631
|
|
|
10326
|
-
var _DeregisterManagedInstanceCommand = class _DeregisterManagedInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10632
|
+
var _DeregisterManagedInstanceCommand = class _DeregisterManagedInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10327
10633
|
return [
|
|
10328
10634
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10329
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10635
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10330
10636
|
];
|
|
10331
10637
|
}).s("AmazonSSM", "DeregisterManagedInstance", {}).n("SSMClient", "DeregisterManagedInstanceCommand").f(void 0, void 0).ser(se_DeregisterManagedInstanceCommand).de(de_DeregisterManagedInstanceCommand).build() {
|
|
10332
10638
|
};
|
|
@@ -10337,10 +10643,10 @@ var DeregisterManagedInstanceCommand = _DeregisterManagedInstanceCommand;
|
|
|
10337
10643
|
|
|
10338
10644
|
|
|
10339
10645
|
|
|
10340
|
-
var _DeregisterPatchBaselineForPatchGroupCommand = class _DeregisterPatchBaselineForPatchGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10646
|
+
var _DeregisterPatchBaselineForPatchGroupCommand = class _DeregisterPatchBaselineForPatchGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10341
10647
|
return [
|
|
10342
10648
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10343
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10649
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10344
10650
|
];
|
|
10345
10651
|
}).s("AmazonSSM", "DeregisterPatchBaselineForPatchGroup", {}).n("SSMClient", "DeregisterPatchBaselineForPatchGroupCommand").f(void 0, void 0).ser(se_DeregisterPatchBaselineForPatchGroupCommand).de(de_DeregisterPatchBaselineForPatchGroupCommand).build() {
|
|
10346
10652
|
};
|
|
@@ -10351,10 +10657,10 @@ var DeregisterPatchBaselineForPatchGroupCommand = _DeregisterPatchBaselineForPat
|
|
|
10351
10657
|
|
|
10352
10658
|
|
|
10353
10659
|
|
|
10354
|
-
var _DeregisterTargetFromMaintenanceWindowCommand = class _DeregisterTargetFromMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10660
|
+
var _DeregisterTargetFromMaintenanceWindowCommand = class _DeregisterTargetFromMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10355
10661
|
return [
|
|
10356
10662
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10357
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10663
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10358
10664
|
];
|
|
10359
10665
|
}).s("AmazonSSM", "DeregisterTargetFromMaintenanceWindow", {}).n("SSMClient", "DeregisterTargetFromMaintenanceWindowCommand").f(void 0, void 0).ser(se_DeregisterTargetFromMaintenanceWindowCommand).de(de_DeregisterTargetFromMaintenanceWindowCommand).build() {
|
|
10360
10666
|
};
|
|
@@ -10365,10 +10671,10 @@ var DeregisterTargetFromMaintenanceWindowCommand = _DeregisterTargetFromMaintena
|
|
|
10365
10671
|
|
|
10366
10672
|
|
|
10367
10673
|
|
|
10368
|
-
var _DeregisterTaskFromMaintenanceWindowCommand = class _DeregisterTaskFromMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10674
|
+
var _DeregisterTaskFromMaintenanceWindowCommand = class _DeregisterTaskFromMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10369
10675
|
return [
|
|
10370
10676
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10371
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10677
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10372
10678
|
];
|
|
10373
10679
|
}).s("AmazonSSM", "DeregisterTaskFromMaintenanceWindow", {}).n("SSMClient", "DeregisterTaskFromMaintenanceWindowCommand").f(void 0, void 0).ser(se_DeregisterTaskFromMaintenanceWindowCommand).de(de_DeregisterTaskFromMaintenanceWindowCommand).build() {
|
|
10374
10680
|
};
|
|
@@ -10379,10 +10685,10 @@ var DeregisterTaskFromMaintenanceWindowCommand = _DeregisterTaskFromMaintenanceW
|
|
|
10379
10685
|
|
|
10380
10686
|
|
|
10381
10687
|
|
|
10382
|
-
var _DescribeActivationsCommand = class _DescribeActivationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10688
|
+
var _DescribeActivationsCommand = class _DescribeActivationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10383
10689
|
return [
|
|
10384
10690
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10385
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10691
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10386
10692
|
];
|
|
10387
10693
|
}).s("AmazonSSM", "DescribeActivations", {}).n("SSMClient", "DescribeActivationsCommand").f(void 0, void 0).ser(se_DescribeActivationsCommand).de(de_DescribeActivationsCommand).build() {
|
|
10388
10694
|
};
|
|
@@ -10393,10 +10699,10 @@ var DescribeActivationsCommand = _DescribeActivationsCommand;
|
|
|
10393
10699
|
|
|
10394
10700
|
|
|
10395
10701
|
|
|
10396
|
-
var _DescribeAssociationCommand = class _DescribeAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10702
|
+
var _DescribeAssociationCommand = class _DescribeAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10397
10703
|
return [
|
|
10398
10704
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10399
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10705
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10400
10706
|
];
|
|
10401
10707
|
}).s("AmazonSSM", "DescribeAssociation", {}).n("SSMClient", "DescribeAssociationCommand").f(void 0, DescribeAssociationResultFilterSensitiveLog).ser(se_DescribeAssociationCommand).de(de_DescribeAssociationCommand).build() {
|
|
10402
10708
|
};
|
|
@@ -10407,10 +10713,10 @@ var DescribeAssociationCommand = _DescribeAssociationCommand;
|
|
|
10407
10713
|
|
|
10408
10714
|
|
|
10409
10715
|
|
|
10410
|
-
var _DescribeAssociationExecutionsCommand = class _DescribeAssociationExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10716
|
+
var _DescribeAssociationExecutionsCommand = class _DescribeAssociationExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10411
10717
|
return [
|
|
10412
10718
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10413
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10719
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10414
10720
|
];
|
|
10415
10721
|
}).s("AmazonSSM", "DescribeAssociationExecutions", {}).n("SSMClient", "DescribeAssociationExecutionsCommand").f(void 0, void 0).ser(se_DescribeAssociationExecutionsCommand).de(de_DescribeAssociationExecutionsCommand).build() {
|
|
10416
10722
|
};
|
|
@@ -10421,10 +10727,10 @@ var DescribeAssociationExecutionsCommand = _DescribeAssociationExecutionsCommand
|
|
|
10421
10727
|
|
|
10422
10728
|
|
|
10423
10729
|
|
|
10424
|
-
var _DescribeAssociationExecutionTargetsCommand = class _DescribeAssociationExecutionTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10730
|
+
var _DescribeAssociationExecutionTargetsCommand = class _DescribeAssociationExecutionTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10425
10731
|
return [
|
|
10426
10732
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10427
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10733
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10428
10734
|
];
|
|
10429
10735
|
}).s("AmazonSSM", "DescribeAssociationExecutionTargets", {}).n("SSMClient", "DescribeAssociationExecutionTargetsCommand").f(void 0, void 0).ser(se_DescribeAssociationExecutionTargetsCommand).de(de_DescribeAssociationExecutionTargetsCommand).build() {
|
|
10430
10736
|
};
|
|
@@ -10435,10 +10741,10 @@ var DescribeAssociationExecutionTargetsCommand = _DescribeAssociationExecutionTa
|
|
|
10435
10741
|
|
|
10436
10742
|
|
|
10437
10743
|
|
|
10438
|
-
var _DescribeAutomationExecutionsCommand = class _DescribeAutomationExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10744
|
+
var _DescribeAutomationExecutionsCommand = class _DescribeAutomationExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10439
10745
|
return [
|
|
10440
10746
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10441
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10747
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10442
10748
|
];
|
|
10443
10749
|
}).s("AmazonSSM", "DescribeAutomationExecutions", {}).n("SSMClient", "DescribeAutomationExecutionsCommand").f(void 0, void 0).ser(se_DescribeAutomationExecutionsCommand).de(de_DescribeAutomationExecutionsCommand).build() {
|
|
10444
10750
|
};
|
|
@@ -10449,10 +10755,10 @@ var DescribeAutomationExecutionsCommand = _DescribeAutomationExecutionsCommand;
|
|
|
10449
10755
|
|
|
10450
10756
|
|
|
10451
10757
|
|
|
10452
|
-
var _DescribeAutomationStepExecutionsCommand = class _DescribeAutomationStepExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10758
|
+
var _DescribeAutomationStepExecutionsCommand = class _DescribeAutomationStepExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10453
10759
|
return [
|
|
10454
10760
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10455
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10761
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10456
10762
|
];
|
|
10457
10763
|
}).s("AmazonSSM", "DescribeAutomationStepExecutions", {}).n("SSMClient", "DescribeAutomationStepExecutionsCommand").f(void 0, void 0).ser(se_DescribeAutomationStepExecutionsCommand).de(de_DescribeAutomationStepExecutionsCommand).build() {
|
|
10458
10764
|
};
|
|
@@ -10463,10 +10769,10 @@ var DescribeAutomationStepExecutionsCommand = _DescribeAutomationStepExecutionsC
|
|
|
10463
10769
|
|
|
10464
10770
|
|
|
10465
10771
|
|
|
10466
|
-
var _DescribeAvailablePatchesCommand = class _DescribeAvailablePatchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10772
|
+
var _DescribeAvailablePatchesCommand = class _DescribeAvailablePatchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10467
10773
|
return [
|
|
10468
10774
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10469
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10775
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10470
10776
|
];
|
|
10471
10777
|
}).s("AmazonSSM", "DescribeAvailablePatches", {}).n("SSMClient", "DescribeAvailablePatchesCommand").f(void 0, void 0).ser(se_DescribeAvailablePatchesCommand).de(de_DescribeAvailablePatchesCommand).build() {
|
|
10472
10778
|
};
|
|
@@ -10477,10 +10783,10 @@ var DescribeAvailablePatchesCommand = _DescribeAvailablePatchesCommand;
|
|
|
10477
10783
|
|
|
10478
10784
|
|
|
10479
10785
|
|
|
10480
|
-
var _DescribeDocumentCommand = class _DescribeDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10786
|
+
var _DescribeDocumentCommand = class _DescribeDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10481
10787
|
return [
|
|
10482
10788
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10483
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10789
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10484
10790
|
];
|
|
10485
10791
|
}).s("AmazonSSM", "DescribeDocument", {}).n("SSMClient", "DescribeDocumentCommand").f(void 0, void 0).ser(se_DescribeDocumentCommand).de(de_DescribeDocumentCommand).build() {
|
|
10486
10792
|
};
|
|
@@ -10491,10 +10797,10 @@ var DescribeDocumentCommand = _DescribeDocumentCommand;
|
|
|
10491
10797
|
|
|
10492
10798
|
|
|
10493
10799
|
|
|
10494
|
-
var _DescribeDocumentPermissionCommand = class _DescribeDocumentPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10800
|
+
var _DescribeDocumentPermissionCommand = class _DescribeDocumentPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10495
10801
|
return [
|
|
10496
10802
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10497
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10803
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10498
10804
|
];
|
|
10499
10805
|
}).s("AmazonSSM", "DescribeDocumentPermission", {}).n("SSMClient", "DescribeDocumentPermissionCommand").f(void 0, void 0).ser(se_DescribeDocumentPermissionCommand).de(de_DescribeDocumentPermissionCommand).build() {
|
|
10500
10806
|
};
|
|
@@ -10505,10 +10811,10 @@ var DescribeDocumentPermissionCommand = _DescribeDocumentPermissionCommand;
|
|
|
10505
10811
|
|
|
10506
10812
|
|
|
10507
10813
|
|
|
10508
|
-
var _DescribeEffectiveInstanceAssociationsCommand = class _DescribeEffectiveInstanceAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10814
|
+
var _DescribeEffectiveInstanceAssociationsCommand = class _DescribeEffectiveInstanceAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10509
10815
|
return [
|
|
10510
10816
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10511
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10817
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10512
10818
|
];
|
|
10513
10819
|
}).s("AmazonSSM", "DescribeEffectiveInstanceAssociations", {}).n("SSMClient", "DescribeEffectiveInstanceAssociationsCommand").f(void 0, void 0).ser(se_DescribeEffectiveInstanceAssociationsCommand).de(de_DescribeEffectiveInstanceAssociationsCommand).build() {
|
|
10514
10820
|
};
|
|
@@ -10519,10 +10825,10 @@ var DescribeEffectiveInstanceAssociationsCommand = _DescribeEffectiveInstanceAss
|
|
|
10519
10825
|
|
|
10520
10826
|
|
|
10521
10827
|
|
|
10522
|
-
var _DescribeEffectivePatchesForPatchBaselineCommand = class _DescribeEffectivePatchesForPatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10828
|
+
var _DescribeEffectivePatchesForPatchBaselineCommand = class _DescribeEffectivePatchesForPatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10523
10829
|
return [
|
|
10524
10830
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10525
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10831
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10526
10832
|
];
|
|
10527
10833
|
}).s("AmazonSSM", "DescribeEffectivePatchesForPatchBaseline", {}).n("SSMClient", "DescribeEffectivePatchesForPatchBaselineCommand").f(void 0, void 0).ser(se_DescribeEffectivePatchesForPatchBaselineCommand).de(de_DescribeEffectivePatchesForPatchBaselineCommand).build() {
|
|
10528
10834
|
};
|
|
@@ -10533,10 +10839,10 @@ var DescribeEffectivePatchesForPatchBaselineCommand = _DescribeEffectivePatchesF
|
|
|
10533
10839
|
|
|
10534
10840
|
|
|
10535
10841
|
|
|
10536
|
-
var _DescribeInstanceAssociationsStatusCommand = class _DescribeInstanceAssociationsStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10842
|
+
var _DescribeInstanceAssociationsStatusCommand = class _DescribeInstanceAssociationsStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10537
10843
|
return [
|
|
10538
10844
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10539
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10845
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10540
10846
|
];
|
|
10541
10847
|
}).s("AmazonSSM", "DescribeInstanceAssociationsStatus", {}).n("SSMClient", "DescribeInstanceAssociationsStatusCommand").f(void 0, void 0).ser(se_DescribeInstanceAssociationsStatusCommand).de(de_DescribeInstanceAssociationsStatusCommand).build() {
|
|
10542
10848
|
};
|
|
@@ -10547,10 +10853,10 @@ var DescribeInstanceAssociationsStatusCommand = _DescribeInstanceAssociationsSta
|
|
|
10547
10853
|
|
|
10548
10854
|
|
|
10549
10855
|
|
|
10550
|
-
var _DescribeInstanceInformationCommand = class _DescribeInstanceInformationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10856
|
+
var _DescribeInstanceInformationCommand = class _DescribeInstanceInformationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10551
10857
|
return [
|
|
10552
10858
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10553
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10859
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10554
10860
|
];
|
|
10555
10861
|
}).s("AmazonSSM", "DescribeInstanceInformation", {}).n("SSMClient", "DescribeInstanceInformationCommand").f(void 0, DescribeInstanceInformationResultFilterSensitiveLog).ser(se_DescribeInstanceInformationCommand).de(de_DescribeInstanceInformationCommand).build() {
|
|
10556
10862
|
};
|
|
@@ -10561,10 +10867,10 @@ var DescribeInstanceInformationCommand = _DescribeInstanceInformationCommand;
|
|
|
10561
10867
|
|
|
10562
10868
|
|
|
10563
10869
|
|
|
10564
|
-
var _DescribeInstancePatchesCommand = class _DescribeInstancePatchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10870
|
+
var _DescribeInstancePatchesCommand = class _DescribeInstancePatchesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10565
10871
|
return [
|
|
10566
10872
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10567
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10873
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10568
10874
|
];
|
|
10569
10875
|
}).s("AmazonSSM", "DescribeInstancePatches", {}).n("SSMClient", "DescribeInstancePatchesCommand").f(void 0, void 0).ser(se_DescribeInstancePatchesCommand).de(de_DescribeInstancePatchesCommand).build() {
|
|
10570
10876
|
};
|
|
@@ -10575,10 +10881,10 @@ var DescribeInstancePatchesCommand = _DescribeInstancePatchesCommand;
|
|
|
10575
10881
|
|
|
10576
10882
|
|
|
10577
10883
|
|
|
10578
|
-
var _DescribeInstancePatchStatesCommand = class _DescribeInstancePatchStatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10884
|
+
var _DescribeInstancePatchStatesCommand = class _DescribeInstancePatchStatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10579
10885
|
return [
|
|
10580
10886
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10581
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10887
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10582
10888
|
];
|
|
10583
10889
|
}).s("AmazonSSM", "DescribeInstancePatchStates", {}).n("SSMClient", "DescribeInstancePatchStatesCommand").f(void 0, DescribeInstancePatchStatesResultFilterSensitiveLog).ser(se_DescribeInstancePatchStatesCommand).de(de_DescribeInstancePatchStatesCommand).build() {
|
|
10584
10890
|
};
|
|
@@ -10589,10 +10895,10 @@ var DescribeInstancePatchStatesCommand = _DescribeInstancePatchStatesCommand;
|
|
|
10589
10895
|
|
|
10590
10896
|
|
|
10591
10897
|
|
|
10592
|
-
var _DescribeInstancePatchStatesForPatchGroupCommand = class _DescribeInstancePatchStatesForPatchGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10898
|
+
var _DescribeInstancePatchStatesForPatchGroupCommand = class _DescribeInstancePatchStatesForPatchGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10593
10899
|
return [
|
|
10594
10900
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10595
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10901
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10596
10902
|
];
|
|
10597
10903
|
}).s("AmazonSSM", "DescribeInstancePatchStatesForPatchGroup", {}).n("SSMClient", "DescribeInstancePatchStatesForPatchGroupCommand").f(void 0, DescribeInstancePatchStatesForPatchGroupResultFilterSensitiveLog).ser(se_DescribeInstancePatchStatesForPatchGroupCommand).de(de_DescribeInstancePatchStatesForPatchGroupCommand).build() {
|
|
10598
10904
|
};
|
|
@@ -10603,10 +10909,10 @@ var DescribeInstancePatchStatesForPatchGroupCommand = _DescribeInstancePatchStat
|
|
|
10603
10909
|
|
|
10604
10910
|
|
|
10605
10911
|
|
|
10606
|
-
var _DescribeInstancePropertiesCommand = class _DescribeInstancePropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10912
|
+
var _DescribeInstancePropertiesCommand = class _DescribeInstancePropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10607
10913
|
return [
|
|
10608
10914
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10609
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10915
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10610
10916
|
];
|
|
10611
10917
|
}).s("AmazonSSM", "DescribeInstanceProperties", {}).n("SSMClient", "DescribeInstancePropertiesCommand").f(void 0, DescribeInstancePropertiesResultFilterSensitiveLog).ser(se_DescribeInstancePropertiesCommand).de(de_DescribeInstancePropertiesCommand).build() {
|
|
10612
10918
|
};
|
|
@@ -10617,10 +10923,10 @@ var DescribeInstancePropertiesCommand = _DescribeInstancePropertiesCommand;
|
|
|
10617
10923
|
|
|
10618
10924
|
|
|
10619
10925
|
|
|
10620
|
-
var _DescribeInventoryDeletionsCommand = class _DescribeInventoryDeletionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10926
|
+
var _DescribeInventoryDeletionsCommand = class _DescribeInventoryDeletionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10621
10927
|
return [
|
|
10622
10928
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10623
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10929
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10624
10930
|
];
|
|
10625
10931
|
}).s("AmazonSSM", "DescribeInventoryDeletions", {}).n("SSMClient", "DescribeInventoryDeletionsCommand").f(void 0, void 0).ser(se_DescribeInventoryDeletionsCommand).de(de_DescribeInventoryDeletionsCommand).build() {
|
|
10626
10932
|
};
|
|
@@ -10631,10 +10937,10 @@ var DescribeInventoryDeletionsCommand = _DescribeInventoryDeletionsCommand;
|
|
|
10631
10937
|
|
|
10632
10938
|
|
|
10633
10939
|
|
|
10634
|
-
var _DescribeMaintenanceWindowExecutionsCommand = class _DescribeMaintenanceWindowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10940
|
+
var _DescribeMaintenanceWindowExecutionsCommand = class _DescribeMaintenanceWindowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10635
10941
|
return [
|
|
10636
10942
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10637
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10943
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10638
10944
|
];
|
|
10639
10945
|
}).s("AmazonSSM", "DescribeMaintenanceWindowExecutions", {}).n("SSMClient", "DescribeMaintenanceWindowExecutionsCommand").f(void 0, void 0).ser(se_DescribeMaintenanceWindowExecutionsCommand).de(de_DescribeMaintenanceWindowExecutionsCommand).build() {
|
|
10640
10946
|
};
|
|
@@ -10645,10 +10951,10 @@ var DescribeMaintenanceWindowExecutionsCommand = _DescribeMaintenanceWindowExecu
|
|
|
10645
10951
|
|
|
10646
10952
|
|
|
10647
10953
|
|
|
10648
|
-
var _DescribeMaintenanceWindowExecutionTaskInvocationsCommand = class _DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10954
|
+
var _DescribeMaintenanceWindowExecutionTaskInvocationsCommand = class _DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10649
10955
|
return [
|
|
10650
10956
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10651
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10957
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10652
10958
|
];
|
|
10653
10959
|
}).s("AmazonSSM", "DescribeMaintenanceWindowExecutionTaskInvocations", {}).n("SSMClient", "DescribeMaintenanceWindowExecutionTaskInvocationsCommand").f(void 0, DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog).ser(se_DescribeMaintenanceWindowExecutionTaskInvocationsCommand).de(de_DescribeMaintenanceWindowExecutionTaskInvocationsCommand).build() {
|
|
10654
10960
|
};
|
|
@@ -10659,10 +10965,10 @@ var DescribeMaintenanceWindowExecutionTaskInvocationsCommand = _DescribeMaintena
|
|
|
10659
10965
|
|
|
10660
10966
|
|
|
10661
10967
|
|
|
10662
|
-
var _DescribeMaintenanceWindowExecutionTasksCommand = class _DescribeMaintenanceWindowExecutionTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10968
|
+
var _DescribeMaintenanceWindowExecutionTasksCommand = class _DescribeMaintenanceWindowExecutionTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10663
10969
|
return [
|
|
10664
10970
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10665
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10971
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10666
10972
|
];
|
|
10667
10973
|
}).s("AmazonSSM", "DescribeMaintenanceWindowExecutionTasks", {}).n("SSMClient", "DescribeMaintenanceWindowExecutionTasksCommand").f(void 0, void 0).ser(se_DescribeMaintenanceWindowExecutionTasksCommand).de(de_DescribeMaintenanceWindowExecutionTasksCommand).build() {
|
|
10668
10974
|
};
|
|
@@ -10673,10 +10979,10 @@ var DescribeMaintenanceWindowExecutionTasksCommand = _DescribeMaintenanceWindowE
|
|
|
10673
10979
|
|
|
10674
10980
|
|
|
10675
10981
|
|
|
10676
|
-
var _DescribeMaintenanceWindowScheduleCommand = class _DescribeMaintenanceWindowScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10982
|
+
var _DescribeMaintenanceWindowScheduleCommand = class _DescribeMaintenanceWindowScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10677
10983
|
return [
|
|
10678
10984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10679
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10985
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10680
10986
|
];
|
|
10681
10987
|
}).s("AmazonSSM", "DescribeMaintenanceWindowSchedule", {}).n("SSMClient", "DescribeMaintenanceWindowScheduleCommand").f(void 0, void 0).ser(se_DescribeMaintenanceWindowScheduleCommand).de(de_DescribeMaintenanceWindowScheduleCommand).build() {
|
|
10682
10988
|
};
|
|
@@ -10687,10 +10993,10 @@ var DescribeMaintenanceWindowScheduleCommand = _DescribeMaintenanceWindowSchedul
|
|
|
10687
10993
|
|
|
10688
10994
|
|
|
10689
10995
|
|
|
10690
|
-
var _DescribeMaintenanceWindowsCommand = class _DescribeMaintenanceWindowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
10996
|
+
var _DescribeMaintenanceWindowsCommand = class _DescribeMaintenanceWindowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10691
10997
|
return [
|
|
10692
10998
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10693
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
10999
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10694
11000
|
];
|
|
10695
11001
|
}).s("AmazonSSM", "DescribeMaintenanceWindows", {}).n("SSMClient", "DescribeMaintenanceWindowsCommand").f(void 0, DescribeMaintenanceWindowsResultFilterSensitiveLog).ser(se_DescribeMaintenanceWindowsCommand).de(de_DescribeMaintenanceWindowsCommand).build() {
|
|
10696
11002
|
};
|
|
@@ -10701,10 +11007,10 @@ var DescribeMaintenanceWindowsCommand = _DescribeMaintenanceWindowsCommand;
|
|
|
10701
11007
|
|
|
10702
11008
|
|
|
10703
11009
|
|
|
10704
|
-
var _DescribeMaintenanceWindowsForTargetCommand = class _DescribeMaintenanceWindowsForTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11010
|
+
var _DescribeMaintenanceWindowsForTargetCommand = class _DescribeMaintenanceWindowsForTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10705
11011
|
return [
|
|
10706
11012
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10707
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11013
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10708
11014
|
];
|
|
10709
11015
|
}).s("AmazonSSM", "DescribeMaintenanceWindowsForTarget", {}).n("SSMClient", "DescribeMaintenanceWindowsForTargetCommand").f(void 0, void 0).ser(se_DescribeMaintenanceWindowsForTargetCommand).de(de_DescribeMaintenanceWindowsForTargetCommand).build() {
|
|
10710
11016
|
};
|
|
@@ -10715,10 +11021,10 @@ var DescribeMaintenanceWindowsForTargetCommand = _DescribeMaintenanceWindowsForT
|
|
|
10715
11021
|
|
|
10716
11022
|
|
|
10717
11023
|
|
|
10718
|
-
var _DescribeMaintenanceWindowTargetsCommand = class _DescribeMaintenanceWindowTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11024
|
+
var _DescribeMaintenanceWindowTargetsCommand = class _DescribeMaintenanceWindowTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10719
11025
|
return [
|
|
10720
11026
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10721
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11027
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10722
11028
|
];
|
|
10723
11029
|
}).s("AmazonSSM", "DescribeMaintenanceWindowTargets", {}).n("SSMClient", "DescribeMaintenanceWindowTargetsCommand").f(void 0, DescribeMaintenanceWindowTargetsResultFilterSensitiveLog).ser(se_DescribeMaintenanceWindowTargetsCommand).de(de_DescribeMaintenanceWindowTargetsCommand).build() {
|
|
10724
11030
|
};
|
|
@@ -10729,10 +11035,10 @@ var DescribeMaintenanceWindowTargetsCommand = _DescribeMaintenanceWindowTargetsC
|
|
|
10729
11035
|
|
|
10730
11036
|
|
|
10731
11037
|
|
|
10732
|
-
var _DescribeMaintenanceWindowTasksCommand = class _DescribeMaintenanceWindowTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11038
|
+
var _DescribeMaintenanceWindowTasksCommand = class _DescribeMaintenanceWindowTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10733
11039
|
return [
|
|
10734
11040
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10735
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11041
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10736
11042
|
];
|
|
10737
11043
|
}).s("AmazonSSM", "DescribeMaintenanceWindowTasks", {}).n("SSMClient", "DescribeMaintenanceWindowTasksCommand").f(void 0, DescribeMaintenanceWindowTasksResultFilterSensitiveLog).ser(se_DescribeMaintenanceWindowTasksCommand).de(de_DescribeMaintenanceWindowTasksCommand).build() {
|
|
10738
11044
|
};
|
|
@@ -10743,10 +11049,10 @@ var DescribeMaintenanceWindowTasksCommand = _DescribeMaintenanceWindowTasksComma
|
|
|
10743
11049
|
|
|
10744
11050
|
|
|
10745
11051
|
|
|
10746
|
-
var _DescribeOpsItemsCommand = class _DescribeOpsItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11052
|
+
var _DescribeOpsItemsCommand = class _DescribeOpsItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10747
11053
|
return [
|
|
10748
11054
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10749
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11055
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10750
11056
|
];
|
|
10751
11057
|
}).s("AmazonSSM", "DescribeOpsItems", {}).n("SSMClient", "DescribeOpsItemsCommand").f(void 0, void 0).ser(se_DescribeOpsItemsCommand).de(de_DescribeOpsItemsCommand).build() {
|
|
10752
11058
|
};
|
|
@@ -10757,10 +11063,10 @@ var DescribeOpsItemsCommand = _DescribeOpsItemsCommand;
|
|
|
10757
11063
|
|
|
10758
11064
|
|
|
10759
11065
|
|
|
10760
|
-
var _DescribeParametersCommand = class _DescribeParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11066
|
+
var _DescribeParametersCommand = class _DescribeParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10761
11067
|
return [
|
|
10762
11068
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10763
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11069
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10764
11070
|
];
|
|
10765
11071
|
}).s("AmazonSSM", "DescribeParameters", {}).n("SSMClient", "DescribeParametersCommand").f(void 0, void 0).ser(se_DescribeParametersCommand).de(de_DescribeParametersCommand).build() {
|
|
10766
11072
|
};
|
|
@@ -10771,10 +11077,10 @@ var DescribeParametersCommand = _DescribeParametersCommand;
|
|
|
10771
11077
|
|
|
10772
11078
|
|
|
10773
11079
|
|
|
10774
|
-
var _DescribePatchBaselinesCommand = class _DescribePatchBaselinesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11080
|
+
var _DescribePatchBaselinesCommand = class _DescribePatchBaselinesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10775
11081
|
return [
|
|
10776
11082
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10777
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11083
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10778
11084
|
];
|
|
10779
11085
|
}).s("AmazonSSM", "DescribePatchBaselines", {}).n("SSMClient", "DescribePatchBaselinesCommand").f(void 0, void 0).ser(se_DescribePatchBaselinesCommand).de(de_DescribePatchBaselinesCommand).build() {
|
|
10780
11086
|
};
|
|
@@ -10785,10 +11091,10 @@ var DescribePatchBaselinesCommand = _DescribePatchBaselinesCommand;
|
|
|
10785
11091
|
|
|
10786
11092
|
|
|
10787
11093
|
|
|
10788
|
-
var _DescribePatchGroupsCommand = class _DescribePatchGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11094
|
+
var _DescribePatchGroupsCommand = class _DescribePatchGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10789
11095
|
return [
|
|
10790
11096
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10791
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11097
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10792
11098
|
];
|
|
10793
11099
|
}).s("AmazonSSM", "DescribePatchGroups", {}).n("SSMClient", "DescribePatchGroupsCommand").f(void 0, void 0).ser(se_DescribePatchGroupsCommand).de(de_DescribePatchGroupsCommand).build() {
|
|
10794
11100
|
};
|
|
@@ -10799,10 +11105,10 @@ var DescribePatchGroupsCommand = _DescribePatchGroupsCommand;
|
|
|
10799
11105
|
|
|
10800
11106
|
|
|
10801
11107
|
|
|
10802
|
-
var _DescribePatchGroupStateCommand = class _DescribePatchGroupStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11108
|
+
var _DescribePatchGroupStateCommand = class _DescribePatchGroupStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10803
11109
|
return [
|
|
10804
11110
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10805
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11111
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10806
11112
|
];
|
|
10807
11113
|
}).s("AmazonSSM", "DescribePatchGroupState", {}).n("SSMClient", "DescribePatchGroupStateCommand").f(void 0, void 0).ser(se_DescribePatchGroupStateCommand).de(de_DescribePatchGroupStateCommand).build() {
|
|
10808
11114
|
};
|
|
@@ -10813,10 +11119,10 @@ var DescribePatchGroupStateCommand = _DescribePatchGroupStateCommand;
|
|
|
10813
11119
|
|
|
10814
11120
|
|
|
10815
11121
|
|
|
10816
|
-
var _DescribePatchPropertiesCommand = class _DescribePatchPropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11122
|
+
var _DescribePatchPropertiesCommand = class _DescribePatchPropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10817
11123
|
return [
|
|
10818
11124
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10819
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11125
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10820
11126
|
];
|
|
10821
11127
|
}).s("AmazonSSM", "DescribePatchProperties", {}).n("SSMClient", "DescribePatchPropertiesCommand").f(void 0, void 0).ser(se_DescribePatchPropertiesCommand).de(de_DescribePatchPropertiesCommand).build() {
|
|
10822
11128
|
};
|
|
@@ -10827,10 +11133,10 @@ var DescribePatchPropertiesCommand = _DescribePatchPropertiesCommand;
|
|
|
10827
11133
|
|
|
10828
11134
|
|
|
10829
11135
|
|
|
10830
|
-
var _DescribeSessionsCommand = class _DescribeSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11136
|
+
var _DescribeSessionsCommand = class _DescribeSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10831
11137
|
return [
|
|
10832
11138
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10833
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11139
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10834
11140
|
];
|
|
10835
11141
|
}).s("AmazonSSM", "DescribeSessions", {}).n("SSMClient", "DescribeSessionsCommand").f(void 0, void 0).ser(se_DescribeSessionsCommand).de(de_DescribeSessionsCommand).build() {
|
|
10836
11142
|
};
|
|
@@ -10841,10 +11147,10 @@ var DescribeSessionsCommand = _DescribeSessionsCommand;
|
|
|
10841
11147
|
|
|
10842
11148
|
|
|
10843
11149
|
|
|
10844
|
-
var _DisassociateOpsItemRelatedItemCommand = class _DisassociateOpsItemRelatedItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11150
|
+
var _DisassociateOpsItemRelatedItemCommand = class _DisassociateOpsItemRelatedItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10845
11151
|
return [
|
|
10846
11152
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10847
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11153
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10848
11154
|
];
|
|
10849
11155
|
}).s("AmazonSSM", "DisassociateOpsItemRelatedItem", {}).n("SSMClient", "DisassociateOpsItemRelatedItemCommand").f(void 0, void 0).ser(se_DisassociateOpsItemRelatedItemCommand).de(de_DisassociateOpsItemRelatedItemCommand).build() {
|
|
10850
11156
|
};
|
|
@@ -10855,10 +11161,10 @@ var DisassociateOpsItemRelatedItemCommand = _DisassociateOpsItemRelatedItemComma
|
|
|
10855
11161
|
|
|
10856
11162
|
|
|
10857
11163
|
|
|
10858
|
-
var _GetAutomationExecutionCommand = class _GetAutomationExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11164
|
+
var _GetAutomationExecutionCommand = class _GetAutomationExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10859
11165
|
return [
|
|
10860
11166
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10861
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11167
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10862
11168
|
];
|
|
10863
11169
|
}).s("AmazonSSM", "GetAutomationExecution", {}).n("SSMClient", "GetAutomationExecutionCommand").f(void 0, void 0).ser(se_GetAutomationExecutionCommand).de(de_GetAutomationExecutionCommand).build() {
|
|
10864
11170
|
};
|
|
@@ -10869,10 +11175,10 @@ var GetAutomationExecutionCommand = _GetAutomationExecutionCommand;
|
|
|
10869
11175
|
|
|
10870
11176
|
|
|
10871
11177
|
|
|
10872
|
-
var _GetCalendarStateCommand = class _GetCalendarStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11178
|
+
var _GetCalendarStateCommand = class _GetCalendarStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10873
11179
|
return [
|
|
10874
11180
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10875
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11181
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10876
11182
|
];
|
|
10877
11183
|
}).s("AmazonSSM", "GetCalendarState", {}).n("SSMClient", "GetCalendarStateCommand").f(void 0, void 0).ser(se_GetCalendarStateCommand).de(de_GetCalendarStateCommand).build() {
|
|
10878
11184
|
};
|
|
@@ -10883,10 +11189,10 @@ var GetCalendarStateCommand = _GetCalendarStateCommand;
|
|
|
10883
11189
|
|
|
10884
11190
|
|
|
10885
11191
|
|
|
10886
|
-
var _GetCommandInvocationCommand = class _GetCommandInvocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11192
|
+
var _GetCommandInvocationCommand = class _GetCommandInvocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10887
11193
|
return [
|
|
10888
11194
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10889
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11195
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10890
11196
|
];
|
|
10891
11197
|
}).s("AmazonSSM", "GetCommandInvocation", {}).n("SSMClient", "GetCommandInvocationCommand").f(void 0, void 0).ser(se_GetCommandInvocationCommand).de(de_GetCommandInvocationCommand).build() {
|
|
10892
11198
|
};
|
|
@@ -10897,10 +11203,10 @@ var GetCommandInvocationCommand = _GetCommandInvocationCommand;
|
|
|
10897
11203
|
|
|
10898
11204
|
|
|
10899
11205
|
|
|
10900
|
-
var _GetConnectionStatusCommand = class _GetConnectionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11206
|
+
var _GetConnectionStatusCommand = class _GetConnectionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10901
11207
|
return [
|
|
10902
11208
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10903
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11209
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10904
11210
|
];
|
|
10905
11211
|
}).s("AmazonSSM", "GetConnectionStatus", {}).n("SSMClient", "GetConnectionStatusCommand").f(void 0, void 0).ser(se_GetConnectionStatusCommand).de(de_GetConnectionStatusCommand).build() {
|
|
10906
11212
|
};
|
|
@@ -10911,10 +11217,10 @@ var GetConnectionStatusCommand = _GetConnectionStatusCommand;
|
|
|
10911
11217
|
|
|
10912
11218
|
|
|
10913
11219
|
|
|
10914
|
-
var _GetDefaultPatchBaselineCommand = class _GetDefaultPatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11220
|
+
var _GetDefaultPatchBaselineCommand = class _GetDefaultPatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10915
11221
|
return [
|
|
10916
11222
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10917
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11223
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10918
11224
|
];
|
|
10919
11225
|
}).s("AmazonSSM", "GetDefaultPatchBaseline", {}).n("SSMClient", "GetDefaultPatchBaselineCommand").f(void 0, void 0).ser(se_GetDefaultPatchBaselineCommand).de(de_GetDefaultPatchBaselineCommand).build() {
|
|
10920
11226
|
};
|
|
@@ -10925,10 +11231,10 @@ var GetDefaultPatchBaselineCommand = _GetDefaultPatchBaselineCommand;
|
|
|
10925
11231
|
|
|
10926
11232
|
|
|
10927
11233
|
|
|
10928
|
-
var _GetDeployablePatchSnapshotForInstanceCommand = class _GetDeployablePatchSnapshotForInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11234
|
+
var _GetDeployablePatchSnapshotForInstanceCommand = class _GetDeployablePatchSnapshotForInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10929
11235
|
return [
|
|
10930
11236
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10931
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11237
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10932
11238
|
];
|
|
10933
11239
|
}).s("AmazonSSM", "GetDeployablePatchSnapshotForInstance", {}).n("SSMClient", "GetDeployablePatchSnapshotForInstanceCommand").f(GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog, void 0).ser(se_GetDeployablePatchSnapshotForInstanceCommand).de(de_GetDeployablePatchSnapshotForInstanceCommand).build() {
|
|
10934
11240
|
};
|
|
@@ -10939,24 +11245,38 @@ var GetDeployablePatchSnapshotForInstanceCommand = _GetDeployablePatchSnapshotFo
|
|
|
10939
11245
|
|
|
10940
11246
|
|
|
10941
11247
|
|
|
10942
|
-
var _GetDocumentCommand = class _GetDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11248
|
+
var _GetDocumentCommand = class _GetDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10943
11249
|
return [
|
|
10944
11250
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10945
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11251
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10946
11252
|
];
|
|
10947
11253
|
}).s("AmazonSSM", "GetDocument", {}).n("SSMClient", "GetDocumentCommand").f(void 0, void 0).ser(se_GetDocumentCommand).de(de_GetDocumentCommand).build() {
|
|
10948
11254
|
};
|
|
10949
11255
|
__name(_GetDocumentCommand, "GetDocumentCommand");
|
|
10950
11256
|
var GetDocumentCommand = _GetDocumentCommand;
|
|
10951
11257
|
|
|
11258
|
+
// src/commands/GetExecutionPreviewCommand.ts
|
|
11259
|
+
|
|
11260
|
+
|
|
11261
|
+
|
|
11262
|
+
var _GetExecutionPreviewCommand = class _GetExecutionPreviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11263
|
+
return [
|
|
11264
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11265
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11266
|
+
];
|
|
11267
|
+
}).s("AmazonSSM", "GetExecutionPreview", {}).n("SSMClient", "GetExecutionPreviewCommand").f(void 0, void 0).ser(se_GetExecutionPreviewCommand).de(de_GetExecutionPreviewCommand).build() {
|
|
11268
|
+
};
|
|
11269
|
+
__name(_GetExecutionPreviewCommand, "GetExecutionPreviewCommand");
|
|
11270
|
+
var GetExecutionPreviewCommand = _GetExecutionPreviewCommand;
|
|
11271
|
+
|
|
10952
11272
|
// src/commands/GetInventoryCommand.ts
|
|
10953
11273
|
|
|
10954
11274
|
|
|
10955
11275
|
|
|
10956
|
-
var _GetInventoryCommand = class _GetInventoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11276
|
+
var _GetInventoryCommand = class _GetInventoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10957
11277
|
return [
|
|
10958
11278
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10959
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11279
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10960
11280
|
];
|
|
10961
11281
|
}).s("AmazonSSM", "GetInventory", {}).n("SSMClient", "GetInventoryCommand").f(void 0, void 0).ser(se_GetInventoryCommand).de(de_GetInventoryCommand).build() {
|
|
10962
11282
|
};
|
|
@@ -10967,10 +11287,10 @@ var GetInventoryCommand = _GetInventoryCommand;
|
|
|
10967
11287
|
|
|
10968
11288
|
|
|
10969
11289
|
|
|
10970
|
-
var _GetInventorySchemaCommand = class _GetInventorySchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11290
|
+
var _GetInventorySchemaCommand = class _GetInventorySchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10971
11291
|
return [
|
|
10972
11292
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10973
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11293
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10974
11294
|
];
|
|
10975
11295
|
}).s("AmazonSSM", "GetInventorySchema", {}).n("SSMClient", "GetInventorySchemaCommand").f(void 0, void 0).ser(se_GetInventorySchemaCommand).de(de_GetInventorySchemaCommand).build() {
|
|
10976
11296
|
};
|
|
@@ -10981,10 +11301,10 @@ var GetInventorySchemaCommand = _GetInventorySchemaCommand;
|
|
|
10981
11301
|
|
|
10982
11302
|
|
|
10983
11303
|
|
|
10984
|
-
var _GetMaintenanceWindowCommand = class _GetMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11304
|
+
var _GetMaintenanceWindowCommand = class _GetMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10985
11305
|
return [
|
|
10986
11306
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10987
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11307
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
10988
11308
|
];
|
|
10989
11309
|
}).s("AmazonSSM", "GetMaintenanceWindow", {}).n("SSMClient", "GetMaintenanceWindowCommand").f(void 0, GetMaintenanceWindowResultFilterSensitiveLog).ser(se_GetMaintenanceWindowCommand).de(de_GetMaintenanceWindowCommand).build() {
|
|
10990
11310
|
};
|
|
@@ -10995,10 +11315,10 @@ var GetMaintenanceWindowCommand = _GetMaintenanceWindowCommand;
|
|
|
10995
11315
|
|
|
10996
11316
|
|
|
10997
11317
|
|
|
10998
|
-
var _GetMaintenanceWindowExecutionCommand = class _GetMaintenanceWindowExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11318
|
+
var _GetMaintenanceWindowExecutionCommand = class _GetMaintenanceWindowExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
10999
11319
|
return [
|
|
11000
11320
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11001
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11321
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11002
11322
|
];
|
|
11003
11323
|
}).s("AmazonSSM", "GetMaintenanceWindowExecution", {}).n("SSMClient", "GetMaintenanceWindowExecutionCommand").f(void 0, void 0).ser(se_GetMaintenanceWindowExecutionCommand).de(de_GetMaintenanceWindowExecutionCommand).build() {
|
|
11004
11324
|
};
|
|
@@ -11009,10 +11329,10 @@ var GetMaintenanceWindowExecutionCommand = _GetMaintenanceWindowExecutionCommand
|
|
|
11009
11329
|
|
|
11010
11330
|
|
|
11011
11331
|
|
|
11012
|
-
var _GetMaintenanceWindowExecutionTaskCommand = class _GetMaintenanceWindowExecutionTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11332
|
+
var _GetMaintenanceWindowExecutionTaskCommand = class _GetMaintenanceWindowExecutionTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11013
11333
|
return [
|
|
11014
11334
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11015
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11335
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11016
11336
|
];
|
|
11017
11337
|
}).s("AmazonSSM", "GetMaintenanceWindowExecutionTask", {}).n("SSMClient", "GetMaintenanceWindowExecutionTaskCommand").f(void 0, GetMaintenanceWindowExecutionTaskResultFilterSensitiveLog).ser(se_GetMaintenanceWindowExecutionTaskCommand).de(de_GetMaintenanceWindowExecutionTaskCommand).build() {
|
|
11018
11338
|
};
|
|
@@ -11023,10 +11343,10 @@ var GetMaintenanceWindowExecutionTaskCommand = _GetMaintenanceWindowExecutionTas
|
|
|
11023
11343
|
|
|
11024
11344
|
|
|
11025
11345
|
|
|
11026
|
-
var _GetMaintenanceWindowExecutionTaskInvocationCommand = class _GetMaintenanceWindowExecutionTaskInvocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11346
|
+
var _GetMaintenanceWindowExecutionTaskInvocationCommand = class _GetMaintenanceWindowExecutionTaskInvocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11027
11347
|
return [
|
|
11028
11348
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11029
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11349
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11030
11350
|
];
|
|
11031
11351
|
}).s("AmazonSSM", "GetMaintenanceWindowExecutionTaskInvocation", {}).n("SSMClient", "GetMaintenanceWindowExecutionTaskInvocationCommand").f(void 0, GetMaintenanceWindowExecutionTaskInvocationResultFilterSensitiveLog).ser(se_GetMaintenanceWindowExecutionTaskInvocationCommand).de(de_GetMaintenanceWindowExecutionTaskInvocationCommand).build() {
|
|
11032
11352
|
};
|
|
@@ -11037,10 +11357,10 @@ var GetMaintenanceWindowExecutionTaskInvocationCommand = _GetMaintenanceWindowEx
|
|
|
11037
11357
|
|
|
11038
11358
|
|
|
11039
11359
|
|
|
11040
|
-
var _GetMaintenanceWindowTaskCommand = class _GetMaintenanceWindowTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11360
|
+
var _GetMaintenanceWindowTaskCommand = class _GetMaintenanceWindowTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11041
11361
|
return [
|
|
11042
11362
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11043
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11363
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11044
11364
|
];
|
|
11045
11365
|
}).s("AmazonSSM", "GetMaintenanceWindowTask", {}).n("SSMClient", "GetMaintenanceWindowTaskCommand").f(void 0, GetMaintenanceWindowTaskResultFilterSensitiveLog).ser(se_GetMaintenanceWindowTaskCommand).de(de_GetMaintenanceWindowTaskCommand).build() {
|
|
11046
11366
|
};
|
|
@@ -11051,10 +11371,10 @@ var GetMaintenanceWindowTaskCommand = _GetMaintenanceWindowTaskCommand;
|
|
|
11051
11371
|
|
|
11052
11372
|
|
|
11053
11373
|
|
|
11054
|
-
var _GetOpsItemCommand = class _GetOpsItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11374
|
+
var _GetOpsItemCommand = class _GetOpsItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11055
11375
|
return [
|
|
11056
11376
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11057
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11377
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11058
11378
|
];
|
|
11059
11379
|
}).s("AmazonSSM", "GetOpsItem", {}).n("SSMClient", "GetOpsItemCommand").f(void 0, void 0).ser(se_GetOpsItemCommand).de(de_GetOpsItemCommand).build() {
|
|
11060
11380
|
};
|
|
@@ -11065,10 +11385,10 @@ var GetOpsItemCommand = _GetOpsItemCommand;
|
|
|
11065
11385
|
|
|
11066
11386
|
|
|
11067
11387
|
|
|
11068
|
-
var _GetOpsMetadataCommand = class _GetOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11388
|
+
var _GetOpsMetadataCommand = class _GetOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11069
11389
|
return [
|
|
11070
11390
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11071
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11391
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11072
11392
|
];
|
|
11073
11393
|
}).s("AmazonSSM", "GetOpsMetadata", {}).n("SSMClient", "GetOpsMetadataCommand").f(void 0, void 0).ser(se_GetOpsMetadataCommand).de(de_GetOpsMetadataCommand).build() {
|
|
11074
11394
|
};
|
|
@@ -11079,10 +11399,10 @@ var GetOpsMetadataCommand = _GetOpsMetadataCommand;
|
|
|
11079
11399
|
|
|
11080
11400
|
|
|
11081
11401
|
|
|
11082
|
-
var _GetOpsSummaryCommand = class _GetOpsSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11402
|
+
var _GetOpsSummaryCommand = class _GetOpsSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11083
11403
|
return [
|
|
11084
11404
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11085
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11405
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11086
11406
|
];
|
|
11087
11407
|
}).s("AmazonSSM", "GetOpsSummary", {}).n("SSMClient", "GetOpsSummaryCommand").f(void 0, void 0).ser(se_GetOpsSummaryCommand).de(de_GetOpsSummaryCommand).build() {
|
|
11088
11408
|
};
|
|
@@ -11093,10 +11413,10 @@ var GetOpsSummaryCommand = _GetOpsSummaryCommand;
|
|
|
11093
11413
|
|
|
11094
11414
|
|
|
11095
11415
|
|
|
11096
|
-
var _GetParameterCommand = class _GetParameterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11416
|
+
var _GetParameterCommand = class _GetParameterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11097
11417
|
return [
|
|
11098
11418
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11099
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11419
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11100
11420
|
];
|
|
11101
11421
|
}).s("AmazonSSM", "GetParameter", {}).n("SSMClient", "GetParameterCommand").f(void 0, GetParameterResultFilterSensitiveLog).ser(se_GetParameterCommand).de(de_GetParameterCommand).build() {
|
|
11102
11422
|
};
|
|
@@ -11107,10 +11427,10 @@ var GetParameterCommand = _GetParameterCommand;
|
|
|
11107
11427
|
|
|
11108
11428
|
|
|
11109
11429
|
|
|
11110
|
-
var _GetParameterHistoryCommand = class _GetParameterHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11430
|
+
var _GetParameterHistoryCommand = class _GetParameterHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11111
11431
|
return [
|
|
11112
11432
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11113
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11433
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11114
11434
|
];
|
|
11115
11435
|
}).s("AmazonSSM", "GetParameterHistory", {}).n("SSMClient", "GetParameterHistoryCommand").f(void 0, GetParameterHistoryResultFilterSensitiveLog).ser(se_GetParameterHistoryCommand).de(de_GetParameterHistoryCommand).build() {
|
|
11116
11436
|
};
|
|
@@ -11121,10 +11441,10 @@ var GetParameterHistoryCommand = _GetParameterHistoryCommand;
|
|
|
11121
11441
|
|
|
11122
11442
|
|
|
11123
11443
|
|
|
11124
|
-
var _GetParametersByPathCommand = class _GetParametersByPathCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11444
|
+
var _GetParametersByPathCommand = class _GetParametersByPathCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11125
11445
|
return [
|
|
11126
11446
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11127
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11447
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11128
11448
|
];
|
|
11129
11449
|
}).s("AmazonSSM", "GetParametersByPath", {}).n("SSMClient", "GetParametersByPathCommand").f(void 0, GetParametersByPathResultFilterSensitiveLog).ser(se_GetParametersByPathCommand).de(de_GetParametersByPathCommand).build() {
|
|
11130
11450
|
};
|
|
@@ -11135,10 +11455,10 @@ var GetParametersByPathCommand = _GetParametersByPathCommand;
|
|
|
11135
11455
|
|
|
11136
11456
|
|
|
11137
11457
|
|
|
11138
|
-
var _GetParametersCommand = class _GetParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11458
|
+
var _GetParametersCommand = class _GetParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11139
11459
|
return [
|
|
11140
11460
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11141
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11461
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11142
11462
|
];
|
|
11143
11463
|
}).s("AmazonSSM", "GetParameters", {}).n("SSMClient", "GetParametersCommand").f(void 0, GetParametersResultFilterSensitiveLog).ser(se_GetParametersCommand).de(de_GetParametersCommand).build() {
|
|
11144
11464
|
};
|
|
@@ -11149,10 +11469,10 @@ var GetParametersCommand = _GetParametersCommand;
|
|
|
11149
11469
|
|
|
11150
11470
|
|
|
11151
11471
|
|
|
11152
|
-
var _GetPatchBaselineCommand = class _GetPatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11472
|
+
var _GetPatchBaselineCommand = class _GetPatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11153
11473
|
return [
|
|
11154
11474
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11155
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11475
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11156
11476
|
];
|
|
11157
11477
|
}).s("AmazonSSM", "GetPatchBaseline", {}).n("SSMClient", "GetPatchBaselineCommand").f(void 0, GetPatchBaselineResultFilterSensitiveLog).ser(se_GetPatchBaselineCommand).de(de_GetPatchBaselineCommand).build() {
|
|
11158
11478
|
};
|
|
@@ -11163,10 +11483,10 @@ var GetPatchBaselineCommand = _GetPatchBaselineCommand;
|
|
|
11163
11483
|
|
|
11164
11484
|
|
|
11165
11485
|
|
|
11166
|
-
var _GetPatchBaselineForPatchGroupCommand = class _GetPatchBaselineForPatchGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11486
|
+
var _GetPatchBaselineForPatchGroupCommand = class _GetPatchBaselineForPatchGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11167
11487
|
return [
|
|
11168
11488
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11169
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11489
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11170
11490
|
];
|
|
11171
11491
|
}).s("AmazonSSM", "GetPatchBaselineForPatchGroup", {}).n("SSMClient", "GetPatchBaselineForPatchGroupCommand").f(void 0, void 0).ser(se_GetPatchBaselineForPatchGroupCommand).de(de_GetPatchBaselineForPatchGroupCommand).build() {
|
|
11172
11492
|
};
|
|
@@ -11177,10 +11497,10 @@ var GetPatchBaselineForPatchGroupCommand = _GetPatchBaselineForPatchGroupCommand
|
|
|
11177
11497
|
|
|
11178
11498
|
|
|
11179
11499
|
|
|
11180
|
-
var _GetResourcePoliciesCommand = class _GetResourcePoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11500
|
+
var _GetResourcePoliciesCommand = class _GetResourcePoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11181
11501
|
return [
|
|
11182
11502
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11183
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11503
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11184
11504
|
];
|
|
11185
11505
|
}).s("AmazonSSM", "GetResourcePolicies", {}).n("SSMClient", "GetResourcePoliciesCommand").f(void 0, void 0).ser(se_GetResourcePoliciesCommand).de(de_GetResourcePoliciesCommand).build() {
|
|
11186
11506
|
};
|
|
@@ -11191,10 +11511,10 @@ var GetResourcePoliciesCommand = _GetResourcePoliciesCommand;
|
|
|
11191
11511
|
|
|
11192
11512
|
|
|
11193
11513
|
|
|
11194
|
-
var _GetServiceSettingCommand = class _GetServiceSettingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11514
|
+
var _GetServiceSettingCommand = class _GetServiceSettingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11195
11515
|
return [
|
|
11196
11516
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11197
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11517
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11198
11518
|
];
|
|
11199
11519
|
}).s("AmazonSSM", "GetServiceSetting", {}).n("SSMClient", "GetServiceSettingCommand").f(void 0, void 0).ser(se_GetServiceSettingCommand).de(de_GetServiceSettingCommand).build() {
|
|
11200
11520
|
};
|
|
@@ -11205,10 +11525,10 @@ var GetServiceSettingCommand = _GetServiceSettingCommand;
|
|
|
11205
11525
|
|
|
11206
11526
|
|
|
11207
11527
|
|
|
11208
|
-
var _LabelParameterVersionCommand = class _LabelParameterVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11528
|
+
var _LabelParameterVersionCommand = class _LabelParameterVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11209
11529
|
return [
|
|
11210
11530
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11211
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11531
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11212
11532
|
];
|
|
11213
11533
|
}).s("AmazonSSM", "LabelParameterVersion", {}).n("SSMClient", "LabelParameterVersionCommand").f(void 0, void 0).ser(se_LabelParameterVersionCommand).de(de_LabelParameterVersionCommand).build() {
|
|
11214
11534
|
};
|
|
@@ -11219,10 +11539,10 @@ var LabelParameterVersionCommand = _LabelParameterVersionCommand;
|
|
|
11219
11539
|
|
|
11220
11540
|
|
|
11221
11541
|
|
|
11222
|
-
var _ListAssociationsCommand = class _ListAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11542
|
+
var _ListAssociationsCommand = class _ListAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11223
11543
|
return [
|
|
11224
11544
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11225
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11545
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11226
11546
|
];
|
|
11227
11547
|
}).s("AmazonSSM", "ListAssociations", {}).n("SSMClient", "ListAssociationsCommand").f(void 0, void 0).ser(se_ListAssociationsCommand).de(de_ListAssociationsCommand).build() {
|
|
11228
11548
|
};
|
|
@@ -11233,10 +11553,10 @@ var ListAssociationsCommand = _ListAssociationsCommand;
|
|
|
11233
11553
|
|
|
11234
11554
|
|
|
11235
11555
|
|
|
11236
|
-
var _ListAssociationVersionsCommand = class _ListAssociationVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11556
|
+
var _ListAssociationVersionsCommand = class _ListAssociationVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11237
11557
|
return [
|
|
11238
11558
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11239
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11559
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11240
11560
|
];
|
|
11241
11561
|
}).s("AmazonSSM", "ListAssociationVersions", {}).n("SSMClient", "ListAssociationVersionsCommand").f(void 0, ListAssociationVersionsResultFilterSensitiveLog).ser(se_ListAssociationVersionsCommand).de(de_ListAssociationVersionsCommand).build() {
|
|
11242
11562
|
};
|
|
@@ -11247,10 +11567,10 @@ var ListAssociationVersionsCommand = _ListAssociationVersionsCommand;
|
|
|
11247
11567
|
|
|
11248
11568
|
|
|
11249
11569
|
|
|
11250
|
-
var _ListCommandInvocationsCommand = class _ListCommandInvocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11570
|
+
var _ListCommandInvocationsCommand = class _ListCommandInvocationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11251
11571
|
return [
|
|
11252
11572
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11253
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11573
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11254
11574
|
];
|
|
11255
11575
|
}).s("AmazonSSM", "ListCommandInvocations", {}).n("SSMClient", "ListCommandInvocationsCommand").f(void 0, void 0).ser(se_ListCommandInvocationsCommand).de(de_ListCommandInvocationsCommand).build() {
|
|
11256
11576
|
};
|
|
@@ -11261,10 +11581,10 @@ var ListCommandInvocationsCommand = _ListCommandInvocationsCommand;
|
|
|
11261
11581
|
|
|
11262
11582
|
|
|
11263
11583
|
|
|
11264
|
-
var _ListCommandsCommand = class _ListCommandsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11584
|
+
var _ListCommandsCommand = class _ListCommandsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11265
11585
|
return [
|
|
11266
11586
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11267
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11587
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11268
11588
|
];
|
|
11269
11589
|
}).s("AmazonSSM", "ListCommands", {}).n("SSMClient", "ListCommandsCommand").f(void 0, ListCommandsResultFilterSensitiveLog).ser(se_ListCommandsCommand).de(de_ListCommandsCommand).build() {
|
|
11270
11590
|
};
|
|
@@ -11275,10 +11595,10 @@ var ListCommandsCommand = _ListCommandsCommand;
|
|
|
11275
11595
|
|
|
11276
11596
|
|
|
11277
11597
|
|
|
11278
|
-
var _ListComplianceItemsCommand = class _ListComplianceItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11598
|
+
var _ListComplianceItemsCommand = class _ListComplianceItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11279
11599
|
return [
|
|
11280
11600
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11281
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11601
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11282
11602
|
];
|
|
11283
11603
|
}).s("AmazonSSM", "ListComplianceItems", {}).n("SSMClient", "ListComplianceItemsCommand").f(void 0, void 0).ser(se_ListComplianceItemsCommand).de(de_ListComplianceItemsCommand).build() {
|
|
11284
11604
|
};
|
|
@@ -11289,10 +11609,10 @@ var ListComplianceItemsCommand = _ListComplianceItemsCommand;
|
|
|
11289
11609
|
|
|
11290
11610
|
|
|
11291
11611
|
|
|
11292
|
-
var _ListComplianceSummariesCommand = class _ListComplianceSummariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11612
|
+
var _ListComplianceSummariesCommand = class _ListComplianceSummariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11293
11613
|
return [
|
|
11294
11614
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11295
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11615
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11296
11616
|
];
|
|
11297
11617
|
}).s("AmazonSSM", "ListComplianceSummaries", {}).n("SSMClient", "ListComplianceSummariesCommand").f(void 0, void 0).ser(se_ListComplianceSummariesCommand).de(de_ListComplianceSummariesCommand).build() {
|
|
11298
11618
|
};
|
|
@@ -11303,10 +11623,10 @@ var ListComplianceSummariesCommand = _ListComplianceSummariesCommand;
|
|
|
11303
11623
|
|
|
11304
11624
|
|
|
11305
11625
|
|
|
11306
|
-
var _ListDocumentMetadataHistoryCommand = class _ListDocumentMetadataHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11626
|
+
var _ListDocumentMetadataHistoryCommand = class _ListDocumentMetadataHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11307
11627
|
return [
|
|
11308
11628
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11309
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11629
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11310
11630
|
];
|
|
11311
11631
|
}).s("AmazonSSM", "ListDocumentMetadataHistory", {}).n("SSMClient", "ListDocumentMetadataHistoryCommand").f(void 0, void 0).ser(se_ListDocumentMetadataHistoryCommand).de(de_ListDocumentMetadataHistoryCommand).build() {
|
|
11312
11632
|
};
|
|
@@ -11317,10 +11637,10 @@ var ListDocumentMetadataHistoryCommand = _ListDocumentMetadataHistoryCommand;
|
|
|
11317
11637
|
|
|
11318
11638
|
|
|
11319
11639
|
|
|
11320
|
-
var _ListDocumentsCommand = class _ListDocumentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11640
|
+
var _ListDocumentsCommand = class _ListDocumentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11321
11641
|
return [
|
|
11322
11642
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11323
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11643
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11324
11644
|
];
|
|
11325
11645
|
}).s("AmazonSSM", "ListDocuments", {}).n("SSMClient", "ListDocumentsCommand").f(void 0, void 0).ser(se_ListDocumentsCommand).de(de_ListDocumentsCommand).build() {
|
|
11326
11646
|
};
|
|
@@ -11331,10 +11651,10 @@ var ListDocumentsCommand = _ListDocumentsCommand;
|
|
|
11331
11651
|
|
|
11332
11652
|
|
|
11333
11653
|
|
|
11334
|
-
var _ListDocumentVersionsCommand = class _ListDocumentVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11654
|
+
var _ListDocumentVersionsCommand = class _ListDocumentVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11335
11655
|
return [
|
|
11336
11656
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11337
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11657
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11338
11658
|
];
|
|
11339
11659
|
}).s("AmazonSSM", "ListDocumentVersions", {}).n("SSMClient", "ListDocumentVersionsCommand").f(void 0, void 0).ser(se_ListDocumentVersionsCommand).de(de_ListDocumentVersionsCommand).build() {
|
|
11340
11660
|
};
|
|
@@ -11345,24 +11665,52 @@ var ListDocumentVersionsCommand = _ListDocumentVersionsCommand;
|
|
|
11345
11665
|
|
|
11346
11666
|
|
|
11347
11667
|
|
|
11348
|
-
var _ListInventoryEntriesCommand = class _ListInventoryEntriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11668
|
+
var _ListInventoryEntriesCommand = class _ListInventoryEntriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11349
11669
|
return [
|
|
11350
11670
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11351
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11671
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11352
11672
|
];
|
|
11353
11673
|
}).s("AmazonSSM", "ListInventoryEntries", {}).n("SSMClient", "ListInventoryEntriesCommand").f(void 0, void 0).ser(se_ListInventoryEntriesCommand).de(de_ListInventoryEntriesCommand).build() {
|
|
11354
11674
|
};
|
|
11355
11675
|
__name(_ListInventoryEntriesCommand, "ListInventoryEntriesCommand");
|
|
11356
11676
|
var ListInventoryEntriesCommand = _ListInventoryEntriesCommand;
|
|
11357
11677
|
|
|
11678
|
+
// src/commands/ListNodesCommand.ts
|
|
11679
|
+
|
|
11680
|
+
|
|
11681
|
+
|
|
11682
|
+
var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11683
|
+
return [
|
|
11684
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11685
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11686
|
+
];
|
|
11687
|
+
}).s("AmazonSSM", "ListNodes", {}).n("SSMClient", "ListNodesCommand").f(void 0, ListNodesResultFilterSensitiveLog).ser(se_ListNodesCommand).de(de_ListNodesCommand).build() {
|
|
11688
|
+
};
|
|
11689
|
+
__name(_ListNodesCommand, "ListNodesCommand");
|
|
11690
|
+
var ListNodesCommand = _ListNodesCommand;
|
|
11691
|
+
|
|
11692
|
+
// src/commands/ListNodesSummaryCommand.ts
|
|
11693
|
+
|
|
11694
|
+
|
|
11695
|
+
|
|
11696
|
+
var _ListNodesSummaryCommand = class _ListNodesSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11697
|
+
return [
|
|
11698
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11699
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11700
|
+
];
|
|
11701
|
+
}).s("AmazonSSM", "ListNodesSummary", {}).n("SSMClient", "ListNodesSummaryCommand").f(void 0, void 0).ser(se_ListNodesSummaryCommand).de(de_ListNodesSummaryCommand).build() {
|
|
11702
|
+
};
|
|
11703
|
+
__name(_ListNodesSummaryCommand, "ListNodesSummaryCommand");
|
|
11704
|
+
var ListNodesSummaryCommand = _ListNodesSummaryCommand;
|
|
11705
|
+
|
|
11358
11706
|
// src/commands/ListOpsItemEventsCommand.ts
|
|
11359
11707
|
|
|
11360
11708
|
|
|
11361
11709
|
|
|
11362
|
-
var _ListOpsItemEventsCommand = class _ListOpsItemEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11710
|
+
var _ListOpsItemEventsCommand = class _ListOpsItemEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11363
11711
|
return [
|
|
11364
11712
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11365
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11713
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11366
11714
|
];
|
|
11367
11715
|
}).s("AmazonSSM", "ListOpsItemEvents", {}).n("SSMClient", "ListOpsItemEventsCommand").f(void 0, void 0).ser(se_ListOpsItemEventsCommand).de(de_ListOpsItemEventsCommand).build() {
|
|
11368
11716
|
};
|
|
@@ -11373,10 +11721,10 @@ var ListOpsItemEventsCommand = _ListOpsItemEventsCommand;
|
|
|
11373
11721
|
|
|
11374
11722
|
|
|
11375
11723
|
|
|
11376
|
-
var _ListOpsItemRelatedItemsCommand = class _ListOpsItemRelatedItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11724
|
+
var _ListOpsItemRelatedItemsCommand = class _ListOpsItemRelatedItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11377
11725
|
return [
|
|
11378
11726
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11379
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11727
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11380
11728
|
];
|
|
11381
11729
|
}).s("AmazonSSM", "ListOpsItemRelatedItems", {}).n("SSMClient", "ListOpsItemRelatedItemsCommand").f(void 0, void 0).ser(se_ListOpsItemRelatedItemsCommand).de(de_ListOpsItemRelatedItemsCommand).build() {
|
|
11382
11730
|
};
|
|
@@ -11387,10 +11735,10 @@ var ListOpsItemRelatedItemsCommand = _ListOpsItemRelatedItemsCommand;
|
|
|
11387
11735
|
|
|
11388
11736
|
|
|
11389
11737
|
|
|
11390
|
-
var _ListOpsMetadataCommand = class _ListOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11738
|
+
var _ListOpsMetadataCommand = class _ListOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11391
11739
|
return [
|
|
11392
11740
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11393
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11741
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11394
11742
|
];
|
|
11395
11743
|
}).s("AmazonSSM", "ListOpsMetadata", {}).n("SSMClient", "ListOpsMetadataCommand").f(void 0, void 0).ser(se_ListOpsMetadataCommand).de(de_ListOpsMetadataCommand).build() {
|
|
11396
11744
|
};
|
|
@@ -11401,10 +11749,10 @@ var ListOpsMetadataCommand = _ListOpsMetadataCommand;
|
|
|
11401
11749
|
|
|
11402
11750
|
|
|
11403
11751
|
|
|
11404
|
-
var _ListResourceComplianceSummariesCommand = class _ListResourceComplianceSummariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11752
|
+
var _ListResourceComplianceSummariesCommand = class _ListResourceComplianceSummariesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11405
11753
|
return [
|
|
11406
11754
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11407
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11755
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11408
11756
|
];
|
|
11409
11757
|
}).s("AmazonSSM", "ListResourceComplianceSummaries", {}).n("SSMClient", "ListResourceComplianceSummariesCommand").f(void 0, void 0).ser(se_ListResourceComplianceSummariesCommand).de(de_ListResourceComplianceSummariesCommand).build() {
|
|
11410
11758
|
};
|
|
@@ -11415,10 +11763,10 @@ var ListResourceComplianceSummariesCommand = _ListResourceComplianceSummariesCom
|
|
|
11415
11763
|
|
|
11416
11764
|
|
|
11417
11765
|
|
|
11418
|
-
var _ListResourceDataSyncCommand = class _ListResourceDataSyncCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11766
|
+
var _ListResourceDataSyncCommand = class _ListResourceDataSyncCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11419
11767
|
return [
|
|
11420
11768
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11421
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11769
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11422
11770
|
];
|
|
11423
11771
|
}).s("AmazonSSM", "ListResourceDataSync", {}).n("SSMClient", "ListResourceDataSyncCommand").f(void 0, void 0).ser(se_ListResourceDataSyncCommand).de(de_ListResourceDataSyncCommand).build() {
|
|
11424
11772
|
};
|
|
@@ -11429,10 +11777,10 @@ var ListResourceDataSyncCommand = _ListResourceDataSyncCommand;
|
|
|
11429
11777
|
|
|
11430
11778
|
|
|
11431
11779
|
|
|
11432
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11780
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11433
11781
|
return [
|
|
11434
11782
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11435
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11783
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11436
11784
|
];
|
|
11437
11785
|
}).s("AmazonSSM", "ListTagsForResource", {}).n("SSMClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
11438
11786
|
};
|
|
@@ -11443,10 +11791,10 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
11443
11791
|
|
|
11444
11792
|
|
|
11445
11793
|
|
|
11446
|
-
var _ModifyDocumentPermissionCommand = class _ModifyDocumentPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11794
|
+
var _ModifyDocumentPermissionCommand = class _ModifyDocumentPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11447
11795
|
return [
|
|
11448
11796
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11449
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11797
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11450
11798
|
];
|
|
11451
11799
|
}).s("AmazonSSM", "ModifyDocumentPermission", {}).n("SSMClient", "ModifyDocumentPermissionCommand").f(void 0, void 0).ser(se_ModifyDocumentPermissionCommand).de(de_ModifyDocumentPermissionCommand).build() {
|
|
11452
11800
|
};
|
|
@@ -11457,10 +11805,10 @@ var ModifyDocumentPermissionCommand = _ModifyDocumentPermissionCommand;
|
|
|
11457
11805
|
|
|
11458
11806
|
|
|
11459
11807
|
|
|
11460
|
-
var _PutComplianceItemsCommand = class _PutComplianceItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11808
|
+
var _PutComplianceItemsCommand = class _PutComplianceItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11461
11809
|
return [
|
|
11462
11810
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11463
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11811
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11464
11812
|
];
|
|
11465
11813
|
}).s("AmazonSSM", "PutComplianceItems", {}).n("SSMClient", "PutComplianceItemsCommand").f(void 0, void 0).ser(se_PutComplianceItemsCommand).de(de_PutComplianceItemsCommand).build() {
|
|
11466
11814
|
};
|
|
@@ -11471,10 +11819,10 @@ var PutComplianceItemsCommand = _PutComplianceItemsCommand;
|
|
|
11471
11819
|
|
|
11472
11820
|
|
|
11473
11821
|
|
|
11474
|
-
var _PutInventoryCommand = class _PutInventoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11822
|
+
var _PutInventoryCommand = class _PutInventoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11475
11823
|
return [
|
|
11476
11824
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11477
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11825
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11478
11826
|
];
|
|
11479
11827
|
}).s("AmazonSSM", "PutInventory", {}).n("SSMClient", "PutInventoryCommand").f(void 0, void 0).ser(se_PutInventoryCommand).de(de_PutInventoryCommand).build() {
|
|
11480
11828
|
};
|
|
@@ -11485,10 +11833,10 @@ var PutInventoryCommand = _PutInventoryCommand;
|
|
|
11485
11833
|
|
|
11486
11834
|
|
|
11487
11835
|
|
|
11488
|
-
var _PutParameterCommand = class _PutParameterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11836
|
+
var _PutParameterCommand = class _PutParameterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11489
11837
|
return [
|
|
11490
11838
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11491
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11839
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11492
11840
|
];
|
|
11493
11841
|
}).s("AmazonSSM", "PutParameter", {}).n("SSMClient", "PutParameterCommand").f(PutParameterRequestFilterSensitiveLog, void 0).ser(se_PutParameterCommand).de(de_PutParameterCommand).build() {
|
|
11494
11842
|
};
|
|
@@ -11499,10 +11847,10 @@ var PutParameterCommand = _PutParameterCommand;
|
|
|
11499
11847
|
|
|
11500
11848
|
|
|
11501
11849
|
|
|
11502
|
-
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11850
|
+
var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11503
11851
|
return [
|
|
11504
11852
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11505
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11853
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11506
11854
|
];
|
|
11507
11855
|
}).s("AmazonSSM", "PutResourcePolicy", {}).n("SSMClient", "PutResourcePolicyCommand").f(void 0, void 0).ser(se_PutResourcePolicyCommand).de(de_PutResourcePolicyCommand).build() {
|
|
11508
11856
|
};
|
|
@@ -11513,10 +11861,10 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
|
11513
11861
|
|
|
11514
11862
|
|
|
11515
11863
|
|
|
11516
|
-
var _RegisterDefaultPatchBaselineCommand = class _RegisterDefaultPatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11864
|
+
var _RegisterDefaultPatchBaselineCommand = class _RegisterDefaultPatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11517
11865
|
return [
|
|
11518
11866
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11519
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11867
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11520
11868
|
];
|
|
11521
11869
|
}).s("AmazonSSM", "RegisterDefaultPatchBaseline", {}).n("SSMClient", "RegisterDefaultPatchBaselineCommand").f(void 0, void 0).ser(se_RegisterDefaultPatchBaselineCommand).de(de_RegisterDefaultPatchBaselineCommand).build() {
|
|
11522
11870
|
};
|
|
@@ -11527,10 +11875,10 @@ var RegisterDefaultPatchBaselineCommand = _RegisterDefaultPatchBaselineCommand;
|
|
|
11527
11875
|
|
|
11528
11876
|
|
|
11529
11877
|
|
|
11530
|
-
var _RegisterPatchBaselineForPatchGroupCommand = class _RegisterPatchBaselineForPatchGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11878
|
+
var _RegisterPatchBaselineForPatchGroupCommand = class _RegisterPatchBaselineForPatchGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11531
11879
|
return [
|
|
11532
11880
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11533
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11881
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11534
11882
|
];
|
|
11535
11883
|
}).s("AmazonSSM", "RegisterPatchBaselineForPatchGroup", {}).n("SSMClient", "RegisterPatchBaselineForPatchGroupCommand").f(void 0, void 0).ser(se_RegisterPatchBaselineForPatchGroupCommand).de(de_RegisterPatchBaselineForPatchGroupCommand).build() {
|
|
11536
11884
|
};
|
|
@@ -11541,10 +11889,10 @@ var RegisterPatchBaselineForPatchGroupCommand = _RegisterPatchBaselineForPatchGr
|
|
|
11541
11889
|
|
|
11542
11890
|
|
|
11543
11891
|
|
|
11544
|
-
var _RegisterTargetWithMaintenanceWindowCommand = class _RegisterTargetWithMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11892
|
+
var _RegisterTargetWithMaintenanceWindowCommand = class _RegisterTargetWithMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11545
11893
|
return [
|
|
11546
11894
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11547
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11895
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11548
11896
|
];
|
|
11549
11897
|
}).s("AmazonSSM", "RegisterTargetWithMaintenanceWindow", {}).n("SSMClient", "RegisterTargetWithMaintenanceWindowCommand").f(RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog, void 0).ser(se_RegisterTargetWithMaintenanceWindowCommand).de(de_RegisterTargetWithMaintenanceWindowCommand).build() {
|
|
11550
11898
|
};
|
|
@@ -11555,10 +11903,10 @@ var RegisterTargetWithMaintenanceWindowCommand = _RegisterTargetWithMaintenanceW
|
|
|
11555
11903
|
|
|
11556
11904
|
|
|
11557
11905
|
|
|
11558
|
-
var _RegisterTaskWithMaintenanceWindowCommand = class _RegisterTaskWithMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11906
|
+
var _RegisterTaskWithMaintenanceWindowCommand = class _RegisterTaskWithMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11559
11907
|
return [
|
|
11560
11908
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11561
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11909
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11562
11910
|
];
|
|
11563
11911
|
}).s("AmazonSSM", "RegisterTaskWithMaintenanceWindow", {}).n("SSMClient", "RegisterTaskWithMaintenanceWindowCommand").f(RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog, void 0).ser(se_RegisterTaskWithMaintenanceWindowCommand).de(de_RegisterTaskWithMaintenanceWindowCommand).build() {
|
|
11564
11912
|
};
|
|
@@ -11569,10 +11917,10 @@ var RegisterTaskWithMaintenanceWindowCommand = _RegisterTaskWithMaintenanceWindo
|
|
|
11569
11917
|
|
|
11570
11918
|
|
|
11571
11919
|
|
|
11572
|
-
var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11920
|
+
var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11573
11921
|
return [
|
|
11574
11922
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11575
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11923
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11576
11924
|
];
|
|
11577
11925
|
}).s("AmazonSSM", "RemoveTagsFromResource", {}).n("SSMClient", "RemoveTagsFromResourceCommand").f(void 0, void 0).ser(se_RemoveTagsFromResourceCommand).de(de_RemoveTagsFromResourceCommand).build() {
|
|
11578
11926
|
};
|
|
@@ -11583,10 +11931,10 @@ var RemoveTagsFromResourceCommand = _RemoveTagsFromResourceCommand;
|
|
|
11583
11931
|
|
|
11584
11932
|
|
|
11585
11933
|
|
|
11586
|
-
var _ResetServiceSettingCommand = class _ResetServiceSettingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11934
|
+
var _ResetServiceSettingCommand = class _ResetServiceSettingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11587
11935
|
return [
|
|
11588
11936
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11589
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11937
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11590
11938
|
];
|
|
11591
11939
|
}).s("AmazonSSM", "ResetServiceSetting", {}).n("SSMClient", "ResetServiceSettingCommand").f(void 0, void 0).ser(se_ResetServiceSettingCommand).de(de_ResetServiceSettingCommand).build() {
|
|
11592
11940
|
};
|
|
@@ -11597,10 +11945,10 @@ var ResetServiceSettingCommand = _ResetServiceSettingCommand;
|
|
|
11597
11945
|
|
|
11598
11946
|
|
|
11599
11947
|
|
|
11600
|
-
var _ResumeSessionCommand = class _ResumeSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11948
|
+
var _ResumeSessionCommand = class _ResumeSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11601
11949
|
return [
|
|
11602
11950
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11603
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11951
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11604
11952
|
];
|
|
11605
11953
|
}).s("AmazonSSM", "ResumeSession", {}).n("SSMClient", "ResumeSessionCommand").f(void 0, void 0).ser(se_ResumeSessionCommand).de(de_ResumeSessionCommand).build() {
|
|
11606
11954
|
};
|
|
@@ -11611,10 +11959,10 @@ var ResumeSessionCommand = _ResumeSessionCommand;
|
|
|
11611
11959
|
|
|
11612
11960
|
|
|
11613
11961
|
|
|
11614
|
-
var _SendAutomationSignalCommand = class _SendAutomationSignalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11962
|
+
var _SendAutomationSignalCommand = class _SendAutomationSignalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11615
11963
|
return [
|
|
11616
11964
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11617
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11965
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11618
11966
|
];
|
|
11619
11967
|
}).s("AmazonSSM", "SendAutomationSignal", {}).n("SSMClient", "SendAutomationSignalCommand").f(void 0, void 0).ser(se_SendAutomationSignalCommand).de(de_SendAutomationSignalCommand).build() {
|
|
11620
11968
|
};
|
|
@@ -11625,10 +11973,10 @@ var SendAutomationSignalCommand = _SendAutomationSignalCommand;
|
|
|
11625
11973
|
|
|
11626
11974
|
|
|
11627
11975
|
|
|
11628
|
-
var _SendCommandCommand = class _SendCommandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11976
|
+
var _SendCommandCommand = class _SendCommandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11629
11977
|
return [
|
|
11630
11978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11631
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11979
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11632
11980
|
];
|
|
11633
11981
|
}).s("AmazonSSM", "SendCommand", {}).n("SSMClient", "SendCommandCommand").f(SendCommandRequestFilterSensitiveLog, SendCommandResultFilterSensitiveLog).ser(se_SendCommandCommand).de(de_SendCommandCommand).build() {
|
|
11634
11982
|
};
|
|
@@ -11639,10 +11987,10 @@ var SendCommandCommand = _SendCommandCommand;
|
|
|
11639
11987
|
|
|
11640
11988
|
|
|
11641
11989
|
|
|
11642
|
-
var _StartAssociationsOnceCommand = class _StartAssociationsOnceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
11990
|
+
var _StartAssociationsOnceCommand = class _StartAssociationsOnceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11643
11991
|
return [
|
|
11644
11992
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11645
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
11993
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11646
11994
|
];
|
|
11647
11995
|
}).s("AmazonSSM", "StartAssociationsOnce", {}).n("SSMClient", "StartAssociationsOnceCommand").f(void 0, void 0).ser(se_StartAssociationsOnceCommand).de(de_StartAssociationsOnceCommand).build() {
|
|
11648
11996
|
};
|
|
@@ -11653,10 +12001,10 @@ var StartAssociationsOnceCommand = _StartAssociationsOnceCommand;
|
|
|
11653
12001
|
|
|
11654
12002
|
|
|
11655
12003
|
|
|
11656
|
-
var _StartAutomationExecutionCommand = class _StartAutomationExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12004
|
+
var _StartAutomationExecutionCommand = class _StartAutomationExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11657
12005
|
return [
|
|
11658
12006
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11659
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12007
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11660
12008
|
];
|
|
11661
12009
|
}).s("AmazonSSM", "StartAutomationExecution", {}).n("SSMClient", "StartAutomationExecutionCommand").f(void 0, void 0).ser(se_StartAutomationExecutionCommand).de(de_StartAutomationExecutionCommand).build() {
|
|
11662
12010
|
};
|
|
@@ -11667,24 +12015,38 @@ var StartAutomationExecutionCommand = _StartAutomationExecutionCommand;
|
|
|
11667
12015
|
|
|
11668
12016
|
|
|
11669
12017
|
|
|
11670
|
-
var _StartChangeRequestExecutionCommand = class _StartChangeRequestExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12018
|
+
var _StartChangeRequestExecutionCommand = class _StartChangeRequestExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11671
12019
|
return [
|
|
11672
12020
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11673
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12021
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11674
12022
|
];
|
|
11675
12023
|
}).s("AmazonSSM", "StartChangeRequestExecution", {}).n("SSMClient", "StartChangeRequestExecutionCommand").f(void 0, void 0).ser(se_StartChangeRequestExecutionCommand).de(de_StartChangeRequestExecutionCommand).build() {
|
|
11676
12024
|
};
|
|
11677
12025
|
__name(_StartChangeRequestExecutionCommand, "StartChangeRequestExecutionCommand");
|
|
11678
12026
|
var StartChangeRequestExecutionCommand = _StartChangeRequestExecutionCommand;
|
|
11679
12027
|
|
|
12028
|
+
// src/commands/StartExecutionPreviewCommand.ts
|
|
12029
|
+
|
|
12030
|
+
|
|
12031
|
+
|
|
12032
|
+
var _StartExecutionPreviewCommand = class _StartExecutionPreviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
12033
|
+
return [
|
|
12034
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12035
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
12036
|
+
];
|
|
12037
|
+
}).s("AmazonSSM", "StartExecutionPreview", {}).n("SSMClient", "StartExecutionPreviewCommand").f(void 0, void 0).ser(se_StartExecutionPreviewCommand).de(de_StartExecutionPreviewCommand).build() {
|
|
12038
|
+
};
|
|
12039
|
+
__name(_StartExecutionPreviewCommand, "StartExecutionPreviewCommand");
|
|
12040
|
+
var StartExecutionPreviewCommand = _StartExecutionPreviewCommand;
|
|
12041
|
+
|
|
11680
12042
|
// src/commands/StartSessionCommand.ts
|
|
11681
12043
|
|
|
11682
12044
|
|
|
11683
12045
|
|
|
11684
|
-
var _StartSessionCommand = class _StartSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12046
|
+
var _StartSessionCommand = class _StartSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11685
12047
|
return [
|
|
11686
12048
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11687
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12049
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11688
12050
|
];
|
|
11689
12051
|
}).s("AmazonSSM", "StartSession", {}).n("SSMClient", "StartSessionCommand").f(void 0, void 0).ser(se_StartSessionCommand).de(de_StartSessionCommand).build() {
|
|
11690
12052
|
};
|
|
@@ -11695,10 +12057,10 @@ var StartSessionCommand = _StartSessionCommand;
|
|
|
11695
12057
|
|
|
11696
12058
|
|
|
11697
12059
|
|
|
11698
|
-
var _StopAutomationExecutionCommand = class _StopAutomationExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12060
|
+
var _StopAutomationExecutionCommand = class _StopAutomationExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11699
12061
|
return [
|
|
11700
12062
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11701
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12063
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11702
12064
|
];
|
|
11703
12065
|
}).s("AmazonSSM", "StopAutomationExecution", {}).n("SSMClient", "StopAutomationExecutionCommand").f(void 0, void 0).ser(se_StopAutomationExecutionCommand).de(de_StopAutomationExecutionCommand).build() {
|
|
11704
12066
|
};
|
|
@@ -11709,10 +12071,10 @@ var StopAutomationExecutionCommand = _StopAutomationExecutionCommand;
|
|
|
11709
12071
|
|
|
11710
12072
|
|
|
11711
12073
|
|
|
11712
|
-
var _TerminateSessionCommand = class _TerminateSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12074
|
+
var _TerminateSessionCommand = class _TerminateSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11713
12075
|
return [
|
|
11714
12076
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11715
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12077
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11716
12078
|
];
|
|
11717
12079
|
}).s("AmazonSSM", "TerminateSession", {}).n("SSMClient", "TerminateSessionCommand").f(void 0, void 0).ser(se_TerminateSessionCommand).de(de_TerminateSessionCommand).build() {
|
|
11718
12080
|
};
|
|
@@ -11723,10 +12085,10 @@ var TerminateSessionCommand = _TerminateSessionCommand;
|
|
|
11723
12085
|
|
|
11724
12086
|
|
|
11725
12087
|
|
|
11726
|
-
var _UnlabelParameterVersionCommand = class _UnlabelParameterVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12088
|
+
var _UnlabelParameterVersionCommand = class _UnlabelParameterVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11727
12089
|
return [
|
|
11728
12090
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11729
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12091
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11730
12092
|
];
|
|
11731
12093
|
}).s("AmazonSSM", "UnlabelParameterVersion", {}).n("SSMClient", "UnlabelParameterVersionCommand").f(void 0, void 0).ser(se_UnlabelParameterVersionCommand).de(de_UnlabelParameterVersionCommand).build() {
|
|
11732
12094
|
};
|
|
@@ -11737,10 +12099,10 @@ var UnlabelParameterVersionCommand = _UnlabelParameterVersionCommand;
|
|
|
11737
12099
|
|
|
11738
12100
|
|
|
11739
12101
|
|
|
11740
|
-
var _UpdateAssociationCommand = class _UpdateAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12102
|
+
var _UpdateAssociationCommand = class _UpdateAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11741
12103
|
return [
|
|
11742
12104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11743
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12105
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11744
12106
|
];
|
|
11745
12107
|
}).s("AmazonSSM", "UpdateAssociation", {}).n("SSMClient", "UpdateAssociationCommand").f(UpdateAssociationRequestFilterSensitiveLog, UpdateAssociationResultFilterSensitiveLog).ser(se_UpdateAssociationCommand).de(de_UpdateAssociationCommand).build() {
|
|
11746
12108
|
};
|
|
@@ -11751,10 +12113,10 @@ var UpdateAssociationCommand = _UpdateAssociationCommand;
|
|
|
11751
12113
|
|
|
11752
12114
|
|
|
11753
12115
|
|
|
11754
|
-
var _UpdateAssociationStatusCommand = class _UpdateAssociationStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12116
|
+
var _UpdateAssociationStatusCommand = class _UpdateAssociationStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11755
12117
|
return [
|
|
11756
12118
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11757
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12119
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11758
12120
|
];
|
|
11759
12121
|
}).s("AmazonSSM", "UpdateAssociationStatus", {}).n("SSMClient", "UpdateAssociationStatusCommand").f(void 0, UpdateAssociationStatusResultFilterSensitiveLog).ser(se_UpdateAssociationStatusCommand).de(de_UpdateAssociationStatusCommand).build() {
|
|
11760
12122
|
};
|
|
@@ -11765,10 +12127,10 @@ var UpdateAssociationStatusCommand = _UpdateAssociationStatusCommand;
|
|
|
11765
12127
|
|
|
11766
12128
|
|
|
11767
12129
|
|
|
11768
|
-
var _UpdateDocumentCommand = class _UpdateDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12130
|
+
var _UpdateDocumentCommand = class _UpdateDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11769
12131
|
return [
|
|
11770
12132
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11771
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12133
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11772
12134
|
];
|
|
11773
12135
|
}).s("AmazonSSM", "UpdateDocument", {}).n("SSMClient", "UpdateDocumentCommand").f(void 0, void 0).ser(se_UpdateDocumentCommand).de(de_UpdateDocumentCommand).build() {
|
|
11774
12136
|
};
|
|
@@ -11779,10 +12141,10 @@ var UpdateDocumentCommand = _UpdateDocumentCommand;
|
|
|
11779
12141
|
|
|
11780
12142
|
|
|
11781
12143
|
|
|
11782
|
-
var _UpdateDocumentDefaultVersionCommand = class _UpdateDocumentDefaultVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12144
|
+
var _UpdateDocumentDefaultVersionCommand = class _UpdateDocumentDefaultVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11783
12145
|
return [
|
|
11784
12146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11785
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12147
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11786
12148
|
];
|
|
11787
12149
|
}).s("AmazonSSM", "UpdateDocumentDefaultVersion", {}).n("SSMClient", "UpdateDocumentDefaultVersionCommand").f(void 0, void 0).ser(se_UpdateDocumentDefaultVersionCommand).de(de_UpdateDocumentDefaultVersionCommand).build() {
|
|
11788
12150
|
};
|
|
@@ -11793,10 +12155,10 @@ var UpdateDocumentDefaultVersionCommand = _UpdateDocumentDefaultVersionCommand;
|
|
|
11793
12155
|
|
|
11794
12156
|
|
|
11795
12157
|
|
|
11796
|
-
var _UpdateDocumentMetadataCommand = class _UpdateDocumentMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12158
|
+
var _UpdateDocumentMetadataCommand = class _UpdateDocumentMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11797
12159
|
return [
|
|
11798
12160
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11799
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12161
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11800
12162
|
];
|
|
11801
12163
|
}).s("AmazonSSM", "UpdateDocumentMetadata", {}).n("SSMClient", "UpdateDocumentMetadataCommand").f(void 0, void 0).ser(se_UpdateDocumentMetadataCommand).de(de_UpdateDocumentMetadataCommand).build() {
|
|
11802
12164
|
};
|
|
@@ -11807,10 +12169,10 @@ var UpdateDocumentMetadataCommand = _UpdateDocumentMetadataCommand;
|
|
|
11807
12169
|
|
|
11808
12170
|
|
|
11809
12171
|
|
|
11810
|
-
var _UpdateMaintenanceWindowCommand = class _UpdateMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12172
|
+
var _UpdateMaintenanceWindowCommand = class _UpdateMaintenanceWindowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11811
12173
|
return [
|
|
11812
12174
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11813
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12175
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11814
12176
|
];
|
|
11815
12177
|
}).s("AmazonSSM", "UpdateMaintenanceWindow", {}).n("SSMClient", "UpdateMaintenanceWindowCommand").f(UpdateMaintenanceWindowRequestFilterSensitiveLog, UpdateMaintenanceWindowResultFilterSensitiveLog).ser(se_UpdateMaintenanceWindowCommand).de(de_UpdateMaintenanceWindowCommand).build() {
|
|
11816
12178
|
};
|
|
@@ -11821,10 +12183,10 @@ var UpdateMaintenanceWindowCommand = _UpdateMaintenanceWindowCommand;
|
|
|
11821
12183
|
|
|
11822
12184
|
|
|
11823
12185
|
|
|
11824
|
-
var _UpdateMaintenanceWindowTargetCommand = class _UpdateMaintenanceWindowTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12186
|
+
var _UpdateMaintenanceWindowTargetCommand = class _UpdateMaintenanceWindowTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11825
12187
|
return [
|
|
11826
12188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11827
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12189
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11828
12190
|
];
|
|
11829
12191
|
}).s("AmazonSSM", "UpdateMaintenanceWindowTarget", {}).n("SSMClient", "UpdateMaintenanceWindowTargetCommand").f(UpdateMaintenanceWindowTargetRequestFilterSensitiveLog, UpdateMaintenanceWindowTargetResultFilterSensitiveLog).ser(se_UpdateMaintenanceWindowTargetCommand).de(de_UpdateMaintenanceWindowTargetCommand).build() {
|
|
11830
12192
|
};
|
|
@@ -11835,10 +12197,10 @@ var UpdateMaintenanceWindowTargetCommand = _UpdateMaintenanceWindowTargetCommand
|
|
|
11835
12197
|
|
|
11836
12198
|
|
|
11837
12199
|
|
|
11838
|
-
var _UpdateMaintenanceWindowTaskCommand = class _UpdateMaintenanceWindowTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12200
|
+
var _UpdateMaintenanceWindowTaskCommand = class _UpdateMaintenanceWindowTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11839
12201
|
return [
|
|
11840
12202
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11841
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12203
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11842
12204
|
];
|
|
11843
12205
|
}).s("AmazonSSM", "UpdateMaintenanceWindowTask", {}).n("SSMClient", "UpdateMaintenanceWindowTaskCommand").f(UpdateMaintenanceWindowTaskRequestFilterSensitiveLog, UpdateMaintenanceWindowTaskResultFilterSensitiveLog).ser(se_UpdateMaintenanceWindowTaskCommand).de(de_UpdateMaintenanceWindowTaskCommand).build() {
|
|
11844
12206
|
};
|
|
@@ -11849,10 +12211,10 @@ var UpdateMaintenanceWindowTaskCommand = _UpdateMaintenanceWindowTaskCommand;
|
|
|
11849
12211
|
|
|
11850
12212
|
|
|
11851
12213
|
|
|
11852
|
-
var _UpdateManagedInstanceRoleCommand = class _UpdateManagedInstanceRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12214
|
+
var _UpdateManagedInstanceRoleCommand = class _UpdateManagedInstanceRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11853
12215
|
return [
|
|
11854
12216
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11855
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12217
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11856
12218
|
];
|
|
11857
12219
|
}).s("AmazonSSM", "UpdateManagedInstanceRole", {}).n("SSMClient", "UpdateManagedInstanceRoleCommand").f(void 0, void 0).ser(se_UpdateManagedInstanceRoleCommand).de(de_UpdateManagedInstanceRoleCommand).build() {
|
|
11858
12220
|
};
|
|
@@ -11863,10 +12225,10 @@ var UpdateManagedInstanceRoleCommand = _UpdateManagedInstanceRoleCommand;
|
|
|
11863
12225
|
|
|
11864
12226
|
|
|
11865
12227
|
|
|
11866
|
-
var _UpdateOpsItemCommand = class _UpdateOpsItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12228
|
+
var _UpdateOpsItemCommand = class _UpdateOpsItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11867
12229
|
return [
|
|
11868
12230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11869
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12231
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11870
12232
|
];
|
|
11871
12233
|
}).s("AmazonSSM", "UpdateOpsItem", {}).n("SSMClient", "UpdateOpsItemCommand").f(void 0, void 0).ser(se_UpdateOpsItemCommand).de(de_UpdateOpsItemCommand).build() {
|
|
11872
12234
|
};
|
|
@@ -11877,10 +12239,10 @@ var UpdateOpsItemCommand = _UpdateOpsItemCommand;
|
|
|
11877
12239
|
|
|
11878
12240
|
|
|
11879
12241
|
|
|
11880
|
-
var _UpdateOpsMetadataCommand = class _UpdateOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12242
|
+
var _UpdateOpsMetadataCommand = class _UpdateOpsMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11881
12243
|
return [
|
|
11882
12244
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11883
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12245
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11884
12246
|
];
|
|
11885
12247
|
}).s("AmazonSSM", "UpdateOpsMetadata", {}).n("SSMClient", "UpdateOpsMetadataCommand").f(void 0, void 0).ser(se_UpdateOpsMetadataCommand).de(de_UpdateOpsMetadataCommand).build() {
|
|
11886
12248
|
};
|
|
@@ -11891,10 +12253,10 @@ var UpdateOpsMetadataCommand = _UpdateOpsMetadataCommand;
|
|
|
11891
12253
|
|
|
11892
12254
|
|
|
11893
12255
|
|
|
11894
|
-
var _UpdatePatchBaselineCommand = class _UpdatePatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12256
|
+
var _UpdatePatchBaselineCommand = class _UpdatePatchBaselineCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11895
12257
|
return [
|
|
11896
12258
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11897
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12259
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11898
12260
|
];
|
|
11899
12261
|
}).s("AmazonSSM", "UpdatePatchBaseline", {}).n("SSMClient", "UpdatePatchBaselineCommand").f(UpdatePatchBaselineRequestFilterSensitiveLog, UpdatePatchBaselineResultFilterSensitiveLog).ser(se_UpdatePatchBaselineCommand).de(de_UpdatePatchBaselineCommand).build() {
|
|
11900
12262
|
};
|
|
@@ -11905,10 +12267,10 @@ var UpdatePatchBaselineCommand = _UpdatePatchBaselineCommand;
|
|
|
11905
12267
|
|
|
11906
12268
|
|
|
11907
12269
|
|
|
11908
|
-
var _UpdateResourceDataSyncCommand = class _UpdateResourceDataSyncCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12270
|
+
var _UpdateResourceDataSyncCommand = class _UpdateResourceDataSyncCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11909
12271
|
return [
|
|
11910
12272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11911
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12273
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11912
12274
|
];
|
|
11913
12275
|
}).s("AmazonSSM", "UpdateResourceDataSync", {}).n("SSMClient", "UpdateResourceDataSyncCommand").f(void 0, void 0).ser(se_UpdateResourceDataSyncCommand).de(de_UpdateResourceDataSyncCommand).build() {
|
|
11914
12276
|
};
|
|
@@ -11919,10 +12281,10 @@ var UpdateResourceDataSyncCommand = _UpdateResourceDataSyncCommand;
|
|
|
11919
12281
|
|
|
11920
12282
|
|
|
11921
12283
|
|
|
11922
|
-
var _UpdateServiceSettingCommand = class _UpdateServiceSettingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(
|
|
12284
|
+
var _UpdateServiceSettingCommand = class _UpdateServiceSettingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11923
12285
|
return [
|
|
11924
12286
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11925
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config,
|
|
12287
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11926
12288
|
];
|
|
11927
12289
|
}).s("AmazonSSM", "UpdateServiceSetting", {}).n("SSMClient", "UpdateServiceSettingCommand").f(void 0, void 0).ser(se_UpdateServiceSettingCommand).de(de_UpdateServiceSettingCommand).build() {
|
|
11928
12290
|
};
|
|
@@ -12001,6 +12363,7 @@ var commands = {
|
|
|
12001
12363
|
GetDefaultPatchBaselineCommand,
|
|
12002
12364
|
GetDeployablePatchSnapshotForInstanceCommand,
|
|
12003
12365
|
GetDocumentCommand,
|
|
12366
|
+
GetExecutionPreviewCommand,
|
|
12004
12367
|
GetInventoryCommand,
|
|
12005
12368
|
GetInventorySchemaCommand,
|
|
12006
12369
|
GetMaintenanceWindowCommand,
|
|
@@ -12030,6 +12393,8 @@ var commands = {
|
|
|
12030
12393
|
ListDocumentsCommand,
|
|
12031
12394
|
ListDocumentVersionsCommand,
|
|
12032
12395
|
ListInventoryEntriesCommand,
|
|
12396
|
+
ListNodesCommand,
|
|
12397
|
+
ListNodesSummaryCommand,
|
|
12033
12398
|
ListOpsItemEventsCommand,
|
|
12034
12399
|
ListOpsItemRelatedItemsCommand,
|
|
12035
12400
|
ListOpsMetadataCommand,
|
|
@@ -12053,6 +12418,7 @@ var commands = {
|
|
|
12053
12418
|
StartAssociationsOnceCommand,
|
|
12054
12419
|
StartAutomationExecutionCommand,
|
|
12055
12420
|
StartChangeRequestExecutionCommand,
|
|
12421
|
+
StartExecutionPreviewCommand,
|
|
12056
12422
|
StartSessionCommand,
|
|
12057
12423
|
StopAutomationExecutionCommand,
|
|
12058
12424
|
TerminateSessionCommand,
|
|
@@ -12250,6 +12616,14 @@ var paginateListDocumentVersions = (0, import_core.createPaginator)(SSMClient, L
|
|
|
12250
12616
|
|
|
12251
12617
|
var paginateListDocuments = (0, import_core.createPaginator)(SSMClient, ListDocumentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
12252
12618
|
|
|
12619
|
+
// src/pagination/ListNodesPaginator.ts
|
|
12620
|
+
|
|
12621
|
+
var paginateListNodes = (0, import_core.createPaginator)(SSMClient, ListNodesCommand, "NextToken", "NextToken", "MaxResults");
|
|
12622
|
+
|
|
12623
|
+
// src/pagination/ListNodesSummaryPaginator.ts
|
|
12624
|
+
|
|
12625
|
+
var paginateListNodesSummary = (0, import_core.createPaginator)(SSMClient, ListNodesSummaryCommand, "NextToken", "NextToken", "MaxResults");
|
|
12626
|
+
|
|
12253
12627
|
// src/pagination/ListOpsItemEventsPaginator.ts
|
|
12254
12628
|
|
|
12255
12629
|
var paginateListOpsItemEvents = (0, import_core.createPaginator)(SSMClient, ListOpsItemEventsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -12444,6 +12818,7 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
12444
12818
|
GetDefaultPatchBaselineCommand,
|
|
12445
12819
|
GetDeployablePatchSnapshotForInstanceCommand,
|
|
12446
12820
|
GetDocumentCommand,
|
|
12821
|
+
GetExecutionPreviewCommand,
|
|
12447
12822
|
GetInventoryCommand,
|
|
12448
12823
|
GetInventorySchemaCommand,
|
|
12449
12824
|
GetMaintenanceWindowCommand,
|
|
@@ -12473,6 +12848,8 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
12473
12848
|
ListDocumentVersionsCommand,
|
|
12474
12849
|
ListDocumentsCommand,
|
|
12475
12850
|
ListInventoryEntriesCommand,
|
|
12851
|
+
ListNodesCommand,
|
|
12852
|
+
ListNodesSummaryCommand,
|
|
12476
12853
|
ListOpsItemEventsCommand,
|
|
12477
12854
|
ListOpsItemRelatedItemsCommand,
|
|
12478
12855
|
ListOpsMetadataCommand,
|
|
@@ -12496,6 +12873,7 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
12496
12873
|
StartAssociationsOnceCommand,
|
|
12497
12874
|
StartAutomationExecutionCommand,
|
|
12498
12875
|
StartChangeRequestExecutionCommand,
|
|
12876
|
+
StartExecutionPreviewCommand,
|
|
12499
12877
|
StartSessionCommand,
|
|
12500
12878
|
StopAutomationExecutionCommand,
|
|
12501
12879
|
TerminateSessionCommand,
|
|
@@ -12557,6 +12935,8 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
12557
12935
|
paginateListComplianceSummaries,
|
|
12558
12936
|
paginateListDocumentVersions,
|
|
12559
12937
|
paginateListDocuments,
|
|
12938
|
+
paginateListNodes,
|
|
12939
|
+
paginateListNodesSummary,
|
|
12560
12940
|
paginateListOpsItemEvents,
|
|
12561
12941
|
paginateListOpsItemRelatedItems,
|
|
12562
12942
|
paginateListOpsMetadata,
|
|
@@ -12729,6 +13109,9 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
12729
13109
|
ConnectionStatus,
|
|
12730
13110
|
UnsupportedFeatureRequiredException,
|
|
12731
13111
|
AttachmentHashType,
|
|
13112
|
+
ImpactType,
|
|
13113
|
+
ExecutionPreview,
|
|
13114
|
+
ExecutionPreviewStatus,
|
|
12732
13115
|
InventoryQueryOperatorType,
|
|
12733
13116
|
InvalidAggregatorException,
|
|
12734
13117
|
InvalidInventoryGroupException,
|
|
@@ -12751,6 +13134,14 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
12751
13134
|
DocumentMetadataEnum,
|
|
12752
13135
|
DocumentReviewCommentType,
|
|
12753
13136
|
DocumentFilterKey,
|
|
13137
|
+
NodeFilterKey,
|
|
13138
|
+
NodeFilterOperatorType,
|
|
13139
|
+
ManagedStatus,
|
|
13140
|
+
NodeType,
|
|
13141
|
+
UnsupportedOperationException,
|
|
13142
|
+
NodeAggregatorType,
|
|
13143
|
+
NodeAttributeName,
|
|
13144
|
+
NodeTypeName,
|
|
12754
13145
|
OpsItemEventFilterKey,
|
|
12755
13146
|
OpsItemEventFilterOperator,
|
|
12756
13147
|
OpsItemRelatedItemsFilterKey,
|
|
@@ -12782,17 +13173,6 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
12782
13173
|
UnsupportedParameterType,
|
|
12783
13174
|
ResourcePolicyLimitExceededException,
|
|
12784
13175
|
FeatureNotAvailableException,
|
|
12785
|
-
AutomationStepNotFoundException,
|
|
12786
|
-
InvalidAutomationSignalException,
|
|
12787
|
-
SignalType,
|
|
12788
|
-
InvalidNotificationConfig,
|
|
12789
|
-
InvalidOutputFolder,
|
|
12790
|
-
InvalidRole,
|
|
12791
|
-
InvalidAssociation,
|
|
12792
|
-
AutomationDefinitionNotFoundException,
|
|
12793
|
-
AutomationDefinitionVersionNotFoundException,
|
|
12794
|
-
AutomationExecutionLimitExceededException,
|
|
12795
|
-
InvalidAutomationExecutionParametersException,
|
|
12796
13176
|
MaintenanceWindowTargetFilterSensitiveLog,
|
|
12797
13177
|
DescribeMaintenanceWindowTargetsResultFilterSensitiveLog,
|
|
12798
13178
|
MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog,
|
|
@@ -12819,12 +13199,27 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
12819
13199
|
ListAssociationVersionsResultFilterSensitiveLog,
|
|
12820
13200
|
CommandFilterSensitiveLog,
|
|
12821
13201
|
ListCommandsResultFilterSensitiveLog,
|
|
13202
|
+
InstanceInfoFilterSensitiveLog,
|
|
13203
|
+
NodeTypeFilterSensitiveLog,
|
|
13204
|
+
NodeFilterSensitiveLog,
|
|
13205
|
+
ListNodesResultFilterSensitiveLog,
|
|
12822
13206
|
PutParameterRequestFilterSensitiveLog,
|
|
12823
13207
|
RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog,
|
|
12824
13208
|
RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog,
|
|
12825
|
-
|
|
12826
|
-
|
|
13209
|
+
AutomationStepNotFoundException,
|
|
13210
|
+
InvalidAutomationSignalException,
|
|
13211
|
+
SignalType,
|
|
13212
|
+
InvalidNotificationConfig,
|
|
13213
|
+
InvalidOutputFolder,
|
|
13214
|
+
InvalidRole,
|
|
13215
|
+
InvalidAssociation,
|
|
13216
|
+
AutomationDefinitionNotFoundException,
|
|
13217
|
+
AutomationDefinitionVersionNotFoundException,
|
|
13218
|
+
AutomationExecutionLimitExceededException,
|
|
13219
|
+
InvalidAutomationExecutionParametersException,
|
|
12827
13220
|
AutomationDefinitionNotApprovedException,
|
|
13221
|
+
ExecutionInputs,
|
|
13222
|
+
ValidationException,
|
|
12828
13223
|
TargetNotConnected,
|
|
12829
13224
|
InvalidAutomationStatusUpdateException,
|
|
12830
13225
|
StopType,
|
|
@@ -12837,6 +13232,8 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
12837
13232
|
DocumentReviewAction,
|
|
12838
13233
|
OpsMetadataKeyLimitExceededException,
|
|
12839
13234
|
ResourceDataSyncConflictException,
|
|
13235
|
+
SendCommandRequestFilterSensitiveLog,
|
|
13236
|
+
SendCommandResultFilterSensitiveLog,
|
|
12840
13237
|
UpdateAssociationRequestFilterSensitiveLog,
|
|
12841
13238
|
UpdateAssociationResultFilterSensitiveLog,
|
|
12842
13239
|
UpdateAssociationStatusResultFilterSensitiveLog,
|