@aws-sdk/client-resiliencehub 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 +93 -93
- 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
|
AcceptResourceGroupingRecommendationsCommand: () => AcceptResourceGroupingRecommendationsCommand,
|
|
25
25
|
AccessDeniedException: () => AccessDeniedException,
|
|
26
26
|
AddDraftAppVersionResourceMappingsCommand: () => AddDraftAppVersionResourceMappingsCommand,
|
|
@@ -182,7 +182,7 @@ __export(src_exports, {
|
|
|
182
182
|
paginateListTestRecommendations: () => paginateListTestRecommendations,
|
|
183
183
|
paginateListUnsupportedAppVersionResources: () => paginateListUnsupportedAppVersionResources
|
|
184
184
|
});
|
|
185
|
-
module.exports = __toCommonJS(
|
|
185
|
+
module.exports = __toCommonJS(index_exports);
|
|
186
186
|
|
|
187
187
|
// src/ResiliencehubClient.ts
|
|
188
188
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -309,9 +309,9 @@ var ResiliencehubClient = class extends import_smithy_client.Client {
|
|
|
309
309
|
this.middlewareStack.use(
|
|
310
310
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
311
311
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultResiliencehubHttpAuthSchemeParametersProvider,
|
|
312
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
312
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
313
313
|
"aws.auth#sigv4": config.credentials
|
|
314
|
-
})
|
|
314
|
+
}), "identityProviderConfigProvider")
|
|
315
315
|
})
|
|
316
316
|
);
|
|
317
317
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -866,7 +866,7 @@ var se_AcceptResourceGroupingRecommendationsCommand = /* @__PURE__ */ __name(asy
|
|
|
866
866
|
body = JSON.stringify(
|
|
867
867
|
(0, import_smithy_client.take)(input, {
|
|
868
868
|
appArn: [],
|
|
869
|
-
entries: (_) => (0, import_smithy_client._json)(_)
|
|
869
|
+
entries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "entries")
|
|
870
870
|
})
|
|
871
871
|
);
|
|
872
872
|
b.m("POST").h(headers).b(body);
|
|
@@ -882,7 +882,7 @@ var se_AddDraftAppVersionResourceMappingsCommand = /* @__PURE__ */ __name(async
|
|
|
882
882
|
body = JSON.stringify(
|
|
883
883
|
(0, import_smithy_client.take)(input, {
|
|
884
884
|
appArn: [],
|
|
885
|
-
resourceMappings: (_) => (0, import_smithy_client._json)(_)
|
|
885
|
+
resourceMappings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceMappings")
|
|
886
886
|
})
|
|
887
887
|
);
|
|
888
888
|
b.m("POST").h(headers).b(body);
|
|
@@ -898,7 +898,7 @@ var se_BatchUpdateRecommendationStatusCommand = /* @__PURE__ */ __name(async (in
|
|
|
898
898
|
body = JSON.stringify(
|
|
899
899
|
(0, import_smithy_client.take)(input, {
|
|
900
900
|
appArn: [],
|
|
901
|
-
requestEntries: (_) => (0, import_smithy_client._json)(_)
|
|
901
|
+
requestEntries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "requestEntries")
|
|
902
902
|
})
|
|
903
903
|
);
|
|
904
904
|
b.m("POST").h(headers).b(body);
|
|
@@ -917,11 +917,11 @@ var se_CreateAppCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
917
917
|
awsApplicationArn: [],
|
|
918
918
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
919
919
|
description: [],
|
|
920
|
-
eventSubscriptions: (_) => (0, import_smithy_client._json)(_),
|
|
920
|
+
eventSubscriptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eventSubscriptions"),
|
|
921
921
|
name: [],
|
|
922
|
-
permissionModel: (_) => (0, import_smithy_client._json)(_),
|
|
922
|
+
permissionModel: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "permissionModel"),
|
|
923
923
|
policyArn: [],
|
|
924
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
924
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
925
925
|
})
|
|
926
926
|
);
|
|
927
927
|
b.m("POST").h(headers).b(body);
|
|
@@ -936,7 +936,7 @@ var se_CreateAppVersionAppComponentCommand = /* @__PURE__ */ __name(async (input
|
|
|
936
936
|
let body;
|
|
937
937
|
body = JSON.stringify(
|
|
938
938
|
(0, import_smithy_client.take)(input, {
|
|
939
|
-
additionalInfo: (_) => (0, import_smithy_client._json)(_),
|
|
939
|
+
additionalInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalInfo"),
|
|
940
940
|
appArn: [],
|
|
941
941
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
942
942
|
id: [],
|
|
@@ -956,13 +956,13 @@ var se_CreateAppVersionResourceCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
956
956
|
let body;
|
|
957
957
|
body = JSON.stringify(
|
|
958
958
|
(0, import_smithy_client.take)(input, {
|
|
959
|
-
additionalInfo: (_) => (0, import_smithy_client._json)(_),
|
|
959
|
+
additionalInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalInfo"),
|
|
960
960
|
appArn: [],
|
|
961
|
-
appComponents: (_) => (0, import_smithy_client._json)(_),
|
|
961
|
+
appComponents: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "appComponents"),
|
|
962
962
|
awsAccountId: [],
|
|
963
963
|
awsRegion: [],
|
|
964
964
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
965
|
-
logicalResourceId: (_) => (0, import_smithy_client._json)(_),
|
|
965
|
+
logicalResourceId: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logicalResourceId"),
|
|
966
966
|
physicalResourceId: [],
|
|
967
967
|
resourceName: [],
|
|
968
968
|
resourceType: []
|
|
@@ -985,9 +985,9 @@ var se_CreateRecommendationTemplateCommand = /* @__PURE__ */ __name(async (input
|
|
|
985
985
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
986
986
|
format: [],
|
|
987
987
|
name: [],
|
|
988
|
-
recommendationIds: (_) => (0, import_smithy_client._json)(_),
|
|
989
|
-
recommendationTypes: (_) => (0, import_smithy_client._json)(_),
|
|
990
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
988
|
+
recommendationIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "recommendationIds"),
|
|
989
|
+
recommendationTypes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "recommendationTypes"),
|
|
990
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
991
991
|
})
|
|
992
992
|
);
|
|
993
993
|
b.m("POST").h(headers).b(body);
|
|
@@ -1004,10 +1004,10 @@ var se_CreateResiliencyPolicyCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1004
1004
|
(0, import_smithy_client.take)(input, {
|
|
1005
1005
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1006
1006
|
dataLocationConstraint: [],
|
|
1007
|
-
policy: (_) => (0, import_smithy_client._json)(_),
|
|
1007
|
+
policy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policy"),
|
|
1008
1008
|
policyDescription: [],
|
|
1009
1009
|
policyName: [],
|
|
1010
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1010
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
1011
1011
|
tier: []
|
|
1012
1012
|
})
|
|
1013
1013
|
);
|
|
@@ -1058,9 +1058,9 @@ var se_DeleteAppInputSourceCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1058
1058
|
(0, import_smithy_client.take)(input, {
|
|
1059
1059
|
appArn: [],
|
|
1060
1060
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1061
|
-
eksSourceClusterNamespace: (_) => (0, import_smithy_client._json)(_),
|
|
1061
|
+
eksSourceClusterNamespace: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eksSourceClusterNamespace"),
|
|
1062
1062
|
sourceArn: [],
|
|
1063
|
-
terraformSource: (_) => (0, import_smithy_client._json)(_)
|
|
1063
|
+
terraformSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "terraformSource")
|
|
1064
1064
|
})
|
|
1065
1065
|
);
|
|
1066
1066
|
b.m("POST").h(headers).b(body);
|
|
@@ -1096,7 +1096,7 @@ var se_DeleteAppVersionResourceCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1096
1096
|
awsAccountId: [],
|
|
1097
1097
|
awsRegion: [],
|
|
1098
1098
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1099
|
-
logicalResourceId: (_) => (0, import_smithy_client._json)(_),
|
|
1099
|
+
logicalResourceId: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logicalResourceId"),
|
|
1100
1100
|
physicalResourceId: [],
|
|
1101
1101
|
resourceName: []
|
|
1102
1102
|
})
|
|
@@ -1212,7 +1212,7 @@ var se_DescribeAppVersionResourceCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1212
1212
|
appVersion: [],
|
|
1213
1213
|
awsAccountId: [],
|
|
1214
1214
|
awsRegion: [],
|
|
1215
|
-
logicalResourceId: (_) => (0, import_smithy_client._json)(_),
|
|
1215
|
+
logicalResourceId: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logicalResourceId"),
|
|
1216
1216
|
physicalResourceId: [],
|
|
1217
1217
|
resourceName: []
|
|
1218
1218
|
})
|
|
@@ -1324,10 +1324,10 @@ var se_ImportResourcesToDraftAppVersionCommand = /* @__PURE__ */ __name(async (i
|
|
|
1324
1324
|
body = JSON.stringify(
|
|
1325
1325
|
(0, import_smithy_client.take)(input, {
|
|
1326
1326
|
appArn: [],
|
|
1327
|
-
eksSources: (_) => (0, import_smithy_client._json)(_),
|
|
1327
|
+
eksSources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eksSources"),
|
|
1328
1328
|
importStrategy: [],
|
|
1329
|
-
sourceArns: (_) => (0, import_smithy_client._json)(_),
|
|
1330
|
-
terraformSources: (_) => (0, import_smithy_client._json)(_)
|
|
1329
|
+
sourceArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sourceArns"),
|
|
1330
|
+
terraformSources: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "terraformSources")
|
|
1331
1331
|
})
|
|
1332
1332
|
);
|
|
1333
1333
|
b.m("POST").h(headers).b(body);
|
|
@@ -1537,10 +1537,10 @@ var se_ListAppVersionsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1537
1537
|
body = JSON.stringify(
|
|
1538
1538
|
(0, import_smithy_client.take)(input, {
|
|
1539
1539
|
appArn: [],
|
|
1540
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
1540
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
1541
1541
|
maxResults: [],
|
|
1542
1542
|
nextToken: [],
|
|
1543
|
-
startTime: (_) => _.getTime() / 1e3
|
|
1543
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime")
|
|
1544
1544
|
})
|
|
1545
1545
|
);
|
|
1546
1546
|
b.m("POST").h(headers).b(body);
|
|
@@ -1555,12 +1555,12 @@ var se_ListMetricsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1555
1555
|
let body;
|
|
1556
1556
|
body = JSON.stringify(
|
|
1557
1557
|
(0, import_smithy_client.take)(input, {
|
|
1558
|
-
conditions: (_) => (0, import_smithy_client._json)(_),
|
|
1558
|
+
conditions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "conditions"),
|
|
1559
1559
|
dataSource: [],
|
|
1560
|
-
fields: (_) => (0, import_smithy_client._json)(_),
|
|
1560
|
+
fields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "fields"),
|
|
1561
1561
|
maxResults: [],
|
|
1562
1562
|
nextToken: [],
|
|
1563
|
-
sorts: (_) => (0, import_smithy_client._json)(_)
|
|
1563
|
+
sorts: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sorts")
|
|
1564
1564
|
})
|
|
1565
1565
|
);
|
|
1566
1566
|
b.m("POST").h(headers).b(body);
|
|
@@ -1725,7 +1725,7 @@ var se_RejectResourceGroupingRecommendationsCommand = /* @__PURE__ */ __name(asy
|
|
|
1725
1725
|
body = JSON.stringify(
|
|
1726
1726
|
(0, import_smithy_client.take)(input, {
|
|
1727
1727
|
appArn: [],
|
|
1728
|
-
entries: (_) => (0, import_smithy_client._json)(_)
|
|
1728
|
+
entries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "entries")
|
|
1729
1729
|
})
|
|
1730
1730
|
);
|
|
1731
1731
|
b.m("POST").h(headers).b(body);
|
|
@@ -1741,12 +1741,12 @@ var se_RemoveDraftAppVersionResourceMappingsCommand = /* @__PURE__ */ __name(asy
|
|
|
1741
1741
|
body = JSON.stringify(
|
|
1742
1742
|
(0, import_smithy_client.take)(input, {
|
|
1743
1743
|
appArn: [],
|
|
1744
|
-
appRegistryAppNames: (_) => (0, import_smithy_client._json)(_),
|
|
1745
|
-
eksSourceNames: (_) => (0, import_smithy_client._json)(_),
|
|
1746
|
-
logicalStackNames: (_) => (0, import_smithy_client._json)(_),
|
|
1747
|
-
resourceGroupNames: (_) => (0, import_smithy_client._json)(_),
|
|
1748
|
-
resourceNames: (_) => (0, import_smithy_client._json)(_),
|
|
1749
|
-
terraformSourceNames: (_) => (0, import_smithy_client._json)(_)
|
|
1744
|
+
appRegistryAppNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "appRegistryAppNames"),
|
|
1745
|
+
eksSourceNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eksSourceNames"),
|
|
1746
|
+
logicalStackNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logicalStackNames"),
|
|
1747
|
+
resourceGroupNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceGroupNames"),
|
|
1748
|
+
resourceNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourceNames"),
|
|
1749
|
+
terraformSourceNames: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "terraformSourceNames")
|
|
1750
1750
|
})
|
|
1751
1751
|
);
|
|
1752
1752
|
b.m("POST").h(headers).b(body);
|
|
@@ -1781,7 +1781,7 @@ var se_StartAppAssessmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1781
1781
|
appVersion: [],
|
|
1782
1782
|
assessmentName: [],
|
|
1783
1783
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1784
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1784
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1785
1785
|
})
|
|
1786
1786
|
);
|
|
1787
1787
|
b.m("POST").h(headers).b(body);
|
|
@@ -1828,7 +1828,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1828
1828
|
let body;
|
|
1829
1829
|
body = JSON.stringify(
|
|
1830
1830
|
(0, import_smithy_client.take)(input, {
|
|
1831
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1831
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1832
1832
|
})
|
|
1833
1833
|
);
|
|
1834
1834
|
b.m("POST").h(headers).b(body);
|
|
@@ -1859,8 +1859,8 @@ var se_UpdateAppCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1859
1859
|
assessmentSchedule: [],
|
|
1860
1860
|
clearResiliencyPolicyArn: [],
|
|
1861
1861
|
description: [],
|
|
1862
|
-
eventSubscriptions: (_) => (0, import_smithy_client._json)(_),
|
|
1863
|
-
permissionModel: (_) => (0, import_smithy_client._json)(_),
|
|
1862
|
+
eventSubscriptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "eventSubscriptions"),
|
|
1863
|
+
permissionModel: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "permissionModel"),
|
|
1864
1864
|
policyArn: []
|
|
1865
1865
|
})
|
|
1866
1866
|
);
|
|
@@ -1876,7 +1876,7 @@ var se_UpdateAppVersionCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1876
1876
|
let body;
|
|
1877
1877
|
body = JSON.stringify(
|
|
1878
1878
|
(0, import_smithy_client.take)(input, {
|
|
1879
|
-
additionalInfo: (_) => (0, import_smithy_client._json)(_),
|
|
1879
|
+
additionalInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalInfo"),
|
|
1880
1880
|
appArn: []
|
|
1881
1881
|
})
|
|
1882
1882
|
);
|
|
@@ -1892,7 +1892,7 @@ var se_UpdateAppVersionAppComponentCommand = /* @__PURE__ */ __name(async (input
|
|
|
1892
1892
|
let body;
|
|
1893
1893
|
body = JSON.stringify(
|
|
1894
1894
|
(0, import_smithy_client.take)(input, {
|
|
1895
|
-
additionalInfo: (_) => (0, import_smithy_client._json)(_),
|
|
1895
|
+
additionalInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalInfo"),
|
|
1896
1896
|
appArn: [],
|
|
1897
1897
|
id: [],
|
|
1898
1898
|
name: [],
|
|
@@ -1911,13 +1911,13 @@ var se_UpdateAppVersionResourceCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1911
1911
|
let body;
|
|
1912
1912
|
body = JSON.stringify(
|
|
1913
1913
|
(0, import_smithy_client.take)(input, {
|
|
1914
|
-
additionalInfo: (_) => (0, import_smithy_client._json)(_),
|
|
1914
|
+
additionalInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "additionalInfo"),
|
|
1915
1915
|
appArn: [],
|
|
1916
|
-
appComponents: (_) => (0, import_smithy_client._json)(_),
|
|
1916
|
+
appComponents: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "appComponents"),
|
|
1917
1917
|
awsAccountId: [],
|
|
1918
1918
|
awsRegion: [],
|
|
1919
1919
|
excluded: [],
|
|
1920
|
-
logicalResourceId: (_) => (0, import_smithy_client._json)(_),
|
|
1920
|
+
logicalResourceId: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logicalResourceId"),
|
|
1921
1921
|
physicalResourceId: [],
|
|
1922
1922
|
resourceName: [],
|
|
1923
1923
|
resourceType: []
|
|
@@ -1936,7 +1936,7 @@ var se_UpdateResiliencyPolicyCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
1936
1936
|
body = JSON.stringify(
|
|
1937
1937
|
(0, import_smithy_client.take)(input, {
|
|
1938
1938
|
dataLocationConstraint: [],
|
|
1939
|
-
policy: (_) => (0, import_smithy_client._json)(_),
|
|
1939
|
+
policy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "policy"),
|
|
1940
1940
|
policyArn: [],
|
|
1941
1941
|
policyDescription: [],
|
|
1942
1942
|
policyName: [],
|
|
@@ -2002,7 +2002,7 @@ var de_CreateAppCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2002
2002
|
});
|
|
2003
2003
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2004
2004
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2005
|
-
app: (_) => de_App(_, context)
|
|
2005
|
+
app: /* @__PURE__ */ __name((_) => de_App(_, context), "app")
|
|
2006
2006
|
});
|
|
2007
2007
|
Object.assign(contents, doc);
|
|
2008
2008
|
return contents;
|
|
@@ -2048,7 +2048,7 @@ var de_CreateRecommendationTemplateCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2048
2048
|
});
|
|
2049
2049
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2050
2050
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2051
|
-
recommendationTemplate: (_) => de_RecommendationTemplate(_, context)
|
|
2051
|
+
recommendationTemplate: /* @__PURE__ */ __name((_) => de_RecommendationTemplate(_, context), "recommendationTemplate")
|
|
2052
2052
|
});
|
|
2053
2053
|
Object.assign(contents, doc);
|
|
2054
2054
|
return contents;
|
|
@@ -2062,7 +2062,7 @@ var de_CreateResiliencyPolicyCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2062
2062
|
});
|
|
2063
2063
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2064
2064
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2065
|
-
policy: (_) => de_ResiliencyPolicy(_, context)
|
|
2065
|
+
policy: /* @__PURE__ */ __name((_) => de_ResiliencyPolicy(_, context), "policy")
|
|
2066
2066
|
});
|
|
2067
2067
|
Object.assign(contents, doc);
|
|
2068
2068
|
return contents;
|
|
@@ -2181,7 +2181,7 @@ var de_DescribeAppCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2181
2181
|
});
|
|
2182
2182
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2183
2183
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2184
|
-
app: (_) => de_App(_, context)
|
|
2184
|
+
app: /* @__PURE__ */ __name((_) => de_App(_, context), "app")
|
|
2185
2185
|
});
|
|
2186
2186
|
Object.assign(contents, doc);
|
|
2187
2187
|
return contents;
|
|
@@ -2195,7 +2195,7 @@ var de_DescribeAppAssessmentCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2195
2195
|
});
|
|
2196
2196
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2197
2197
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2198
|
-
assessment: (_) => de_AppAssessment(_, context)
|
|
2198
|
+
assessment: /* @__PURE__ */ __name((_) => de_AppAssessment(_, context), "assessment")
|
|
2199
2199
|
});
|
|
2200
2200
|
Object.assign(contents, doc);
|
|
2201
2201
|
return contents;
|
|
@@ -2296,7 +2296,7 @@ var de_DescribeDraftAppVersionResourcesImportStatusCommand = /* @__PURE__ */ __n
|
|
|
2296
2296
|
errorDetails: import_smithy_client._json,
|
|
2297
2297
|
errorMessage: import_smithy_client.expectString,
|
|
2298
2298
|
status: import_smithy_client.expectString,
|
|
2299
|
-
statusChangeTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2299
|
+
statusChangeTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "statusChangeTime")
|
|
2300
2300
|
});
|
|
2301
2301
|
Object.assign(contents, doc);
|
|
2302
2302
|
return contents;
|
|
@@ -2327,7 +2327,7 @@ var de_DescribeResiliencyPolicyCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2327
2327
|
});
|
|
2328
2328
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2329
2329
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2330
|
-
policy: (_) => de_ResiliencyPolicy(_, context)
|
|
2330
|
+
policy: /* @__PURE__ */ __name((_) => de_ResiliencyPolicy(_, context), "policy")
|
|
2331
2331
|
});
|
|
2332
2332
|
Object.assign(contents, doc);
|
|
2333
2333
|
return contents;
|
|
@@ -2421,7 +2421,7 @@ var de_ListAppAssessmentsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2421
2421
|
});
|
|
2422
2422
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2423
2423
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2424
|
-
assessmentSummaries: (_) => de_AppAssessmentSummaryList(_, context),
|
|
2424
|
+
assessmentSummaries: /* @__PURE__ */ __name((_) => de_AppAssessmentSummaryList(_, context), "assessmentSummaries"),
|
|
2425
2425
|
nextToken: import_smithy_client.expectString
|
|
2426
2426
|
});
|
|
2427
2427
|
Object.assign(contents, doc);
|
|
@@ -2436,7 +2436,7 @@ var de_ListAppComponentCompliancesCommand = /* @__PURE__ */ __name(async (output
|
|
|
2436
2436
|
});
|
|
2437
2437
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2438
2438
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2439
|
-
componentCompliances: (_) => de_ComponentCompliancesList(_, context),
|
|
2439
|
+
componentCompliances: /* @__PURE__ */ __name((_) => de_ComponentCompliancesList(_, context), "componentCompliances"),
|
|
2440
2440
|
nextToken: import_smithy_client.expectString
|
|
2441
2441
|
});
|
|
2442
2442
|
Object.assign(contents, doc);
|
|
@@ -2451,7 +2451,7 @@ var de_ListAppComponentRecommendationsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2451
2451
|
});
|
|
2452
2452
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2453
2453
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2454
|
-
componentRecommendations: (_) => de_ComponentRecommendationList(_, context),
|
|
2454
|
+
componentRecommendations: /* @__PURE__ */ __name((_) => de_ComponentRecommendationList(_, context), "componentRecommendations"),
|
|
2455
2455
|
nextToken: import_smithy_client.expectString
|
|
2456
2456
|
});
|
|
2457
2457
|
Object.assign(contents, doc);
|
|
@@ -2481,7 +2481,7 @@ var de_ListAppsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2481
2481
|
});
|
|
2482
2482
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2483
2483
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2484
|
-
appSummaries: (_) => de_AppSummaryList(_, context),
|
|
2484
|
+
appSummaries: /* @__PURE__ */ __name((_) => de_AppSummaryList(_, context), "appSummaries"),
|
|
2485
2485
|
nextToken: import_smithy_client.expectString
|
|
2486
2486
|
});
|
|
2487
2487
|
Object.assign(contents, doc);
|
|
@@ -2544,7 +2544,7 @@ var de_ListAppVersionsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2544
2544
|
});
|
|
2545
2545
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2546
2546
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2547
|
-
appVersions: (_) => de_AppVersionList(_, context),
|
|
2547
|
+
appVersions: /* @__PURE__ */ __name((_) => de_AppVersionList(_, context), "appVersions"),
|
|
2548
2548
|
nextToken: import_smithy_client.expectString
|
|
2549
2549
|
});
|
|
2550
2550
|
Object.assign(contents, doc);
|
|
@@ -2575,7 +2575,7 @@ var de_ListRecommendationTemplatesCommand = /* @__PURE__ */ __name(async (output
|
|
|
2575
2575
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2576
2576
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2577
2577
|
nextToken: import_smithy_client.expectString,
|
|
2578
|
-
recommendationTemplates: (_) => de_RecommendationTemplateList(_, context)
|
|
2578
|
+
recommendationTemplates: /* @__PURE__ */ __name((_) => de_RecommendationTemplateList(_, context), "recommendationTemplates")
|
|
2579
2579
|
});
|
|
2580
2580
|
Object.assign(contents, doc);
|
|
2581
2581
|
return contents;
|
|
@@ -2590,7 +2590,7 @@ var de_ListResiliencyPoliciesCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2590
2590
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2591
2591
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2592
2592
|
nextToken: import_smithy_client.expectString,
|
|
2593
|
-
resiliencyPolicies: (_) => de_ResiliencyPolicies(_, context)
|
|
2593
|
+
resiliencyPolicies: /* @__PURE__ */ __name((_) => de_ResiliencyPolicies(_, context), "resiliencyPolicies")
|
|
2594
2594
|
});
|
|
2595
2595
|
Object.assign(contents, doc);
|
|
2596
2596
|
return contents;
|
|
@@ -2604,7 +2604,7 @@ var de_ListResourceGroupingRecommendationsCommand = /* @__PURE__ */ __name(async
|
|
|
2604
2604
|
});
|
|
2605
2605
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2606
2606
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2607
|
-
groupingRecommendations: (_) => de_GroupingRecommendationList(_, context),
|
|
2607
|
+
groupingRecommendations: /* @__PURE__ */ __name((_) => de_GroupingRecommendationList(_, context), "groupingRecommendations"),
|
|
2608
2608
|
nextToken: import_smithy_client.expectString
|
|
2609
2609
|
});
|
|
2610
2610
|
Object.assign(contents, doc);
|
|
@@ -2635,7 +2635,7 @@ var de_ListSuggestedResiliencyPoliciesCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2635
2635
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2636
2636
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2637
2637
|
nextToken: import_smithy_client.expectString,
|
|
2638
|
-
resiliencyPolicies: (_) => de_ResiliencyPolicies(_, context)
|
|
2638
|
+
resiliencyPolicies: /* @__PURE__ */ __name((_) => de_ResiliencyPolicies(_, context), "resiliencyPolicies")
|
|
2639
2639
|
});
|
|
2640
2640
|
Object.assign(contents, doc);
|
|
2641
2641
|
return contents;
|
|
@@ -2773,7 +2773,7 @@ var de_StartAppAssessmentCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2773
2773
|
});
|
|
2774
2774
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2775
2775
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2776
|
-
assessment: (_) => de_AppAssessment(_, context)
|
|
2776
|
+
assessment: /* @__PURE__ */ __name((_) => de_AppAssessment(_, context), "assessment")
|
|
2777
2777
|
});
|
|
2778
2778
|
Object.assign(contents, doc);
|
|
2779
2779
|
return contents;
|
|
@@ -2839,7 +2839,7 @@ var de_UpdateAppCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2839
2839
|
});
|
|
2840
2840
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2841
2841
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2842
|
-
app: (_) => de_App(_, context)
|
|
2842
|
+
app: /* @__PURE__ */ __name((_) => de_App(_, context), "app")
|
|
2843
2843
|
});
|
|
2844
2844
|
Object.assign(contents, doc);
|
|
2845
2845
|
return contents;
|
|
@@ -2901,7 +2901,7 @@ var de_UpdateResiliencyPolicyCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2901
2901
|
});
|
|
2902
2902
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2903
2903
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2904
|
-
policy: (_) => de_ResiliencyPolicy(_, context)
|
|
2904
|
+
policy: /* @__PURE__ */ __name((_) => de_ResiliencyPolicy(_, context), "policy")
|
|
2905
2905
|
});
|
|
2906
2906
|
Object.assign(contents, doc);
|
|
2907
2907
|
return contents;
|
|
@@ -3046,13 +3046,13 @@ var de_App = /* @__PURE__ */ __name((output, context) => {
|
|
|
3046
3046
|
assessmentSchedule: import_smithy_client.expectString,
|
|
3047
3047
|
awsApplicationArn: import_smithy_client.expectString,
|
|
3048
3048
|
complianceStatus: import_smithy_client.expectString,
|
|
3049
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3049
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
3050
3050
|
description: import_smithy_client.expectString,
|
|
3051
3051
|
driftStatus: import_smithy_client.expectString,
|
|
3052
3052
|
eventSubscriptions: import_smithy_client._json,
|
|
3053
|
-
lastAppComplianceEvaluationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3054
|
-
lastDriftEvaluationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3055
|
-
lastResiliencyScoreEvaluationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3053
|
+
lastAppComplianceEvaluationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastAppComplianceEvaluationTime"),
|
|
3054
|
+
lastDriftEvaluationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastDriftEvaluationTime"),
|
|
3055
|
+
lastResiliencyScoreEvaluationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastResiliencyScoreEvaluationTime"),
|
|
3056
3056
|
name: import_smithy_client.expectString,
|
|
3057
3057
|
permissionModel: import_smithy_client._json,
|
|
3058
3058
|
policyArn: import_smithy_client.expectString,
|
|
@@ -3072,15 +3072,15 @@ var de_AppAssessment = /* @__PURE__ */ __name((output, context) => {
|
|
|
3072
3072
|
assessmentStatus: import_smithy_client.expectString,
|
|
3073
3073
|
compliance: import_smithy_client._json,
|
|
3074
3074
|
complianceStatus: import_smithy_client.expectString,
|
|
3075
|
-
cost: (_) => de_Cost(_, context),
|
|
3075
|
+
cost: /* @__PURE__ */ __name((_) => de_Cost(_, context), "cost"),
|
|
3076
3076
|
driftStatus: import_smithy_client.expectString,
|
|
3077
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3077
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
3078
3078
|
invoker: import_smithy_client.expectString,
|
|
3079
3079
|
message: import_smithy_client.expectString,
|
|
3080
|
-
policy: (_) => de_ResiliencyPolicy(_, context),
|
|
3081
|
-
resiliencyScore: (_) => de_ResiliencyScore(_, context),
|
|
3080
|
+
policy: /* @__PURE__ */ __name((_) => de_ResiliencyPolicy(_, context), "policy"),
|
|
3081
|
+
resiliencyScore: /* @__PURE__ */ __name((_) => de_ResiliencyScore(_, context), "resiliencyScore"),
|
|
3082
3082
|
resourceErrorsDetails: import_smithy_client._json,
|
|
3083
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3083
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
3084
3084
|
summary: import_smithy_client._json,
|
|
3085
3085
|
tags: import_smithy_client._json,
|
|
3086
3086
|
versionName: import_smithy_client.expectString
|
|
@@ -3094,13 +3094,13 @@ var de_AppAssessmentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3094
3094
|
assessmentName: import_smithy_client.expectString,
|
|
3095
3095
|
assessmentStatus: import_smithy_client.expectString,
|
|
3096
3096
|
complianceStatus: import_smithy_client.expectString,
|
|
3097
|
-
cost: (_) => de_Cost(_, context),
|
|
3097
|
+
cost: /* @__PURE__ */ __name((_) => de_Cost(_, context), "cost"),
|
|
3098
3098
|
driftStatus: import_smithy_client.expectString,
|
|
3099
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3099
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
3100
3100
|
invoker: import_smithy_client.expectString,
|
|
3101
3101
|
message: import_smithy_client.expectString,
|
|
3102
3102
|
resiliencyScore: import_smithy_client.limitedParseDouble,
|
|
3103
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3103
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
3104
3104
|
versionName: import_smithy_client.expectString
|
|
3105
3105
|
});
|
|
3106
3106
|
}, "de_AppAssessmentSummary");
|
|
@@ -3114,9 +3114,9 @@ var de_AppComponentCompliance = /* @__PURE__ */ __name((output, context) => {
|
|
|
3114
3114
|
return (0, import_smithy_client.take)(output, {
|
|
3115
3115
|
appComponentName: import_smithy_client.expectString,
|
|
3116
3116
|
compliance: import_smithy_client._json,
|
|
3117
|
-
cost: (_) => de_Cost(_, context),
|
|
3117
|
+
cost: /* @__PURE__ */ __name((_) => de_Cost(_, context), "cost"),
|
|
3118
3118
|
message: import_smithy_client.expectString,
|
|
3119
|
-
resiliencyScore: (_) => de_ResiliencyScore(_, context),
|
|
3119
|
+
resiliencyScore: /* @__PURE__ */ __name((_) => de_ResiliencyScore(_, context), "resiliencyScore"),
|
|
3120
3120
|
status: import_smithy_client.expectString
|
|
3121
3121
|
});
|
|
3122
3122
|
}, "de_AppComponentCompliance");
|
|
@@ -3126,10 +3126,10 @@ var de_AppSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
3126
3126
|
assessmentSchedule: import_smithy_client.expectString,
|
|
3127
3127
|
awsApplicationArn: import_smithy_client.expectString,
|
|
3128
3128
|
complianceStatus: import_smithy_client.expectString,
|
|
3129
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3129
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
3130
3130
|
description: import_smithy_client.expectString,
|
|
3131
3131
|
driftStatus: import_smithy_client.expectString,
|
|
3132
|
-
lastAppComplianceEvaluationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3132
|
+
lastAppComplianceEvaluationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastAppComplianceEvaluationTime"),
|
|
3133
3133
|
name: import_smithy_client.expectString,
|
|
3134
3134
|
resiliencyScore: import_smithy_client.limitedParseDouble,
|
|
3135
3135
|
rpoInSecs: import_smithy_client.expectInt32,
|
|
@@ -3152,7 +3152,7 @@ var de_AppVersionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3152
3152
|
var de_AppVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
3153
3153
|
return (0, import_smithy_client.take)(output, {
|
|
3154
3154
|
appVersion: import_smithy_client.expectString,
|
|
3155
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3155
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
3156
3156
|
identifier: import_smithy_client.expectLong,
|
|
3157
3157
|
versionName: import_smithy_client.expectString
|
|
3158
3158
|
});
|
|
@@ -3166,7 +3166,7 @@ var de_ComponentCompliancesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3166
3166
|
var de_ComponentRecommendation = /* @__PURE__ */ __name((output, context) => {
|
|
3167
3167
|
return (0, import_smithy_client.take)(output, {
|
|
3168
3168
|
appComponentName: import_smithy_client.expectString,
|
|
3169
|
-
configRecommendations: (_) => de_ConfigRecommendationList(_, context),
|
|
3169
|
+
configRecommendations: /* @__PURE__ */ __name((_) => de_ConfigRecommendationList(_, context), "configRecommendations"),
|
|
3170
3170
|
recommendationStatus: import_smithy_client.expectString
|
|
3171
3171
|
});
|
|
3172
3172
|
}, "de_ComponentRecommendation");
|
|
@@ -3180,7 +3180,7 @@ var de_ConfigRecommendation = /* @__PURE__ */ __name((output, context) => {
|
|
|
3180
3180
|
return (0, import_smithy_client.take)(output, {
|
|
3181
3181
|
appComponentName: import_smithy_client.expectString,
|
|
3182
3182
|
compliance: import_smithy_client._json,
|
|
3183
|
-
cost: (_) => de_Cost(_, context),
|
|
3183
|
+
cost: /* @__PURE__ */ __name((_) => de_Cost(_, context), "cost"),
|
|
3184
3184
|
description: import_smithy_client.expectString,
|
|
3185
3185
|
haArchitecture: import_smithy_client.expectString,
|
|
3186
3186
|
name: import_smithy_client.expectString,
|
|
@@ -3215,7 +3215,7 @@ var de_DisruptionResiliencyScore = /* @__PURE__ */ __name((output, context) => {
|
|
|
3215
3215
|
var de_GroupingRecommendation = /* @__PURE__ */ __name((output, context) => {
|
|
3216
3216
|
return (0, import_smithy_client.take)(output, {
|
|
3217
3217
|
confidenceLevel: import_smithy_client.expectString,
|
|
3218
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3218
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
3219
3219
|
groupingAppComponent: import_smithy_client._json,
|
|
3220
3220
|
groupingRecommendationId: import_smithy_client.expectString,
|
|
3221
3221
|
recommendationReasons: import_smithy_client._json,
|
|
@@ -3235,7 +3235,7 @@ var de_RecommendationTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
3235
3235
|
return (0, import_smithy_client.take)(output, {
|
|
3236
3236
|
appArn: import_smithy_client.expectString,
|
|
3237
3237
|
assessmentArn: import_smithy_client.expectString,
|
|
3238
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3238
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
3239
3239
|
format: import_smithy_client.expectString,
|
|
3240
3240
|
message: import_smithy_client.expectString,
|
|
3241
3241
|
name: import_smithy_client.expectString,
|
|
@@ -3243,7 +3243,7 @@ var de_RecommendationTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
3243
3243
|
recommendationIds: import_smithy_client._json,
|
|
3244
3244
|
recommendationTemplateArn: import_smithy_client.expectString,
|
|
3245
3245
|
recommendationTypes: import_smithy_client._json,
|
|
3246
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3246
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
3247
3247
|
status: import_smithy_client.expectString,
|
|
3248
3248
|
tags: import_smithy_client._json,
|
|
3249
3249
|
templatesLocation: import_smithy_client._json
|
|
@@ -3263,7 +3263,7 @@ var de_ResiliencyPolicies = /* @__PURE__ */ __name((output, context) => {
|
|
|
3263
3263
|
}, "de_ResiliencyPolicies");
|
|
3264
3264
|
var de_ResiliencyPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
3265
3265
|
return (0, import_smithy_client.take)(output, {
|
|
3266
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3266
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
3267
3267
|
dataLocationConstraint: import_smithy_client.expectString,
|
|
3268
3268
|
estimatedCostTier: import_smithy_client.expectString,
|
|
3269
3269
|
policy: import_smithy_client._json,
|
|
@@ -3276,8 +3276,8 @@ var de_ResiliencyPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
|
3276
3276
|
}, "de_ResiliencyPolicy");
|
|
3277
3277
|
var de_ResiliencyScore = /* @__PURE__ */ __name((output, context) => {
|
|
3278
3278
|
return (0, import_smithy_client.take)(output, {
|
|
3279
|
-
componentScore: (_) => de_ScoringComponentResiliencyScores(_, context),
|
|
3280
|
-
disruptionScore: (_) => de_DisruptionResiliencyScore(_, context),
|
|
3279
|
+
componentScore: /* @__PURE__ */ __name((_) => de_ScoringComponentResiliencyScores(_, context), "componentScore"),
|
|
3280
|
+
disruptionScore: /* @__PURE__ */ __name((_) => de_DisruptionResiliencyScore(_, context), "disruptionScore"),
|
|
3281
3281
|
score: import_smithy_client.limitedParseDouble
|
|
3282
3282
|
});
|
|
3283
3283
|
}, "de_ResiliencyScore");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resiliencehub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resiliencehub 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-resiliencehub",
|
|
@@ -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",
|