@aws-sdk/client-ssm 3.759.0 → 3.772.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +197 -202
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AddTagsToResourceCommand: () => AddTagsToResourceCommand,
|
|
25
25
|
AlreadyExistsException: () => AlreadyExistsException,
|
|
26
26
|
AssociateOpsItemRelatedItemCommand: () => AssociateOpsItemRelatedItemCommand,
|
|
@@ -523,7 +523,7 @@ __export(src_exports, {
|
|
|
523
523
|
waitForCommandExecuted: () => waitForCommandExecuted,
|
|
524
524
|
waitUntilCommandExecuted: () => waitUntilCommandExecuted
|
|
525
525
|
});
|
|
526
|
-
module.exports = __toCommonJS(
|
|
526
|
+
module.exports = __toCommonJS(index_exports);
|
|
527
527
|
|
|
528
528
|
// src/SSMClient.ts
|
|
529
529
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -650,9 +650,9 @@ var SSMClient = class extends import_smithy_client.Client {
|
|
|
650
650
|
this.middlewareStack.use(
|
|
651
651
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
652
652
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSSMHttpAuthSchemeParametersProvider,
|
|
653
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
653
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
654
654
|
"aws.auth#sigv4": config.credentials
|
|
655
|
-
})
|
|
655
|
+
}), "identityProviderConfigProvider")
|
|
656
656
|
})
|
|
657
657
|
);
|
|
658
658
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -2862,8 +2862,7 @@ var ImpactType = {
|
|
|
2862
2862
|
var ExecutionPreview;
|
|
2863
2863
|
((ExecutionPreview2) => {
|
|
2864
2864
|
ExecutionPreview2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2865
|
-
if (value.Automation !== void 0)
|
|
2866
|
-
return visitor.Automation(value.Automation);
|
|
2865
|
+
if (value.Automation !== void 0) return visitor.Automation(value.Automation);
|
|
2867
2866
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2868
2867
|
}, "visit");
|
|
2869
2868
|
})(ExecutionPreview || (ExecutionPreview = {}));
|
|
@@ -3134,8 +3133,7 @@ var ManagedStatus = {
|
|
|
3134
3133
|
var NodeType;
|
|
3135
3134
|
((NodeType2) => {
|
|
3136
3135
|
NodeType2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
3137
|
-
if (value.Instance !== void 0)
|
|
3138
|
-
return visitor.Instance(value.Instance);
|
|
3136
|
+
if (value.Instance !== void 0) return visitor.Instance(value.Instance);
|
|
3139
3137
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
3140
3138
|
}, "visit");
|
|
3141
3139
|
})(NodeType || (NodeType = {}));
|
|
@@ -3805,10 +3803,8 @@ var InstanceInfoFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3805
3803
|
...obj.IpAddress && { IpAddress: import_smithy_client.SENSITIVE_STRING }
|
|
3806
3804
|
}), "InstanceInfoFilterSensitiveLog");
|
|
3807
3805
|
var NodeTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
3808
|
-
if (obj.Instance !== void 0)
|
|
3809
|
-
|
|
3810
|
-
if (obj.$unknown !== void 0)
|
|
3811
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
3806
|
+
if (obj.Instance !== void 0) return { Instance: InstanceInfoFilterSensitiveLog(obj.Instance) };
|
|
3807
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
3812
3808
|
}, "NodeTypeFilterSensitiveLog");
|
|
3813
3809
|
var NodeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3814
3810
|
...obj,
|
|
@@ -4066,8 +4062,7 @@ var AutomationDefinitionNotApprovedException = class _AutomationDefinitionNotApp
|
|
|
4066
4062
|
var ExecutionInputs;
|
|
4067
4063
|
((ExecutionInputs3) => {
|
|
4068
4064
|
ExecutionInputs3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
4069
|
-
if (value.Automation !== void 0)
|
|
4070
|
-
return visitor.Automation(value.Automation);
|
|
4065
|
+
if (value.Automation !== void 0) return visitor.Automation(value.Automation);
|
|
4071
4066
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
4072
4067
|
}, "visit");
|
|
4073
4068
|
})(ExecutionInputs || (ExecutionInputs = {}));
|
|
@@ -8746,7 +8741,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
8746
8741
|
var se_AssociationStatus = /* @__PURE__ */ __name((input, context) => {
|
|
8747
8742
|
return (0, import_smithy_client.take)(input, {
|
|
8748
8743
|
AdditionalInfo: [],
|
|
8749
|
-
Date: (_) => _.getTime() / 1e3,
|
|
8744
|
+
Date: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "Date"),
|
|
8750
8745
|
Message: [],
|
|
8751
8746
|
Name: []
|
|
8752
8747
|
});
|
|
@@ -8754,7 +8749,7 @@ var se_AssociationStatus = /* @__PURE__ */ __name((input, context) => {
|
|
|
8754
8749
|
var se_ComplianceExecutionSummary = /* @__PURE__ */ __name((input, context) => {
|
|
8755
8750
|
return (0, import_smithy_client.take)(input, {
|
|
8756
8751
|
ExecutionId: [],
|
|
8757
|
-
ExecutionTime: (_) => _.getTime() / 1e3,
|
|
8752
|
+
ExecutionTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExecutionTime"),
|
|
8758
8753
|
ExecutionType: []
|
|
8759
8754
|
});
|
|
8760
8755
|
}, "se_ComplianceExecutionSummary");
|
|
@@ -8762,7 +8757,7 @@ var se_CreateActivationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8762
8757
|
return (0, import_smithy_client.take)(input, {
|
|
8763
8758
|
DefaultInstanceName: [],
|
|
8764
8759
|
Description: [],
|
|
8765
|
-
ExpirationDate: (_) => _.getTime() / 1e3,
|
|
8760
|
+
ExpirationDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExpirationDate"),
|
|
8766
8761
|
IamRole: [],
|
|
8767
8762
|
RegistrationLimit: [],
|
|
8768
8763
|
RegistrationMetadata: import_smithy_client._json,
|
|
@@ -8788,15 +8783,15 @@ var se_CreateMaintenanceWindowRequest = /* @__PURE__ */ __name((input, context)
|
|
|
8788
8783
|
var se_CreateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8789
8784
|
return (0, import_smithy_client.take)(input, {
|
|
8790
8785
|
AccountId: [],
|
|
8791
|
-
ActualEndTime: (_) => _.getTime() / 1e3,
|
|
8792
|
-
ActualStartTime: (_) => _.getTime() / 1e3,
|
|
8786
|
+
ActualEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualEndTime"),
|
|
8787
|
+
ActualStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualStartTime"),
|
|
8793
8788
|
Category: [],
|
|
8794
8789
|
Description: [],
|
|
8795
8790
|
Notifications: import_smithy_client._json,
|
|
8796
8791
|
OperationalData: import_smithy_client._json,
|
|
8797
8792
|
OpsItemType: [],
|
|
8798
|
-
PlannedEndTime: (_) => _.getTime() / 1e3,
|
|
8799
|
-
PlannedStartTime: (_) => _.getTime() / 1e3,
|
|
8793
|
+
PlannedEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedEndTime"),
|
|
8794
|
+
PlannedStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedStartTime"),
|
|
8800
8795
|
Priority: [],
|
|
8801
8796
|
RelatedOpsItems: import_smithy_client._json,
|
|
8802
8797
|
Severity: [],
|
|
@@ -8832,7 +8827,7 @@ var se_DeleteInventoryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8832
8827
|
}, "se_DeleteInventoryRequest");
|
|
8833
8828
|
var se_GetInventoryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8834
8829
|
return (0, import_smithy_client.take)(input, {
|
|
8835
|
-
Aggregators: (_) => se_InventoryAggregatorList(_, context),
|
|
8830
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_InventoryAggregatorList(_, context), "Aggregators"),
|
|
8836
8831
|
Filters: import_smithy_client._json,
|
|
8837
8832
|
MaxResults: [],
|
|
8838
8833
|
NextToken: [],
|
|
@@ -8841,7 +8836,7 @@ var se_GetInventoryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8841
8836
|
}, "se_GetInventoryRequest");
|
|
8842
8837
|
var se_GetOpsSummaryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8843
8838
|
return (0, import_smithy_client.take)(input, {
|
|
8844
|
-
Aggregators: (_) => se_OpsAggregatorList(_, context),
|
|
8839
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_OpsAggregatorList(_, context), "Aggregators"),
|
|
8845
8840
|
Filters: import_smithy_client._json,
|
|
8846
8841
|
MaxResults: [],
|
|
8847
8842
|
NextToken: [],
|
|
@@ -8851,7 +8846,7 @@ var se_GetOpsSummaryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8851
8846
|
}, "se_GetOpsSummaryRequest");
|
|
8852
8847
|
var se_InventoryAggregator = /* @__PURE__ */ __name((input, context) => {
|
|
8853
8848
|
return (0, import_smithy_client.take)(input, {
|
|
8854
|
-
Aggregators: (_) => se_InventoryAggregatorList(_, context),
|
|
8849
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_InventoryAggregatorList(_, context), "Aggregators"),
|
|
8855
8850
|
Expression: [],
|
|
8856
8851
|
Groups: import_smithy_client._json
|
|
8857
8852
|
});
|
|
@@ -8863,7 +8858,7 @@ var se_InventoryAggregatorList = /* @__PURE__ */ __name((input, context) => {
|
|
|
8863
8858
|
}, "se_InventoryAggregatorList");
|
|
8864
8859
|
var se_ListNodesSummaryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8865
8860
|
return (0, import_smithy_client.take)(input, {
|
|
8866
|
-
Aggregators: (_) => se_NodeAggregatorList(_, context),
|
|
8861
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_NodeAggregatorList(_, context), "Aggregators"),
|
|
8867
8862
|
Filters: import_smithy_client._json,
|
|
8868
8863
|
MaxResults: [],
|
|
8869
8864
|
NextToken: [],
|
|
@@ -8880,7 +8875,7 @@ var se_MaintenanceWindowLambdaParameters = /* @__PURE__ */ __name((input, contex
|
|
|
8880
8875
|
var se_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((input, context) => {
|
|
8881
8876
|
return (0, import_smithy_client.take)(input, {
|
|
8882
8877
|
Automation: import_smithy_client._json,
|
|
8883
|
-
Lambda: (_) => se_MaintenanceWindowLambdaParameters(_, context),
|
|
8878
|
+
Lambda: /* @__PURE__ */ __name((_) => se_MaintenanceWindowLambdaParameters(_, context), "Lambda"),
|
|
8884
8879
|
RunCommand: import_smithy_client._json,
|
|
8885
8880
|
StepFunctions: import_smithy_client._json
|
|
8886
8881
|
});
|
|
@@ -8888,7 +8883,7 @@ var se_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((input
|
|
|
8888
8883
|
var se_NodeAggregator = /* @__PURE__ */ __name((input, context) => {
|
|
8889
8884
|
return (0, import_smithy_client.take)(input, {
|
|
8890
8885
|
AggregatorType: [],
|
|
8891
|
-
Aggregators: (_) => se_NodeAggregatorList(_, context),
|
|
8886
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_NodeAggregatorList(_, context), "Aggregators"),
|
|
8892
8887
|
AttributeName: [],
|
|
8893
8888
|
TypeName: []
|
|
8894
8889
|
});
|
|
@@ -8901,7 +8896,7 @@ var se_NodeAggregatorList = /* @__PURE__ */ __name((input, context) => {
|
|
|
8901
8896
|
var se_OpsAggregator = /* @__PURE__ */ __name((input, context) => {
|
|
8902
8897
|
return (0, import_smithy_client.take)(input, {
|
|
8903
8898
|
AggregatorType: [],
|
|
8904
|
-
Aggregators: (_) => se_OpsAggregatorList(_, context),
|
|
8899
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_OpsAggregatorList(_, context), "Aggregators"),
|
|
8905
8900
|
AttributeName: [],
|
|
8906
8901
|
Filters: import_smithy_client._json,
|
|
8907
8902
|
TypeName: [],
|
|
@@ -8916,7 +8911,7 @@ var se_OpsAggregatorList = /* @__PURE__ */ __name((input, context) => {
|
|
|
8916
8911
|
var se_PutComplianceItemsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8917
8912
|
return (0, import_smithy_client.take)(input, {
|
|
8918
8913
|
ComplianceType: [],
|
|
8919
|
-
ExecutionSummary: (_) => se_ComplianceExecutionSummary(_, context),
|
|
8914
|
+
ExecutionSummary: /* @__PURE__ */ __name((_) => se_ComplianceExecutionSummary(_, context), "ExecutionSummary"),
|
|
8920
8915
|
ItemContentHash: [],
|
|
8921
8916
|
Items: import_smithy_client._json,
|
|
8922
8917
|
ResourceId: [],
|
|
@@ -8949,7 +8944,7 @@ var se_RegisterTaskWithMaintenanceWindowRequest = /* @__PURE__ */ __name((input,
|
|
|
8949
8944
|
ServiceRoleArn: [],
|
|
8950
8945
|
Targets: import_smithy_client._json,
|
|
8951
8946
|
TaskArn: [],
|
|
8952
|
-
TaskInvocationParameters: (_) => se_MaintenanceWindowTaskInvocationParameters(_, context),
|
|
8947
|
+
TaskInvocationParameters: /* @__PURE__ */ __name((_) => se_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
|
|
8953
8948
|
TaskParameters: import_smithy_client._json,
|
|
8954
8949
|
TaskType: [],
|
|
8955
8950
|
WindowId: []
|
|
@@ -8965,14 +8960,14 @@ var se_StartChangeRequestExecutionRequest = /* @__PURE__ */ __name((input, conte
|
|
|
8965
8960
|
DocumentVersion: [],
|
|
8966
8961
|
Parameters: import_smithy_client._json,
|
|
8967
8962
|
Runbooks: import_smithy_client._json,
|
|
8968
|
-
ScheduledEndTime: (_) => _.getTime() / 1e3,
|
|
8969
|
-
ScheduledTime: (_) => _.getTime() / 1e3,
|
|
8963
|
+
ScheduledEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduledEndTime"),
|
|
8964
|
+
ScheduledTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduledTime"),
|
|
8970
8965
|
Tags: import_smithy_client._json
|
|
8971
8966
|
});
|
|
8972
8967
|
}, "se_StartChangeRequestExecutionRequest");
|
|
8973
8968
|
var se_UpdateAssociationStatusRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8974
8969
|
return (0, import_smithy_client.take)(input, {
|
|
8975
|
-
AssociationStatus: (_) => se_AssociationStatus(_, context),
|
|
8970
|
+
AssociationStatus: /* @__PURE__ */ __name((_) => se_AssociationStatus(_, context), "AssociationStatus"),
|
|
8976
8971
|
InstanceId: [],
|
|
8977
8972
|
Name: []
|
|
8978
8973
|
});
|
|
@@ -8991,7 +8986,7 @@ var se_UpdateMaintenanceWindowTaskRequest = /* @__PURE__ */ __name((input, conte
|
|
|
8991
8986
|
ServiceRoleArn: [],
|
|
8992
8987
|
Targets: import_smithy_client._json,
|
|
8993
8988
|
TaskArn: [],
|
|
8994
|
-
TaskInvocationParameters: (_) => se_MaintenanceWindowTaskInvocationParameters(_, context),
|
|
8989
|
+
TaskInvocationParameters: /* @__PURE__ */ __name((_) => se_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
|
|
8995
8990
|
TaskParameters: import_smithy_client._json,
|
|
8996
8991
|
WindowId: [],
|
|
8997
8992
|
WindowTaskId: []
|
|
@@ -8999,8 +8994,8 @@ var se_UpdateMaintenanceWindowTaskRequest = /* @__PURE__ */ __name((input, conte
|
|
|
8999
8994
|
}, "se_UpdateMaintenanceWindowTaskRequest");
|
|
9000
8995
|
var se_UpdateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
9001
8996
|
return (0, import_smithy_client.take)(input, {
|
|
9002
|
-
ActualEndTime: (_) => _.getTime() / 1e3,
|
|
9003
|
-
ActualStartTime: (_) => _.getTime() / 1e3,
|
|
8997
|
+
ActualEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualEndTime"),
|
|
8998
|
+
ActualStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualStartTime"),
|
|
9004
8999
|
Category: [],
|
|
9005
9000
|
Description: [],
|
|
9006
9001
|
Notifications: import_smithy_client._json,
|
|
@@ -9008,8 +9003,8 @@ var se_UpdateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
9008
9003
|
OperationalDataToDelete: import_smithy_client._json,
|
|
9009
9004
|
OpsItemArn: [],
|
|
9010
9005
|
OpsItemId: [],
|
|
9011
|
-
PlannedEndTime: (_) => _.getTime() / 1e3,
|
|
9012
|
-
PlannedStartTime: (_) => _.getTime() / 1e3,
|
|
9006
|
+
PlannedEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedEndTime"),
|
|
9007
|
+
PlannedStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedStartTime"),
|
|
9013
9008
|
Priority: [],
|
|
9014
9009
|
RelatedOpsItems: import_smithy_client._json,
|
|
9015
9010
|
Severity: [],
|
|
@@ -9020,10 +9015,10 @@ var se_UpdateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
9020
9015
|
var de_Activation = /* @__PURE__ */ __name((output, context) => {
|
|
9021
9016
|
return (0, import_smithy_client.take)(output, {
|
|
9022
9017
|
ActivationId: import_smithy_client.expectString,
|
|
9023
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9018
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9024
9019
|
DefaultInstanceName: import_smithy_client.expectString,
|
|
9025
9020
|
Description: import_smithy_client.expectString,
|
|
9026
|
-
ExpirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9021
|
+
ExpirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationDate"),
|
|
9027
9022
|
Expired: import_smithy_client.expectBoolean,
|
|
9028
9023
|
IamRole: import_smithy_client.expectString,
|
|
9029
9024
|
RegistrationLimit: import_smithy_client.expectInt32,
|
|
@@ -9045,7 +9040,7 @@ var de_Association = /* @__PURE__ */ __name((output, context) => {
|
|
|
9045
9040
|
DocumentVersion: import_smithy_client.expectString,
|
|
9046
9041
|
Duration: import_smithy_client.expectInt32,
|
|
9047
9042
|
InstanceId: import_smithy_client.expectString,
|
|
9048
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9043
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
9049
9044
|
Name: import_smithy_client.expectString,
|
|
9050
9045
|
Overview: import_smithy_client._json,
|
|
9051
9046
|
ScheduleExpression: import_smithy_client.expectString,
|
|
@@ -9064,13 +9059,13 @@ var de_AssociationDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9064
9059
|
AutomationTargetParameterName: import_smithy_client.expectString,
|
|
9065
9060
|
CalendarNames: import_smithy_client._json,
|
|
9066
9061
|
ComplianceSeverity: import_smithy_client.expectString,
|
|
9067
|
-
Date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9062
|
+
Date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Date"),
|
|
9068
9063
|
DocumentVersion: import_smithy_client.expectString,
|
|
9069
9064
|
Duration: import_smithy_client.expectInt32,
|
|
9070
9065
|
InstanceId: import_smithy_client.expectString,
|
|
9071
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9072
|
-
LastSuccessfulExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9073
|
-
LastUpdateAssociationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9066
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
9067
|
+
LastSuccessfulExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulExecutionDate"),
|
|
9068
|
+
LastUpdateAssociationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateAssociationDate"),
|
|
9074
9069
|
MaxConcurrency: import_smithy_client.expectString,
|
|
9075
9070
|
MaxErrors: import_smithy_client.expectString,
|
|
9076
9071
|
Name: import_smithy_client.expectString,
|
|
@@ -9079,7 +9074,7 @@ var de_AssociationDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9079
9074
|
Parameters: import_smithy_client._json,
|
|
9080
9075
|
ScheduleExpression: import_smithy_client.expectString,
|
|
9081
9076
|
ScheduleOffset: import_smithy_client.expectInt32,
|
|
9082
|
-
Status: (_) => de_AssociationStatus(_, context),
|
|
9077
|
+
Status: /* @__PURE__ */ __name((_) => de_AssociationStatus(_, context), "Status"),
|
|
9083
9078
|
SyncCompliance: import_smithy_client.expectString,
|
|
9084
9079
|
TargetLocations: import_smithy_client._json,
|
|
9085
9080
|
TargetMaps: import_smithy_client._json,
|
|
@@ -9098,10 +9093,10 @@ var de_AssociationExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
9098
9093
|
AlarmConfiguration: import_smithy_client._json,
|
|
9099
9094
|
AssociationId: import_smithy_client.expectString,
|
|
9100
9095
|
AssociationVersion: import_smithy_client.expectString,
|
|
9101
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9096
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
9102
9097
|
DetailedStatus: import_smithy_client.expectString,
|
|
9103
9098
|
ExecutionId: import_smithy_client.expectString,
|
|
9104
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9099
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
9105
9100
|
ResourceCountByStatus: import_smithy_client.expectString,
|
|
9106
9101
|
Status: import_smithy_client.expectString,
|
|
9107
9102
|
TriggeredAlarms: import_smithy_client._json
|
|
@@ -9119,7 +9114,7 @@ var de_AssociationExecutionTarget = /* @__PURE__ */ __name((output, context) =>
|
|
|
9119
9114
|
AssociationVersion: import_smithy_client.expectString,
|
|
9120
9115
|
DetailedStatus: import_smithy_client.expectString,
|
|
9121
9116
|
ExecutionId: import_smithy_client.expectString,
|
|
9122
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9117
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
9123
9118
|
OutputSource: import_smithy_client._json,
|
|
9124
9119
|
ResourceId: import_smithy_client.expectString,
|
|
9125
9120
|
ResourceType: import_smithy_client.expectString,
|
|
@@ -9141,7 +9136,7 @@ var de_AssociationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9141
9136
|
var de_AssociationStatus = /* @__PURE__ */ __name((output, context) => {
|
|
9142
9137
|
return (0, import_smithy_client.take)(output, {
|
|
9143
9138
|
AdditionalInfo: import_smithy_client.expectString,
|
|
9144
|
-
Date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9139
|
+
Date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Date"),
|
|
9145
9140
|
Message: import_smithy_client.expectString,
|
|
9146
9141
|
Name: import_smithy_client.expectString
|
|
9147
9142
|
});
|
|
@@ -9154,7 +9149,7 @@ var de_AssociationVersionInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
9154
9149
|
AssociationVersion: import_smithy_client.expectString,
|
|
9155
9150
|
CalendarNames: import_smithy_client._json,
|
|
9156
9151
|
ComplianceSeverity: import_smithy_client.expectString,
|
|
9157
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9152
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9158
9153
|
DocumentVersion: import_smithy_client.expectString,
|
|
9159
9154
|
Duration: import_smithy_client.expectInt32,
|
|
9160
9155
|
MaxConcurrency: import_smithy_client.expectString,
|
|
@@ -9189,8 +9184,8 @@ var de_AutomationExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
9189
9184
|
DocumentName: import_smithy_client.expectString,
|
|
9190
9185
|
DocumentVersion: import_smithy_client.expectString,
|
|
9191
9186
|
ExecutedBy: import_smithy_client.expectString,
|
|
9192
|
-
ExecutionEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9193
|
-
ExecutionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9187
|
+
ExecutionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionEndTime"),
|
|
9188
|
+
ExecutionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionStartTime"),
|
|
9194
9189
|
FailureMessage: import_smithy_client.expectString,
|
|
9195
9190
|
MaxConcurrency: import_smithy_client.expectString,
|
|
9196
9191
|
MaxErrors: import_smithy_client.expectString,
|
|
@@ -9202,8 +9197,8 @@ var de_AutomationExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
9202
9197
|
ProgressCounters: import_smithy_client._json,
|
|
9203
9198
|
ResolvedTargets: import_smithy_client._json,
|
|
9204
9199
|
Runbooks: import_smithy_client._json,
|
|
9205
|
-
ScheduledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9206
|
-
StepExecutions: (_) => de_StepExecutionList(_, context),
|
|
9200
|
+
ScheduledTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledTime"),
|
|
9201
|
+
StepExecutions: /* @__PURE__ */ __name((_) => de_StepExecutionList(_, context), "StepExecutions"),
|
|
9207
9202
|
StepExecutionsTruncated: import_smithy_client.expectBoolean,
|
|
9208
9203
|
Target: import_smithy_client.expectString,
|
|
9209
9204
|
TargetLocations: import_smithy_client._json,
|
|
@@ -9229,8 +9224,8 @@ var de_AutomationExecutionMetadata = /* @__PURE__ */ __name((output, context) =>
|
|
|
9229
9224
|
DocumentName: import_smithy_client.expectString,
|
|
9230
9225
|
DocumentVersion: import_smithy_client.expectString,
|
|
9231
9226
|
ExecutedBy: import_smithy_client.expectString,
|
|
9232
|
-
ExecutionEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9233
|
-
ExecutionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9227
|
+
ExecutionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionEndTime"),
|
|
9228
|
+
ExecutionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionStartTime"),
|
|
9234
9229
|
FailureMessage: import_smithy_client.expectString,
|
|
9235
9230
|
LogFile: import_smithy_client.expectString,
|
|
9236
9231
|
MaxConcurrency: import_smithy_client.expectString,
|
|
@@ -9241,7 +9236,7 @@ var de_AutomationExecutionMetadata = /* @__PURE__ */ __name((output, context) =>
|
|
|
9241
9236
|
ParentAutomationExecutionId: import_smithy_client.expectString,
|
|
9242
9237
|
ResolvedTargets: import_smithy_client._json,
|
|
9243
9238
|
Runbooks: import_smithy_client._json,
|
|
9244
|
-
ScheduledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9239
|
+
ScheduledTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledTime"),
|
|
9245
9240
|
Target: import_smithy_client.expectString,
|
|
9246
9241
|
TargetLocationsURL: import_smithy_client.expectString,
|
|
9247
9242
|
TargetMaps: import_smithy_client._json,
|
|
@@ -9267,7 +9262,7 @@ var de_Command = /* @__PURE__ */ __name((output, context) => {
|
|
|
9267
9262
|
DocumentName: import_smithy_client.expectString,
|
|
9268
9263
|
DocumentVersion: import_smithy_client.expectString,
|
|
9269
9264
|
ErrorCount: import_smithy_client.expectInt32,
|
|
9270
|
-
ExpiresAfter: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9265
|
+
ExpiresAfter: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiresAfter"),
|
|
9271
9266
|
InstanceIds: import_smithy_client._json,
|
|
9272
9267
|
MaxConcurrency: import_smithy_client.expectString,
|
|
9273
9268
|
MaxErrors: import_smithy_client.expectString,
|
|
@@ -9276,7 +9271,7 @@ var de_Command = /* @__PURE__ */ __name((output, context) => {
|
|
|
9276
9271
|
OutputS3KeyPrefix: import_smithy_client.expectString,
|
|
9277
9272
|
OutputS3Region: import_smithy_client.expectString,
|
|
9278
9273
|
Parameters: import_smithy_client._json,
|
|
9279
|
-
RequestedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9274
|
+
RequestedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestedDateTime"),
|
|
9280
9275
|
ServiceRole: import_smithy_client.expectString,
|
|
9281
9276
|
Status: import_smithy_client.expectString,
|
|
9282
9277
|
StatusDetails: import_smithy_client.expectString,
|
|
@@ -9290,14 +9285,14 @@ var de_CommandInvocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
9290
9285
|
return (0, import_smithy_client.take)(output, {
|
|
9291
9286
|
CloudWatchOutputConfig: import_smithy_client._json,
|
|
9292
9287
|
CommandId: import_smithy_client.expectString,
|
|
9293
|
-
CommandPlugins: (_) => de_CommandPluginList(_, context),
|
|
9288
|
+
CommandPlugins: /* @__PURE__ */ __name((_) => de_CommandPluginList(_, context), "CommandPlugins"),
|
|
9294
9289
|
Comment: import_smithy_client.expectString,
|
|
9295
9290
|
DocumentName: import_smithy_client.expectString,
|
|
9296
9291
|
DocumentVersion: import_smithy_client.expectString,
|
|
9297
9292
|
InstanceId: import_smithy_client.expectString,
|
|
9298
9293
|
InstanceName: import_smithy_client.expectString,
|
|
9299
9294
|
NotificationConfig: import_smithy_client._json,
|
|
9300
|
-
RequestedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9295
|
+
RequestedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestedDateTime"),
|
|
9301
9296
|
ServiceRole: import_smithy_client.expectString,
|
|
9302
9297
|
StandardErrorUrl: import_smithy_client.expectString,
|
|
9303
9298
|
StandardOutputUrl: import_smithy_client.expectString,
|
|
@@ -9326,8 +9321,8 @@ var de_CommandPlugin = /* @__PURE__ */ __name((output, context) => {
|
|
|
9326
9321
|
OutputS3KeyPrefix: import_smithy_client.expectString,
|
|
9327
9322
|
OutputS3Region: import_smithy_client.expectString,
|
|
9328
9323
|
ResponseCode: import_smithy_client.expectInt32,
|
|
9329
|
-
ResponseFinishDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9330
|
-
ResponseStartDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9324
|
+
ResponseFinishDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResponseFinishDateTime"),
|
|
9325
|
+
ResponseStartDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResponseStartDateTime"),
|
|
9331
9326
|
StandardErrorUrl: import_smithy_client.expectString,
|
|
9332
9327
|
StandardOutputUrl: import_smithy_client.expectString,
|
|
9333
9328
|
Status: import_smithy_client.expectString,
|
|
@@ -9343,7 +9338,7 @@ var de_CommandPluginList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9343
9338
|
var de_ComplianceExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
9344
9339
|
return (0, import_smithy_client.take)(output, {
|
|
9345
9340
|
ExecutionId: import_smithy_client.expectString,
|
|
9346
|
-
ExecutionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9341
|
+
ExecutionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionTime"),
|
|
9347
9342
|
ExecutionType: import_smithy_client.expectString
|
|
9348
9343
|
});
|
|
9349
9344
|
}, "de_ComplianceExecutionSummary");
|
|
@@ -9351,7 +9346,7 @@ var de_ComplianceItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
9351
9346
|
return (0, import_smithy_client.take)(output, {
|
|
9352
9347
|
ComplianceType: import_smithy_client.expectString,
|
|
9353
9348
|
Details: import_smithy_client._json,
|
|
9354
|
-
ExecutionSummary: (_) => de_ComplianceExecutionSummary(_, context),
|
|
9349
|
+
ExecutionSummary: /* @__PURE__ */ __name((_) => de_ComplianceExecutionSummary(_, context), "ExecutionSummary"),
|
|
9355
9350
|
Id: import_smithy_client.expectString,
|
|
9356
9351
|
ResourceId: import_smithy_client.expectString,
|
|
9357
9352
|
ResourceType: import_smithy_client.expectString,
|
|
@@ -9369,147 +9364,147 @@ var de_ComplianceItemList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9369
9364
|
var de_CreateAssociationBatchResult = /* @__PURE__ */ __name((output, context) => {
|
|
9370
9365
|
return (0, import_smithy_client.take)(output, {
|
|
9371
9366
|
Failed: import_smithy_client._json,
|
|
9372
|
-
Successful: (_) => de_AssociationDescriptionList(_, context)
|
|
9367
|
+
Successful: /* @__PURE__ */ __name((_) => de_AssociationDescriptionList(_, context), "Successful")
|
|
9373
9368
|
});
|
|
9374
9369
|
}, "de_CreateAssociationBatchResult");
|
|
9375
9370
|
var de_CreateAssociationResult = /* @__PURE__ */ __name((output, context) => {
|
|
9376
9371
|
return (0, import_smithy_client.take)(output, {
|
|
9377
|
-
AssociationDescription: (_) => de_AssociationDescription(_, context)
|
|
9372
|
+
AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
|
|
9378
9373
|
});
|
|
9379
9374
|
}, "de_CreateAssociationResult");
|
|
9380
9375
|
var de_CreateDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
9381
9376
|
return (0, import_smithy_client.take)(output, {
|
|
9382
|
-
DocumentDescription: (_) => de_DocumentDescription(_, context)
|
|
9377
|
+
DocumentDescription: /* @__PURE__ */ __name((_) => de_DocumentDescription(_, context), "DocumentDescription")
|
|
9383
9378
|
});
|
|
9384
9379
|
}, "de_CreateDocumentResult");
|
|
9385
9380
|
var de_DescribeActivationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9386
9381
|
return (0, import_smithy_client.take)(output, {
|
|
9387
|
-
ActivationList: (_) => de_ActivationList(_, context),
|
|
9382
|
+
ActivationList: /* @__PURE__ */ __name((_) => de_ActivationList(_, context), "ActivationList"),
|
|
9388
9383
|
NextToken: import_smithy_client.expectString
|
|
9389
9384
|
});
|
|
9390
9385
|
}, "de_DescribeActivationsResult");
|
|
9391
9386
|
var de_DescribeAssociationExecutionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9392
9387
|
return (0, import_smithy_client.take)(output, {
|
|
9393
|
-
AssociationExecutions: (_) => de_AssociationExecutionsList(_, context),
|
|
9388
|
+
AssociationExecutions: /* @__PURE__ */ __name((_) => de_AssociationExecutionsList(_, context), "AssociationExecutions"),
|
|
9394
9389
|
NextToken: import_smithy_client.expectString
|
|
9395
9390
|
});
|
|
9396
9391
|
}, "de_DescribeAssociationExecutionsResult");
|
|
9397
9392
|
var de_DescribeAssociationExecutionTargetsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9398
9393
|
return (0, import_smithy_client.take)(output, {
|
|
9399
|
-
AssociationExecutionTargets: (_) => de_AssociationExecutionTargetsList(_, context),
|
|
9394
|
+
AssociationExecutionTargets: /* @__PURE__ */ __name((_) => de_AssociationExecutionTargetsList(_, context), "AssociationExecutionTargets"),
|
|
9400
9395
|
NextToken: import_smithy_client.expectString
|
|
9401
9396
|
});
|
|
9402
9397
|
}, "de_DescribeAssociationExecutionTargetsResult");
|
|
9403
9398
|
var de_DescribeAssociationResult = /* @__PURE__ */ __name((output, context) => {
|
|
9404
9399
|
return (0, import_smithy_client.take)(output, {
|
|
9405
|
-
AssociationDescription: (_) => de_AssociationDescription(_, context)
|
|
9400
|
+
AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
|
|
9406
9401
|
});
|
|
9407
9402
|
}, "de_DescribeAssociationResult");
|
|
9408
9403
|
var de_DescribeAutomationExecutionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9409
9404
|
return (0, import_smithy_client.take)(output, {
|
|
9410
|
-
AutomationExecutionMetadataList: (_) => de_AutomationExecutionMetadataList(_, context),
|
|
9405
|
+
AutomationExecutionMetadataList: /* @__PURE__ */ __name((_) => de_AutomationExecutionMetadataList(_, context), "AutomationExecutionMetadataList"),
|
|
9411
9406
|
NextToken: import_smithy_client.expectString
|
|
9412
9407
|
});
|
|
9413
9408
|
}, "de_DescribeAutomationExecutionsResult");
|
|
9414
9409
|
var de_DescribeAutomationStepExecutionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9415
9410
|
return (0, import_smithy_client.take)(output, {
|
|
9416
9411
|
NextToken: import_smithy_client.expectString,
|
|
9417
|
-
StepExecutions: (_) => de_StepExecutionList(_, context)
|
|
9412
|
+
StepExecutions: /* @__PURE__ */ __name((_) => de_StepExecutionList(_, context), "StepExecutions")
|
|
9418
9413
|
});
|
|
9419
9414
|
}, "de_DescribeAutomationStepExecutionsResult");
|
|
9420
9415
|
var de_DescribeAvailablePatchesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9421
9416
|
return (0, import_smithy_client.take)(output, {
|
|
9422
9417
|
NextToken: import_smithy_client.expectString,
|
|
9423
|
-
Patches: (_) => de_PatchList(_, context)
|
|
9418
|
+
Patches: /* @__PURE__ */ __name((_) => de_PatchList(_, context), "Patches")
|
|
9424
9419
|
});
|
|
9425
9420
|
}, "de_DescribeAvailablePatchesResult");
|
|
9426
9421
|
var de_DescribeDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
9427
9422
|
return (0, import_smithy_client.take)(output, {
|
|
9428
|
-
Document: (_) => de_DocumentDescription(_, context)
|
|
9423
|
+
Document: /* @__PURE__ */ __name((_) => de_DocumentDescription(_, context), "Document")
|
|
9429
9424
|
});
|
|
9430
9425
|
}, "de_DescribeDocumentResult");
|
|
9431
9426
|
var de_DescribeEffectivePatchesForPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
9432
9427
|
return (0, import_smithy_client.take)(output, {
|
|
9433
|
-
EffectivePatches: (_) => de_EffectivePatchList(_, context),
|
|
9428
|
+
EffectivePatches: /* @__PURE__ */ __name((_) => de_EffectivePatchList(_, context), "EffectivePatches"),
|
|
9434
9429
|
NextToken: import_smithy_client.expectString
|
|
9435
9430
|
});
|
|
9436
9431
|
}, "de_DescribeEffectivePatchesForPatchBaselineResult");
|
|
9437
9432
|
var de_DescribeInstanceAssociationsStatusResult = /* @__PURE__ */ __name((output, context) => {
|
|
9438
9433
|
return (0, import_smithy_client.take)(output, {
|
|
9439
|
-
InstanceAssociationStatusInfos: (_) => de_InstanceAssociationStatusInfos(_, context),
|
|
9434
|
+
InstanceAssociationStatusInfos: /* @__PURE__ */ __name((_) => de_InstanceAssociationStatusInfos(_, context), "InstanceAssociationStatusInfos"),
|
|
9440
9435
|
NextToken: import_smithy_client.expectString
|
|
9441
9436
|
});
|
|
9442
9437
|
}, "de_DescribeInstanceAssociationsStatusResult");
|
|
9443
9438
|
var de_DescribeInstanceInformationResult = /* @__PURE__ */ __name((output, context) => {
|
|
9444
9439
|
return (0, import_smithy_client.take)(output, {
|
|
9445
|
-
InstanceInformationList: (_) => de_InstanceInformationList(_, context),
|
|
9440
|
+
InstanceInformationList: /* @__PURE__ */ __name((_) => de_InstanceInformationList(_, context), "InstanceInformationList"),
|
|
9446
9441
|
NextToken: import_smithy_client.expectString
|
|
9447
9442
|
});
|
|
9448
9443
|
}, "de_DescribeInstanceInformationResult");
|
|
9449
9444
|
var de_DescribeInstancePatchesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9450
9445
|
return (0, import_smithy_client.take)(output, {
|
|
9451
9446
|
NextToken: import_smithy_client.expectString,
|
|
9452
|
-
Patches: (_) => de_PatchComplianceDataList(_, context)
|
|
9447
|
+
Patches: /* @__PURE__ */ __name((_) => de_PatchComplianceDataList(_, context), "Patches")
|
|
9453
9448
|
});
|
|
9454
9449
|
}, "de_DescribeInstancePatchesResult");
|
|
9455
9450
|
var de_DescribeInstancePatchStatesForPatchGroupResult = /* @__PURE__ */ __name((output, context) => {
|
|
9456
9451
|
return (0, import_smithy_client.take)(output, {
|
|
9457
|
-
InstancePatchStates: (_) => de_InstancePatchStatesList(_, context),
|
|
9452
|
+
InstancePatchStates: /* @__PURE__ */ __name((_) => de_InstancePatchStatesList(_, context), "InstancePatchStates"),
|
|
9458
9453
|
NextToken: import_smithy_client.expectString
|
|
9459
9454
|
});
|
|
9460
9455
|
}, "de_DescribeInstancePatchStatesForPatchGroupResult");
|
|
9461
9456
|
var de_DescribeInstancePatchStatesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9462
9457
|
return (0, import_smithy_client.take)(output, {
|
|
9463
|
-
InstancePatchStates: (_) => de_InstancePatchStateList(_, context),
|
|
9458
|
+
InstancePatchStates: /* @__PURE__ */ __name((_) => de_InstancePatchStateList(_, context), "InstancePatchStates"),
|
|
9464
9459
|
NextToken: import_smithy_client.expectString
|
|
9465
9460
|
});
|
|
9466
9461
|
}, "de_DescribeInstancePatchStatesResult");
|
|
9467
9462
|
var de_DescribeInstancePropertiesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9468
9463
|
return (0, import_smithy_client.take)(output, {
|
|
9469
|
-
InstanceProperties: (_) => de_InstanceProperties(_, context),
|
|
9464
|
+
InstanceProperties: /* @__PURE__ */ __name((_) => de_InstanceProperties(_, context), "InstanceProperties"),
|
|
9470
9465
|
NextToken: import_smithy_client.expectString
|
|
9471
9466
|
});
|
|
9472
9467
|
}, "de_DescribeInstancePropertiesResult");
|
|
9473
9468
|
var de_DescribeInventoryDeletionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9474
9469
|
return (0, import_smithy_client.take)(output, {
|
|
9475
|
-
InventoryDeletions: (_) => de_InventoryDeletionsList(_, context),
|
|
9470
|
+
InventoryDeletions: /* @__PURE__ */ __name((_) => de_InventoryDeletionsList(_, context), "InventoryDeletions"),
|
|
9476
9471
|
NextToken: import_smithy_client.expectString
|
|
9477
9472
|
});
|
|
9478
9473
|
}, "de_DescribeInventoryDeletionsResult");
|
|
9479
9474
|
var de_DescribeMaintenanceWindowExecutionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9480
9475
|
return (0, import_smithy_client.take)(output, {
|
|
9481
9476
|
NextToken: import_smithy_client.expectString,
|
|
9482
|
-
WindowExecutions: (_) => de_MaintenanceWindowExecutionList(_, context)
|
|
9477
|
+
WindowExecutions: /* @__PURE__ */ __name((_) => de_MaintenanceWindowExecutionList(_, context), "WindowExecutions")
|
|
9483
9478
|
});
|
|
9484
9479
|
}, "de_DescribeMaintenanceWindowExecutionsResult");
|
|
9485
9480
|
var de_DescribeMaintenanceWindowExecutionTaskInvocationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9486
9481
|
return (0, import_smithy_client.take)(output, {
|
|
9487
9482
|
NextToken: import_smithy_client.expectString,
|
|
9488
|
-
WindowExecutionTaskInvocationIdentities: (_) => de_MaintenanceWindowExecutionTaskInvocationIdentityList(_, context)
|
|
9483
|
+
WindowExecutionTaskInvocationIdentities: /* @__PURE__ */ __name((_) => de_MaintenanceWindowExecutionTaskInvocationIdentityList(_, context), "WindowExecutionTaskInvocationIdentities")
|
|
9489
9484
|
});
|
|
9490
9485
|
}, "de_DescribeMaintenanceWindowExecutionTaskInvocationsResult");
|
|
9491
9486
|
var de_DescribeMaintenanceWindowExecutionTasksResult = /* @__PURE__ */ __name((output, context) => {
|
|
9492
9487
|
return (0, import_smithy_client.take)(output, {
|
|
9493
9488
|
NextToken: import_smithy_client.expectString,
|
|
9494
|
-
WindowExecutionTaskIdentities: (_) => de_MaintenanceWindowExecutionTaskIdentityList(_, context)
|
|
9489
|
+
WindowExecutionTaskIdentities: /* @__PURE__ */ __name((_) => de_MaintenanceWindowExecutionTaskIdentityList(_, context), "WindowExecutionTaskIdentities")
|
|
9495
9490
|
});
|
|
9496
9491
|
}, "de_DescribeMaintenanceWindowExecutionTasksResult");
|
|
9497
9492
|
var de_DescribeOpsItemsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9498
9493
|
return (0, import_smithy_client.take)(output, {
|
|
9499
9494
|
NextToken: import_smithy_client.expectString,
|
|
9500
|
-
OpsItemSummaries: (_) => de_OpsItemSummaries(_, context)
|
|
9495
|
+
OpsItemSummaries: /* @__PURE__ */ __name((_) => de_OpsItemSummaries(_, context), "OpsItemSummaries")
|
|
9501
9496
|
});
|
|
9502
9497
|
}, "de_DescribeOpsItemsResponse");
|
|
9503
9498
|
var de_DescribeParametersResult = /* @__PURE__ */ __name((output, context) => {
|
|
9504
9499
|
return (0, import_smithy_client.take)(output, {
|
|
9505
9500
|
NextToken: import_smithy_client.expectString,
|
|
9506
|
-
Parameters: (_) => de_ParameterMetadataList(_, context)
|
|
9501
|
+
Parameters: /* @__PURE__ */ __name((_) => de_ParameterMetadataList(_, context), "Parameters")
|
|
9507
9502
|
});
|
|
9508
9503
|
}, "de_DescribeParametersResult");
|
|
9509
9504
|
var de_DescribeSessionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9510
9505
|
return (0, import_smithy_client.take)(output, {
|
|
9511
9506
|
NextToken: import_smithy_client.expectString,
|
|
9512
|
-
Sessions: (_) => de_SessionList(_, context)
|
|
9507
|
+
Sessions: /* @__PURE__ */ __name((_) => de_SessionList(_, context), "Sessions")
|
|
9513
9508
|
});
|
|
9514
9509
|
}, "de_DescribeSessionsResponse");
|
|
9515
9510
|
var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9519,7 +9514,7 @@ var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9519
9514
|
Author: import_smithy_client.expectString,
|
|
9520
9515
|
Category: import_smithy_client._json,
|
|
9521
9516
|
CategoryEnum: import_smithy_client._json,
|
|
9522
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9517
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9523
9518
|
DefaultVersion: import_smithy_client.expectString,
|
|
9524
9519
|
Description: import_smithy_client.expectString,
|
|
9525
9520
|
DisplayName: import_smithy_client.expectString,
|
|
@@ -9535,7 +9530,7 @@ var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9535
9530
|
PendingReviewVersion: import_smithy_client.expectString,
|
|
9536
9531
|
PlatformTypes: import_smithy_client._json,
|
|
9537
9532
|
Requires: import_smithy_client._json,
|
|
9538
|
-
ReviewInformation: (_) => de_ReviewInformationList(_, context),
|
|
9533
|
+
ReviewInformation: /* @__PURE__ */ __name((_) => de_ReviewInformationList(_, context), "ReviewInformation"),
|
|
9539
9534
|
ReviewStatus: import_smithy_client.expectString,
|
|
9540
9535
|
SchemaVersion: import_smithy_client.expectString,
|
|
9541
9536
|
Sha1: import_smithy_client.expectString,
|
|
@@ -9549,7 +9544,7 @@ var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9549
9544
|
var de_DocumentIdentifier = /* @__PURE__ */ __name((output, context) => {
|
|
9550
9545
|
return (0, import_smithy_client.take)(output, {
|
|
9551
9546
|
Author: import_smithy_client.expectString,
|
|
9552
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9547
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9553
9548
|
DisplayName: import_smithy_client.expectString,
|
|
9554
9549
|
DocumentFormat: import_smithy_client.expectString,
|
|
9555
9550
|
DocumentType: import_smithy_client.expectString,
|
|
@@ -9573,7 +9568,7 @@ var de_DocumentIdentifierList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9573
9568
|
}, "de_DocumentIdentifierList");
|
|
9574
9569
|
var de_DocumentMetadataResponseInfo = /* @__PURE__ */ __name((output, context) => {
|
|
9575
9570
|
return (0, import_smithy_client.take)(output, {
|
|
9576
|
-
ReviewerResponse: (_) => de_DocumentReviewerResponseList(_, context)
|
|
9571
|
+
ReviewerResponse: /* @__PURE__ */ __name((_) => de_DocumentReviewerResponseList(_, context), "ReviewerResponse")
|
|
9577
9572
|
});
|
|
9578
9573
|
}, "de_DocumentMetadataResponseInfo");
|
|
9579
9574
|
var de_DocumentReviewerResponseList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9585,15 +9580,15 @@ var de_DocumentReviewerResponseList = /* @__PURE__ */ __name((output, context) =
|
|
|
9585
9580
|
var de_DocumentReviewerResponseSource = /* @__PURE__ */ __name((output, context) => {
|
|
9586
9581
|
return (0, import_smithy_client.take)(output, {
|
|
9587
9582
|
Comment: import_smithy_client._json,
|
|
9588
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9583
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
|
|
9589
9584
|
ReviewStatus: import_smithy_client.expectString,
|
|
9590
9585
|
Reviewer: import_smithy_client.expectString,
|
|
9591
|
-
UpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
9586
|
+
UpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedTime")
|
|
9592
9587
|
});
|
|
9593
9588
|
}, "de_DocumentReviewerResponseSource");
|
|
9594
9589
|
var de_DocumentVersionInfo = /* @__PURE__ */ __name((output, context) => {
|
|
9595
9590
|
return (0, import_smithy_client.take)(output, {
|
|
9596
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9591
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9597
9592
|
DisplayName: import_smithy_client.expectString,
|
|
9598
9593
|
DocumentFormat: import_smithy_client.expectString,
|
|
9599
9594
|
DocumentVersion: import_smithy_client.expectString,
|
|
@@ -9613,8 +9608,8 @@ var de_DocumentVersionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9613
9608
|
}, "de_DocumentVersionList");
|
|
9614
9609
|
var de_EffectivePatch = /* @__PURE__ */ __name((output, context) => {
|
|
9615
9610
|
return (0, import_smithy_client.take)(output, {
|
|
9616
|
-
Patch: (_) => de_Patch(_, context),
|
|
9617
|
-
PatchStatus: (_) => de_PatchStatus(_, context)
|
|
9611
|
+
Patch: /* @__PURE__ */ __name((_) => de_Patch(_, context), "Patch"),
|
|
9612
|
+
PatchStatus: /* @__PURE__ */ __name((_) => de_PatchStatus(_, context), "PatchStatus")
|
|
9618
9613
|
});
|
|
9619
9614
|
}, "de_EffectivePatch");
|
|
9620
9615
|
var de_EffectivePatchList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9625,14 +9620,14 @@ var de_EffectivePatchList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9625
9620
|
}, "de_EffectivePatchList");
|
|
9626
9621
|
var de_GetAutomationExecutionResult = /* @__PURE__ */ __name((output, context) => {
|
|
9627
9622
|
return (0, import_smithy_client.take)(output, {
|
|
9628
|
-
AutomationExecution: (_) => de_AutomationExecution(_, context)
|
|
9623
|
+
AutomationExecution: /* @__PURE__ */ __name((_) => de_AutomationExecution(_, context), "AutomationExecution")
|
|
9629
9624
|
});
|
|
9630
9625
|
}, "de_GetAutomationExecutionResult");
|
|
9631
9626
|
var de_GetDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
9632
9627
|
return (0, import_smithy_client.take)(output, {
|
|
9633
9628
|
AttachmentsContent: import_smithy_client._json,
|
|
9634
9629
|
Content: import_smithy_client.expectString,
|
|
9635
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9630
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9636
9631
|
DisplayName: import_smithy_client.expectString,
|
|
9637
9632
|
DocumentFormat: import_smithy_client.expectString,
|
|
9638
9633
|
DocumentType: import_smithy_client.expectString,
|
|
@@ -9647,8 +9642,8 @@ var de_GetDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
9647
9642
|
}, "de_GetDocumentResult");
|
|
9648
9643
|
var de_GetExecutionPreviewResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9649
9644
|
return (0, import_smithy_client.take)(output, {
|
|
9650
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9651
|
-
ExecutionPreview: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
9645
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndedAt"),
|
|
9646
|
+
ExecutionPreview: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "ExecutionPreview"),
|
|
9652
9647
|
ExecutionPreviewId: import_smithy_client.expectString,
|
|
9653
9648
|
Status: import_smithy_client.expectString,
|
|
9654
9649
|
StatusMessage: import_smithy_client.expectString
|
|
@@ -9656,8 +9651,8 @@ var de_GetExecutionPreviewResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
9656
9651
|
}, "de_GetExecutionPreviewResponse");
|
|
9657
9652
|
var de_GetMaintenanceWindowExecutionResult = /* @__PURE__ */ __name((output, context) => {
|
|
9658
9653
|
return (0, import_smithy_client.take)(output, {
|
|
9659
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9660
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9654
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
9655
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
9661
9656
|
Status: import_smithy_client.expectString,
|
|
9662
9657
|
StatusDetails: import_smithy_client.expectString,
|
|
9663
9658
|
TaskIds: import_smithy_client._json,
|
|
@@ -9666,12 +9661,12 @@ var de_GetMaintenanceWindowExecutionResult = /* @__PURE__ */ __name((output, con
|
|
|
9666
9661
|
}, "de_GetMaintenanceWindowExecutionResult");
|
|
9667
9662
|
var de_GetMaintenanceWindowExecutionTaskInvocationResult = /* @__PURE__ */ __name((output, context) => {
|
|
9668
9663
|
return (0, import_smithy_client.take)(output, {
|
|
9669
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9664
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
9670
9665
|
ExecutionId: import_smithy_client.expectString,
|
|
9671
9666
|
InvocationId: import_smithy_client.expectString,
|
|
9672
9667
|
OwnerInformation: import_smithy_client.expectString,
|
|
9673
9668
|
Parameters: import_smithy_client.expectString,
|
|
9674
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9669
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
9675
9670
|
Status: import_smithy_client.expectString,
|
|
9676
9671
|
StatusDetails: import_smithy_client.expectString,
|
|
9677
9672
|
TaskExecutionId: import_smithy_client.expectString,
|
|
@@ -9683,12 +9678,12 @@ var de_GetMaintenanceWindowExecutionTaskInvocationResult = /* @__PURE__ */ __nam
|
|
|
9683
9678
|
var de_GetMaintenanceWindowExecutionTaskResult = /* @__PURE__ */ __name((output, context) => {
|
|
9684
9679
|
return (0, import_smithy_client.take)(output, {
|
|
9685
9680
|
AlarmConfiguration: import_smithy_client._json,
|
|
9686
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9681
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
9687
9682
|
MaxConcurrency: import_smithy_client.expectString,
|
|
9688
9683
|
MaxErrors: import_smithy_client.expectString,
|
|
9689
9684
|
Priority: import_smithy_client.expectInt32,
|
|
9690
9685
|
ServiceRole: import_smithy_client.expectString,
|
|
9691
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9686
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
9692
9687
|
Status: import_smithy_client.expectString,
|
|
9693
9688
|
StatusDetails: import_smithy_client.expectString,
|
|
9694
9689
|
TaskArn: import_smithy_client.expectString,
|
|
@@ -9702,13 +9697,13 @@ var de_GetMaintenanceWindowExecutionTaskResult = /* @__PURE__ */ __name((output,
|
|
|
9702
9697
|
var de_GetMaintenanceWindowResult = /* @__PURE__ */ __name((output, context) => {
|
|
9703
9698
|
return (0, import_smithy_client.take)(output, {
|
|
9704
9699
|
AllowUnassociatedTargets: import_smithy_client.expectBoolean,
|
|
9705
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9700
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9706
9701
|
Cutoff: import_smithy_client.expectInt32,
|
|
9707
9702
|
Description: import_smithy_client.expectString,
|
|
9708
9703
|
Duration: import_smithy_client.expectInt32,
|
|
9709
9704
|
Enabled: import_smithy_client.expectBoolean,
|
|
9710
9705
|
EndDate: import_smithy_client.expectString,
|
|
9711
|
-
ModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9706
|
+
ModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ModifiedDate"),
|
|
9712
9707
|
Name: import_smithy_client.expectString,
|
|
9713
9708
|
NextExecutionTime: import_smithy_client.expectString,
|
|
9714
9709
|
Schedule: import_smithy_client.expectString,
|
|
@@ -9731,7 +9726,7 @@ var de_GetMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, context)
|
|
|
9731
9726
|
ServiceRoleArn: import_smithy_client.expectString,
|
|
9732
9727
|
Targets: import_smithy_client._json,
|
|
9733
9728
|
TaskArn: import_smithy_client.expectString,
|
|
9734
|
-
TaskInvocationParameters: (_) => de_MaintenanceWindowTaskInvocationParameters(_, context),
|
|
9729
|
+
TaskInvocationParameters: /* @__PURE__ */ __name((_) => de_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
|
|
9735
9730
|
TaskParameters: import_smithy_client._json,
|
|
9736
9731
|
TaskType: import_smithy_client.expectString,
|
|
9737
9732
|
WindowId: import_smithy_client.expectString,
|
|
@@ -9740,30 +9735,30 @@ var de_GetMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, context)
|
|
|
9740
9735
|
}, "de_GetMaintenanceWindowTaskResult");
|
|
9741
9736
|
var de_GetOpsItemResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9742
9737
|
return (0, import_smithy_client.take)(output, {
|
|
9743
|
-
OpsItem: (_) => de_OpsItem(_, context)
|
|
9738
|
+
OpsItem: /* @__PURE__ */ __name((_) => de_OpsItem(_, context), "OpsItem")
|
|
9744
9739
|
});
|
|
9745
9740
|
}, "de_GetOpsItemResponse");
|
|
9746
9741
|
var de_GetParameterHistoryResult = /* @__PURE__ */ __name((output, context) => {
|
|
9747
9742
|
return (0, import_smithy_client.take)(output, {
|
|
9748
9743
|
NextToken: import_smithy_client.expectString,
|
|
9749
|
-
Parameters: (_) => de_ParameterHistoryList(_, context)
|
|
9744
|
+
Parameters: /* @__PURE__ */ __name((_) => de_ParameterHistoryList(_, context), "Parameters")
|
|
9750
9745
|
});
|
|
9751
9746
|
}, "de_GetParameterHistoryResult");
|
|
9752
9747
|
var de_GetParameterResult = /* @__PURE__ */ __name((output, context) => {
|
|
9753
9748
|
return (0, import_smithy_client.take)(output, {
|
|
9754
|
-
Parameter: (_) => de_Parameter(_, context)
|
|
9749
|
+
Parameter: /* @__PURE__ */ __name((_) => de_Parameter(_, context), "Parameter")
|
|
9755
9750
|
});
|
|
9756
9751
|
}, "de_GetParameterResult");
|
|
9757
9752
|
var de_GetParametersByPathResult = /* @__PURE__ */ __name((output, context) => {
|
|
9758
9753
|
return (0, import_smithy_client.take)(output, {
|
|
9759
9754
|
NextToken: import_smithy_client.expectString,
|
|
9760
|
-
Parameters: (_) => de_ParameterList(_, context)
|
|
9755
|
+
Parameters: /* @__PURE__ */ __name((_) => de_ParameterList(_, context), "Parameters")
|
|
9761
9756
|
});
|
|
9762
9757
|
}, "de_GetParametersByPathResult");
|
|
9763
9758
|
var de_GetParametersResult = /* @__PURE__ */ __name((output, context) => {
|
|
9764
9759
|
return (0, import_smithy_client.take)(output, {
|
|
9765
9760
|
InvalidParameters: import_smithy_client._json,
|
|
9766
|
-
Parameters: (_) => de_ParameterList(_, context)
|
|
9761
|
+
Parameters: /* @__PURE__ */ __name((_) => de_ParameterList(_, context), "Parameters")
|
|
9767
9762
|
});
|
|
9768
9763
|
}, "de_GetParametersResult");
|
|
9769
9764
|
var de_GetPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9773,10 +9768,10 @@ var de_GetPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
9773
9768
|
ApprovedPatchesComplianceLevel: import_smithy_client.expectString,
|
|
9774
9769
|
ApprovedPatchesEnableNonSecurity: import_smithy_client.expectBoolean,
|
|
9775
9770
|
BaselineId: import_smithy_client.expectString,
|
|
9776
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9771
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9777
9772
|
Description: import_smithy_client.expectString,
|
|
9778
9773
|
GlobalFilters: import_smithy_client._json,
|
|
9779
|
-
ModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9774
|
+
ModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ModifiedDate"),
|
|
9780
9775
|
Name: import_smithy_client.expectString,
|
|
9781
9776
|
OperatingSystem: import_smithy_client.expectString,
|
|
9782
9777
|
PatchGroups: import_smithy_client._json,
|
|
@@ -9787,7 +9782,7 @@ var de_GetPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
9787
9782
|
}, "de_GetPatchBaselineResult");
|
|
9788
9783
|
var de_GetServiceSettingResult = /* @__PURE__ */ __name((output, context) => {
|
|
9789
9784
|
return (0, import_smithy_client.take)(output, {
|
|
9790
|
-
ServiceSetting: (_) => de_ServiceSetting(_, context)
|
|
9785
|
+
ServiceSetting: /* @__PURE__ */ __name((_) => de_ServiceSetting(_, context), "ServiceSetting")
|
|
9791
9786
|
});
|
|
9792
9787
|
}, "de_GetServiceSettingResult");
|
|
9793
9788
|
var de_InstanceAssociationStatusInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9798,7 +9793,7 @@ var de_InstanceAssociationStatusInfo = /* @__PURE__ */ __name((output, context)
|
|
|
9798
9793
|
DetailedStatus: import_smithy_client.expectString,
|
|
9799
9794
|
DocumentVersion: import_smithy_client.expectString,
|
|
9800
9795
|
ErrorCode: import_smithy_client.expectString,
|
|
9801
|
-
ExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9796
|
+
ExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionDate"),
|
|
9802
9797
|
ExecutionSummary: import_smithy_client.expectString,
|
|
9803
9798
|
InstanceId: import_smithy_client.expectString,
|
|
9804
9799
|
Name: import_smithy_client.expectString,
|
|
@@ -9823,15 +9818,15 @@ var de_InstanceInformation = /* @__PURE__ */ __name((output, context) => {
|
|
|
9823
9818
|
IamRole: import_smithy_client.expectString,
|
|
9824
9819
|
InstanceId: import_smithy_client.expectString,
|
|
9825
9820
|
IsLatestVersion: import_smithy_client.expectBoolean,
|
|
9826
|
-
LastAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9827
|
-
LastPingDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9828
|
-
LastSuccessfulAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9821
|
+
LastAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAssociationExecutionDate"),
|
|
9822
|
+
LastPingDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastPingDateTime"),
|
|
9823
|
+
LastSuccessfulAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulAssociationExecutionDate"),
|
|
9829
9824
|
Name: import_smithy_client.expectString,
|
|
9830
9825
|
PingStatus: import_smithy_client.expectString,
|
|
9831
9826
|
PlatformName: import_smithy_client.expectString,
|
|
9832
9827
|
PlatformType: import_smithy_client.expectString,
|
|
9833
9828
|
PlatformVersion: import_smithy_client.expectString,
|
|
9834
|
-
RegistrationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9829
|
+
RegistrationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RegistrationDate"),
|
|
9835
9830
|
ResourceType: import_smithy_client.expectString,
|
|
9836
9831
|
SourceId: import_smithy_client.expectString,
|
|
9837
9832
|
SourceType: import_smithy_client.expectString
|
|
@@ -9854,12 +9849,12 @@ var de_InstancePatchState = /* @__PURE__ */ __name((output, context) => {
|
|
|
9854
9849
|
InstalledPendingRebootCount: import_smithy_client.expectInt32,
|
|
9855
9850
|
InstalledRejectedCount: import_smithy_client.expectInt32,
|
|
9856
9851
|
InstanceId: import_smithy_client.expectString,
|
|
9857
|
-
LastNoRebootInstallOperationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9852
|
+
LastNoRebootInstallOperationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastNoRebootInstallOperationTime"),
|
|
9858
9853
|
MissingCount: import_smithy_client.expectInt32,
|
|
9859
9854
|
NotApplicableCount: import_smithy_client.expectInt32,
|
|
9860
9855
|
Operation: import_smithy_client.expectString,
|
|
9861
|
-
OperationEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9862
|
-
OperationStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9856
|
+
OperationEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "OperationEndTime"),
|
|
9857
|
+
OperationStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "OperationStartTime"),
|
|
9863
9858
|
OtherNonCompliantCount: import_smithy_client.expectInt32,
|
|
9864
9859
|
OwnerInformation: import_smithy_client.expectString,
|
|
9865
9860
|
PatchGroup: import_smithy_client.expectString,
|
|
@@ -9902,16 +9897,16 @@ var de_InstanceProperty = /* @__PURE__ */ __name((output, context) => {
|
|
|
9902
9897
|
InstanceState: import_smithy_client.expectString,
|
|
9903
9898
|
InstanceType: import_smithy_client.expectString,
|
|
9904
9899
|
KeyName: import_smithy_client.expectString,
|
|
9905
|
-
LastAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9906
|
-
LastPingDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9907
|
-
LastSuccessfulAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9908
|
-
LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9900
|
+
LastAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAssociationExecutionDate"),
|
|
9901
|
+
LastPingDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastPingDateTime"),
|
|
9902
|
+
LastSuccessfulAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulAssociationExecutionDate"),
|
|
9903
|
+
LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime"),
|
|
9909
9904
|
Name: import_smithy_client.expectString,
|
|
9910
9905
|
PingStatus: import_smithy_client.expectString,
|
|
9911
9906
|
PlatformName: import_smithy_client.expectString,
|
|
9912
9907
|
PlatformType: import_smithy_client.expectString,
|
|
9913
9908
|
PlatformVersion: import_smithy_client.expectString,
|
|
9914
|
-
RegistrationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9909
|
+
RegistrationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RegistrationDate"),
|
|
9915
9910
|
ResourceType: import_smithy_client.expectString,
|
|
9916
9911
|
SourceId: import_smithy_client.expectString,
|
|
9917
9912
|
SourceType: import_smithy_client.expectString
|
|
@@ -9926,41 +9921,41 @@ var de_InventoryDeletionsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9926
9921
|
var de_InventoryDeletionStatusItem = /* @__PURE__ */ __name((output, context) => {
|
|
9927
9922
|
return (0, import_smithy_client.take)(output, {
|
|
9928
9923
|
DeletionId: import_smithy_client.expectString,
|
|
9929
|
-
DeletionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9924
|
+
DeletionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletionStartTime"),
|
|
9930
9925
|
DeletionSummary: import_smithy_client._json,
|
|
9931
9926
|
LastStatus: import_smithy_client.expectString,
|
|
9932
9927
|
LastStatusMessage: import_smithy_client.expectString,
|
|
9933
|
-
LastStatusUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9928
|
+
LastStatusUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastStatusUpdateTime"),
|
|
9934
9929
|
TypeName: import_smithy_client.expectString
|
|
9935
9930
|
});
|
|
9936
9931
|
}, "de_InventoryDeletionStatusItem");
|
|
9937
9932
|
var de_ListAssociationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9938
9933
|
return (0, import_smithy_client.take)(output, {
|
|
9939
|
-
Associations: (_) => de_AssociationList(_, context),
|
|
9934
|
+
Associations: /* @__PURE__ */ __name((_) => de_AssociationList(_, context), "Associations"),
|
|
9940
9935
|
NextToken: import_smithy_client.expectString
|
|
9941
9936
|
});
|
|
9942
9937
|
}, "de_ListAssociationsResult");
|
|
9943
9938
|
var de_ListAssociationVersionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9944
9939
|
return (0, import_smithy_client.take)(output, {
|
|
9945
|
-
AssociationVersions: (_) => de_AssociationVersionList(_, context),
|
|
9940
|
+
AssociationVersions: /* @__PURE__ */ __name((_) => de_AssociationVersionList(_, context), "AssociationVersions"),
|
|
9946
9941
|
NextToken: import_smithy_client.expectString
|
|
9947
9942
|
});
|
|
9948
9943
|
}, "de_ListAssociationVersionsResult");
|
|
9949
9944
|
var de_ListCommandInvocationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9950
9945
|
return (0, import_smithy_client.take)(output, {
|
|
9951
|
-
CommandInvocations: (_) => de_CommandInvocationList(_, context),
|
|
9946
|
+
CommandInvocations: /* @__PURE__ */ __name((_) => de_CommandInvocationList(_, context), "CommandInvocations"),
|
|
9952
9947
|
NextToken: import_smithy_client.expectString
|
|
9953
9948
|
});
|
|
9954
9949
|
}, "de_ListCommandInvocationsResult");
|
|
9955
9950
|
var de_ListCommandsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9956
9951
|
return (0, import_smithy_client.take)(output, {
|
|
9957
|
-
Commands: (_) => de_CommandList(_, context),
|
|
9952
|
+
Commands: /* @__PURE__ */ __name((_) => de_CommandList(_, context), "Commands"),
|
|
9958
9953
|
NextToken: import_smithy_client.expectString
|
|
9959
9954
|
});
|
|
9960
9955
|
}, "de_ListCommandsResult");
|
|
9961
9956
|
var de_ListComplianceItemsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9962
9957
|
return (0, import_smithy_client.take)(output, {
|
|
9963
|
-
ComplianceItems: (_) => de_ComplianceItemList(_, context),
|
|
9958
|
+
ComplianceItems: /* @__PURE__ */ __name((_) => de_ComplianceItemList(_, context), "ComplianceItems"),
|
|
9964
9959
|
NextToken: import_smithy_client.expectString
|
|
9965
9960
|
});
|
|
9966
9961
|
}, "de_ListComplianceItemsResult");
|
|
@@ -9968,63 +9963,63 @@ var de_ListDocumentMetadataHistoryResponse = /* @__PURE__ */ __name((output, con
|
|
|
9968
9963
|
return (0, import_smithy_client.take)(output, {
|
|
9969
9964
|
Author: import_smithy_client.expectString,
|
|
9970
9965
|
DocumentVersion: import_smithy_client.expectString,
|
|
9971
|
-
Metadata: (_) => de_DocumentMetadataResponseInfo(_, context),
|
|
9966
|
+
Metadata: /* @__PURE__ */ __name((_) => de_DocumentMetadataResponseInfo(_, context), "Metadata"),
|
|
9972
9967
|
Name: import_smithy_client.expectString,
|
|
9973
9968
|
NextToken: import_smithy_client.expectString
|
|
9974
9969
|
});
|
|
9975
9970
|
}, "de_ListDocumentMetadataHistoryResponse");
|
|
9976
9971
|
var de_ListDocumentsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9977
9972
|
return (0, import_smithy_client.take)(output, {
|
|
9978
|
-
DocumentIdentifiers: (_) => de_DocumentIdentifierList(_, context),
|
|
9973
|
+
DocumentIdentifiers: /* @__PURE__ */ __name((_) => de_DocumentIdentifierList(_, context), "DocumentIdentifiers"),
|
|
9979
9974
|
NextToken: import_smithy_client.expectString
|
|
9980
9975
|
});
|
|
9981
9976
|
}, "de_ListDocumentsResult");
|
|
9982
9977
|
var de_ListDocumentVersionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9983
9978
|
return (0, import_smithy_client.take)(output, {
|
|
9984
|
-
DocumentVersions: (_) => de_DocumentVersionList(_, context),
|
|
9979
|
+
DocumentVersions: /* @__PURE__ */ __name((_) => de_DocumentVersionList(_, context), "DocumentVersions"),
|
|
9985
9980
|
NextToken: import_smithy_client.expectString
|
|
9986
9981
|
});
|
|
9987
9982
|
}, "de_ListDocumentVersionsResult");
|
|
9988
9983
|
var de_ListNodesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9989
9984
|
return (0, import_smithy_client.take)(output, {
|
|
9990
9985
|
NextToken: import_smithy_client.expectString,
|
|
9991
|
-
Nodes: (_) => de_NodeList(_, context)
|
|
9986
|
+
Nodes: /* @__PURE__ */ __name((_) => de_NodeList(_, context), "Nodes")
|
|
9992
9987
|
});
|
|
9993
9988
|
}, "de_ListNodesResult");
|
|
9994
9989
|
var de_ListOpsItemEventsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9995
9990
|
return (0, import_smithy_client.take)(output, {
|
|
9996
9991
|
NextToken: import_smithy_client.expectString,
|
|
9997
|
-
Summaries: (_) => de_OpsItemEventSummaries(_, context)
|
|
9992
|
+
Summaries: /* @__PURE__ */ __name((_) => de_OpsItemEventSummaries(_, context), "Summaries")
|
|
9998
9993
|
});
|
|
9999
9994
|
}, "de_ListOpsItemEventsResponse");
|
|
10000
9995
|
var de_ListOpsItemRelatedItemsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
10001
9996
|
return (0, import_smithy_client.take)(output, {
|
|
10002
9997
|
NextToken: import_smithy_client.expectString,
|
|
10003
|
-
Summaries: (_) => de_OpsItemRelatedItemSummaries(_, context)
|
|
9998
|
+
Summaries: /* @__PURE__ */ __name((_) => de_OpsItemRelatedItemSummaries(_, context), "Summaries")
|
|
10004
9999
|
});
|
|
10005
10000
|
}, "de_ListOpsItemRelatedItemsResponse");
|
|
10006
10001
|
var de_ListOpsMetadataResult = /* @__PURE__ */ __name((output, context) => {
|
|
10007
10002
|
return (0, import_smithy_client.take)(output, {
|
|
10008
10003
|
NextToken: import_smithy_client.expectString,
|
|
10009
|
-
OpsMetadataList: (_) => de_OpsMetadataList(_, context)
|
|
10004
|
+
OpsMetadataList: /* @__PURE__ */ __name((_) => de_OpsMetadataList(_, context), "OpsMetadataList")
|
|
10010
10005
|
});
|
|
10011
10006
|
}, "de_ListOpsMetadataResult");
|
|
10012
10007
|
var de_ListResourceComplianceSummariesResult = /* @__PURE__ */ __name((output, context) => {
|
|
10013
10008
|
return (0, import_smithy_client.take)(output, {
|
|
10014
10009
|
NextToken: import_smithy_client.expectString,
|
|
10015
|
-
ResourceComplianceSummaryItems: (_) => de_ResourceComplianceSummaryItemList(_, context)
|
|
10010
|
+
ResourceComplianceSummaryItems: /* @__PURE__ */ __name((_) => de_ResourceComplianceSummaryItemList(_, context), "ResourceComplianceSummaryItems")
|
|
10016
10011
|
});
|
|
10017
10012
|
}, "de_ListResourceComplianceSummariesResult");
|
|
10018
10013
|
var de_ListResourceDataSyncResult = /* @__PURE__ */ __name((output, context) => {
|
|
10019
10014
|
return (0, import_smithy_client.take)(output, {
|
|
10020
10015
|
NextToken: import_smithy_client.expectString,
|
|
10021
|
-
ResourceDataSyncItems: (_) => de_ResourceDataSyncItemList(_, context)
|
|
10016
|
+
ResourceDataSyncItems: /* @__PURE__ */ __name((_) => de_ResourceDataSyncItemList(_, context), "ResourceDataSyncItems")
|
|
10022
10017
|
});
|
|
10023
10018
|
}, "de_ListResourceDataSyncResult");
|
|
10024
10019
|
var de_MaintenanceWindowExecution = /* @__PURE__ */ __name((output, context) => {
|
|
10025
10020
|
return (0, import_smithy_client.take)(output, {
|
|
10026
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10027
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10021
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
10022
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
10028
10023
|
Status: import_smithy_client.expectString,
|
|
10029
10024
|
StatusDetails: import_smithy_client.expectString,
|
|
10030
10025
|
WindowExecutionId: import_smithy_client.expectString,
|
|
@@ -10040,8 +10035,8 @@ var de_MaintenanceWindowExecutionList = /* @__PURE__ */ __name((output, context)
|
|
|
10040
10035
|
var de_MaintenanceWindowExecutionTaskIdentity = /* @__PURE__ */ __name((output, context) => {
|
|
10041
10036
|
return (0, import_smithy_client.take)(output, {
|
|
10042
10037
|
AlarmConfiguration: import_smithy_client._json,
|
|
10043
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10044
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10038
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
10039
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
10045
10040
|
Status: import_smithy_client.expectString,
|
|
10046
10041
|
StatusDetails: import_smithy_client.expectString,
|
|
10047
10042
|
TaskArn: import_smithy_client.expectString,
|
|
@@ -10059,12 +10054,12 @@ var de_MaintenanceWindowExecutionTaskIdentityList = /* @__PURE__ */ __name((outp
|
|
|
10059
10054
|
}, "de_MaintenanceWindowExecutionTaskIdentityList");
|
|
10060
10055
|
var de_MaintenanceWindowExecutionTaskInvocationIdentity = /* @__PURE__ */ __name((output, context) => {
|
|
10061
10056
|
return (0, import_smithy_client.take)(output, {
|
|
10062
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10057
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
10063
10058
|
ExecutionId: import_smithy_client.expectString,
|
|
10064
10059
|
InvocationId: import_smithy_client.expectString,
|
|
10065
10060
|
OwnerInformation: import_smithy_client.expectString,
|
|
10066
10061
|
Parameters: import_smithy_client.expectString,
|
|
10067
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10062
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
10068
10063
|
Status: import_smithy_client.expectString,
|
|
10069
10064
|
StatusDetails: import_smithy_client.expectString,
|
|
10070
10065
|
TaskExecutionId: import_smithy_client.expectString,
|
|
@@ -10089,16 +10084,16 @@ var de_MaintenanceWindowLambdaParameters = /* @__PURE__ */ __name((output, conte
|
|
|
10089
10084
|
var de_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((output, context) => {
|
|
10090
10085
|
return (0, import_smithy_client.take)(output, {
|
|
10091
10086
|
Automation: import_smithy_client._json,
|
|
10092
|
-
Lambda: (_) => de_MaintenanceWindowLambdaParameters(_, context),
|
|
10087
|
+
Lambda: /* @__PURE__ */ __name((_) => de_MaintenanceWindowLambdaParameters(_, context), "Lambda"),
|
|
10093
10088
|
RunCommand: import_smithy_client._json,
|
|
10094
10089
|
StepFunctions: import_smithy_client._json
|
|
10095
10090
|
});
|
|
10096
10091
|
}, "de_MaintenanceWindowTaskInvocationParameters");
|
|
10097
10092
|
var de_Node = /* @__PURE__ */ __name((output, context) => {
|
|
10098
10093
|
return (0, import_smithy_client.take)(output, {
|
|
10099
|
-
CaptureTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10094
|
+
CaptureTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CaptureTime"),
|
|
10100
10095
|
Id: import_smithy_client.expectString,
|
|
10101
|
-
NodeType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
10096
|
+
NodeType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "NodeType"),
|
|
10102
10097
|
Owner: import_smithy_client._json,
|
|
10103
10098
|
Region: import_smithy_client.expectString
|
|
10104
10099
|
});
|
|
@@ -10111,21 +10106,21 @@ var de_NodeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10111
10106
|
}, "de_NodeList");
|
|
10112
10107
|
var de_OpsItem = /* @__PURE__ */ __name((output, context) => {
|
|
10113
10108
|
return (0, import_smithy_client.take)(output, {
|
|
10114
|
-
ActualEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10115
|
-
ActualStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10109
|
+
ActualEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualEndTime"),
|
|
10110
|
+
ActualStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualStartTime"),
|
|
10116
10111
|
Category: import_smithy_client.expectString,
|
|
10117
10112
|
CreatedBy: import_smithy_client.expectString,
|
|
10118
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10113
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
10119
10114
|
Description: import_smithy_client.expectString,
|
|
10120
10115
|
LastModifiedBy: import_smithy_client.expectString,
|
|
10121
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10116
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
10122
10117
|
Notifications: import_smithy_client._json,
|
|
10123
10118
|
OperationalData: import_smithy_client._json,
|
|
10124
10119
|
OpsItemArn: import_smithy_client.expectString,
|
|
10125
10120
|
OpsItemId: import_smithy_client.expectString,
|
|
10126
10121
|
OpsItemType: import_smithy_client.expectString,
|
|
10127
|
-
PlannedEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10128
|
-
PlannedStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10122
|
+
PlannedEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedEndTime"),
|
|
10123
|
+
PlannedStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedStartTime"),
|
|
10129
10124
|
Priority: import_smithy_client.expectInt32,
|
|
10130
10125
|
RelatedOpsItems: import_smithy_client._json,
|
|
10131
10126
|
Severity: import_smithy_client.expectString,
|
|
@@ -10144,7 +10139,7 @@ var de_OpsItemEventSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
10144
10139
|
var de_OpsItemEventSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10145
10140
|
return (0, import_smithy_client.take)(output, {
|
|
10146
10141
|
CreatedBy: import_smithy_client._json,
|
|
10147
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10142
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
10148
10143
|
Detail: import_smithy_client.expectString,
|
|
10149
10144
|
DetailType: import_smithy_client.expectString,
|
|
10150
10145
|
EventId: import_smithy_client.expectString,
|
|
@@ -10163,9 +10158,9 @@ var de_OpsItemRelatedItemSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10163
10158
|
AssociationId: import_smithy_client.expectString,
|
|
10164
10159
|
AssociationType: import_smithy_client.expectString,
|
|
10165
10160
|
CreatedBy: import_smithy_client._json,
|
|
10166
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10161
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
10167
10162
|
LastModifiedBy: import_smithy_client._json,
|
|
10168
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10163
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
10169
10164
|
OpsItemId: import_smithy_client.expectString,
|
|
10170
10165
|
ResourceType: import_smithy_client.expectString,
|
|
10171
10166
|
ResourceUri: import_smithy_client.expectString
|
|
@@ -10179,18 +10174,18 @@ var de_OpsItemSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
10179
10174
|
}, "de_OpsItemSummaries");
|
|
10180
10175
|
var de_OpsItemSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10181
10176
|
return (0, import_smithy_client.take)(output, {
|
|
10182
|
-
ActualEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10183
|
-
ActualStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10177
|
+
ActualEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualEndTime"),
|
|
10178
|
+
ActualStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualStartTime"),
|
|
10184
10179
|
Category: import_smithy_client.expectString,
|
|
10185
10180
|
CreatedBy: import_smithy_client.expectString,
|
|
10186
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10181
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
10187
10182
|
LastModifiedBy: import_smithy_client.expectString,
|
|
10188
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10183
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
10189
10184
|
OperationalData: import_smithy_client._json,
|
|
10190
10185
|
OpsItemId: import_smithy_client.expectString,
|
|
10191
10186
|
OpsItemType: import_smithy_client.expectString,
|
|
10192
|
-
PlannedEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10193
|
-
PlannedStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10187
|
+
PlannedEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedEndTime"),
|
|
10188
|
+
PlannedStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedStartTime"),
|
|
10194
10189
|
Priority: import_smithy_client.expectInt32,
|
|
10195
10190
|
Severity: import_smithy_client.expectString,
|
|
10196
10191
|
Source: import_smithy_client.expectString,
|
|
@@ -10200,8 +10195,8 @@ var de_OpsItemSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10200
10195
|
}, "de_OpsItemSummary");
|
|
10201
10196
|
var de_OpsMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
10202
10197
|
return (0, import_smithy_client.take)(output, {
|
|
10203
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10204
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10198
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
10199
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10205
10200
|
LastModifiedUser: import_smithy_client.expectString,
|
|
10206
10201
|
OpsMetadataArn: import_smithy_client.expectString,
|
|
10207
10202
|
ResourceId: import_smithy_client.expectString
|
|
@@ -10217,7 +10212,7 @@ var de_Parameter = /* @__PURE__ */ __name((output, context) => {
|
|
|
10217
10212
|
return (0, import_smithy_client.take)(output, {
|
|
10218
10213
|
ARN: import_smithy_client.expectString,
|
|
10219
10214
|
DataType: import_smithy_client.expectString,
|
|
10220
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10215
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10221
10216
|
Name: import_smithy_client.expectString,
|
|
10222
10217
|
Selector: import_smithy_client.expectString,
|
|
10223
10218
|
SourceResult: import_smithy_client.expectString,
|
|
@@ -10233,7 +10228,7 @@ var de_ParameterHistory = /* @__PURE__ */ __name((output, context) => {
|
|
|
10233
10228
|
Description: import_smithy_client.expectString,
|
|
10234
10229
|
KeyId: import_smithy_client.expectString,
|
|
10235
10230
|
Labels: import_smithy_client._json,
|
|
10236
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10231
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10237
10232
|
LastModifiedUser: import_smithy_client.expectString,
|
|
10238
10233
|
Name: import_smithy_client.expectString,
|
|
10239
10234
|
Policies: import_smithy_client._json,
|
|
@@ -10262,7 +10257,7 @@ var de_ParameterMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
10262
10257
|
DataType: import_smithy_client.expectString,
|
|
10263
10258
|
Description: import_smithy_client.expectString,
|
|
10264
10259
|
KeyId: import_smithy_client.expectString,
|
|
10265
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10260
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10266
10261
|
LastModifiedUser: import_smithy_client.expectString,
|
|
10267
10262
|
Name: import_smithy_client.expectString,
|
|
10268
10263
|
Policies: import_smithy_client._json,
|
|
@@ -10296,7 +10291,7 @@ var de_Patch = /* @__PURE__ */ __name((output, context) => {
|
|
|
10296
10291
|
Product: import_smithy_client.expectString,
|
|
10297
10292
|
ProductFamily: import_smithy_client.expectString,
|
|
10298
10293
|
Release: import_smithy_client.expectString,
|
|
10299
|
-
ReleaseDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10294
|
+
ReleaseDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReleaseDate"),
|
|
10300
10295
|
Repository: import_smithy_client.expectString,
|
|
10301
10296
|
Severity: import_smithy_client.expectString,
|
|
10302
10297
|
Title: import_smithy_client.expectString,
|
|
@@ -10308,7 +10303,7 @@ var de_PatchComplianceData = /* @__PURE__ */ __name((output, context) => {
|
|
|
10308
10303
|
return (0, import_smithy_client.take)(output, {
|
|
10309
10304
|
CVEIds: import_smithy_client.expectString,
|
|
10310
10305
|
Classification: import_smithy_client.expectString,
|
|
10311
|
-
InstalledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10306
|
+
InstalledTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InstalledTime"),
|
|
10312
10307
|
KBId: import_smithy_client.expectString,
|
|
10313
10308
|
Severity: import_smithy_client.expectString,
|
|
10314
10309
|
State: import_smithy_client.expectString,
|
|
@@ -10329,21 +10324,21 @@ var de_PatchList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10329
10324
|
}, "de_PatchList");
|
|
10330
10325
|
var de_PatchStatus = /* @__PURE__ */ __name((output, context) => {
|
|
10331
10326
|
return (0, import_smithy_client.take)(output, {
|
|
10332
|
-
ApprovalDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10327
|
+
ApprovalDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ApprovalDate"),
|
|
10333
10328
|
ComplianceLevel: import_smithy_client.expectString,
|
|
10334
10329
|
DeploymentStatus: import_smithy_client.expectString
|
|
10335
10330
|
});
|
|
10336
10331
|
}, "de_PatchStatus");
|
|
10337
10332
|
var de_ResetServiceSettingResult = /* @__PURE__ */ __name((output, context) => {
|
|
10338
10333
|
return (0, import_smithy_client.take)(output, {
|
|
10339
|
-
ServiceSetting: (_) => de_ServiceSetting(_, context)
|
|
10334
|
+
ServiceSetting: /* @__PURE__ */ __name((_) => de_ServiceSetting(_, context), "ServiceSetting")
|
|
10340
10335
|
});
|
|
10341
10336
|
}, "de_ResetServiceSettingResult");
|
|
10342
10337
|
var de_ResourceComplianceSummaryItem = /* @__PURE__ */ __name((output, context) => {
|
|
10343
10338
|
return (0, import_smithy_client.take)(output, {
|
|
10344
10339
|
ComplianceType: import_smithy_client.expectString,
|
|
10345
10340
|
CompliantSummary: import_smithy_client._json,
|
|
10346
|
-
ExecutionSummary: (_) => de_ComplianceExecutionSummary(_, context),
|
|
10341
|
+
ExecutionSummary: /* @__PURE__ */ __name((_) => de_ComplianceExecutionSummary(_, context), "ExecutionSummary"),
|
|
10347
10342
|
NonCompliantSummary: import_smithy_client._json,
|
|
10348
10343
|
OverallSeverity: import_smithy_client.expectString,
|
|
10349
10344
|
ResourceId: import_smithy_client.expectString,
|
|
@@ -10360,12 +10355,12 @@ var de_ResourceComplianceSummaryItemList = /* @__PURE__ */ __name((output, conte
|
|
|
10360
10355
|
var de_ResourceDataSyncItem = /* @__PURE__ */ __name((output, context) => {
|
|
10361
10356
|
return (0, import_smithy_client.take)(output, {
|
|
10362
10357
|
LastStatus: import_smithy_client.expectString,
|
|
10363
|
-
LastSuccessfulSyncTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10358
|
+
LastSuccessfulSyncTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulSyncTime"),
|
|
10364
10359
|
LastSyncStatusMessage: import_smithy_client.expectString,
|
|
10365
|
-
LastSyncTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10360
|
+
LastSyncTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSyncTime"),
|
|
10366
10361
|
S3Destination: import_smithy_client._json,
|
|
10367
|
-
SyncCreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10368
|
-
SyncLastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10362
|
+
SyncCreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SyncCreatedTime"),
|
|
10363
|
+
SyncLastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SyncLastModifiedTime"),
|
|
10369
10364
|
SyncName: import_smithy_client.expectString,
|
|
10370
10365
|
SyncSource: import_smithy_client._json,
|
|
10371
10366
|
SyncType: import_smithy_client.expectString
|
|
@@ -10379,7 +10374,7 @@ var de_ResourceDataSyncItemList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10379
10374
|
}, "de_ResourceDataSyncItemList");
|
|
10380
10375
|
var de_ReviewInformation = /* @__PURE__ */ __name((output, context) => {
|
|
10381
10376
|
return (0, import_smithy_client.take)(output, {
|
|
10382
|
-
ReviewedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10377
|
+
ReviewedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReviewedTime"),
|
|
10383
10378
|
Reviewer: import_smithy_client.expectString,
|
|
10384
10379
|
Status: import_smithy_client.expectString
|
|
10385
10380
|
});
|
|
@@ -10392,13 +10387,13 @@ var de_ReviewInformationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10392
10387
|
}, "de_ReviewInformationList");
|
|
10393
10388
|
var de_SendCommandResult = /* @__PURE__ */ __name((output, context) => {
|
|
10394
10389
|
return (0, import_smithy_client.take)(output, {
|
|
10395
|
-
Command: (_) => de_Command(_, context)
|
|
10390
|
+
Command: /* @__PURE__ */ __name((_) => de_Command(_, context), "Command")
|
|
10396
10391
|
});
|
|
10397
10392
|
}, "de_SendCommandResult");
|
|
10398
10393
|
var de_ServiceSetting = /* @__PURE__ */ __name((output, context) => {
|
|
10399
10394
|
return (0, import_smithy_client.take)(output, {
|
|
10400
10395
|
ARN: import_smithy_client.expectString,
|
|
10401
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10396
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10402
10397
|
LastModifiedUser: import_smithy_client.expectString,
|
|
10403
10398
|
SettingId: import_smithy_client.expectString,
|
|
10404
10399
|
SettingValue: import_smithy_client.expectString,
|
|
@@ -10409,13 +10404,13 @@ var de_Session = /* @__PURE__ */ __name((output, context) => {
|
|
|
10409
10404
|
return (0, import_smithy_client.take)(output, {
|
|
10410
10405
|
Details: import_smithy_client.expectString,
|
|
10411
10406
|
DocumentName: import_smithy_client.expectString,
|
|
10412
|
-
EndDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10407
|
+
EndDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDate"),
|
|
10413
10408
|
MaxSessionDuration: import_smithy_client.expectString,
|
|
10414
10409
|
OutputUrl: import_smithy_client._json,
|
|
10415
10410
|
Owner: import_smithy_client.expectString,
|
|
10416
10411
|
Reason: import_smithy_client.expectString,
|
|
10417
10412
|
SessionId: import_smithy_client.expectString,
|
|
10418
|
-
StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10413
|
+
StartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDate"),
|
|
10419
10414
|
Status: import_smithy_client.expectString,
|
|
10420
10415
|
Target: import_smithy_client.expectString
|
|
10421
10416
|
});
|
|
@@ -10429,8 +10424,8 @@ var de_SessionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10429
10424
|
var de_StepExecution = /* @__PURE__ */ __name((output, context) => {
|
|
10430
10425
|
return (0, import_smithy_client.take)(output, {
|
|
10431
10426
|
Action: import_smithy_client.expectString,
|
|
10432
|
-
ExecutionEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10433
|
-
ExecutionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10427
|
+
ExecutionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionEndTime"),
|
|
10428
|
+
ExecutionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionStartTime"),
|
|
10434
10429
|
FailureDetails: import_smithy_client._json,
|
|
10435
10430
|
FailureMessage: import_smithy_client.expectString,
|
|
10436
10431
|
Inputs: import_smithy_client._json,
|
|
@@ -10462,17 +10457,17 @@ var de_StepExecutionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10462
10457
|
}, "de_StepExecutionList");
|
|
10463
10458
|
var de_UpdateAssociationResult = /* @__PURE__ */ __name((output, context) => {
|
|
10464
10459
|
return (0, import_smithy_client.take)(output, {
|
|
10465
|
-
AssociationDescription: (_) => de_AssociationDescription(_, context)
|
|
10460
|
+
AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
|
|
10466
10461
|
});
|
|
10467
10462
|
}, "de_UpdateAssociationResult");
|
|
10468
10463
|
var de_UpdateAssociationStatusResult = /* @__PURE__ */ __name((output, context) => {
|
|
10469
10464
|
return (0, import_smithy_client.take)(output, {
|
|
10470
|
-
AssociationDescription: (_) => de_AssociationDescription(_, context)
|
|
10465
|
+
AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
|
|
10471
10466
|
});
|
|
10472
10467
|
}, "de_UpdateAssociationStatusResult");
|
|
10473
10468
|
var de_UpdateDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
10474
10469
|
return (0, import_smithy_client.take)(output, {
|
|
10475
|
-
DocumentDescription: (_) => de_DocumentDescription(_, context)
|
|
10470
|
+
DocumentDescription: /* @__PURE__ */ __name((_) => de_DocumentDescription(_, context), "DocumentDescription")
|
|
10476
10471
|
});
|
|
10477
10472
|
}, "de_UpdateDocumentResult");
|
|
10478
10473
|
var de_UpdateMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10488,7 +10483,7 @@ var de_UpdateMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, conte
|
|
|
10488
10483
|
ServiceRoleArn: import_smithy_client.expectString,
|
|
10489
10484
|
Targets: import_smithy_client._json,
|
|
10490
10485
|
TaskArn: import_smithy_client.expectString,
|
|
10491
|
-
TaskInvocationParameters: (_) => de_MaintenanceWindowTaskInvocationParameters(_, context),
|
|
10486
|
+
TaskInvocationParameters: /* @__PURE__ */ __name((_) => de_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
|
|
10492
10487
|
TaskParameters: import_smithy_client._json,
|
|
10493
10488
|
WindowId: import_smithy_client.expectString,
|
|
10494
10489
|
WindowTaskId: import_smithy_client.expectString
|
|
@@ -10501,10 +10496,10 @@ var de_UpdatePatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
10501
10496
|
ApprovedPatchesComplianceLevel: import_smithy_client.expectString,
|
|
10502
10497
|
ApprovedPatchesEnableNonSecurity: import_smithy_client.expectBoolean,
|
|
10503
10498
|
BaselineId: import_smithy_client.expectString,
|
|
10504
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10499
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
10505
10500
|
Description: import_smithy_client.expectString,
|
|
10506
10501
|
GlobalFilters: import_smithy_client._json,
|
|
10507
|
-
ModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10502
|
+
ModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ModifiedDate"),
|
|
10508
10503
|
Name: import_smithy_client.expectString,
|
|
10509
10504
|
OperatingSystem: import_smithy_client.expectString,
|
|
10510
10505
|
RejectedPatches: import_smithy_client._json,
|