@aws-sdk/client-wellarchitected 3.750.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 +96 -96
- package/package.json +13 -13
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
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AccountJiraIssueManagementStatus: () => AccountJiraIssueManagementStatus,
|
|
26
26
|
AdditionalResourceType: () => AdditionalResourceType,
|
|
@@ -164,7 +164,7 @@ __export(src_exports, {
|
|
|
164
164
|
paginateListWorkloadShares: () => paginateListWorkloadShares,
|
|
165
165
|
paginateListWorkloads: () => paginateListWorkloads
|
|
166
166
|
});
|
|
167
|
-
module.exports = __toCommonJS(
|
|
167
|
+
module.exports = __toCommonJS(index_exports);
|
|
168
168
|
|
|
169
169
|
// src/WellArchitectedClient.ts
|
|
170
170
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -291,9 +291,9 @@ var WellArchitectedClient = class extends import_smithy_client.Client {
|
|
|
291
291
|
this.middlewareStack.use(
|
|
292
292
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
293
293
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultWellArchitectedHttpAuthSchemeParametersProvider,
|
|
294
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
294
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
295
295
|
"aws.auth#sigv4": config.credentials
|
|
296
|
-
})
|
|
296
|
+
}), "identityProviderConfigProvider")
|
|
297
297
|
})
|
|
298
298
|
);
|
|
299
299
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -782,7 +782,7 @@ var se_AssociateLensesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
782
782
|
let body;
|
|
783
783
|
body = JSON.stringify(
|
|
784
784
|
(0, import_smithy_client.take)(input, {
|
|
785
|
-
LensAliases: (_) => (0, import_smithy_client._json)(_)
|
|
785
|
+
LensAliases: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LensAliases")
|
|
786
786
|
})
|
|
787
787
|
);
|
|
788
788
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -798,7 +798,7 @@ var se_AssociateProfilesCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
798
798
|
let body;
|
|
799
799
|
body = JSON.stringify(
|
|
800
800
|
(0, import_smithy_client.take)(input, {
|
|
801
|
-
ProfileArns: (_) => (0, import_smithy_client._json)(_)
|
|
801
|
+
ProfileArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ProfileArns")
|
|
802
802
|
})
|
|
803
803
|
);
|
|
804
804
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -868,8 +868,8 @@ var se_CreateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
868
868
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
869
869
|
ProfileDescription: [],
|
|
870
870
|
ProfileName: [],
|
|
871
|
-
ProfileQuestions: (_) => (0, import_smithy_client._json)(_),
|
|
872
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
871
|
+
ProfileQuestions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ProfileQuestions"),
|
|
872
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
873
873
|
})
|
|
874
874
|
);
|
|
875
875
|
b.m("POST").h(headers).b(body);
|
|
@@ -903,9 +903,9 @@ var se_CreateReviewTemplateCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
903
903
|
(0, import_smithy_client.take)(input, {
|
|
904
904
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
905
905
|
Description: [],
|
|
906
|
-
Lenses: (_) => (0, import_smithy_client._json)(_),
|
|
906
|
+
Lenses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Lenses"),
|
|
907
907
|
Notes: [],
|
|
908
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
908
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
909
909
|
TemplateName: []
|
|
910
910
|
})
|
|
911
911
|
);
|
|
@@ -938,25 +938,25 @@ var se_CreateWorkloadCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
938
938
|
let body;
|
|
939
939
|
body = JSON.stringify(
|
|
940
940
|
(0, import_smithy_client.take)(input, {
|
|
941
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_),
|
|
942
|
-
Applications: (_) => (0, import_smithy_client._json)(_),
|
|
941
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds"),
|
|
942
|
+
Applications: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Applications"),
|
|
943
943
|
ArchitecturalDesign: [],
|
|
944
|
-
AwsRegions: (_) => (0, import_smithy_client._json)(_),
|
|
944
|
+
AwsRegions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AwsRegions"),
|
|
945
945
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
946
946
|
Description: [],
|
|
947
|
-
DiscoveryConfig: (_) => (0, import_smithy_client._json)(_),
|
|
947
|
+
DiscoveryConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DiscoveryConfig"),
|
|
948
948
|
Environment: [],
|
|
949
949
|
Industry: [],
|
|
950
950
|
IndustryType: [],
|
|
951
|
-
JiraConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
952
|
-
Lenses: (_) => (0, import_smithy_client._json)(_),
|
|
953
|
-
NonAwsRegions: (_) => (0, import_smithy_client._json)(_),
|
|
951
|
+
JiraConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "JiraConfiguration"),
|
|
952
|
+
Lenses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Lenses"),
|
|
953
|
+
NonAwsRegions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NonAwsRegions"),
|
|
954
954
|
Notes: [],
|
|
955
|
-
PillarPriorities: (_) => (0, import_smithy_client._json)(_),
|
|
956
|
-
ProfileArns: (_) => (0, import_smithy_client._json)(_),
|
|
955
|
+
PillarPriorities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PillarPriorities"),
|
|
956
|
+
ProfileArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ProfileArns"),
|
|
957
957
|
ReviewOwner: [],
|
|
958
|
-
ReviewTemplateArns: (_) => (0, import_smithy_client._json)(_),
|
|
959
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
958
|
+
ReviewTemplateArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReviewTemplateArns"),
|
|
959
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
960
960
|
WorkloadName: []
|
|
961
961
|
})
|
|
962
962
|
);
|
|
@@ -1092,7 +1092,7 @@ var se_DisassociateLensesCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1092
1092
|
let body;
|
|
1093
1093
|
body = JSON.stringify(
|
|
1094
1094
|
(0, import_smithy_client.take)(input, {
|
|
1095
|
-
LensAliases: (_) => (0, import_smithy_client._json)(_)
|
|
1095
|
+
LensAliases: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LensAliases")
|
|
1096
1096
|
})
|
|
1097
1097
|
);
|
|
1098
1098
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1108,7 +1108,7 @@ var se_DisassociateProfilesCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1108
1108
|
let body;
|
|
1109
1109
|
body = JSON.stringify(
|
|
1110
1110
|
(0, import_smithy_client.take)(input, {
|
|
1111
|
-
ProfileArns: (_) => (0, import_smithy_client._json)(_)
|
|
1111
|
+
ProfileArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ProfileArns")
|
|
1112
1112
|
})
|
|
1113
1113
|
);
|
|
1114
1114
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1294,7 +1294,7 @@ var se_ImportLensCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1294
1294
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1295
1295
|
JSONString: [],
|
|
1296
1296
|
LensAlias: [],
|
|
1297
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1297
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1298
1298
|
})
|
|
1299
1299
|
);
|
|
1300
1300
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1607,7 +1607,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1607
1607
|
let body;
|
|
1608
1608
|
body = JSON.stringify(
|
|
1609
1609
|
(0, import_smithy_client.take)(input, {
|
|
1610
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1610
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1611
1611
|
})
|
|
1612
1612
|
);
|
|
1613
1613
|
b.m("POST").h(headers).b(body);
|
|
@@ -1637,11 +1637,11 @@ var se_UpdateAnswerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1637
1637
|
let body;
|
|
1638
1638
|
body = JSON.stringify(
|
|
1639
1639
|
(0, import_smithy_client.take)(input, {
|
|
1640
|
-
ChoiceUpdates: (_) => (0, import_smithy_client._json)(_),
|
|
1640
|
+
ChoiceUpdates: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ChoiceUpdates"),
|
|
1641
1641
|
IsApplicable: [],
|
|
1642
1642
|
Notes: [],
|
|
1643
1643
|
Reason: [],
|
|
1644
|
-
SelectedChoices: (_) => (0, import_smithy_client._json)(_)
|
|
1644
|
+
SelectedChoices: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SelectedChoices")
|
|
1645
1645
|
})
|
|
1646
1646
|
);
|
|
1647
1647
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1657,7 +1657,7 @@ var se_UpdateGlobalSettingsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1657
1657
|
body = JSON.stringify(
|
|
1658
1658
|
(0, import_smithy_client.take)(input, {
|
|
1659
1659
|
DiscoveryIntegrationStatus: [],
|
|
1660
|
-
JiraConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1660
|
+
JiraConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "JiraConfiguration"),
|
|
1661
1661
|
OrganizationSharingStatus: []
|
|
1662
1662
|
})
|
|
1663
1663
|
);
|
|
@@ -1692,9 +1692,9 @@ var se_UpdateLensReviewCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1692
1692
|
let body;
|
|
1693
1693
|
body = JSON.stringify(
|
|
1694
1694
|
(0, import_smithy_client.take)(input, {
|
|
1695
|
-
JiraConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1695
|
+
JiraConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "JiraConfiguration"),
|
|
1696
1696
|
LensNotes: [],
|
|
1697
|
-
PillarNotes: (_) => (0, import_smithy_client._json)(_)
|
|
1697
|
+
PillarNotes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PillarNotes")
|
|
1698
1698
|
})
|
|
1699
1699
|
);
|
|
1700
1700
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1711,7 +1711,7 @@ var se_UpdateProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1711
1711
|
body = JSON.stringify(
|
|
1712
1712
|
(0, import_smithy_client.take)(input, {
|
|
1713
1713
|
ProfileDescription: [],
|
|
1714
|
-
ProfileQuestions: (_) => (0, import_smithy_client._json)(_)
|
|
1714
|
+
ProfileQuestions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ProfileQuestions")
|
|
1715
1715
|
})
|
|
1716
1716
|
);
|
|
1717
1717
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1728,8 +1728,8 @@ var se_UpdateReviewTemplateCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1728
1728
|
body = JSON.stringify(
|
|
1729
1729
|
(0, import_smithy_client.take)(input, {
|
|
1730
1730
|
Description: [],
|
|
1731
|
-
LensesToAssociate: (_) => (0, import_smithy_client._json)(_),
|
|
1732
|
-
LensesToDisassociate: (_) => (0, import_smithy_client._json)(_),
|
|
1731
|
+
LensesToAssociate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LensesToAssociate"),
|
|
1732
|
+
LensesToDisassociate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LensesToDisassociate"),
|
|
1733
1733
|
Notes: [],
|
|
1734
1734
|
TemplateName: []
|
|
1735
1735
|
})
|
|
@@ -1749,11 +1749,11 @@ var se_UpdateReviewTemplateAnswerCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1749
1749
|
let body;
|
|
1750
1750
|
body = JSON.stringify(
|
|
1751
1751
|
(0, import_smithy_client.take)(input, {
|
|
1752
|
-
ChoiceUpdates: (_) => (0, import_smithy_client._json)(_),
|
|
1752
|
+
ChoiceUpdates: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ChoiceUpdates"),
|
|
1753
1753
|
IsApplicable: [],
|
|
1754
1754
|
Notes: [],
|
|
1755
1755
|
Reason: [],
|
|
1756
|
-
SelectedChoices: (_) => (0, import_smithy_client._json)(_)
|
|
1756
|
+
SelectedChoices: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SelectedChoices")
|
|
1757
1757
|
})
|
|
1758
1758
|
);
|
|
1759
1759
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1771,7 +1771,7 @@ var se_UpdateReviewTemplateLensReviewCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1771
1771
|
body = JSON.stringify(
|
|
1772
1772
|
(0, import_smithy_client.take)(input, {
|
|
1773
1773
|
LensNotes: [],
|
|
1774
|
-
PillarNotes: (_) => (0, import_smithy_client._json)(_)
|
|
1774
|
+
PillarNotes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PillarNotes")
|
|
1775
1775
|
})
|
|
1776
1776
|
);
|
|
1777
1777
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1803,21 +1803,21 @@ var se_UpdateWorkloadCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1803
1803
|
let body;
|
|
1804
1804
|
body = JSON.stringify(
|
|
1805
1805
|
(0, import_smithy_client.take)(input, {
|
|
1806
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_),
|
|
1807
|
-
Applications: (_) => (0, import_smithy_client._json)(_),
|
|
1806
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds"),
|
|
1807
|
+
Applications: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Applications"),
|
|
1808
1808
|
ArchitecturalDesign: [],
|
|
1809
|
-
AwsRegions: (_) => (0, import_smithy_client._json)(_),
|
|
1809
|
+
AwsRegions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AwsRegions"),
|
|
1810
1810
|
Description: [],
|
|
1811
|
-
DiscoveryConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1811
|
+
DiscoveryConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DiscoveryConfig"),
|
|
1812
1812
|
Environment: [],
|
|
1813
1813
|
ImprovementStatus: [],
|
|
1814
1814
|
Industry: [],
|
|
1815
1815
|
IndustryType: [],
|
|
1816
1816
|
IsReviewOwnerUpdateAcknowledged: [],
|
|
1817
|
-
JiraConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1818
|
-
NonAwsRegions: (_) => (0, import_smithy_client._json)(_),
|
|
1817
|
+
JiraConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "JiraConfiguration"),
|
|
1818
|
+
NonAwsRegions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NonAwsRegions"),
|
|
1819
1819
|
Notes: [],
|
|
1820
|
-
PillarPriorities: (_) => (0, import_smithy_client._json)(_),
|
|
1820
|
+
PillarPriorities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PillarPriorities"),
|
|
1821
1821
|
ReviewOwner: [],
|
|
1822
1822
|
WorkloadName: []
|
|
1823
1823
|
})
|
|
@@ -2171,7 +2171,7 @@ var de_GetAnswerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2171
2171
|
});
|
|
2172
2172
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2173
2173
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2174
|
-
Answer: (_) => de_Answer(_, context),
|
|
2174
|
+
Answer: /* @__PURE__ */ __name((_) => de_Answer(_, context), "Answer"),
|
|
2175
2175
|
LensAlias: import_smithy_client.expectString,
|
|
2176
2176
|
LensArn: import_smithy_client.expectString,
|
|
2177
2177
|
MilestoneNumber: import_smithy_client.expectInt32,
|
|
@@ -2190,7 +2190,7 @@ var de_GetConsolidatedReportCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2190
2190
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2191
2191
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2192
2192
|
Base64String: import_smithy_client.expectString,
|
|
2193
|
-
Metrics: (_) => de_ConsolidatedReportMetrics(_, context),
|
|
2193
|
+
Metrics: /* @__PURE__ */ __name((_) => de_ConsolidatedReportMetrics(_, context), "Metrics"),
|
|
2194
2194
|
NextToken: import_smithy_client.expectString
|
|
2195
2195
|
});
|
|
2196
2196
|
Object.assign(contents, doc);
|
|
@@ -2235,7 +2235,7 @@ var de_GetLensReviewCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2235
2235
|
});
|
|
2236
2236
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2237
2237
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2238
|
-
LensReview: (_) => de_LensReview(_, context),
|
|
2238
|
+
LensReview: /* @__PURE__ */ __name((_) => de_LensReview(_, context), "LensReview"),
|
|
2239
2239
|
MilestoneNumber: import_smithy_client.expectInt32,
|
|
2240
2240
|
WorkloadId: import_smithy_client.expectString
|
|
2241
2241
|
});
|
|
@@ -2286,7 +2286,7 @@ var de_GetMilestoneCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2286
2286
|
});
|
|
2287
2287
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2288
2288
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2289
|
-
Milestone: (_) => de_Milestone(_, context),
|
|
2289
|
+
Milestone: /* @__PURE__ */ __name((_) => de_Milestone(_, context), "Milestone"),
|
|
2290
2290
|
WorkloadId: import_smithy_client.expectString
|
|
2291
2291
|
});
|
|
2292
2292
|
Object.assign(contents, doc);
|
|
@@ -2301,7 +2301,7 @@ var de_GetProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2301
2301
|
});
|
|
2302
2302
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2303
2303
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2304
|
-
Profile: (_) => de_Profile(_, context)
|
|
2304
|
+
Profile: /* @__PURE__ */ __name((_) => de_Profile(_, context), "Profile")
|
|
2305
2305
|
});
|
|
2306
2306
|
Object.assign(contents, doc);
|
|
2307
2307
|
return contents;
|
|
@@ -2315,7 +2315,7 @@ var de_GetProfileTemplateCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2315
2315
|
});
|
|
2316
2316
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2317
2317
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2318
|
-
ProfileTemplate: (_) => de_ProfileTemplate(_, context)
|
|
2318
|
+
ProfileTemplate: /* @__PURE__ */ __name((_) => de_ProfileTemplate(_, context), "ProfileTemplate")
|
|
2319
2319
|
});
|
|
2320
2320
|
Object.assign(contents, doc);
|
|
2321
2321
|
return contents;
|
|
@@ -2329,7 +2329,7 @@ var de_GetReviewTemplateCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2329
2329
|
});
|
|
2330
2330
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2331
2331
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2332
|
-
ReviewTemplate: (_) => de_ReviewTemplate(_, context)
|
|
2332
|
+
ReviewTemplate: /* @__PURE__ */ __name((_) => de_ReviewTemplate(_, context), "ReviewTemplate")
|
|
2333
2333
|
});
|
|
2334
2334
|
Object.assign(contents, doc);
|
|
2335
2335
|
return contents;
|
|
@@ -2359,7 +2359,7 @@ var de_GetReviewTemplateLensReviewCommand = /* @__PURE__ */ __name(async (output
|
|
|
2359
2359
|
});
|
|
2360
2360
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2361
2361
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2362
|
-
LensReview: (_) => de_ReviewTemplateLensReview(_, context),
|
|
2362
|
+
LensReview: /* @__PURE__ */ __name((_) => de_ReviewTemplateLensReview(_, context), "LensReview"),
|
|
2363
2363
|
TemplateArn: import_smithy_client.expectString
|
|
2364
2364
|
});
|
|
2365
2365
|
Object.assign(contents, doc);
|
|
@@ -2374,7 +2374,7 @@ var de_GetWorkloadCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2374
2374
|
});
|
|
2375
2375
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2376
2376
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2377
|
-
Workload: (_) => de_Workload(_, context)
|
|
2377
|
+
Workload: /* @__PURE__ */ __name((_) => de_Workload(_, context), "Workload")
|
|
2378
2378
|
});
|
|
2379
2379
|
Object.assign(contents, doc);
|
|
2380
2380
|
return contents;
|
|
@@ -2403,7 +2403,7 @@ var de_ListAnswersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2403
2403
|
});
|
|
2404
2404
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2405
2405
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2406
|
-
AnswerSummaries: (_) => de_AnswerSummaries(_, context),
|
|
2406
|
+
AnswerSummaries: /* @__PURE__ */ __name((_) => de_AnswerSummaries(_, context), "AnswerSummaries"),
|
|
2407
2407
|
LensAlias: import_smithy_client.expectString,
|
|
2408
2408
|
LensArn: import_smithy_client.expectString,
|
|
2409
2409
|
MilestoneNumber: import_smithy_client.expectInt32,
|
|
@@ -2422,7 +2422,7 @@ var de_ListCheckDetailsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2422
2422
|
});
|
|
2423
2423
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2424
2424
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2425
|
-
CheckDetails: (_) => de_CheckDetails(_, context),
|
|
2425
|
+
CheckDetails: /* @__PURE__ */ __name((_) => de_CheckDetails(_, context), "CheckDetails"),
|
|
2426
2426
|
NextToken: import_smithy_client.expectString
|
|
2427
2427
|
});
|
|
2428
2428
|
Object.assign(contents, doc);
|
|
@@ -2437,7 +2437,7 @@ var de_ListCheckSummariesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2437
2437
|
});
|
|
2438
2438
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2439
2439
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2440
|
-
CheckSummaries: (_) => de_CheckSummaries(_, context),
|
|
2440
|
+
CheckSummaries: /* @__PURE__ */ __name((_) => de_CheckSummaries(_, context), "CheckSummaries"),
|
|
2441
2441
|
NextToken: import_smithy_client.expectString
|
|
2442
2442
|
});
|
|
2443
2443
|
Object.assign(contents, doc);
|
|
@@ -2452,7 +2452,7 @@ var de_ListLensesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2452
2452
|
});
|
|
2453
2453
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2454
2454
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2455
|
-
LensSummaries: (_) => de_LensSummaries(_, context),
|
|
2455
|
+
LensSummaries: /* @__PURE__ */ __name((_) => de_LensSummaries(_, context), "LensSummaries"),
|
|
2456
2456
|
NextToken: import_smithy_client.expectString
|
|
2457
2457
|
});
|
|
2458
2458
|
Object.assign(contents, doc);
|
|
@@ -2467,7 +2467,7 @@ var de_ListLensReviewImprovementsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2467
2467
|
});
|
|
2468
2468
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2469
2469
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2470
|
-
ImprovementSummaries: (_) => de_ImprovementSummaries(_, context),
|
|
2470
|
+
ImprovementSummaries: /* @__PURE__ */ __name((_) => de_ImprovementSummaries(_, context), "ImprovementSummaries"),
|
|
2471
2471
|
LensAlias: import_smithy_client.expectString,
|
|
2472
2472
|
LensArn: import_smithy_client.expectString,
|
|
2473
2473
|
MilestoneNumber: import_smithy_client.expectInt32,
|
|
@@ -2486,7 +2486,7 @@ var de_ListLensReviewsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2486
2486
|
});
|
|
2487
2487
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2488
2488
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2489
|
-
LensReviewSummaries: (_) => de_LensReviewSummaries(_, context),
|
|
2489
|
+
LensReviewSummaries: /* @__PURE__ */ __name((_) => de_LensReviewSummaries(_, context), "LensReviewSummaries"),
|
|
2490
2490
|
MilestoneNumber: import_smithy_client.expectInt32,
|
|
2491
2491
|
NextToken: import_smithy_client.expectString,
|
|
2492
2492
|
WorkloadId: import_smithy_client.expectString
|
|
@@ -2518,7 +2518,7 @@ var de_ListMilestonesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2518
2518
|
});
|
|
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
|
-
MilestoneSummaries: (_) => de_MilestoneSummaries(_, context),
|
|
2521
|
+
MilestoneSummaries: /* @__PURE__ */ __name((_) => de_MilestoneSummaries(_, context), "MilestoneSummaries"),
|
|
2522
2522
|
NextToken: import_smithy_client.expectString,
|
|
2523
2523
|
WorkloadId: import_smithy_client.expectString
|
|
2524
2524
|
});
|
|
@@ -2565,7 +2565,7 @@ var de_ListProfilesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2565
2565
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2566
2566
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2567
2567
|
NextToken: import_smithy_client.expectString,
|
|
2568
|
-
ProfileSummaries: (_) => de_ProfileSummaries(_, context)
|
|
2568
|
+
ProfileSummaries: /* @__PURE__ */ __name((_) => de_ProfileSummaries(_, context), "ProfileSummaries")
|
|
2569
2569
|
});
|
|
2570
2570
|
Object.assign(contents, doc);
|
|
2571
2571
|
return contents;
|
|
@@ -2612,7 +2612,7 @@ var de_ListReviewTemplatesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2612
2612
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2613
2613
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2614
2614
|
NextToken: import_smithy_client.expectString,
|
|
2615
|
-
ReviewTemplates: (_) => de_ReviewTemplates(_, context)
|
|
2615
|
+
ReviewTemplates: /* @__PURE__ */ __name((_) => de_ReviewTemplates(_, context), "ReviewTemplates")
|
|
2616
2616
|
});
|
|
2617
2617
|
Object.assign(contents, doc);
|
|
2618
2618
|
return contents;
|
|
@@ -2672,7 +2672,7 @@ var de_ListWorkloadsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2672
2672
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2673
2673
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2674
2674
|
NextToken: import_smithy_client.expectString,
|
|
2675
|
-
WorkloadSummaries: (_) => de_WorkloadSummaries(_, context)
|
|
2675
|
+
WorkloadSummaries: /* @__PURE__ */ __name((_) => de_WorkloadSummaries(_, context), "WorkloadSummaries")
|
|
2676
2676
|
});
|
|
2677
2677
|
Object.assign(contents, doc);
|
|
2678
2678
|
return contents;
|
|
@@ -2722,7 +2722,7 @@ var de_UpdateAnswerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2722
2722
|
});
|
|
2723
2723
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2724
2724
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2725
|
-
Answer: (_) => de_Answer(_, context),
|
|
2725
|
+
Answer: /* @__PURE__ */ __name((_) => de_Answer(_, context), "Answer"),
|
|
2726
2726
|
LensAlias: import_smithy_client.expectString,
|
|
2727
2727
|
LensArn: import_smithy_client.expectString,
|
|
2728
2728
|
WorkloadId: import_smithy_client.expectString
|
|
@@ -2759,7 +2759,7 @@ var de_UpdateLensReviewCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2759
2759
|
});
|
|
2760
2760
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2761
2761
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2762
|
-
LensReview: (_) => de_LensReview(_, context),
|
|
2762
|
+
LensReview: /* @__PURE__ */ __name((_) => de_LensReview(_, context), "LensReview"),
|
|
2763
2763
|
WorkloadId: import_smithy_client.expectString
|
|
2764
2764
|
});
|
|
2765
2765
|
Object.assign(contents, doc);
|
|
@@ -2774,7 +2774,7 @@ var de_UpdateProfileCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2774
2774
|
});
|
|
2775
2775
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2776
2776
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2777
|
-
Profile: (_) => de_Profile(_, context)
|
|
2777
|
+
Profile: /* @__PURE__ */ __name((_) => de_Profile(_, context), "Profile")
|
|
2778
2778
|
});
|
|
2779
2779
|
Object.assign(contents, doc);
|
|
2780
2780
|
return contents;
|
|
@@ -2788,7 +2788,7 @@ var de_UpdateReviewTemplateCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
2788
2788
|
});
|
|
2789
2789
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2790
2790
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2791
|
-
ReviewTemplate: (_) => de_ReviewTemplate(_, context)
|
|
2791
|
+
ReviewTemplate: /* @__PURE__ */ __name((_) => de_ReviewTemplate(_, context), "ReviewTemplate")
|
|
2792
2792
|
});
|
|
2793
2793
|
Object.assign(contents, doc);
|
|
2794
2794
|
return contents;
|
|
@@ -2818,7 +2818,7 @@ var de_UpdateReviewTemplateLensReviewCommand = /* @__PURE__ */ __name(async (out
|
|
|
2818
2818
|
});
|
|
2819
2819
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2820
2820
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2821
|
-
LensReview: (_) => de_ReviewTemplateLensReview(_, context),
|
|
2821
|
+
LensReview: /* @__PURE__ */ __name((_) => de_ReviewTemplateLensReview(_, context), "LensReview"),
|
|
2822
2822
|
TemplateArn: import_smithy_client.expectString
|
|
2823
2823
|
});
|
|
2824
2824
|
Object.assign(contents, doc);
|
|
@@ -2847,7 +2847,7 @@ var de_UpdateWorkloadCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2847
2847
|
});
|
|
2848
2848
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2849
2849
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2850
|
-
Workload: (_) => de_Workload(_, context)
|
|
2850
|
+
Workload: /* @__PURE__ */ __name((_) => de_Workload(_, context), "Workload")
|
|
2851
2851
|
});
|
|
2852
2852
|
Object.assign(contents, doc);
|
|
2853
2853
|
return contents;
|
|
@@ -3046,7 +3046,7 @@ var de_Answer = /* @__PURE__ */ __name((output, context) => {
|
|
|
3046
3046
|
HelpfulResourceUrl: import_smithy_client.expectString,
|
|
3047
3047
|
ImprovementPlanUrl: import_smithy_client.expectString,
|
|
3048
3048
|
IsApplicable: import_smithy_client.expectBoolean,
|
|
3049
|
-
JiraConfiguration: (_) => de_JiraConfiguration(_, context),
|
|
3049
|
+
JiraConfiguration: /* @__PURE__ */ __name((_) => de_JiraConfiguration(_, context), "JiraConfiguration"),
|
|
3050
3050
|
Notes: import_smithy_client.expectString,
|
|
3051
3051
|
PillarId: import_smithy_client.expectString,
|
|
3052
3052
|
QuestionDescription: import_smithy_client.expectString,
|
|
@@ -3068,7 +3068,7 @@ var de_AnswerSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3068
3068
|
ChoiceAnswerSummaries: import_smithy_client._json,
|
|
3069
3069
|
Choices: import_smithy_client._json,
|
|
3070
3070
|
IsApplicable: import_smithy_client.expectBoolean,
|
|
3071
|
-
JiraConfiguration: (_) => de_JiraConfiguration(_, context),
|
|
3071
|
+
JiraConfiguration: /* @__PURE__ */ __name((_) => de_JiraConfiguration(_, context), "JiraConfiguration"),
|
|
3072
3072
|
PillarId: import_smithy_client.expectString,
|
|
3073
3073
|
QuestionId: import_smithy_client.expectString,
|
|
3074
3074
|
QuestionTitle: import_smithy_client.expectString,
|
|
@@ -3092,7 +3092,7 @@ var de_CheckDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
3092
3092
|
QuestionId: import_smithy_client.expectString,
|
|
3093
3093
|
Reason: import_smithy_client.expectString,
|
|
3094
3094
|
Status: import_smithy_client.expectString,
|
|
3095
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3095
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3096
3096
|
});
|
|
3097
3097
|
}, "de_CheckDetail");
|
|
3098
3098
|
var de_CheckDetails = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3119,7 +3119,7 @@ var de_CheckSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3119
3119
|
Provider: import_smithy_client.expectString,
|
|
3120
3120
|
QuestionId: import_smithy_client.expectString,
|
|
3121
3121
|
Status: import_smithy_client.expectString,
|
|
3122
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3122
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3123
3123
|
});
|
|
3124
3124
|
}, "de_CheckSummary");
|
|
3125
3125
|
var de_ConsolidatedReportMetric = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3128,7 +3128,7 @@ var de_ConsolidatedReportMetric = /* @__PURE__ */ __name((output, context) => {
|
|
|
3128
3128
|
LensesAppliedCount: import_smithy_client.expectInt32,
|
|
3129
3129
|
MetricType: import_smithy_client.expectString,
|
|
3130
3130
|
RiskCounts: import_smithy_client._json,
|
|
3131
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3131
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
3132
3132
|
WorkloadArn: import_smithy_client.expectString,
|
|
3133
3133
|
WorkloadId: import_smithy_client.expectString,
|
|
3134
3134
|
WorkloadName: import_smithy_client.expectString
|
|
@@ -3150,7 +3150,7 @@ var de_ImprovementSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3150
3150
|
return (0, import_smithy_client.take)(output, {
|
|
3151
3151
|
ImprovementPlanUrl: import_smithy_client.expectString,
|
|
3152
3152
|
ImprovementPlans: import_smithy_client._json,
|
|
3153
|
-
JiraConfiguration: (_) => de_JiraConfiguration(_, context),
|
|
3153
|
+
JiraConfiguration: /* @__PURE__ */ __name((_) => de_JiraConfiguration(_, context), "JiraConfiguration"),
|
|
3154
3154
|
PillarId: import_smithy_client.expectString,
|
|
3155
3155
|
QuestionId: import_smithy_client.expectString,
|
|
3156
3156
|
QuestionTitle: import_smithy_client.expectString,
|
|
@@ -3160,7 +3160,7 @@ var de_ImprovementSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3160
3160
|
var de_JiraConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
3161
3161
|
return (0, import_smithy_client.take)(output, {
|
|
3162
3162
|
JiraIssueUrl: import_smithy_client.expectString,
|
|
3163
|
-
LastSyncedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3163
|
+
LastSyncedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSyncedTime")
|
|
3164
3164
|
});
|
|
3165
3165
|
}, "de_JiraConfiguration");
|
|
3166
3166
|
var de_LensReview = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3177,7 +3177,7 @@ var de_LensReview = /* @__PURE__ */ __name((output, context) => {
|
|
|
3177
3177
|
PrioritizedRiskCounts: import_smithy_client._json,
|
|
3178
3178
|
Profiles: import_smithy_client._json,
|
|
3179
3179
|
RiskCounts: import_smithy_client._json,
|
|
3180
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3180
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3181
3181
|
});
|
|
3182
3182
|
}, "de_LensReview");
|
|
3183
3183
|
var de_LensReviewSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3196,7 +3196,7 @@ var de_LensReviewSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3196
3196
|
PrioritizedRiskCounts: import_smithy_client._json,
|
|
3197
3197
|
Profiles: import_smithy_client._json,
|
|
3198
3198
|
RiskCounts: import_smithy_client._json,
|
|
3199
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3199
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3200
3200
|
});
|
|
3201
3201
|
}, "de_LensReviewSummary");
|
|
3202
3202
|
var de_LensSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3207,7 +3207,7 @@ var de_LensSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
3207
3207
|
}, "de_LensSummaries");
|
|
3208
3208
|
var de_LensSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3209
3209
|
return (0, import_smithy_client.take)(output, {
|
|
3210
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3210
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3211
3211
|
Description: import_smithy_client.expectString,
|
|
3212
3212
|
LensAlias: import_smithy_client.expectString,
|
|
3213
3213
|
LensArn: import_smithy_client.expectString,
|
|
@@ -3216,15 +3216,15 @@ var de_LensSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3216
3216
|
LensType: import_smithy_client.expectString,
|
|
3217
3217
|
LensVersion: import_smithy_client.expectString,
|
|
3218
3218
|
Owner: import_smithy_client.expectString,
|
|
3219
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3219
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3220
3220
|
});
|
|
3221
3221
|
}, "de_LensSummary");
|
|
3222
3222
|
var de_Milestone = /* @__PURE__ */ __name((output, context) => {
|
|
3223
3223
|
return (0, import_smithy_client.take)(output, {
|
|
3224
3224
|
MilestoneName: import_smithy_client.expectString,
|
|
3225
3225
|
MilestoneNumber: import_smithy_client.expectInt32,
|
|
3226
|
-
RecordedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3227
|
-
Workload: (_) => de_Workload(_, context)
|
|
3226
|
+
RecordedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RecordedAt"),
|
|
3227
|
+
Workload: /* @__PURE__ */ __name((_) => de_Workload(_, context), "Workload")
|
|
3228
3228
|
});
|
|
3229
3229
|
}, "de_Milestone");
|
|
3230
3230
|
var de_MilestoneSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3237,13 +3237,13 @@ var de_MilestoneSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3237
3237
|
return (0, import_smithy_client.take)(output, {
|
|
3238
3238
|
MilestoneName: import_smithy_client.expectString,
|
|
3239
3239
|
MilestoneNumber: import_smithy_client.expectInt32,
|
|
3240
|
-
RecordedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3241
|
-
WorkloadSummary: (_) => de_WorkloadSummary(_, context)
|
|
3240
|
+
RecordedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RecordedAt"),
|
|
3241
|
+
WorkloadSummary: /* @__PURE__ */ __name((_) => de_WorkloadSummary(_, context), "WorkloadSummary")
|
|
3242
3242
|
});
|
|
3243
3243
|
}, "de_MilestoneSummary");
|
|
3244
3244
|
var de_Profile = /* @__PURE__ */ __name((output, context) => {
|
|
3245
3245
|
return (0, import_smithy_client.take)(output, {
|
|
3246
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3246
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3247
3247
|
Owner: import_smithy_client.expectString,
|
|
3248
3248
|
ProfileArn: import_smithy_client.expectString,
|
|
3249
3249
|
ProfileDescription: import_smithy_client.expectString,
|
|
@@ -3252,7 +3252,7 @@ var de_Profile = /* @__PURE__ */ __name((output, context) => {
|
|
|
3252
3252
|
ProfileVersion: import_smithy_client.expectString,
|
|
3253
3253
|
ShareInvitationId: import_smithy_client.expectString,
|
|
3254
3254
|
Tags: import_smithy_client._json,
|
|
3255
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3255
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3256
3256
|
});
|
|
3257
3257
|
}, "de_Profile");
|
|
3258
3258
|
var de_ProfileSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3263,21 +3263,21 @@ var de_ProfileSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
3263
3263
|
}, "de_ProfileSummaries");
|
|
3264
3264
|
var de_ProfileSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3265
3265
|
return (0, import_smithy_client.take)(output, {
|
|
3266
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3266
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3267
3267
|
Owner: import_smithy_client.expectString,
|
|
3268
3268
|
ProfileArn: import_smithy_client.expectString,
|
|
3269
3269
|
ProfileDescription: import_smithy_client.expectString,
|
|
3270
3270
|
ProfileName: import_smithy_client.expectString,
|
|
3271
3271
|
ProfileVersion: import_smithy_client.expectString,
|
|
3272
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3272
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3273
3273
|
});
|
|
3274
3274
|
}, "de_ProfileSummary");
|
|
3275
3275
|
var de_ProfileTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
3276
3276
|
return (0, import_smithy_client.take)(output, {
|
|
3277
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3277
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3278
3278
|
TemplateName: import_smithy_client.expectString,
|
|
3279
3279
|
TemplateQuestions: import_smithy_client._json,
|
|
3280
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3280
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3281
3281
|
});
|
|
3282
3282
|
}, "de_ProfileTemplate");
|
|
3283
3283
|
var de_ReviewTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3292,7 +3292,7 @@ var de_ReviewTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
3292
3292
|
TemplateArn: import_smithy_client.expectString,
|
|
3293
3293
|
TemplateName: import_smithy_client.expectString,
|
|
3294
3294
|
UpdateStatus: import_smithy_client.expectString,
|
|
3295
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3295
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3296
3296
|
});
|
|
3297
3297
|
}, "de_ReviewTemplate");
|
|
3298
3298
|
var de_ReviewTemplateLensReview = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3306,7 +3306,7 @@ var de_ReviewTemplateLensReview = /* @__PURE__ */ __name((output, context) => {
|
|
|
3306
3306
|
Notes: import_smithy_client.expectString,
|
|
3307
3307
|
PillarReviewSummaries: import_smithy_client._json,
|
|
3308
3308
|
QuestionCounts: import_smithy_client._json,
|
|
3309
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3309
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3310
3310
|
});
|
|
3311
3311
|
}, "de_ReviewTemplateLensReview");
|
|
3312
3312
|
var de_ReviewTemplates = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3323,7 +3323,7 @@ var de_ReviewTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3323
3323
|
TemplateArn: import_smithy_client.expectString,
|
|
3324
3324
|
TemplateName: import_smithy_client.expectString,
|
|
3325
3325
|
UpdateStatus: import_smithy_client.expectString,
|
|
3326
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3326
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
3327
3327
|
});
|
|
3328
3328
|
}, "de_ReviewTemplateSummary");
|
|
3329
3329
|
var de_Workload = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3348,11 +3348,11 @@ var de_Workload = /* @__PURE__ */ __name((output, context) => {
|
|
|
3348
3348
|
PrioritizedRiskCounts: import_smithy_client._json,
|
|
3349
3349
|
Profiles: import_smithy_client._json,
|
|
3350
3350
|
ReviewOwner: import_smithy_client.expectString,
|
|
3351
|
-
ReviewRestrictionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3351
|
+
ReviewRestrictionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReviewRestrictionDate"),
|
|
3352
3352
|
RiskCounts: import_smithy_client._json,
|
|
3353
3353
|
ShareInvitationId: import_smithy_client.expectString,
|
|
3354
3354
|
Tags: import_smithy_client._json,
|
|
3355
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3355
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
3356
3356
|
WorkloadArn: import_smithy_client.expectString,
|
|
3357
3357
|
WorkloadId: import_smithy_client.expectString,
|
|
3358
3358
|
WorkloadName: import_smithy_client.expectString
|
|
@@ -3372,7 +3372,7 @@ var de_WorkloadSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3372
3372
|
PrioritizedRiskCounts: import_smithy_client._json,
|
|
3373
3373
|
Profiles: import_smithy_client._json,
|
|
3374
3374
|
RiskCounts: import_smithy_client._json,
|
|
3375
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3375
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
3376
3376
|
WorkloadArn: import_smithy_client.expectString,
|
|
3377
3377
|
WorkloadId: import_smithy_client.expectString,
|
|
3378
3378
|
WorkloadName: import_smithy_client.expectString
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wellarchitected 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-wellarchitected",
|
|
@@ -20,38 +20,38 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
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.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
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",
|
|
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.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|