@aws-sdk/client-config-service 3.758.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 +111 -111
- 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
|
AggregateConformancePackComplianceSummaryGroupKey: () => AggregateConformancePackComplianceSummaryGroupKey,
|
|
25
25
|
AggregatedSourceStatusType: () => AggregatedSourceStatusType,
|
|
26
26
|
AggregatedSourceType: () => AggregatedSourceType,
|
|
@@ -258,7 +258,7 @@ __export(src_exports, {
|
|
|
258
258
|
paginateSelectAggregateResourceConfig: () => paginateSelectAggregateResourceConfig,
|
|
259
259
|
paginateSelectResourceConfig: () => paginateSelectResourceConfig
|
|
260
260
|
});
|
|
261
|
-
module.exports = __toCommonJS(
|
|
261
|
+
module.exports = __toCommonJS(index_exports);
|
|
262
262
|
|
|
263
263
|
// src/ConfigServiceClient.ts
|
|
264
264
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -385,9 +385,9 @@ var ConfigServiceClient = class extends import_smithy_client.Client {
|
|
|
385
385
|
this.middlewareStack.use(
|
|
386
386
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
387
387
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultConfigServiceHttpAuthSchemeParametersProvider,
|
|
388
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
388
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
389
389
|
"aws.auth#sigv4": config.credentials
|
|
390
|
-
})
|
|
390
|
+
}), "identityProviderConfigProvider")
|
|
391
391
|
})
|
|
392
392
|
);
|
|
393
393
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -4528,7 +4528,7 @@ var se_Evaluation = /* @__PURE__ */ __name((input, context) => {
|
|
|
4528
4528
|
ComplianceResourceId: [],
|
|
4529
4529
|
ComplianceResourceType: [],
|
|
4530
4530
|
ComplianceType: [],
|
|
4531
|
-
OrderingTimestamp: (_) => _.getTime() / 1e3
|
|
4531
|
+
OrderingTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "OrderingTimestamp")
|
|
4532
4532
|
});
|
|
4533
4533
|
}, "se_Evaluation");
|
|
4534
4534
|
var se_Evaluations = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4542,14 +4542,14 @@ var se_ExternalEvaluation = /* @__PURE__ */ __name((input, context) => {
|
|
|
4542
4542
|
ComplianceResourceId: [],
|
|
4543
4543
|
ComplianceResourceType: [],
|
|
4544
4544
|
ComplianceType: [],
|
|
4545
|
-
OrderingTimestamp: (_) => _.getTime() / 1e3
|
|
4545
|
+
OrderingTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "OrderingTimestamp")
|
|
4546
4546
|
});
|
|
4547
4547
|
}, "se_ExternalEvaluation");
|
|
4548
4548
|
var se_GetResourceConfigHistoryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4549
4549
|
return (0, import_smithy_client.take)(input, {
|
|
4550
4550
|
chronologicalOrder: [],
|
|
4551
|
-
earlierTime: (_) => _.getTime() / 1e3,
|
|
4552
|
-
laterTime: (_) => _.getTime() / 1e3,
|
|
4551
|
+
earlierTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "earlierTime"),
|
|
4552
|
+
laterTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "laterTime"),
|
|
4553
4553
|
limit: [],
|
|
4554
4554
|
nextToken: [],
|
|
4555
4555
|
resourceId: [],
|
|
@@ -4558,14 +4558,14 @@ var se_GetResourceConfigHistoryRequest = /* @__PURE__ */ __name((input, context)
|
|
|
4558
4558
|
}, "se_GetResourceConfigHistoryRequest");
|
|
4559
4559
|
var se_ListResourceEvaluationsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4560
4560
|
return (0, import_smithy_client.take)(input, {
|
|
4561
|
-
Filters: (_) => se_ResourceEvaluationFilters(_, context),
|
|
4561
|
+
Filters: /* @__PURE__ */ __name((_) => se_ResourceEvaluationFilters(_, context), "Filters"),
|
|
4562
4562
|
Limit: [],
|
|
4563
4563
|
NextToken: []
|
|
4564
4564
|
});
|
|
4565
4565
|
}, "se_ListResourceEvaluationsRequest");
|
|
4566
4566
|
var se_PutEvaluationsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4567
4567
|
return (0, import_smithy_client.take)(input, {
|
|
4568
|
-
Evaluations: (_) => se_Evaluations(_, context),
|
|
4568
|
+
Evaluations: /* @__PURE__ */ __name((_) => se_Evaluations(_, context), "Evaluations"),
|
|
4569
4569
|
ResultToken: [],
|
|
4570
4570
|
TestMode: []
|
|
4571
4571
|
});
|
|
@@ -4573,13 +4573,13 @@ var se_PutEvaluationsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
4573
4573
|
var se_PutExternalEvaluationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4574
4574
|
return (0, import_smithy_client.take)(input, {
|
|
4575
4575
|
ConfigRuleName: [],
|
|
4576
|
-
ExternalEvaluation: (_) => se_ExternalEvaluation(_, context)
|
|
4576
|
+
ExternalEvaluation: /* @__PURE__ */ __name((_) => se_ExternalEvaluation(_, context), "ExternalEvaluation")
|
|
4577
4577
|
});
|
|
4578
4578
|
}, "se_PutExternalEvaluationRequest");
|
|
4579
4579
|
var se_PutRemediationExceptionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
4580
4580
|
return (0, import_smithy_client.take)(input, {
|
|
4581
4581
|
ConfigRuleName: [],
|
|
4582
|
-
ExpirationTime: (_) => _.getTime() / 1e3,
|
|
4582
|
+
ExpirationTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExpirationTime"),
|
|
4583
4583
|
Message: [],
|
|
4584
4584
|
ResourceKeys: import_smithy_client._json
|
|
4585
4585
|
});
|
|
@@ -4588,18 +4588,18 @@ var se_ResourceEvaluationFilters = /* @__PURE__ */ __name((input, context) => {
|
|
|
4588
4588
|
return (0, import_smithy_client.take)(input, {
|
|
4589
4589
|
EvaluationContextIdentifier: [],
|
|
4590
4590
|
EvaluationMode: [],
|
|
4591
|
-
TimeWindow: (_) => se_TimeWindow(_, context)
|
|
4591
|
+
TimeWindow: /* @__PURE__ */ __name((_) => se_TimeWindow(_, context), "TimeWindow")
|
|
4592
4592
|
});
|
|
4593
4593
|
}, "se_ResourceEvaluationFilters");
|
|
4594
4594
|
var se_TimeWindow = /* @__PURE__ */ __name((input, context) => {
|
|
4595
4595
|
return (0, import_smithy_client.take)(input, {
|
|
4596
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
4597
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
4596
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
4597
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
4598
4598
|
});
|
|
4599
4599
|
}, "se_TimeWindow");
|
|
4600
4600
|
var de_AggregateComplianceCount = /* @__PURE__ */ __name((output, context) => {
|
|
4601
4601
|
return (0, import_smithy_client.take)(output, {
|
|
4602
|
-
ComplianceSummary: (_) => de_ComplianceSummary(_, context),
|
|
4602
|
+
ComplianceSummary: /* @__PURE__ */ __name((_) => de_ComplianceSummary(_, context), "ComplianceSummary"),
|
|
4603
4603
|
GroupName: import_smithy_client.expectString
|
|
4604
4604
|
});
|
|
4605
4605
|
}, "de_AggregateComplianceCount");
|
|
@@ -4615,7 +4615,7 @@ var de_AggregatedSourceStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
4615
4615
|
LastErrorCode: import_smithy_client.expectString,
|
|
4616
4616
|
LastErrorMessage: import_smithy_client.expectString,
|
|
4617
4617
|
LastUpdateStatus: import_smithy_client.expectString,
|
|
4618
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4618
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
4619
4619
|
SourceId: import_smithy_client.expectString,
|
|
4620
4620
|
SourceType: import_smithy_client.expectString
|
|
4621
4621
|
});
|
|
@@ -4632,9 +4632,9 @@ var de_AggregateEvaluationResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
4632
4632
|
Annotation: import_smithy_client.expectString,
|
|
4633
4633
|
AwsRegion: import_smithy_client.expectString,
|
|
4634
4634
|
ComplianceType: import_smithy_client.expectString,
|
|
4635
|
-
ConfigRuleInvokedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4636
|
-
EvaluationResultIdentifier: (_) => de_EvaluationResultIdentifier(_, context),
|
|
4637
|
-
ResultRecordedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4635
|
+
ConfigRuleInvokedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ConfigRuleInvokedTime"),
|
|
4636
|
+
EvaluationResultIdentifier: /* @__PURE__ */ __name((_) => de_EvaluationResultIdentifier(_, context), "EvaluationResultIdentifier"),
|
|
4637
|
+
ResultRecordedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResultRecordedTime")
|
|
4638
4638
|
});
|
|
4639
4639
|
}, "de_AggregateEvaluationResult");
|
|
4640
4640
|
var de_AggregateEvaluationResultList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4648,7 +4648,7 @@ var de_AggregationAuthorization = /* @__PURE__ */ __name((output, context) => {
|
|
|
4648
4648
|
AggregationAuthorizationArn: import_smithy_client.expectString,
|
|
4649
4649
|
AuthorizedAccountId: import_smithy_client.expectString,
|
|
4650
4650
|
AuthorizedAwsRegion: import_smithy_client.expectString,
|
|
4651
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4651
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime")
|
|
4652
4652
|
});
|
|
4653
4653
|
}, "de_AggregationAuthorization");
|
|
4654
4654
|
var de_AggregationAuthorizationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4664,12 +4664,12 @@ var de_BaseConfigurationItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
4664
4664
|
availabilityZone: import_smithy_client.expectString,
|
|
4665
4665
|
awsRegion: import_smithy_client.expectString,
|
|
4666
4666
|
configuration: import_smithy_client.expectString,
|
|
4667
|
-
configurationItemCaptureTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4668
|
-
configurationItemDeliveryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4667
|
+
configurationItemCaptureTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "configurationItemCaptureTime"),
|
|
4668
|
+
configurationItemDeliveryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "configurationItemDeliveryTime"),
|
|
4669
4669
|
configurationItemStatus: import_smithy_client.expectString,
|
|
4670
4670
|
configurationStateId: import_smithy_client.expectString,
|
|
4671
4671
|
recordingFrequency: import_smithy_client.expectString,
|
|
4672
|
-
resourceCreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4672
|
+
resourceCreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "resourceCreationTime"),
|
|
4673
4673
|
resourceId: import_smithy_client.expectString,
|
|
4674
4674
|
resourceName: import_smithy_client.expectString,
|
|
4675
4675
|
resourceType: import_smithy_client.expectString,
|
|
@@ -4685,13 +4685,13 @@ var de_BaseConfigurationItems = /* @__PURE__ */ __name((output, context) => {
|
|
|
4685
4685
|
}, "de_BaseConfigurationItems");
|
|
4686
4686
|
var de_BatchGetAggregateResourceConfigResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4687
4687
|
return (0, import_smithy_client.take)(output, {
|
|
4688
|
-
BaseConfigurationItems: (_) => de_BaseConfigurationItems(_, context),
|
|
4688
|
+
BaseConfigurationItems: /* @__PURE__ */ __name((_) => de_BaseConfigurationItems(_, context), "BaseConfigurationItems"),
|
|
4689
4689
|
UnprocessedResourceIdentifiers: import_smithy_client._json
|
|
4690
4690
|
});
|
|
4691
4691
|
}, "de_BatchGetAggregateResourceConfigResponse");
|
|
4692
4692
|
var de_BatchGetResourceConfigResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4693
4693
|
return (0, import_smithy_client.take)(output, {
|
|
4694
|
-
baseConfigurationItems: (_) => de_BaseConfigurationItems(_, context),
|
|
4694
|
+
baseConfigurationItems: /* @__PURE__ */ __name((_) => de_BaseConfigurationItems(_, context), "baseConfigurationItems"),
|
|
4695
4695
|
unprocessedResourceKeys: import_smithy_client._json
|
|
4696
4696
|
});
|
|
4697
4697
|
}, "de_BatchGetResourceConfigResponse");
|
|
@@ -4703,25 +4703,25 @@ var de_ComplianceSummariesByResourceType = /* @__PURE__ */ __name((output, conte
|
|
|
4703
4703
|
}, "de_ComplianceSummariesByResourceType");
|
|
4704
4704
|
var de_ComplianceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
4705
4705
|
return (0, import_smithy_client.take)(output, {
|
|
4706
|
-
ComplianceSummaryTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4706
|
+
ComplianceSummaryTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ComplianceSummaryTimestamp"),
|
|
4707
4707
|
CompliantResourceCount: import_smithy_client._json,
|
|
4708
4708
|
NonCompliantResourceCount: import_smithy_client._json
|
|
4709
4709
|
});
|
|
4710
4710
|
}, "de_ComplianceSummary");
|
|
4711
4711
|
var de_ComplianceSummaryByResourceType = /* @__PURE__ */ __name((output, context) => {
|
|
4712
4712
|
return (0, import_smithy_client.take)(output, {
|
|
4713
|
-
ComplianceSummary: (_) => de_ComplianceSummary(_, context),
|
|
4713
|
+
ComplianceSummary: /* @__PURE__ */ __name((_) => de_ComplianceSummary(_, context), "ComplianceSummary"),
|
|
4714
4714
|
ResourceType: import_smithy_client.expectString
|
|
4715
4715
|
});
|
|
4716
4716
|
}, "de_ComplianceSummaryByResourceType");
|
|
4717
4717
|
var de_ConfigExportDeliveryInfo = /* @__PURE__ */ __name((output, context) => {
|
|
4718
4718
|
return (0, import_smithy_client.take)(output, {
|
|
4719
|
-
lastAttemptTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4719
|
+
lastAttemptTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastAttemptTime"),
|
|
4720
4720
|
lastErrorCode: import_smithy_client.expectString,
|
|
4721
4721
|
lastErrorMessage: import_smithy_client.expectString,
|
|
4722
4722
|
lastStatus: import_smithy_client.expectString,
|
|
4723
|
-
lastSuccessfulTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4724
|
-
nextDeliveryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4723
|
+
lastSuccessfulTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastSuccessfulTime"),
|
|
4724
|
+
nextDeliveryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "nextDeliveryTime")
|
|
4725
4725
|
});
|
|
4726
4726
|
}, "de_ConfigExportDeliveryInfo");
|
|
4727
4727
|
var de_ConfigRuleEvaluationStatus = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4729,18 +4729,18 @@ var de_ConfigRuleEvaluationStatus = /* @__PURE__ */ __name((output, context) =>
|
|
|
4729
4729
|
ConfigRuleArn: import_smithy_client.expectString,
|
|
4730
4730
|
ConfigRuleId: import_smithy_client.expectString,
|
|
4731
4731
|
ConfigRuleName: import_smithy_client.expectString,
|
|
4732
|
-
FirstActivatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4732
|
+
FirstActivatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FirstActivatedTime"),
|
|
4733
4733
|
FirstEvaluationStarted: import_smithy_client.expectBoolean,
|
|
4734
|
-
LastDeactivatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4734
|
+
LastDeactivatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastDeactivatedTime"),
|
|
4735
4735
|
LastDebugLogDeliveryStatus: import_smithy_client.expectString,
|
|
4736
4736
|
LastDebugLogDeliveryStatusReason: import_smithy_client.expectString,
|
|
4737
|
-
LastDebugLogDeliveryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4737
|
+
LastDebugLogDeliveryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastDebugLogDeliveryTime"),
|
|
4738
4738
|
LastErrorCode: import_smithy_client.expectString,
|
|
4739
4739
|
LastErrorMessage: import_smithy_client.expectString,
|
|
4740
|
-
LastFailedEvaluationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4741
|
-
LastFailedInvocationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4742
|
-
LastSuccessfulEvaluationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4743
|
-
LastSuccessfulInvocationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4740
|
+
LastFailedEvaluationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastFailedEvaluationTime"),
|
|
4741
|
+
LastFailedInvocationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastFailedInvocationTime"),
|
|
4742
|
+
LastSuccessfulEvaluationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulEvaluationTime"),
|
|
4743
|
+
LastSuccessfulInvocationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulInvocationTime")
|
|
4744
4744
|
});
|
|
4745
4745
|
}, "de_ConfigRuleEvaluationStatus");
|
|
4746
4746
|
var de_ConfigRuleEvaluationStatusList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4754,7 +4754,7 @@ var de_ConfigStreamDeliveryInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
4754
4754
|
lastErrorCode: import_smithy_client.expectString,
|
|
4755
4755
|
lastErrorMessage: import_smithy_client.expectString,
|
|
4756
4756
|
lastStatus: import_smithy_client.expectString,
|
|
4757
|
-
lastStatusChangeTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4757
|
+
lastStatusChangeTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusChangeTime")
|
|
4758
4758
|
});
|
|
4759
4759
|
}, "de_ConfigStreamDeliveryInfo");
|
|
4760
4760
|
var de_ConfigurationAggregator = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4764,8 +4764,8 @@ var de_ConfigurationAggregator = /* @__PURE__ */ __name((output, context) => {
|
|
|
4764
4764
|
ConfigurationAggregatorArn: import_smithy_client.expectString,
|
|
4765
4765
|
ConfigurationAggregatorName: import_smithy_client.expectString,
|
|
4766
4766
|
CreatedBy: import_smithy_client.expectString,
|
|
4767
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4768
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4767
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
4768
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
4769
4769
|
OrganizationAggregationSource: import_smithy_client._json
|
|
4770
4770
|
});
|
|
4771
4771
|
}, "de_ConfigurationAggregator");
|
|
@@ -4782,15 +4782,15 @@ var de_ConfigurationItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
4782
4782
|
availabilityZone: import_smithy_client.expectString,
|
|
4783
4783
|
awsRegion: import_smithy_client.expectString,
|
|
4784
4784
|
configuration: import_smithy_client.expectString,
|
|
4785
|
-
configurationItemCaptureTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4786
|
-
configurationItemDeliveryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4785
|
+
configurationItemCaptureTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "configurationItemCaptureTime"),
|
|
4786
|
+
configurationItemDeliveryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "configurationItemDeliveryTime"),
|
|
4787
4787
|
configurationItemMD5Hash: import_smithy_client.expectString,
|
|
4788
4788
|
configurationItemStatus: import_smithy_client.expectString,
|
|
4789
4789
|
configurationStateId: import_smithy_client.expectString,
|
|
4790
4790
|
recordingFrequency: import_smithy_client.expectString,
|
|
4791
4791
|
relatedEvents: import_smithy_client._json,
|
|
4792
4792
|
relationships: import_smithy_client._json,
|
|
4793
|
-
resourceCreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4793
|
+
resourceCreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "resourceCreationTime"),
|
|
4794
4794
|
resourceId: import_smithy_client.expectString,
|
|
4795
4795
|
resourceName: import_smithy_client.expectString,
|
|
4796
4796
|
resourceType: import_smithy_client.expectString,
|
|
@@ -4810,10 +4810,10 @@ var de_ConfigurationRecorderStatus = /* @__PURE__ */ __name((output, context) =>
|
|
|
4810
4810
|
arn: import_smithy_client.expectString,
|
|
4811
4811
|
lastErrorCode: import_smithy_client.expectString,
|
|
4812
4812
|
lastErrorMessage: import_smithy_client.expectString,
|
|
4813
|
-
lastStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4813
|
+
lastStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStartTime"),
|
|
4814
4814
|
lastStatus: import_smithy_client.expectString,
|
|
4815
|
-
lastStatusChangeTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4816
|
-
lastStopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4815
|
+
lastStatusChangeTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusChangeTime"),
|
|
4816
|
+
lastStopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStopTime"),
|
|
4817
4817
|
name: import_smithy_client.expectString,
|
|
4818
4818
|
recording: import_smithy_client.expectBoolean,
|
|
4819
4819
|
servicePrincipal: import_smithy_client.expectString
|
|
@@ -4828,7 +4828,7 @@ var de_ConfigurationRecorderStatusList = /* @__PURE__ */ __name((output, context
|
|
|
4828
4828
|
var de_ConformancePackComplianceScore = /* @__PURE__ */ __name((output, context) => {
|
|
4829
4829
|
return (0, import_smithy_client.take)(output, {
|
|
4830
4830
|
ConformancePackName: import_smithy_client.expectString,
|
|
4831
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4831
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
4832
4832
|
Score: import_smithy_client.expectString
|
|
4833
4833
|
});
|
|
4834
4834
|
}, "de_ConformancePackComplianceScore");
|
|
@@ -4847,7 +4847,7 @@ var de_ConformancePackDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
4847
4847
|
CreatedBy: import_smithy_client.expectString,
|
|
4848
4848
|
DeliveryS3Bucket: import_smithy_client.expectString,
|
|
4849
4849
|
DeliveryS3KeyPrefix: import_smithy_client.expectString,
|
|
4850
|
-
LastUpdateRequestedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4850
|
+
LastUpdateRequestedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateRequestedTime"),
|
|
4851
4851
|
TemplateSSMDocumentDetails: import_smithy_client._json
|
|
4852
4852
|
});
|
|
4853
4853
|
}, "de_ConformancePackDetail");
|
|
@@ -4861,9 +4861,9 @@ var de_ConformancePackEvaluationResult = /* @__PURE__ */ __name((output, context
|
|
|
4861
4861
|
return (0, import_smithy_client.take)(output, {
|
|
4862
4862
|
Annotation: import_smithy_client.expectString,
|
|
4863
4863
|
ComplianceType: import_smithy_client.expectString,
|
|
4864
|
-
ConfigRuleInvokedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4865
|
-
EvaluationResultIdentifier: (_) => de_EvaluationResultIdentifier(_, context),
|
|
4866
|
-
ResultRecordedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4864
|
+
ConfigRuleInvokedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ConfigRuleInvokedTime"),
|
|
4865
|
+
EvaluationResultIdentifier: /* @__PURE__ */ __name((_) => de_EvaluationResultIdentifier(_, context), "EvaluationResultIdentifier"),
|
|
4866
|
+
ResultRecordedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResultRecordedTime")
|
|
4867
4867
|
});
|
|
4868
4868
|
}, "de_ConformancePackEvaluationResult");
|
|
4869
4869
|
var de_ConformancePackRuleEvaluationResultsList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4879,8 +4879,8 @@ var de_ConformancePackStatusDetail = /* @__PURE__ */ __name((output, context) =>
|
|
|
4879
4879
|
ConformancePackName: import_smithy_client.expectString,
|
|
4880
4880
|
ConformancePackState: import_smithy_client.expectString,
|
|
4881
4881
|
ConformancePackStatusReason: import_smithy_client.expectString,
|
|
4882
|
-
LastUpdateCompletedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4883
|
-
LastUpdateRequestedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4882
|
+
LastUpdateCompletedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateCompletedTime"),
|
|
4883
|
+
LastUpdateRequestedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateRequestedTime"),
|
|
4884
4884
|
StackArn: import_smithy_client.expectString
|
|
4885
4885
|
});
|
|
4886
4886
|
}, "de_ConformancePackStatusDetail");
|
|
@@ -4892,9 +4892,9 @@ var de_ConformancePackStatusDetailsList = /* @__PURE__ */ __name((output, contex
|
|
|
4892
4892
|
}, "de_ConformancePackStatusDetailsList");
|
|
4893
4893
|
var de_DeliveryChannelStatus = /* @__PURE__ */ __name((output, context) => {
|
|
4894
4894
|
return (0, import_smithy_client.take)(output, {
|
|
4895
|
-
configHistoryDeliveryInfo: (_) => de_ConfigExportDeliveryInfo(_, context),
|
|
4896
|
-
configSnapshotDeliveryInfo: (_) => de_ConfigExportDeliveryInfo(_, context),
|
|
4897
|
-
configStreamDeliveryInfo: (_) => de_ConfigStreamDeliveryInfo(_, context),
|
|
4895
|
+
configHistoryDeliveryInfo: /* @__PURE__ */ __name((_) => de_ConfigExportDeliveryInfo(_, context), "configHistoryDeliveryInfo"),
|
|
4896
|
+
configSnapshotDeliveryInfo: /* @__PURE__ */ __name((_) => de_ConfigExportDeliveryInfo(_, context), "configSnapshotDeliveryInfo"),
|
|
4897
|
+
configStreamDeliveryInfo: /* @__PURE__ */ __name((_) => de_ConfigStreamDeliveryInfo(_, context), "configStreamDeliveryInfo"),
|
|
4898
4898
|
name: import_smithy_client.expectString
|
|
4899
4899
|
});
|
|
4900
4900
|
}, "de_DeliveryChannelStatus");
|
|
@@ -4906,84 +4906,84 @@ var de_DeliveryChannelStatusList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4906
4906
|
}, "de_DeliveryChannelStatusList");
|
|
4907
4907
|
var de_DescribeAggregationAuthorizationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4908
4908
|
return (0, import_smithy_client.take)(output, {
|
|
4909
|
-
AggregationAuthorizations: (_) => de_AggregationAuthorizationList(_, context),
|
|
4909
|
+
AggregationAuthorizations: /* @__PURE__ */ __name((_) => de_AggregationAuthorizationList(_, context), "AggregationAuthorizations"),
|
|
4910
4910
|
NextToken: import_smithy_client.expectString
|
|
4911
4911
|
});
|
|
4912
4912
|
}, "de_DescribeAggregationAuthorizationsResponse");
|
|
4913
4913
|
var de_DescribeConfigRuleEvaluationStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4914
4914
|
return (0, import_smithy_client.take)(output, {
|
|
4915
|
-
ConfigRulesEvaluationStatus: (_) => de_ConfigRuleEvaluationStatusList(_, context),
|
|
4915
|
+
ConfigRulesEvaluationStatus: /* @__PURE__ */ __name((_) => de_ConfigRuleEvaluationStatusList(_, context), "ConfigRulesEvaluationStatus"),
|
|
4916
4916
|
NextToken: import_smithy_client.expectString
|
|
4917
4917
|
});
|
|
4918
4918
|
}, "de_DescribeConfigRuleEvaluationStatusResponse");
|
|
4919
4919
|
var de_DescribeConfigurationAggregatorSourcesStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4920
4920
|
return (0, import_smithy_client.take)(output, {
|
|
4921
|
-
AggregatedSourceStatusList: (_) => de_AggregatedSourceStatusList(_, context),
|
|
4921
|
+
AggregatedSourceStatusList: /* @__PURE__ */ __name((_) => de_AggregatedSourceStatusList(_, context), "AggregatedSourceStatusList"),
|
|
4922
4922
|
NextToken: import_smithy_client.expectString
|
|
4923
4923
|
});
|
|
4924
4924
|
}, "de_DescribeConfigurationAggregatorSourcesStatusResponse");
|
|
4925
4925
|
var de_DescribeConfigurationAggregatorsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4926
4926
|
return (0, import_smithy_client.take)(output, {
|
|
4927
|
-
ConfigurationAggregators: (_) => de_ConfigurationAggregatorList(_, context),
|
|
4927
|
+
ConfigurationAggregators: /* @__PURE__ */ __name((_) => de_ConfigurationAggregatorList(_, context), "ConfigurationAggregators"),
|
|
4928
4928
|
NextToken: import_smithy_client.expectString
|
|
4929
4929
|
});
|
|
4930
4930
|
}, "de_DescribeConfigurationAggregatorsResponse");
|
|
4931
4931
|
var de_DescribeConfigurationRecorderStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4932
4932
|
return (0, import_smithy_client.take)(output, {
|
|
4933
|
-
ConfigurationRecordersStatus: (_) => de_ConfigurationRecorderStatusList(_, context)
|
|
4933
|
+
ConfigurationRecordersStatus: /* @__PURE__ */ __name((_) => de_ConfigurationRecorderStatusList(_, context), "ConfigurationRecordersStatus")
|
|
4934
4934
|
});
|
|
4935
4935
|
}, "de_DescribeConfigurationRecorderStatusResponse");
|
|
4936
4936
|
var de_DescribeConformancePacksResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4937
4937
|
return (0, import_smithy_client.take)(output, {
|
|
4938
|
-
ConformancePackDetails: (_) => de_ConformancePackDetailList(_, context),
|
|
4938
|
+
ConformancePackDetails: /* @__PURE__ */ __name((_) => de_ConformancePackDetailList(_, context), "ConformancePackDetails"),
|
|
4939
4939
|
NextToken: import_smithy_client.expectString
|
|
4940
4940
|
});
|
|
4941
4941
|
}, "de_DescribeConformancePacksResponse");
|
|
4942
4942
|
var de_DescribeConformancePackStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4943
4943
|
return (0, import_smithy_client.take)(output, {
|
|
4944
|
-
ConformancePackStatusDetails: (_) => de_ConformancePackStatusDetailsList(_, context),
|
|
4944
|
+
ConformancePackStatusDetails: /* @__PURE__ */ __name((_) => de_ConformancePackStatusDetailsList(_, context), "ConformancePackStatusDetails"),
|
|
4945
4945
|
NextToken: import_smithy_client.expectString
|
|
4946
4946
|
});
|
|
4947
4947
|
}, "de_DescribeConformancePackStatusResponse");
|
|
4948
4948
|
var de_DescribeDeliveryChannelStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4949
4949
|
return (0, import_smithy_client.take)(output, {
|
|
4950
|
-
DeliveryChannelsStatus: (_) => de_DeliveryChannelStatusList(_, context)
|
|
4950
|
+
DeliveryChannelsStatus: /* @__PURE__ */ __name((_) => de_DeliveryChannelStatusList(_, context), "DeliveryChannelsStatus")
|
|
4951
4951
|
});
|
|
4952
4952
|
}, "de_DescribeDeliveryChannelStatusResponse");
|
|
4953
4953
|
var de_DescribeOrganizationConfigRulesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4954
4954
|
return (0, import_smithy_client.take)(output, {
|
|
4955
4955
|
NextToken: import_smithy_client.expectString,
|
|
4956
|
-
OrganizationConfigRules: (_) => de_OrganizationConfigRules(_, context)
|
|
4956
|
+
OrganizationConfigRules: /* @__PURE__ */ __name((_) => de_OrganizationConfigRules(_, context), "OrganizationConfigRules")
|
|
4957
4957
|
});
|
|
4958
4958
|
}, "de_DescribeOrganizationConfigRulesResponse");
|
|
4959
4959
|
var de_DescribeOrganizationConfigRuleStatusesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4960
4960
|
return (0, import_smithy_client.take)(output, {
|
|
4961
4961
|
NextToken: import_smithy_client.expectString,
|
|
4962
|
-
OrganizationConfigRuleStatuses: (_) => de_OrganizationConfigRuleStatuses(_, context)
|
|
4962
|
+
OrganizationConfigRuleStatuses: /* @__PURE__ */ __name((_) => de_OrganizationConfigRuleStatuses(_, context), "OrganizationConfigRuleStatuses")
|
|
4963
4963
|
});
|
|
4964
4964
|
}, "de_DescribeOrganizationConfigRuleStatusesResponse");
|
|
4965
4965
|
var de_DescribeOrganizationConformancePacksResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4966
4966
|
return (0, import_smithy_client.take)(output, {
|
|
4967
4967
|
NextToken: import_smithy_client.expectString,
|
|
4968
|
-
OrganizationConformancePacks: (_) => de_OrganizationConformancePacks(_, context)
|
|
4968
|
+
OrganizationConformancePacks: /* @__PURE__ */ __name((_) => de_OrganizationConformancePacks(_, context), "OrganizationConformancePacks")
|
|
4969
4969
|
});
|
|
4970
4970
|
}, "de_DescribeOrganizationConformancePacksResponse");
|
|
4971
4971
|
var de_DescribeOrganizationConformancePackStatusesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4972
4972
|
return (0, import_smithy_client.take)(output, {
|
|
4973
4973
|
NextToken: import_smithy_client.expectString,
|
|
4974
|
-
OrganizationConformancePackStatuses: (_) => de_OrganizationConformancePackStatuses(_, context)
|
|
4974
|
+
OrganizationConformancePackStatuses: /* @__PURE__ */ __name((_) => de_OrganizationConformancePackStatuses(_, context), "OrganizationConformancePackStatuses")
|
|
4975
4975
|
});
|
|
4976
4976
|
}, "de_DescribeOrganizationConformancePackStatusesResponse");
|
|
4977
4977
|
var de_DescribeRemediationExceptionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4978
4978
|
return (0, import_smithy_client.take)(output, {
|
|
4979
4979
|
NextToken: import_smithy_client.expectString,
|
|
4980
|
-
RemediationExceptions: (_) => de_RemediationExceptions(_, context)
|
|
4980
|
+
RemediationExceptions: /* @__PURE__ */ __name((_) => de_RemediationExceptions(_, context), "RemediationExceptions")
|
|
4981
4981
|
});
|
|
4982
4982
|
}, "de_DescribeRemediationExceptionsResponse");
|
|
4983
4983
|
var de_DescribeRemediationExecutionStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4984
4984
|
return (0, import_smithy_client.take)(output, {
|
|
4985
4985
|
NextToken: import_smithy_client.expectString,
|
|
4986
|
-
RemediationExecutionStatuses: (_) => de_RemediationExecutionStatuses(_, context)
|
|
4986
|
+
RemediationExecutionStatuses: /* @__PURE__ */ __name((_) => de_RemediationExecutionStatuses(_, context), "RemediationExecutionStatuses")
|
|
4987
4987
|
});
|
|
4988
4988
|
}, "de_DescribeRemediationExecutionStatusResponse");
|
|
4989
4989
|
var de_Evaluation = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4992,23 +4992,23 @@ var de_Evaluation = /* @__PURE__ */ __name((output, context) => {
|
|
|
4992
4992
|
ComplianceResourceId: import_smithy_client.expectString,
|
|
4993
4993
|
ComplianceResourceType: import_smithy_client.expectString,
|
|
4994
4994
|
ComplianceType: import_smithy_client.expectString,
|
|
4995
|
-
OrderingTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4995
|
+
OrderingTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "OrderingTimestamp")
|
|
4996
4996
|
});
|
|
4997
4997
|
}, "de_Evaluation");
|
|
4998
4998
|
var de_EvaluationResult = /* @__PURE__ */ __name((output, context) => {
|
|
4999
4999
|
return (0, import_smithy_client.take)(output, {
|
|
5000
5000
|
Annotation: import_smithy_client.expectString,
|
|
5001
5001
|
ComplianceType: import_smithy_client.expectString,
|
|
5002
|
-
ConfigRuleInvokedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5003
|
-
EvaluationResultIdentifier: (_) => de_EvaluationResultIdentifier(_, context),
|
|
5004
|
-
ResultRecordedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5002
|
+
ConfigRuleInvokedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ConfigRuleInvokedTime"),
|
|
5003
|
+
EvaluationResultIdentifier: /* @__PURE__ */ __name((_) => de_EvaluationResultIdentifier(_, context), "EvaluationResultIdentifier"),
|
|
5004
|
+
ResultRecordedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResultRecordedTime"),
|
|
5005
5005
|
ResultToken: import_smithy_client.expectString
|
|
5006
5006
|
});
|
|
5007
5007
|
}, "de_EvaluationResult");
|
|
5008
5008
|
var de_EvaluationResultIdentifier = /* @__PURE__ */ __name((output, context) => {
|
|
5009
5009
|
return (0, import_smithy_client.take)(output, {
|
|
5010
5010
|
EvaluationResultQualifier: import_smithy_client._json,
|
|
5011
|
-
OrderingTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5011
|
+
OrderingTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "OrderingTimestamp"),
|
|
5012
5012
|
ResourceEvaluationId: import_smithy_client.expectString
|
|
5013
5013
|
});
|
|
5014
5014
|
}, "de_EvaluationResultIdentifier");
|
|
@@ -5026,7 +5026,7 @@ var de_Evaluations = /* @__PURE__ */ __name((output, context) => {
|
|
|
5026
5026
|
}, "de_Evaluations");
|
|
5027
5027
|
var de_FailedRemediationExceptionBatch = /* @__PURE__ */ __name((output, context) => {
|
|
5028
5028
|
return (0, import_smithy_client.take)(output, {
|
|
5029
|
-
FailedItems: (_) => de_RemediationExceptions(_, context),
|
|
5029
|
+
FailedItems: /* @__PURE__ */ __name((_) => de_RemediationExceptions(_, context), "FailedItems"),
|
|
5030
5030
|
FailureMessage: import_smithy_client.expectString
|
|
5031
5031
|
});
|
|
5032
5032
|
}, "de_FailedRemediationExceptionBatch");
|
|
@@ -5038,66 +5038,66 @@ var de_FailedRemediationExceptionBatches = /* @__PURE__ */ __name((output, conte
|
|
|
5038
5038
|
}, "de_FailedRemediationExceptionBatches");
|
|
5039
5039
|
var de_GetAggregateComplianceDetailsByConfigRuleResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5040
5040
|
return (0, import_smithy_client.take)(output, {
|
|
5041
|
-
AggregateEvaluationResults: (_) => de_AggregateEvaluationResultList(_, context),
|
|
5041
|
+
AggregateEvaluationResults: /* @__PURE__ */ __name((_) => de_AggregateEvaluationResultList(_, context), "AggregateEvaluationResults"),
|
|
5042
5042
|
NextToken: import_smithy_client.expectString
|
|
5043
5043
|
});
|
|
5044
5044
|
}, "de_GetAggregateComplianceDetailsByConfigRuleResponse");
|
|
5045
5045
|
var de_GetAggregateConfigRuleComplianceSummaryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5046
5046
|
return (0, import_smithy_client.take)(output, {
|
|
5047
|
-
AggregateComplianceCounts: (_) => de_AggregateComplianceCountList(_, context),
|
|
5047
|
+
AggregateComplianceCounts: /* @__PURE__ */ __name((_) => de_AggregateComplianceCountList(_, context), "AggregateComplianceCounts"),
|
|
5048
5048
|
GroupByKey: import_smithy_client.expectString,
|
|
5049
5049
|
NextToken: import_smithy_client.expectString
|
|
5050
5050
|
});
|
|
5051
5051
|
}, "de_GetAggregateConfigRuleComplianceSummaryResponse");
|
|
5052
5052
|
var de_GetAggregateResourceConfigResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5053
5053
|
return (0, import_smithy_client.take)(output, {
|
|
5054
|
-
ConfigurationItem: (_) => de_ConfigurationItem(_, context)
|
|
5054
|
+
ConfigurationItem: /* @__PURE__ */ __name((_) => de_ConfigurationItem(_, context), "ConfigurationItem")
|
|
5055
5055
|
});
|
|
5056
5056
|
}, "de_GetAggregateResourceConfigResponse");
|
|
5057
5057
|
var de_GetComplianceDetailsByConfigRuleResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5058
5058
|
return (0, import_smithy_client.take)(output, {
|
|
5059
|
-
EvaluationResults: (_) => de_EvaluationResults(_, context),
|
|
5059
|
+
EvaluationResults: /* @__PURE__ */ __name((_) => de_EvaluationResults(_, context), "EvaluationResults"),
|
|
5060
5060
|
NextToken: import_smithy_client.expectString
|
|
5061
5061
|
});
|
|
5062
5062
|
}, "de_GetComplianceDetailsByConfigRuleResponse");
|
|
5063
5063
|
var de_GetComplianceDetailsByResourceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5064
5064
|
return (0, import_smithy_client.take)(output, {
|
|
5065
|
-
EvaluationResults: (_) => de_EvaluationResults(_, context),
|
|
5065
|
+
EvaluationResults: /* @__PURE__ */ __name((_) => de_EvaluationResults(_, context), "EvaluationResults"),
|
|
5066
5066
|
NextToken: import_smithy_client.expectString
|
|
5067
5067
|
});
|
|
5068
5068
|
}, "de_GetComplianceDetailsByResourceResponse");
|
|
5069
5069
|
var de_GetComplianceSummaryByConfigRuleResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5070
5070
|
return (0, import_smithy_client.take)(output, {
|
|
5071
|
-
ComplianceSummary: (_) => de_ComplianceSummary(_, context)
|
|
5071
|
+
ComplianceSummary: /* @__PURE__ */ __name((_) => de_ComplianceSummary(_, context), "ComplianceSummary")
|
|
5072
5072
|
});
|
|
5073
5073
|
}, "de_GetComplianceSummaryByConfigRuleResponse");
|
|
5074
5074
|
var de_GetComplianceSummaryByResourceTypeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5075
5075
|
return (0, import_smithy_client.take)(output, {
|
|
5076
|
-
ComplianceSummariesByResourceType: (_) => de_ComplianceSummariesByResourceType(_, context)
|
|
5076
|
+
ComplianceSummariesByResourceType: /* @__PURE__ */ __name((_) => de_ComplianceSummariesByResourceType(_, context), "ComplianceSummariesByResourceType")
|
|
5077
5077
|
});
|
|
5078
5078
|
}, "de_GetComplianceSummaryByResourceTypeResponse");
|
|
5079
5079
|
var de_GetConformancePackComplianceDetailsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5080
5080
|
return (0, import_smithy_client.take)(output, {
|
|
5081
5081
|
ConformancePackName: import_smithy_client.expectString,
|
|
5082
|
-
ConformancePackRuleEvaluationResults: (_) => de_ConformancePackRuleEvaluationResultsList(_, context),
|
|
5082
|
+
ConformancePackRuleEvaluationResults: /* @__PURE__ */ __name((_) => de_ConformancePackRuleEvaluationResultsList(_, context), "ConformancePackRuleEvaluationResults"),
|
|
5083
5083
|
NextToken: import_smithy_client.expectString
|
|
5084
5084
|
});
|
|
5085
5085
|
}, "de_GetConformancePackComplianceDetailsResponse");
|
|
5086
5086
|
var de_GetOrganizationConfigRuleDetailedStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5087
5087
|
return (0, import_smithy_client.take)(output, {
|
|
5088
5088
|
NextToken: import_smithy_client.expectString,
|
|
5089
|
-
OrganizationConfigRuleDetailedStatus: (_) => de_OrganizationConfigRuleDetailedStatus(_, context)
|
|
5089
|
+
OrganizationConfigRuleDetailedStatus: /* @__PURE__ */ __name((_) => de_OrganizationConfigRuleDetailedStatus(_, context), "OrganizationConfigRuleDetailedStatus")
|
|
5090
5090
|
});
|
|
5091
5091
|
}, "de_GetOrganizationConfigRuleDetailedStatusResponse");
|
|
5092
5092
|
var de_GetOrganizationConformancePackDetailedStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5093
5093
|
return (0, import_smithy_client.take)(output, {
|
|
5094
5094
|
NextToken: import_smithy_client.expectString,
|
|
5095
|
-
OrganizationConformancePackDetailedStatuses: (_) => de_OrganizationConformancePackDetailedStatuses(_, context)
|
|
5095
|
+
OrganizationConformancePackDetailedStatuses: /* @__PURE__ */ __name((_) => de_OrganizationConformancePackDetailedStatuses(_, context), "OrganizationConformancePackDetailedStatuses")
|
|
5096
5096
|
});
|
|
5097
5097
|
}, "de_GetOrganizationConformancePackDetailedStatusResponse");
|
|
5098
5098
|
var de_GetResourceConfigHistoryResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5099
5099
|
return (0, import_smithy_client.take)(output, {
|
|
5100
|
-
configurationItems: (_) => de_ConfigurationItemList(_, context),
|
|
5100
|
+
configurationItems: /* @__PURE__ */ __name((_) => de_ConfigurationItemList(_, context), "configurationItems"),
|
|
5101
5101
|
nextToken: import_smithy_client.expectString
|
|
5102
5102
|
});
|
|
5103
5103
|
}, "de_GetResourceConfigHistoryResponse");
|
|
@@ -5106,7 +5106,7 @@ var de_GetResourceEvaluationSummaryResponse = /* @__PURE__ */ __name((output, co
|
|
|
5106
5106
|
Compliance: import_smithy_client.expectString,
|
|
5107
5107
|
EvaluationContext: import_smithy_client._json,
|
|
5108
5108
|
EvaluationMode: import_smithy_client.expectString,
|
|
5109
|
-
EvaluationStartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5109
|
+
EvaluationStartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EvaluationStartTimestamp"),
|
|
5110
5110
|
EvaluationStatus: import_smithy_client._json,
|
|
5111
5111
|
ResourceDetails: import_smithy_client._json,
|
|
5112
5112
|
ResourceEvaluationId: import_smithy_client.expectString
|
|
@@ -5114,20 +5114,20 @@ var de_GetResourceEvaluationSummaryResponse = /* @__PURE__ */ __name((output, co
|
|
|
5114
5114
|
}, "de_GetResourceEvaluationSummaryResponse");
|
|
5115
5115
|
var de_ListConformancePackComplianceScoresResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5116
5116
|
return (0, import_smithy_client.take)(output, {
|
|
5117
|
-
ConformancePackComplianceScores: (_) => de_ConformancePackComplianceScores(_, context),
|
|
5117
|
+
ConformancePackComplianceScores: /* @__PURE__ */ __name((_) => de_ConformancePackComplianceScores(_, context), "ConformancePackComplianceScores"),
|
|
5118
5118
|
NextToken: import_smithy_client.expectString
|
|
5119
5119
|
});
|
|
5120
5120
|
}, "de_ListConformancePackComplianceScoresResponse");
|
|
5121
5121
|
var de_ListDiscoveredResourcesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5122
5122
|
return (0, import_smithy_client.take)(output, {
|
|
5123
5123
|
nextToken: import_smithy_client.expectString,
|
|
5124
|
-
resourceIdentifiers: (_) => de_ResourceIdentifierList(_, context)
|
|
5124
|
+
resourceIdentifiers: /* @__PURE__ */ __name((_) => de_ResourceIdentifierList(_, context), "resourceIdentifiers")
|
|
5125
5125
|
});
|
|
5126
5126
|
}, "de_ListDiscoveredResourcesResponse");
|
|
5127
5127
|
var de_ListResourceEvaluationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5128
5128
|
return (0, import_smithy_client.take)(output, {
|
|
5129
5129
|
NextToken: import_smithy_client.expectString,
|
|
5130
|
-
ResourceEvaluations: (_) => de_ResourceEvaluations(_, context)
|
|
5130
|
+
ResourceEvaluations: /* @__PURE__ */ __name((_) => de_ResourceEvaluations(_, context), "ResourceEvaluations")
|
|
5131
5131
|
});
|
|
5132
5132
|
}, "de_ListResourceEvaluationsResponse");
|
|
5133
5133
|
var de_MemberAccountStatus = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5136,14 +5136,14 @@ var de_MemberAccountStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
5136
5136
|
ConfigRuleName: import_smithy_client.expectString,
|
|
5137
5137
|
ErrorCode: import_smithy_client.expectString,
|
|
5138
5138
|
ErrorMessage: import_smithy_client.expectString,
|
|
5139
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5139
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
5140
5140
|
MemberAccountRuleStatus: import_smithy_client.expectString
|
|
5141
5141
|
});
|
|
5142
5142
|
}, "de_MemberAccountStatus");
|
|
5143
5143
|
var de_OrganizationConfigRule = /* @__PURE__ */ __name((output, context) => {
|
|
5144
5144
|
return (0, import_smithy_client.take)(output, {
|
|
5145
5145
|
ExcludedAccounts: import_smithy_client._json,
|
|
5146
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5146
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
5147
5147
|
OrganizationConfigRuleArn: import_smithy_client.expectString,
|
|
5148
5148
|
OrganizationConfigRuleName: import_smithy_client.expectString,
|
|
5149
5149
|
OrganizationCustomPolicyRuleMetadata: import_smithy_client._json,
|
|
@@ -5167,7 +5167,7 @@ var de_OrganizationConfigRuleStatus = /* @__PURE__ */ __name((output, context) =
|
|
|
5167
5167
|
return (0, import_smithy_client.take)(output, {
|
|
5168
5168
|
ErrorCode: import_smithy_client.expectString,
|
|
5169
5169
|
ErrorMessage: import_smithy_client.expectString,
|
|
5170
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5170
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
5171
5171
|
OrganizationConfigRuleName: import_smithy_client.expectString,
|
|
5172
5172
|
OrganizationRuleStatus: import_smithy_client.expectString
|
|
5173
5173
|
});
|
|
@@ -5184,7 +5184,7 @@ var de_OrganizationConformancePack = /* @__PURE__ */ __name((output, context) =>
|
|
|
5184
5184
|
DeliveryS3Bucket: import_smithy_client.expectString,
|
|
5185
5185
|
DeliveryS3KeyPrefix: import_smithy_client.expectString,
|
|
5186
5186
|
ExcludedAccounts: import_smithy_client._json,
|
|
5187
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5187
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
5188
5188
|
OrganizationConformancePackArn: import_smithy_client.expectString,
|
|
5189
5189
|
OrganizationConformancePackName: import_smithy_client.expectString
|
|
5190
5190
|
});
|
|
@@ -5195,7 +5195,7 @@ var de_OrganizationConformancePackDetailedStatus = /* @__PURE__ */ __name((outpu
|
|
|
5195
5195
|
ConformancePackName: import_smithy_client.expectString,
|
|
5196
5196
|
ErrorCode: import_smithy_client.expectString,
|
|
5197
5197
|
ErrorMessage: import_smithy_client.expectString,
|
|
5198
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5198
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
5199
5199
|
Status: import_smithy_client.expectString
|
|
5200
5200
|
});
|
|
5201
5201
|
}, "de_OrganizationConformancePackDetailedStatus");
|
|
@@ -5215,7 +5215,7 @@ var de_OrganizationConformancePackStatus = /* @__PURE__ */ __name((output, conte
|
|
|
5215
5215
|
return (0, import_smithy_client.take)(output, {
|
|
5216
5216
|
ErrorCode: import_smithy_client.expectString,
|
|
5217
5217
|
ErrorMessage: import_smithy_client.expectString,
|
|
5218
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5218
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
5219
5219
|
OrganizationConformancePackName: import_smithy_client.expectString,
|
|
5220
5220
|
Status: import_smithy_client.expectString
|
|
5221
5221
|
});
|
|
@@ -5228,28 +5228,28 @@ var de_OrganizationConformancePackStatuses = /* @__PURE__ */ __name((output, con
|
|
|
5228
5228
|
}, "de_OrganizationConformancePackStatuses");
|
|
5229
5229
|
var de_PutAggregationAuthorizationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5230
5230
|
return (0, import_smithy_client.take)(output, {
|
|
5231
|
-
AggregationAuthorization: (_) => de_AggregationAuthorization(_, context)
|
|
5231
|
+
AggregationAuthorization: /* @__PURE__ */ __name((_) => de_AggregationAuthorization(_, context), "AggregationAuthorization")
|
|
5232
5232
|
});
|
|
5233
5233
|
}, "de_PutAggregationAuthorizationResponse");
|
|
5234
5234
|
var de_PutConfigurationAggregatorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5235
5235
|
return (0, import_smithy_client.take)(output, {
|
|
5236
|
-
ConfigurationAggregator: (_) => de_ConfigurationAggregator(_, context)
|
|
5236
|
+
ConfigurationAggregator: /* @__PURE__ */ __name((_) => de_ConfigurationAggregator(_, context), "ConfigurationAggregator")
|
|
5237
5237
|
});
|
|
5238
5238
|
}, "de_PutConfigurationAggregatorResponse");
|
|
5239
5239
|
var de_PutEvaluationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5240
5240
|
return (0, import_smithy_client.take)(output, {
|
|
5241
|
-
FailedEvaluations: (_) => de_Evaluations(_, context)
|
|
5241
|
+
FailedEvaluations: /* @__PURE__ */ __name((_) => de_Evaluations(_, context), "FailedEvaluations")
|
|
5242
5242
|
});
|
|
5243
5243
|
}, "de_PutEvaluationsResponse");
|
|
5244
5244
|
var de_PutRemediationExceptionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
5245
5245
|
return (0, import_smithy_client.take)(output, {
|
|
5246
|
-
FailedBatches: (_) => de_FailedRemediationExceptionBatches(_, context)
|
|
5246
|
+
FailedBatches: /* @__PURE__ */ __name((_) => de_FailedRemediationExceptionBatches(_, context), "FailedBatches")
|
|
5247
5247
|
});
|
|
5248
5248
|
}, "de_PutRemediationExceptionsResponse");
|
|
5249
5249
|
var de_RemediationException = /* @__PURE__ */ __name((output, context) => {
|
|
5250
5250
|
return (0, import_smithy_client.take)(output, {
|
|
5251
5251
|
ConfigRuleName: import_smithy_client.expectString,
|
|
5252
|
-
ExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5252
|
+
ExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationTime"),
|
|
5253
5253
|
Message: import_smithy_client.expectString,
|
|
5254
5254
|
ResourceId: import_smithy_client.expectString,
|
|
5255
5255
|
ResourceType: import_smithy_client.expectString
|
|
@@ -5263,11 +5263,11 @@ var de_RemediationExceptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
5263
5263
|
}, "de_RemediationExceptions");
|
|
5264
5264
|
var de_RemediationExecutionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
5265
5265
|
return (0, import_smithy_client.take)(output, {
|
|
5266
|
-
InvocationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5267
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5266
|
+
InvocationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InvocationTime"),
|
|
5267
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
5268
5268
|
ResourceKey: import_smithy_client._json,
|
|
5269
5269
|
State: import_smithy_client.expectString,
|
|
5270
|
-
StepDetails: (_) => de_RemediationExecutionSteps(_, context)
|
|
5270
|
+
StepDetails: /* @__PURE__ */ __name((_) => de_RemediationExecutionSteps(_, context), "StepDetails")
|
|
5271
5271
|
});
|
|
5272
5272
|
}, "de_RemediationExecutionStatus");
|
|
5273
5273
|
var de_RemediationExecutionStatuses = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5280,9 +5280,9 @@ var de_RemediationExecutionStep = /* @__PURE__ */ __name((output, context) => {
|
|
|
5280
5280
|
return (0, import_smithy_client.take)(output, {
|
|
5281
5281
|
ErrorMessage: import_smithy_client.expectString,
|
|
5282
5282
|
Name: import_smithy_client.expectString,
|
|
5283
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5283
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
5284
5284
|
State: import_smithy_client.expectString,
|
|
5285
|
-
StopTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5285
|
+
StopTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StopTime")
|
|
5286
5286
|
});
|
|
5287
5287
|
}, "de_RemediationExecutionStep");
|
|
5288
5288
|
var de_RemediationExecutionSteps = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5294,7 +5294,7 @@ var de_RemediationExecutionSteps = /* @__PURE__ */ __name((output, context) => {
|
|
|
5294
5294
|
var de_ResourceEvaluation = /* @__PURE__ */ __name((output, context) => {
|
|
5295
5295
|
return (0, import_smithy_client.take)(output, {
|
|
5296
5296
|
EvaluationMode: import_smithy_client.expectString,
|
|
5297
|
-
EvaluationStartTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5297
|
+
EvaluationStartTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EvaluationStartTimestamp"),
|
|
5298
5298
|
ResourceEvaluationId: import_smithy_client.expectString
|
|
5299
5299
|
});
|
|
5300
5300
|
}, "de_ResourceEvaluation");
|
|
@@ -5306,7 +5306,7 @@ var de_ResourceEvaluations = /* @__PURE__ */ __name((output, context) => {
|
|
|
5306
5306
|
}, "de_ResourceEvaluations");
|
|
5307
5307
|
var de_ResourceIdentifier = /* @__PURE__ */ __name((output, context) => {
|
|
5308
5308
|
return (0, import_smithy_client.take)(output, {
|
|
5309
|
-
resourceDeletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5309
|
+
resourceDeletionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "resourceDeletionTime"),
|
|
5310
5310
|
resourceId: import_smithy_client.expectString,
|
|
5311
5311
|
resourceName: import_smithy_client.expectString,
|
|
5312
5312
|
resourceType: import_smithy_client.expectString
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-config-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-config-service",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|