@aws-sdk/client-auditmanager 3.758.0 → 3.774.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 +103 -103
- package/package.json +7 -7
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
|
AWSAccountFilterSensitiveLog: () => AWSAccountFilterSensitiveLog,
|
|
25
25
|
AccessDeniedException: () => AccessDeniedException,
|
|
26
26
|
AccountStatus: () => AccountStatus,
|
|
@@ -206,7 +206,7 @@ __export(src_exports, {
|
|
|
206
206
|
paginateListKeywordsForDataSource: () => paginateListKeywordsForDataSource,
|
|
207
207
|
paginateListNotifications: () => paginateListNotifications
|
|
208
208
|
});
|
|
209
|
-
module.exports = __toCommonJS(
|
|
209
|
+
module.exports = __toCommonJS(index_exports);
|
|
210
210
|
|
|
211
211
|
// src/AuditManagerClient.ts
|
|
212
212
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -333,9 +333,9 @@ var AuditManagerClient = class extends import_smithy_client.Client {
|
|
|
333
333
|
this.middlewareStack.use(
|
|
334
334
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
335
335
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAuditManagerHttpAuthSchemeParametersProvider,
|
|
336
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
336
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
337
337
|
"aws.auth#sigv4": config.credentials
|
|
338
|
-
})
|
|
338
|
+
}), "identityProviderConfigProvider")
|
|
339
339
|
})
|
|
340
340
|
);
|
|
341
341
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1049,7 +1049,7 @@ var se_BatchAssociateAssessmentReportEvidenceCommand = /* @__PURE__ */ __name(as
|
|
|
1049
1049
|
body = JSON.stringify(
|
|
1050
1050
|
(0, import_smithy_client.take)(input, {
|
|
1051
1051
|
evidenceFolderId: [],
|
|
1052
|
-
evidenceIds: (_) => (0, import_smithy_client._json)(_)
|
|
1052
|
+
evidenceIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "evidenceIds")
|
|
1053
1053
|
})
|
|
1054
1054
|
);
|
|
1055
1055
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1065,7 +1065,7 @@ var se_BatchCreateDelegationByAssessmentCommand = /* @__PURE__ */ __name(async (
|
|
|
1065
1065
|
let body;
|
|
1066
1066
|
body = JSON.stringify(
|
|
1067
1067
|
(0, import_smithy_client.take)(input, {
|
|
1068
|
-
createDelegationRequests: (_) => (0, import_smithy_client._json)(_)
|
|
1068
|
+
createDelegationRequests: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "createDelegationRequests")
|
|
1069
1069
|
})
|
|
1070
1070
|
);
|
|
1071
1071
|
b.m("POST").h(headers).b(body);
|
|
@@ -1081,7 +1081,7 @@ var se_BatchDeleteDelegationByAssessmentCommand = /* @__PURE__ */ __name(async (
|
|
|
1081
1081
|
let body;
|
|
1082
1082
|
body = JSON.stringify(
|
|
1083
1083
|
(0, import_smithy_client.take)(input, {
|
|
1084
|
-
delegationIds: (_) => (0, import_smithy_client._json)(_)
|
|
1084
|
+
delegationIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "delegationIds")
|
|
1085
1085
|
})
|
|
1086
1086
|
);
|
|
1087
1087
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1098,7 +1098,7 @@ var se_BatchDisassociateAssessmentReportEvidenceCommand = /* @__PURE__ */ __name
|
|
|
1098
1098
|
body = JSON.stringify(
|
|
1099
1099
|
(0, import_smithy_client.take)(input, {
|
|
1100
1100
|
evidenceFolderId: [],
|
|
1101
|
-
evidenceIds: (_) => (0, import_smithy_client._json)(_)
|
|
1101
|
+
evidenceIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "evidenceIds")
|
|
1102
1102
|
})
|
|
1103
1103
|
);
|
|
1104
1104
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1116,7 +1116,7 @@ var se_BatchImportEvidenceToAssessmentControlCommand = /* @__PURE__ */ __name(as
|
|
|
1116
1116
|
let body;
|
|
1117
1117
|
body = JSON.stringify(
|
|
1118
1118
|
(0, import_smithy_client.take)(input, {
|
|
1119
|
-
manualEvidence: (_) => (0, import_smithy_client._json)(_)
|
|
1119
|
+
manualEvidence: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "manualEvidence")
|
|
1120
1120
|
})
|
|
1121
1121
|
);
|
|
1122
1122
|
b.m("POST").h(headers).b(body);
|
|
@@ -1131,13 +1131,13 @@ var se_CreateAssessmentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1131
1131
|
let body;
|
|
1132
1132
|
body = JSON.stringify(
|
|
1133
1133
|
(0, import_smithy_client.take)(input, {
|
|
1134
|
-
assessmentReportsDestination: (_) => (0, import_smithy_client._json)(_),
|
|
1134
|
+
assessmentReportsDestination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assessmentReportsDestination"),
|
|
1135
1135
|
description: [],
|
|
1136
1136
|
frameworkId: [],
|
|
1137
1137
|
name: [],
|
|
1138
|
-
roles: (_) => (0, import_smithy_client._json)(_),
|
|
1139
|
-
scope: (_) => (0, import_smithy_client._json)(_),
|
|
1140
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1138
|
+
roles: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "roles"),
|
|
1139
|
+
scope: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "scope"),
|
|
1140
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1141
1141
|
})
|
|
1142
1142
|
);
|
|
1143
1143
|
b.m("POST").h(headers).b(body);
|
|
@@ -1153,10 +1153,10 @@ var se_CreateAssessmentFrameworkCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1153
1153
|
body = JSON.stringify(
|
|
1154
1154
|
(0, import_smithy_client.take)(input, {
|
|
1155
1155
|
complianceType: [],
|
|
1156
|
-
controlSets: (_) => (0, import_smithy_client._json)(_),
|
|
1156
|
+
controlSets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "controlSets"),
|
|
1157
1157
|
description: [],
|
|
1158
1158
|
name: [],
|
|
1159
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1159
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1160
1160
|
})
|
|
1161
1161
|
);
|
|
1162
1162
|
b.m("POST").h(headers).b(body);
|
|
@@ -1191,10 +1191,10 @@ var se_CreateControlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1191
1191
|
(0, import_smithy_client.take)(input, {
|
|
1192
1192
|
actionPlanInstructions: [],
|
|
1193
1193
|
actionPlanTitle: [],
|
|
1194
|
-
controlMappingSources: (_) => (0, import_smithy_client._json)(_),
|
|
1194
|
+
controlMappingSources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "controlMappingSources"),
|
|
1195
1195
|
description: [],
|
|
1196
1196
|
name: [],
|
|
1197
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1197
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1198
1198
|
testingInformation: []
|
|
1199
1199
|
})
|
|
1200
1200
|
);
|
|
@@ -1692,7 +1692,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1692
1692
|
let body;
|
|
1693
1693
|
body = JSON.stringify(
|
|
1694
1694
|
(0, import_smithy_client.take)(input, {
|
|
1695
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1695
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1696
1696
|
})
|
|
1697
1697
|
);
|
|
1698
1698
|
b.m("POST").h(headers).b(body);
|
|
@@ -1722,9 +1722,9 @@ var se_UpdateAssessmentCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1722
1722
|
(0, import_smithy_client.take)(input, {
|
|
1723
1723
|
assessmentDescription: [],
|
|
1724
1724
|
assessmentName: [],
|
|
1725
|
-
assessmentReportsDestination: (_) => (0, import_smithy_client._json)(_),
|
|
1726
|
-
roles: (_) => (0, import_smithy_client._json)(_),
|
|
1727
|
-
scope: (_) => (0, import_smithy_client._json)(_)
|
|
1725
|
+
assessmentReportsDestination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assessmentReportsDestination"),
|
|
1726
|
+
roles: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "roles"),
|
|
1727
|
+
scope: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "scope")
|
|
1728
1728
|
})
|
|
1729
1729
|
);
|
|
1730
1730
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1778,7 +1778,7 @@ var se_UpdateAssessmentFrameworkCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1778
1778
|
body = JSON.stringify(
|
|
1779
1779
|
(0, import_smithy_client.take)(input, {
|
|
1780
1780
|
complianceType: [],
|
|
1781
|
-
controlSets: (_) => (0, import_smithy_client._json)(_),
|
|
1781
|
+
controlSets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "controlSets"),
|
|
1782
1782
|
description: [],
|
|
1783
1783
|
name: []
|
|
1784
1784
|
})
|
|
@@ -1831,7 +1831,7 @@ var se_UpdateControlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1831
1831
|
(0, import_smithy_client.take)(input, {
|
|
1832
1832
|
actionPlanInstructions: [],
|
|
1833
1833
|
actionPlanTitle: [],
|
|
1834
|
-
controlMappingSources: (_) => (0, import_smithy_client._json)(_),
|
|
1834
|
+
controlMappingSources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "controlMappingSources"),
|
|
1835
1835
|
description: [],
|
|
1836
1836
|
name: [],
|
|
1837
1837
|
testingInformation: []
|
|
@@ -1849,10 +1849,10 @@ var se_UpdateSettingsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1849
1849
|
let body;
|
|
1850
1850
|
body = JSON.stringify(
|
|
1851
1851
|
(0, import_smithy_client.take)(input, {
|
|
1852
|
-
defaultAssessmentReportsDestination: (_) => (0, import_smithy_client._json)(_),
|
|
1853
|
-
defaultExportDestination: (_) => (0, import_smithy_client._json)(_),
|
|
1854
|
-
defaultProcessOwners: (_) => (0, import_smithy_client._json)(_),
|
|
1855
|
-
deregistrationPolicy: (_) => (0, import_smithy_client._json)(_),
|
|
1852
|
+
defaultAssessmentReportsDestination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultAssessmentReportsDestination"),
|
|
1853
|
+
defaultExportDestination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultExportDestination"),
|
|
1854
|
+
defaultProcessOwners: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "defaultProcessOwners"),
|
|
1855
|
+
deregistrationPolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "deregistrationPolicy"),
|
|
1856
1856
|
evidenceFinderEnabled: [],
|
|
1857
1857
|
kmsKey: [],
|
|
1858
1858
|
snsTopic: []
|
|
@@ -1910,7 +1910,7 @@ var de_BatchCreateDelegationByAssessmentCommand = /* @__PURE__ */ __name(async (
|
|
|
1910
1910
|
});
|
|
1911
1911
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1912
1912
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1913
|
-
delegations: (_) => de_Delegations(_, context),
|
|
1913
|
+
delegations: /* @__PURE__ */ __name((_) => de_Delegations(_, context), "delegations"),
|
|
1914
1914
|
errors: import_smithy_client._json
|
|
1915
1915
|
});
|
|
1916
1916
|
Object.assign(contents, doc);
|
|
@@ -1968,7 +1968,7 @@ var de_CreateAssessmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1968
1968
|
});
|
|
1969
1969
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1970
1970
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1971
|
-
assessment: (_) => de_Assessment(_, context)
|
|
1971
|
+
assessment: /* @__PURE__ */ __name((_) => de_Assessment(_, context), "assessment")
|
|
1972
1972
|
});
|
|
1973
1973
|
Object.assign(contents, doc);
|
|
1974
1974
|
return contents;
|
|
@@ -1982,7 +1982,7 @@ var de_CreateAssessmentFrameworkCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1982
1982
|
});
|
|
1983
1983
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1984
1984
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1985
|
-
framework: (_) => de_Framework(_, context)
|
|
1985
|
+
framework: /* @__PURE__ */ __name((_) => de_Framework(_, context), "framework")
|
|
1986
1986
|
});
|
|
1987
1987
|
Object.assign(contents, doc);
|
|
1988
1988
|
return contents;
|
|
@@ -1996,7 +1996,7 @@ var de_CreateAssessmentReportCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1996
1996
|
});
|
|
1997
1997
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1998
1998
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1999
|
-
assessmentReport: (_) => de_AssessmentReport(_, context)
|
|
1999
|
+
assessmentReport: /* @__PURE__ */ __name((_) => de_AssessmentReport(_, context), "assessmentReport")
|
|
2000
2000
|
});
|
|
2001
2001
|
Object.assign(contents, doc);
|
|
2002
2002
|
return contents;
|
|
@@ -2010,7 +2010,7 @@ var de_CreateControlCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2010
2010
|
});
|
|
2011
2011
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2012
2012
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2013
|
-
control: (_) => de_Control(_, context)
|
|
2013
|
+
control: /* @__PURE__ */ __name((_) => de_Control(_, context), "control")
|
|
2014
2014
|
});
|
|
2015
2015
|
Object.assign(contents, doc);
|
|
2016
2016
|
return contents;
|
|
@@ -2122,7 +2122,7 @@ var de_GetAssessmentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2122
2122
|
});
|
|
2123
2123
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2124
2124
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2125
|
-
assessment: (_) => de_Assessment(_, context),
|
|
2125
|
+
assessment: /* @__PURE__ */ __name((_) => de_Assessment(_, context), "assessment"),
|
|
2126
2126
|
userRole: import_smithy_client._json
|
|
2127
2127
|
});
|
|
2128
2128
|
Object.assign(contents, doc);
|
|
@@ -2137,7 +2137,7 @@ var de_GetAssessmentFrameworkCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2137
2137
|
});
|
|
2138
2138
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2139
2139
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2140
|
-
framework: (_) => de_Framework(_, context)
|
|
2140
|
+
framework: /* @__PURE__ */ __name((_) => de_Framework(_, context), "framework")
|
|
2141
2141
|
});
|
|
2142
2142
|
Object.assign(contents, doc);
|
|
2143
2143
|
return contents;
|
|
@@ -2165,7 +2165,7 @@ var de_GetChangeLogsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2165
2165
|
});
|
|
2166
2166
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2167
2167
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2168
|
-
changeLogs: (_) => de_ChangeLogs(_, context),
|
|
2168
|
+
changeLogs: /* @__PURE__ */ __name((_) => de_ChangeLogs(_, context), "changeLogs"),
|
|
2169
2169
|
nextToken: import_smithy_client.expectString
|
|
2170
2170
|
});
|
|
2171
2171
|
Object.assign(contents, doc);
|
|
@@ -2180,7 +2180,7 @@ var de_GetControlCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2180
2180
|
});
|
|
2181
2181
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2182
2182
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2183
|
-
control: (_) => de_Control(_, context)
|
|
2183
|
+
control: /* @__PURE__ */ __name((_) => de_Control(_, context), "control")
|
|
2184
2184
|
});
|
|
2185
2185
|
Object.assign(contents, doc);
|
|
2186
2186
|
return contents;
|
|
@@ -2194,7 +2194,7 @@ var de_GetDelegationsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2194
2194
|
});
|
|
2195
2195
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2196
2196
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2197
|
-
delegations: (_) => de_DelegationMetadataList(_, context),
|
|
2197
|
+
delegations: /* @__PURE__ */ __name((_) => de_DelegationMetadataList(_, context), "delegations"),
|
|
2198
2198
|
nextToken: import_smithy_client.expectString
|
|
2199
2199
|
});
|
|
2200
2200
|
Object.assign(contents, doc);
|
|
@@ -2209,7 +2209,7 @@ var de_GetEvidenceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2209
2209
|
});
|
|
2210
2210
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2211
2211
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2212
|
-
evidence: (_) => de_Evidence(_, context)
|
|
2212
|
+
evidence: /* @__PURE__ */ __name((_) => de_Evidence(_, context), "evidence")
|
|
2213
2213
|
});
|
|
2214
2214
|
Object.assign(contents, doc);
|
|
2215
2215
|
return contents;
|
|
@@ -2223,7 +2223,7 @@ var de_GetEvidenceByEvidenceFolderCommand = /* @__PURE__ */ __name(async (output
|
|
|
2223
2223
|
});
|
|
2224
2224
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2225
2225
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2226
|
-
evidence: (_) => de_EvidenceList(_, context),
|
|
2226
|
+
evidence: /* @__PURE__ */ __name((_) => de_EvidenceList(_, context), "evidence"),
|
|
2227
2227
|
nextToken: import_smithy_client.expectString
|
|
2228
2228
|
});
|
|
2229
2229
|
Object.assign(contents, doc);
|
|
@@ -2253,7 +2253,7 @@ var de_GetEvidenceFolderCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2253
2253
|
});
|
|
2254
2254
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2255
2255
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2256
|
-
evidenceFolder: (_) => de_AssessmentEvidenceFolder(_, context)
|
|
2256
|
+
evidenceFolder: /* @__PURE__ */ __name((_) => de_AssessmentEvidenceFolder(_, context), "evidenceFolder")
|
|
2257
2257
|
});
|
|
2258
2258
|
Object.assign(contents, doc);
|
|
2259
2259
|
return contents;
|
|
@@ -2267,7 +2267,7 @@ var de_GetEvidenceFoldersByAssessmentCommand = /* @__PURE__ */ __name(async (out
|
|
|
2267
2267
|
});
|
|
2268
2268
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2269
2269
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2270
|
-
evidenceFolders: (_) => de_AssessmentEvidenceFolders(_, context),
|
|
2270
|
+
evidenceFolders: /* @__PURE__ */ __name((_) => de_AssessmentEvidenceFolders(_, context), "evidenceFolders"),
|
|
2271
2271
|
nextToken: import_smithy_client.expectString
|
|
2272
2272
|
});
|
|
2273
2273
|
Object.assign(contents, doc);
|
|
@@ -2282,7 +2282,7 @@ var de_GetEvidenceFoldersByAssessmentControlCommand = /* @__PURE__ */ __name(asy
|
|
|
2282
2282
|
});
|
|
2283
2283
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2284
2284
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2285
|
-
evidenceFolders: (_) => de_AssessmentEvidenceFolders(_, context),
|
|
2285
|
+
evidenceFolders: /* @__PURE__ */ __name((_) => de_AssessmentEvidenceFolders(_, context), "evidenceFolders"),
|
|
2286
2286
|
nextToken: import_smithy_client.expectString
|
|
2287
2287
|
});
|
|
2288
2288
|
Object.assign(contents, doc);
|
|
@@ -2297,7 +2297,7 @@ var de_GetInsightsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2297
2297
|
});
|
|
2298
2298
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2299
2299
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2300
|
-
insights: (_) => de_Insights(_, context)
|
|
2300
|
+
insights: /* @__PURE__ */ __name((_) => de_Insights(_, context), "insights")
|
|
2301
2301
|
});
|
|
2302
2302
|
Object.assign(contents, doc);
|
|
2303
2303
|
return contents;
|
|
@@ -2311,7 +2311,7 @@ var de_GetInsightsByAssessmentCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2311
2311
|
});
|
|
2312
2312
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2313
2313
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2314
|
-
insights: (_) => de_InsightsByAssessment(_, context)
|
|
2314
|
+
insights: /* @__PURE__ */ __name((_) => de_InsightsByAssessment(_, context), "insights")
|
|
2315
2315
|
});
|
|
2316
2316
|
Object.assign(contents, doc);
|
|
2317
2317
|
return contents;
|
|
@@ -2368,7 +2368,7 @@ var de_ListAssessmentControlInsightsByControlDomainCommand = /* @__PURE__ */ __n
|
|
|
2368
2368
|
});
|
|
2369
2369
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2370
2370
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2371
|
-
controlInsightsByAssessment: (_) => de_ControlInsightsMetadataByAssessment(_, context),
|
|
2371
|
+
controlInsightsByAssessment: /* @__PURE__ */ __name((_) => de_ControlInsightsMetadataByAssessment(_, context), "controlInsightsByAssessment"),
|
|
2372
2372
|
nextToken: import_smithy_client.expectString
|
|
2373
2373
|
});
|
|
2374
2374
|
Object.assign(contents, doc);
|
|
@@ -2383,7 +2383,7 @@ var de_ListAssessmentFrameworksCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2383
2383
|
});
|
|
2384
2384
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2385
2385
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2386
|
-
frameworkMetadataList: (_) => de_FrameworkMetadataList(_, context),
|
|
2386
|
+
frameworkMetadataList: /* @__PURE__ */ __name((_) => de_FrameworkMetadataList(_, context), "frameworkMetadataList"),
|
|
2387
2387
|
nextToken: import_smithy_client.expectString
|
|
2388
2388
|
});
|
|
2389
2389
|
Object.assign(contents, doc);
|
|
@@ -2398,7 +2398,7 @@ var de_ListAssessmentFrameworkShareRequestsCommand = /* @__PURE__ */ __name(asyn
|
|
|
2398
2398
|
});
|
|
2399
2399
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2400
2400
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2401
|
-
assessmentFrameworkShareRequests: (_) => de_AssessmentFrameworkShareRequestList(_, context),
|
|
2401
|
+
assessmentFrameworkShareRequests: /* @__PURE__ */ __name((_) => de_AssessmentFrameworkShareRequestList(_, context), "assessmentFrameworkShareRequests"),
|
|
2402
2402
|
nextToken: import_smithy_client.expectString
|
|
2403
2403
|
});
|
|
2404
2404
|
Object.assign(contents, doc);
|
|
@@ -2413,7 +2413,7 @@ var de_ListAssessmentReportsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2413
2413
|
});
|
|
2414
2414
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2415
2415
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2416
|
-
assessmentReports: (_) => de_AssessmentReportsMetadata(_, context),
|
|
2416
|
+
assessmentReports: /* @__PURE__ */ __name((_) => de_AssessmentReportsMetadata(_, context), "assessmentReports"),
|
|
2417
2417
|
nextToken: import_smithy_client.expectString
|
|
2418
2418
|
});
|
|
2419
2419
|
Object.assign(contents, doc);
|
|
@@ -2428,7 +2428,7 @@ var de_ListAssessmentsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2428
2428
|
});
|
|
2429
2429
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2430
2430
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2431
|
-
assessmentMetadata: (_) => de_ListAssessmentMetadata(_, context),
|
|
2431
|
+
assessmentMetadata: /* @__PURE__ */ __name((_) => de_ListAssessmentMetadata(_, context), "assessmentMetadata"),
|
|
2432
2432
|
nextToken: import_smithy_client.expectString
|
|
2433
2433
|
});
|
|
2434
2434
|
Object.assign(contents, doc);
|
|
@@ -2443,7 +2443,7 @@ var de_ListControlDomainInsightsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2443
2443
|
});
|
|
2444
2444
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2445
2445
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2446
|
-
controlDomainInsights: (_) => de_ControlDomainInsightsList(_, context),
|
|
2446
|
+
controlDomainInsights: /* @__PURE__ */ __name((_) => de_ControlDomainInsightsList(_, context), "controlDomainInsights"),
|
|
2447
2447
|
nextToken: import_smithy_client.expectString
|
|
2448
2448
|
});
|
|
2449
2449
|
Object.assign(contents, doc);
|
|
@@ -2458,7 +2458,7 @@ var de_ListControlDomainInsightsByAssessmentCommand = /* @__PURE__ */ __name(asy
|
|
|
2458
2458
|
});
|
|
2459
2459
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2460
2460
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2461
|
-
controlDomainInsights: (_) => de_ControlDomainInsightsList(_, context),
|
|
2461
|
+
controlDomainInsights: /* @__PURE__ */ __name((_) => de_ControlDomainInsightsList(_, context), "controlDomainInsights"),
|
|
2462
2462
|
nextToken: import_smithy_client.expectString
|
|
2463
2463
|
});
|
|
2464
2464
|
Object.assign(contents, doc);
|
|
@@ -2473,7 +2473,7 @@ var de_ListControlInsightsByControlDomainCommand = /* @__PURE__ */ __name(async
|
|
|
2473
2473
|
});
|
|
2474
2474
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2475
2475
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2476
|
-
controlInsightsMetadata: (_) => de_ControlInsightsMetadata(_, context),
|
|
2476
|
+
controlInsightsMetadata: /* @__PURE__ */ __name((_) => de_ControlInsightsMetadata(_, context), "controlInsightsMetadata"),
|
|
2477
2477
|
nextToken: import_smithy_client.expectString
|
|
2478
2478
|
});
|
|
2479
2479
|
Object.assign(contents, doc);
|
|
@@ -2488,7 +2488,7 @@ var de_ListControlsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2488
2488
|
});
|
|
2489
2489
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2490
2490
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2491
|
-
controlMetadataList: (_) => de_ControlMetadataList(_, context),
|
|
2491
|
+
controlMetadataList: /* @__PURE__ */ __name((_) => de_ControlMetadataList(_, context), "controlMetadataList"),
|
|
2492
2492
|
nextToken: import_smithy_client.expectString
|
|
2493
2493
|
});
|
|
2494
2494
|
Object.assign(contents, doc);
|
|
@@ -2519,7 +2519,7 @@ var de_ListNotificationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2519
2519
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2520
2520
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2521
2521
|
nextToken: import_smithy_client.expectString,
|
|
2522
|
-
notifications: (_) => de_Notifications(_, context)
|
|
2522
|
+
notifications: /* @__PURE__ */ __name((_) => de_Notifications(_, context), "notifications")
|
|
2523
2523
|
});
|
|
2524
2524
|
Object.assign(contents, doc);
|
|
2525
2525
|
return contents;
|
|
@@ -2576,7 +2576,7 @@ var de_StartAssessmentFrameworkShareCommand = /* @__PURE__ */ __name(async (outp
|
|
|
2576
2576
|
});
|
|
2577
2577
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2578
2578
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2579
|
-
assessmentFrameworkShareRequest: (_) => de_AssessmentFrameworkShareRequest(_, context)
|
|
2579
|
+
assessmentFrameworkShareRequest: /* @__PURE__ */ __name((_) => de_AssessmentFrameworkShareRequest(_, context), "assessmentFrameworkShareRequest")
|
|
2580
2580
|
});
|
|
2581
2581
|
Object.assign(contents, doc);
|
|
2582
2582
|
return contents;
|
|
@@ -2610,7 +2610,7 @@ var de_UpdateAssessmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2610
2610
|
});
|
|
2611
2611
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2612
2612
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2613
|
-
assessment: (_) => de_Assessment(_, context)
|
|
2613
|
+
assessment: /* @__PURE__ */ __name((_) => de_Assessment(_, context), "assessment")
|
|
2614
2614
|
});
|
|
2615
2615
|
Object.assign(contents, doc);
|
|
2616
2616
|
return contents;
|
|
@@ -2624,7 +2624,7 @@ var de_UpdateAssessmentControlCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2624
2624
|
});
|
|
2625
2625
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2626
2626
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2627
|
-
control: (_) => de_AssessmentControl(_, context)
|
|
2627
|
+
control: /* @__PURE__ */ __name((_) => de_AssessmentControl(_, context), "control")
|
|
2628
2628
|
});
|
|
2629
2629
|
Object.assign(contents, doc);
|
|
2630
2630
|
return contents;
|
|
@@ -2638,7 +2638,7 @@ var de_UpdateAssessmentControlSetStatusCommand = /* @__PURE__ */ __name(async (o
|
|
|
2638
2638
|
});
|
|
2639
2639
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2640
2640
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2641
|
-
controlSet: (_) => de_AssessmentControlSet(_, context)
|
|
2641
|
+
controlSet: /* @__PURE__ */ __name((_) => de_AssessmentControlSet(_, context), "controlSet")
|
|
2642
2642
|
});
|
|
2643
2643
|
Object.assign(contents, doc);
|
|
2644
2644
|
return contents;
|
|
@@ -2652,7 +2652,7 @@ var de_UpdateAssessmentFrameworkCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2652
2652
|
});
|
|
2653
2653
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2654
2654
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2655
|
-
framework: (_) => de_Framework(_, context)
|
|
2655
|
+
framework: /* @__PURE__ */ __name((_) => de_Framework(_, context), "framework")
|
|
2656
2656
|
});
|
|
2657
2657
|
Object.assign(contents, doc);
|
|
2658
2658
|
return contents;
|
|
@@ -2666,7 +2666,7 @@ var de_UpdateAssessmentFrameworkShareCommand = /* @__PURE__ */ __name(async (out
|
|
|
2666
2666
|
});
|
|
2667
2667
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2668
2668
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2669
|
-
assessmentFrameworkShareRequest: (_) => de_AssessmentFrameworkShareRequest(_, context)
|
|
2669
|
+
assessmentFrameworkShareRequest: /* @__PURE__ */ __name((_) => de_AssessmentFrameworkShareRequest(_, context), "assessmentFrameworkShareRequest")
|
|
2670
2670
|
});
|
|
2671
2671
|
Object.assign(contents, doc);
|
|
2672
2672
|
return contents;
|
|
@@ -2680,7 +2680,7 @@ var de_UpdateAssessmentStatusCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2680
2680
|
});
|
|
2681
2681
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2682
2682
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2683
|
-
assessment: (_) => de_Assessment(_, context)
|
|
2683
|
+
assessment: /* @__PURE__ */ __name((_) => de_Assessment(_, context), "assessment")
|
|
2684
2684
|
});
|
|
2685
2685
|
Object.assign(contents, doc);
|
|
2686
2686
|
return contents;
|
|
@@ -2694,7 +2694,7 @@ var de_UpdateControlCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2694
2694
|
});
|
|
2695
2695
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2696
2696
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2697
|
-
control: (_) => de_Control(_, context)
|
|
2697
|
+
control: /* @__PURE__ */ __name((_) => de_Control(_, context), "control")
|
|
2698
2698
|
});
|
|
2699
2699
|
Object.assign(contents, doc);
|
|
2700
2700
|
return contents;
|
|
@@ -2852,15 +2852,15 @@ var de_Assessment = /* @__PURE__ */ __name((output, context) => {
|
|
|
2852
2852
|
return (0, import_smithy_client.take)(output, {
|
|
2853
2853
|
arn: import_smithy_client.expectString,
|
|
2854
2854
|
awsAccount: import_smithy_client._json,
|
|
2855
|
-
framework: (_) => de_AssessmentFramework(_, context),
|
|
2856
|
-
metadata: (_) => de_AssessmentMetadata(_, context),
|
|
2855
|
+
framework: /* @__PURE__ */ __name((_) => de_AssessmentFramework(_, context), "framework"),
|
|
2856
|
+
metadata: /* @__PURE__ */ __name((_) => de_AssessmentMetadata(_, context), "metadata"),
|
|
2857
2857
|
tags: import_smithy_client._json
|
|
2858
2858
|
});
|
|
2859
2859
|
}, "de_Assessment");
|
|
2860
2860
|
var de_AssessmentControl = /* @__PURE__ */ __name((output, context) => {
|
|
2861
2861
|
return (0, import_smithy_client.take)(output, {
|
|
2862
2862
|
assessmentReportEvidenceCount: import_smithy_client.expectInt32,
|
|
2863
|
-
comments: (_) => de_ControlComments(_, context),
|
|
2863
|
+
comments: /* @__PURE__ */ __name((_) => de_ControlComments(_, context), "comments"),
|
|
2864
2864
|
description: import_smithy_client.expectString,
|
|
2865
2865
|
evidenceCount: import_smithy_client.expectInt32,
|
|
2866
2866
|
evidenceSources: import_smithy_client._json,
|
|
@@ -2878,8 +2878,8 @@ var de_AssessmentControls = /* @__PURE__ */ __name((output, context) => {
|
|
|
2878
2878
|
}, "de_AssessmentControls");
|
|
2879
2879
|
var de_AssessmentControlSet = /* @__PURE__ */ __name((output, context) => {
|
|
2880
2880
|
return (0, import_smithy_client.take)(output, {
|
|
2881
|
-
controls: (_) => de_AssessmentControls(_, context),
|
|
2882
|
-
delegations: (_) => de_Delegations(_, context),
|
|
2881
|
+
controls: /* @__PURE__ */ __name((_) => de_AssessmentControls(_, context), "controls"),
|
|
2882
|
+
delegations: /* @__PURE__ */ __name((_) => de_Delegations(_, context), "delegations"),
|
|
2883
2883
|
description: import_smithy_client.expectString,
|
|
2884
2884
|
id: import_smithy_client.expectString,
|
|
2885
2885
|
manualEvidenceCount: import_smithy_client.expectInt32,
|
|
@@ -2903,7 +2903,7 @@ var de_AssessmentEvidenceFolder = /* @__PURE__ */ __name((output, context) => {
|
|
|
2903
2903
|
controlName: import_smithy_client.expectString,
|
|
2904
2904
|
controlSetId: import_smithy_client.expectString,
|
|
2905
2905
|
dataSource: import_smithy_client.expectString,
|
|
2906
|
-
date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2906
|
+
date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "date"),
|
|
2907
2907
|
evidenceAwsServiceSourceCount: import_smithy_client.expectInt32,
|
|
2908
2908
|
evidenceByTypeComplianceCheckCount: import_smithy_client.expectInt32,
|
|
2909
2909
|
evidenceByTypeComplianceCheckIssuesCount: import_smithy_client.expectInt32,
|
|
@@ -2925,7 +2925,7 @@ var de_AssessmentEvidenceFolders = /* @__PURE__ */ __name((output, context) => {
|
|
|
2925
2925
|
var de_AssessmentFramework = /* @__PURE__ */ __name((output, context) => {
|
|
2926
2926
|
return (0, import_smithy_client.take)(output, {
|
|
2927
2927
|
arn: import_smithy_client.expectString,
|
|
2928
|
-
controlSets: (_) => de_AssessmentControlSets(_, context),
|
|
2928
|
+
controlSets: /* @__PURE__ */ __name((_) => de_AssessmentControlSets(_, context), "controlSets"),
|
|
2929
2929
|
id: import_smithy_client.expectString,
|
|
2930
2930
|
metadata: import_smithy_client._json
|
|
2931
2931
|
});
|
|
@@ -2936,10 +2936,10 @@ var de_AssessmentFrameworkMetadata = /* @__PURE__ */ __name((output, context) =>
|
|
|
2936
2936
|
complianceType: import_smithy_client.expectString,
|
|
2937
2937
|
controlSetsCount: import_smithy_client.expectInt32,
|
|
2938
2938
|
controlsCount: import_smithy_client.expectInt32,
|
|
2939
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2939
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2940
2940
|
description: import_smithy_client.expectString,
|
|
2941
2941
|
id: import_smithy_client.expectString,
|
|
2942
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2942
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2943
2943
|
logo: import_smithy_client.expectString,
|
|
2944
2944
|
name: import_smithy_client.expectString,
|
|
2945
2945
|
type: import_smithy_client.expectString
|
|
@@ -2949,16 +2949,16 @@ var de_AssessmentFrameworkShareRequest = /* @__PURE__ */ __name((output, context
|
|
|
2949
2949
|
return (0, import_smithy_client.take)(output, {
|
|
2950
2950
|
comment: import_smithy_client.expectString,
|
|
2951
2951
|
complianceType: import_smithy_client.expectString,
|
|
2952
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2952
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2953
2953
|
customControlsCount: import_smithy_client.expectInt32,
|
|
2954
2954
|
destinationAccount: import_smithy_client.expectString,
|
|
2955
2955
|
destinationRegion: import_smithy_client.expectString,
|
|
2956
|
-
expirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2956
|
+
expirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expirationTime"),
|
|
2957
2957
|
frameworkDescription: import_smithy_client.expectString,
|
|
2958
2958
|
frameworkId: import_smithy_client.expectString,
|
|
2959
2959
|
frameworkName: import_smithy_client.expectString,
|
|
2960
2960
|
id: import_smithy_client.expectString,
|
|
2961
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2961
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
2962
2962
|
sourceAccount: import_smithy_client.expectString,
|
|
2963
2963
|
standardControlsCount: import_smithy_client.expectInt32,
|
|
2964
2964
|
status: import_smithy_client.expectString
|
|
@@ -2974,11 +2974,11 @@ var de_AssessmentMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
2974
2974
|
return (0, import_smithy_client.take)(output, {
|
|
2975
2975
|
assessmentReportsDestination: import_smithy_client._json,
|
|
2976
2976
|
complianceType: import_smithy_client.expectString,
|
|
2977
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2978
|
-
delegations: (_) => de_Delegations(_, context),
|
|
2977
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2978
|
+
delegations: /* @__PURE__ */ __name((_) => de_Delegations(_, context), "delegations"),
|
|
2979
2979
|
description: import_smithy_client.expectString,
|
|
2980
2980
|
id: import_smithy_client.expectString,
|
|
2981
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2981
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
2982
2982
|
name: import_smithy_client.expectString,
|
|
2983
2983
|
roles: import_smithy_client._json,
|
|
2984
2984
|
scope: import_smithy_client._json,
|
|
@@ -2988,10 +2988,10 @@ var de_AssessmentMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
2988
2988
|
var de_AssessmentMetadataItem = /* @__PURE__ */ __name((output, context) => {
|
|
2989
2989
|
return (0, import_smithy_client.take)(output, {
|
|
2990
2990
|
complianceType: import_smithy_client.expectString,
|
|
2991
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2992
|
-
delegations: (_) => de_Delegations(_, context),
|
|
2991
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2992
|
+
delegations: /* @__PURE__ */ __name((_) => de_Delegations(_, context), "delegations"),
|
|
2993
2993
|
id: import_smithy_client.expectString,
|
|
2994
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2994
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
2995
2995
|
name: import_smithy_client.expectString,
|
|
2996
2996
|
roles: import_smithy_client._json,
|
|
2997
2997
|
status: import_smithy_client.expectString
|
|
@@ -3003,7 +3003,7 @@ var de_AssessmentReport = /* @__PURE__ */ __name((output, context) => {
|
|
|
3003
3003
|
assessmentName: import_smithy_client.expectString,
|
|
3004
3004
|
author: import_smithy_client.expectString,
|
|
3005
3005
|
awsAccountId: import_smithy_client.expectString,
|
|
3006
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3006
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
3007
3007
|
description: import_smithy_client.expectString,
|
|
3008
3008
|
id: import_smithy_client.expectString,
|
|
3009
3009
|
name: import_smithy_client.expectString,
|
|
@@ -3015,7 +3015,7 @@ var de_AssessmentReportMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
3015
3015
|
assessmentId: import_smithy_client.expectString,
|
|
3016
3016
|
assessmentName: import_smithy_client.expectString,
|
|
3017
3017
|
author: import_smithy_client.expectString,
|
|
3018
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3018
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
3019
3019
|
description: import_smithy_client.expectString,
|
|
3020
3020
|
id: import_smithy_client.expectString,
|
|
3021
3021
|
name: import_smithy_client.expectString,
|
|
@@ -3031,7 +3031,7 @@ var de_AssessmentReportsMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
3031
3031
|
var de_ChangeLog = /* @__PURE__ */ __name((output, context) => {
|
|
3032
3032
|
return (0, import_smithy_client.take)(output, {
|
|
3033
3033
|
action: import_smithy_client.expectString,
|
|
3034
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3034
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3035
3035
|
createdBy: import_smithy_client.expectString,
|
|
3036
3036
|
objectName: import_smithy_client.expectString,
|
|
3037
3037
|
objectType: import_smithy_client.expectString
|
|
@@ -3050,11 +3050,11 @@ var de_Control = /* @__PURE__ */ __name((output, context) => {
|
|
|
3050
3050
|
arn: import_smithy_client.expectString,
|
|
3051
3051
|
controlMappingSources: import_smithy_client._json,
|
|
3052
3052
|
controlSources: import_smithy_client.expectString,
|
|
3053
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3053
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3054
3054
|
createdBy: import_smithy_client.expectString,
|
|
3055
3055
|
description: import_smithy_client.expectString,
|
|
3056
3056
|
id: import_smithy_client.expectString,
|
|
3057
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3057
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
3058
3058
|
lastUpdatedBy: import_smithy_client.expectString,
|
|
3059
3059
|
name: import_smithy_client.expectString,
|
|
3060
3060
|
state: import_smithy_client.expectString,
|
|
@@ -3067,7 +3067,7 @@ var de_ControlComment = /* @__PURE__ */ __name((output, context) => {
|
|
|
3067
3067
|
return (0, import_smithy_client.take)(output, {
|
|
3068
3068
|
authorName: import_smithy_client.expectString,
|
|
3069
3069
|
commentBody: import_smithy_client.expectString,
|
|
3070
|
-
postedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3070
|
+
postedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "postedDate")
|
|
3071
3071
|
});
|
|
3072
3072
|
}, "de_ControlComment");
|
|
3073
3073
|
var de_ControlComments = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3081,7 +3081,7 @@ var de_ControlDomainInsights = /* @__PURE__ */ __name((output, context) => {
|
|
|
3081
3081
|
controlsCountByNoncompliantEvidence: import_smithy_client.expectInt32,
|
|
3082
3082
|
evidenceInsights: import_smithy_client._json,
|
|
3083
3083
|
id: import_smithy_client.expectString,
|
|
3084
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3084
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
3085
3085
|
name: import_smithy_client.expectString,
|
|
3086
3086
|
totalControlsCount: import_smithy_client.expectInt32
|
|
3087
3087
|
});
|
|
@@ -3109,7 +3109,7 @@ var de_ControlInsightsMetadataByAssessmentItem = /* @__PURE__ */ __name((output,
|
|
|
3109
3109
|
controlSetName: import_smithy_client.expectString,
|
|
3110
3110
|
evidenceInsights: import_smithy_client._json,
|
|
3111
3111
|
id: import_smithy_client.expectString,
|
|
3112
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3112
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
3113
3113
|
name: import_smithy_client.expectString
|
|
3114
3114
|
});
|
|
3115
3115
|
}, "de_ControlInsightsMetadataByAssessmentItem");
|
|
@@ -3117,7 +3117,7 @@ var de_ControlInsightsMetadataItem = /* @__PURE__ */ __name((output, context) =>
|
|
|
3117
3117
|
return (0, import_smithy_client.take)(output, {
|
|
3118
3118
|
evidenceInsights: import_smithy_client._json,
|
|
3119
3119
|
id: import_smithy_client.expectString,
|
|
3120
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3120
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
3121
3121
|
name: import_smithy_client.expectString
|
|
3122
3122
|
});
|
|
3123
3123
|
}, "de_ControlInsightsMetadataItem");
|
|
@@ -3125,9 +3125,9 @@ var de_ControlMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
3125
3125
|
return (0, import_smithy_client.take)(output, {
|
|
3126
3126
|
arn: import_smithy_client.expectString,
|
|
3127
3127
|
controlSources: import_smithy_client.expectString,
|
|
3128
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3128
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3129
3129
|
id: import_smithy_client.expectString,
|
|
3130
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3130
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
3131
3131
|
name: import_smithy_client.expectString
|
|
3132
3132
|
});
|
|
3133
3133
|
}, "de_ControlMetadata");
|
|
@@ -3145,7 +3145,7 @@ var de_Controls = /* @__PURE__ */ __name((output, context) => {
|
|
|
3145
3145
|
}, "de_Controls");
|
|
3146
3146
|
var de_ControlSet = /* @__PURE__ */ __name((output, context) => {
|
|
3147
3147
|
return (0, import_smithy_client.take)(output, {
|
|
3148
|
-
controls: (_) => de_Controls(_, context),
|
|
3148
|
+
controls: /* @__PURE__ */ __name((_) => de_Controls(_, context), "controls"),
|
|
3149
3149
|
id: import_smithy_client.expectString,
|
|
3150
3150
|
name: import_smithy_client.expectString
|
|
3151
3151
|
});
|
|
@@ -3163,9 +3163,9 @@ var de_Delegation = /* @__PURE__ */ __name((output, context) => {
|
|
|
3163
3163
|
comment: import_smithy_client.expectString,
|
|
3164
3164
|
controlSetId: import_smithy_client.expectString,
|
|
3165
3165
|
createdBy: import_smithy_client.expectString,
|
|
3166
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3166
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
3167
3167
|
id: import_smithy_client.expectString,
|
|
3168
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3168
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
3169
3169
|
roleArn: import_smithy_client.expectString,
|
|
3170
3170
|
roleType: import_smithy_client.expectString,
|
|
3171
3171
|
status: import_smithy_client.expectString
|
|
@@ -3176,7 +3176,7 @@ var de_DelegationMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
3176
3176
|
assessmentId: import_smithy_client.expectString,
|
|
3177
3177
|
assessmentName: import_smithy_client.expectString,
|
|
3178
3178
|
controlSetName: import_smithy_client.expectString,
|
|
3179
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3179
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
3180
3180
|
id: import_smithy_client.expectString,
|
|
3181
3181
|
roleArn: import_smithy_client.expectString,
|
|
3182
3182
|
status: import_smithy_client.expectString
|
|
@@ -3210,7 +3210,7 @@ var de_Evidence = /* @__PURE__ */ __name((output, context) => {
|
|
|
3210
3210
|
iamId: import_smithy_client.expectString,
|
|
3211
3211
|
id: import_smithy_client.expectString,
|
|
3212
3212
|
resourcesIncluded: import_smithy_client._json,
|
|
3213
|
-
time: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3213
|
+
time: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "time")
|
|
3214
3214
|
});
|
|
3215
3215
|
}, "de_Evidence");
|
|
3216
3216
|
var de_EvidenceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3223,13 +3223,13 @@ var de_Framework = /* @__PURE__ */ __name((output, context) => {
|
|
|
3223
3223
|
return (0, import_smithy_client.take)(output, {
|
|
3224
3224
|
arn: import_smithy_client.expectString,
|
|
3225
3225
|
complianceType: import_smithy_client.expectString,
|
|
3226
|
-
controlSets: (_) => de_ControlSets(_, context),
|
|
3226
|
+
controlSets: /* @__PURE__ */ __name((_) => de_ControlSets(_, context), "controlSets"),
|
|
3227
3227
|
controlSources: import_smithy_client.expectString,
|
|
3228
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3228
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
3229
3229
|
createdBy: import_smithy_client.expectString,
|
|
3230
3230
|
description: import_smithy_client.expectString,
|
|
3231
3231
|
id: import_smithy_client.expectString,
|
|
3232
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3232
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
3233
3233
|
lastUpdatedBy: import_smithy_client.expectString,
|
|
3234
3234
|
logo: import_smithy_client.expectString,
|
|
3235
3235
|
name: import_smithy_client.expectString,
|
|
@@ -3249,7 +3249,7 @@ var de_Insights = /* @__PURE__ */ __name((output, context) => {
|
|
|
3249
3249
|
assessmentControlsCountByNoncompliantEvidence: import_smithy_client.expectInt32,
|
|
3250
3250
|
compliantEvidenceCount: import_smithy_client.expectInt32,
|
|
3251
3251
|
inconclusiveEvidenceCount: import_smithy_client.expectInt32,
|
|
3252
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3252
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
3253
3253
|
noncompliantEvidenceCount: import_smithy_client.expectInt32,
|
|
3254
3254
|
totalAssessmentControlsCount: import_smithy_client.expectInt32
|
|
3255
3255
|
});
|
|
@@ -3259,7 +3259,7 @@ var de_InsightsByAssessment = /* @__PURE__ */ __name((output, context) => {
|
|
|
3259
3259
|
assessmentControlsCountByNoncompliantEvidence: import_smithy_client.expectInt32,
|
|
3260
3260
|
compliantEvidenceCount: import_smithy_client.expectInt32,
|
|
3261
3261
|
inconclusiveEvidenceCount: import_smithy_client.expectInt32,
|
|
3262
|
-
lastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3262
|
+
lastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdated"),
|
|
3263
3263
|
noncompliantEvidenceCount: import_smithy_client.expectInt32,
|
|
3264
3264
|
totalAssessmentControlsCount: import_smithy_client.expectInt32
|
|
3265
3265
|
});
|
|
@@ -3277,7 +3277,7 @@ var de_Notification = /* @__PURE__ */ __name((output, context) => {
|
|
|
3277
3277
|
controlSetId: import_smithy_client.expectString,
|
|
3278
3278
|
controlSetName: import_smithy_client.expectString,
|
|
3279
3279
|
description: import_smithy_client.expectString,
|
|
3280
|
-
eventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3280
|
+
eventTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "eventTime"),
|
|
3281
3281
|
id: import_smithy_client.expectString,
|
|
3282
3282
|
source: import_smithy_client.expectString
|
|
3283
3283
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auditmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.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-auditmanager",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|