@aws-sdk/client-fis 3.211.0 → 3.213.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.
|
@@ -989,10 +989,8 @@ const serializeAws_restJson1CreateExperimentTemplateActionInputMap = (input, con
|
|
|
989
989
|
if (value === null) {
|
|
990
990
|
return acc;
|
|
991
991
|
}
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
[key]: serializeAws_restJson1CreateExperimentTemplateActionInput(value, context),
|
|
995
|
-
};
|
|
992
|
+
acc[key] = serializeAws_restJson1CreateExperimentTemplateActionInput(value, context);
|
|
993
|
+
return acc;
|
|
996
994
|
}, {});
|
|
997
995
|
};
|
|
998
996
|
const serializeAws_restJson1CreateExperimentTemplateLogConfigurationInput = (input, context) => {
|
|
@@ -1040,10 +1038,8 @@ const serializeAws_restJson1CreateExperimentTemplateTargetInputMap = (input, con
|
|
|
1040
1038
|
if (value === null) {
|
|
1041
1039
|
return acc;
|
|
1042
1040
|
}
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
[key]: serializeAws_restJson1CreateExperimentTemplateTargetInput(value, context),
|
|
1046
|
-
};
|
|
1041
|
+
acc[key] = serializeAws_restJson1CreateExperimentTemplateTargetInput(value, context);
|
|
1042
|
+
return acc;
|
|
1047
1043
|
}, {});
|
|
1048
1044
|
};
|
|
1049
1045
|
const serializeAws_restJson1ExperimentTemplateActionParameterMap = (input, context) => {
|
|
@@ -1051,10 +1047,8 @@ const serializeAws_restJson1ExperimentTemplateActionParameterMap = (input, conte
|
|
|
1051
1047
|
if (value === null) {
|
|
1052
1048
|
return acc;
|
|
1053
1049
|
}
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
[key]: value,
|
|
1057
|
-
};
|
|
1050
|
+
acc[key] = value;
|
|
1051
|
+
return acc;
|
|
1058
1052
|
}, {});
|
|
1059
1053
|
};
|
|
1060
1054
|
const serializeAws_restJson1ExperimentTemplateActionStartAfterList = (input, context) => {
|
|
@@ -1069,10 +1063,8 @@ const serializeAws_restJson1ExperimentTemplateActionTargetMap = (input, context)
|
|
|
1069
1063
|
if (value === null) {
|
|
1070
1064
|
return acc;
|
|
1071
1065
|
}
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
[key]: value,
|
|
1075
|
-
};
|
|
1066
|
+
acc[key] = value;
|
|
1067
|
+
return acc;
|
|
1076
1068
|
}, {});
|
|
1077
1069
|
};
|
|
1078
1070
|
const serializeAws_restJson1ExperimentTemplateCloudWatchLogsLogConfigurationInput = (input, context) => {
|
|
@@ -1113,10 +1105,8 @@ const serializeAws_restJson1ExperimentTemplateTargetParameterMap = (input, conte
|
|
|
1113
1105
|
if (value === null) {
|
|
1114
1106
|
return acc;
|
|
1115
1107
|
}
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
[key]: value,
|
|
1119
|
-
};
|
|
1108
|
+
acc[key] = value;
|
|
1109
|
+
return acc;
|
|
1120
1110
|
}, {});
|
|
1121
1111
|
};
|
|
1122
1112
|
const serializeAws_restJson1ResourceArnList = (input, context) => {
|
|
@@ -1131,10 +1121,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
1131
1121
|
if (value === null) {
|
|
1132
1122
|
return acc;
|
|
1133
1123
|
}
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
[key]: value,
|
|
1137
|
-
};
|
|
1124
|
+
acc[key] = value;
|
|
1125
|
+
return acc;
|
|
1138
1126
|
}, {});
|
|
1139
1127
|
};
|
|
1140
1128
|
const serializeAws_restJson1UpdateExperimentTemplateActionInputItem = (input, context) => {
|
|
@@ -1157,10 +1145,8 @@ const serializeAws_restJson1UpdateExperimentTemplateActionInputMap = (input, con
|
|
|
1157
1145
|
if (value === null) {
|
|
1158
1146
|
return acc;
|
|
1159
1147
|
}
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
[key]: serializeAws_restJson1UpdateExperimentTemplateActionInputItem(value, context),
|
|
1163
|
-
};
|
|
1148
|
+
acc[key] = serializeAws_restJson1UpdateExperimentTemplateActionInputItem(value, context);
|
|
1149
|
+
return acc;
|
|
1164
1150
|
}, {});
|
|
1165
1151
|
};
|
|
1166
1152
|
const serializeAws_restJson1UpdateExperimentTemplateLogConfigurationInput = (input, context) => {
|
|
@@ -1208,10 +1194,8 @@ const serializeAws_restJson1UpdateExperimentTemplateTargetInputMap = (input, con
|
|
|
1208
1194
|
if (value === null) {
|
|
1209
1195
|
return acc;
|
|
1210
1196
|
}
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
[key]: serializeAws_restJson1UpdateExperimentTemplateTargetInput(value, context),
|
|
1214
|
-
};
|
|
1197
|
+
acc[key] = serializeAws_restJson1UpdateExperimentTemplateTargetInput(value, context);
|
|
1198
|
+
return acc;
|
|
1215
1199
|
}, {});
|
|
1216
1200
|
};
|
|
1217
1201
|
const deserializeAws_restJson1Action = (output, context) => {
|
|
@@ -1234,10 +1218,8 @@ const deserializeAws_restJson1ActionParameterMap = (output, context) => {
|
|
|
1234
1218
|
if (value === null) {
|
|
1235
1219
|
return acc;
|
|
1236
1220
|
}
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
[key]: deserializeAws_restJson1ActionParameter(value, context),
|
|
1240
|
-
};
|
|
1221
|
+
acc[key] = deserializeAws_restJson1ActionParameter(value, context);
|
|
1222
|
+
return acc;
|
|
1241
1223
|
}, {});
|
|
1242
1224
|
};
|
|
1243
1225
|
const deserializeAws_restJson1ActionSummary = (output, context) => {
|
|
@@ -1269,10 +1251,8 @@ const deserializeAws_restJson1ActionTargetMap = (output, context) => {
|
|
|
1269
1251
|
if (value === null) {
|
|
1270
1252
|
return acc;
|
|
1271
1253
|
}
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
[key]: deserializeAws_restJson1ActionTarget(value, context),
|
|
1275
|
-
};
|
|
1254
|
+
acc[key] = deserializeAws_restJson1ActionTarget(value, context);
|
|
1255
|
+
return acc;
|
|
1276
1256
|
}, {});
|
|
1277
1257
|
};
|
|
1278
1258
|
const deserializeAws_restJson1Experiment = (output, context) => {
|
|
@@ -1318,10 +1298,8 @@ const deserializeAws_restJson1ExperimentActionMap = (output, context) => {
|
|
|
1318
1298
|
if (value === null) {
|
|
1319
1299
|
return acc;
|
|
1320
1300
|
}
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
[key]: deserializeAws_restJson1ExperimentAction(value, context),
|
|
1324
|
-
};
|
|
1301
|
+
acc[key] = deserializeAws_restJson1ExperimentAction(value, context);
|
|
1302
|
+
return acc;
|
|
1325
1303
|
}, {});
|
|
1326
1304
|
};
|
|
1327
1305
|
const deserializeAws_restJson1ExperimentActionParameterMap = (output, context) => {
|
|
@@ -1329,10 +1307,8 @@ const deserializeAws_restJson1ExperimentActionParameterMap = (output, context) =
|
|
|
1329
1307
|
if (value === null) {
|
|
1330
1308
|
return acc;
|
|
1331
1309
|
}
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
1335
|
-
};
|
|
1310
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
1311
|
+
return acc;
|
|
1336
1312
|
}, {});
|
|
1337
1313
|
};
|
|
1338
1314
|
const deserializeAws_restJson1ExperimentActionStartAfterList = (output, context) => {
|
|
@@ -1357,10 +1333,8 @@ const deserializeAws_restJson1ExperimentActionTargetMap = (output, context) => {
|
|
|
1357
1333
|
if (value === null) {
|
|
1358
1334
|
return acc;
|
|
1359
1335
|
}
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
1363
|
-
};
|
|
1336
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
1337
|
+
return acc;
|
|
1364
1338
|
}, {});
|
|
1365
1339
|
};
|
|
1366
1340
|
const deserializeAws_restJson1ExperimentCloudWatchLogsLogConfiguration = (output, context) => {
|
|
@@ -1475,10 +1449,8 @@ const deserializeAws_restJson1ExperimentTargetMap = (output, context) => {
|
|
|
1475
1449
|
if (value === null) {
|
|
1476
1450
|
return acc;
|
|
1477
1451
|
}
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
[key]: deserializeAws_restJson1ExperimentTarget(value, context),
|
|
1481
|
-
};
|
|
1452
|
+
acc[key] = deserializeAws_restJson1ExperimentTarget(value, context);
|
|
1453
|
+
return acc;
|
|
1482
1454
|
}, {});
|
|
1483
1455
|
};
|
|
1484
1456
|
const deserializeAws_restJson1ExperimentTargetParameterMap = (output, context) => {
|
|
@@ -1486,10 +1458,8 @@ const deserializeAws_restJson1ExperimentTargetParameterMap = (output, context) =
|
|
|
1486
1458
|
if (value === null) {
|
|
1487
1459
|
return acc;
|
|
1488
1460
|
}
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
1492
|
-
};
|
|
1461
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
1462
|
+
return acc;
|
|
1493
1463
|
}, {});
|
|
1494
1464
|
};
|
|
1495
1465
|
const deserializeAws_restJson1ExperimentTemplate = (output, context) => {
|
|
@@ -1534,10 +1504,8 @@ const deserializeAws_restJson1ExperimentTemplateActionMap = (output, context) =>
|
|
|
1534
1504
|
if (value === null) {
|
|
1535
1505
|
return acc;
|
|
1536
1506
|
}
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
[key]: deserializeAws_restJson1ExperimentTemplateAction(value, context),
|
|
1540
|
-
};
|
|
1507
|
+
acc[key] = deserializeAws_restJson1ExperimentTemplateAction(value, context);
|
|
1508
|
+
return acc;
|
|
1541
1509
|
}, {});
|
|
1542
1510
|
};
|
|
1543
1511
|
const deserializeAws_restJson1ExperimentTemplateActionParameterMap = (output, context) => {
|
|
@@ -1545,10 +1513,8 @@ const deserializeAws_restJson1ExperimentTemplateActionParameterMap = (output, co
|
|
|
1545
1513
|
if (value === null) {
|
|
1546
1514
|
return acc;
|
|
1547
1515
|
}
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
1551
|
-
};
|
|
1516
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
1517
|
+
return acc;
|
|
1552
1518
|
}, {});
|
|
1553
1519
|
};
|
|
1554
1520
|
const deserializeAws_restJson1ExperimentTemplateActionStartAfterList = (output, context) => {
|
|
@@ -1567,10 +1533,8 @@ const deserializeAws_restJson1ExperimentTemplateActionTargetMap = (output, conte
|
|
|
1567
1533
|
if (value === null) {
|
|
1568
1534
|
return acc;
|
|
1569
1535
|
}
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
1573
|
-
};
|
|
1536
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
1537
|
+
return acc;
|
|
1574
1538
|
}, {});
|
|
1575
1539
|
};
|
|
1576
1540
|
const deserializeAws_restJson1ExperimentTemplateCloudWatchLogsLogConfiguration = (output, context) => {
|
|
@@ -1685,10 +1649,8 @@ const deserializeAws_restJson1ExperimentTemplateTargetMap = (output, context) =>
|
|
|
1685
1649
|
if (value === null) {
|
|
1686
1650
|
return acc;
|
|
1687
1651
|
}
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
[key]: deserializeAws_restJson1ExperimentTemplateTarget(value, context),
|
|
1691
|
-
};
|
|
1652
|
+
acc[key] = deserializeAws_restJson1ExperimentTemplateTarget(value, context);
|
|
1653
|
+
return acc;
|
|
1692
1654
|
}, {});
|
|
1693
1655
|
};
|
|
1694
1656
|
const deserializeAws_restJson1ExperimentTemplateTargetParameterMap = (output, context) => {
|
|
@@ -1696,10 +1658,8 @@ const deserializeAws_restJson1ExperimentTemplateTargetParameterMap = (output, co
|
|
|
1696
1658
|
if (value === null) {
|
|
1697
1659
|
return acc;
|
|
1698
1660
|
}
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
1702
|
-
};
|
|
1661
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
1662
|
+
return acc;
|
|
1703
1663
|
}, {});
|
|
1704
1664
|
};
|
|
1705
1665
|
const deserializeAws_restJson1ResourceArnList = (output, context) => {
|
|
@@ -1718,10 +1678,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
1718
1678
|
if (value === null) {
|
|
1719
1679
|
return acc;
|
|
1720
1680
|
}
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
1724
|
-
};
|
|
1681
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
1682
|
+
return acc;
|
|
1725
1683
|
}, {});
|
|
1726
1684
|
};
|
|
1727
1685
|
const deserializeAws_restJson1TargetResourceType = (output, context) => {
|
|
@@ -1744,10 +1702,8 @@ const deserializeAws_restJson1TargetResourceTypeParameterMap = (output, context)
|
|
|
1744
1702
|
if (value === null) {
|
|
1745
1703
|
return acc;
|
|
1746
1704
|
}
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
[key]: deserializeAws_restJson1TargetResourceTypeParameter(value, context),
|
|
1750
|
-
};
|
|
1705
|
+
acc[key] = deserializeAws_restJson1TargetResourceTypeParameter(value, context);
|
|
1706
|
+
return acc;
|
|
1751
1707
|
}, {});
|
|
1752
1708
|
};
|
|
1753
1709
|
const deserializeAws_restJson1TargetResourceTypeSummary = (output, context) => {
|
|
@@ -954,10 +954,8 @@ const serializeAws_restJson1CreateExperimentTemplateActionInputMap = (input, con
|
|
|
954
954
|
if (value === null) {
|
|
955
955
|
return acc;
|
|
956
956
|
}
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
[key]: serializeAws_restJson1CreateExperimentTemplateActionInput(value, context),
|
|
960
|
-
};
|
|
957
|
+
acc[key] = serializeAws_restJson1CreateExperimentTemplateActionInput(value, context);
|
|
958
|
+
return acc;
|
|
961
959
|
}, {});
|
|
962
960
|
};
|
|
963
961
|
const serializeAws_restJson1CreateExperimentTemplateLogConfigurationInput = (input, context) => {
|
|
@@ -1005,10 +1003,8 @@ const serializeAws_restJson1CreateExperimentTemplateTargetInputMap = (input, con
|
|
|
1005
1003
|
if (value === null) {
|
|
1006
1004
|
return acc;
|
|
1007
1005
|
}
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
[key]: serializeAws_restJson1CreateExperimentTemplateTargetInput(value, context),
|
|
1011
|
-
};
|
|
1006
|
+
acc[key] = serializeAws_restJson1CreateExperimentTemplateTargetInput(value, context);
|
|
1007
|
+
return acc;
|
|
1012
1008
|
}, {});
|
|
1013
1009
|
};
|
|
1014
1010
|
const serializeAws_restJson1ExperimentTemplateActionParameterMap = (input, context) => {
|
|
@@ -1016,10 +1012,8 @@ const serializeAws_restJson1ExperimentTemplateActionParameterMap = (input, conte
|
|
|
1016
1012
|
if (value === null) {
|
|
1017
1013
|
return acc;
|
|
1018
1014
|
}
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
[key]: value,
|
|
1022
|
-
};
|
|
1015
|
+
acc[key] = value;
|
|
1016
|
+
return acc;
|
|
1023
1017
|
}, {});
|
|
1024
1018
|
};
|
|
1025
1019
|
const serializeAws_restJson1ExperimentTemplateActionStartAfterList = (input, context) => {
|
|
@@ -1034,10 +1028,8 @@ const serializeAws_restJson1ExperimentTemplateActionTargetMap = (input, context)
|
|
|
1034
1028
|
if (value === null) {
|
|
1035
1029
|
return acc;
|
|
1036
1030
|
}
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
[key]: value,
|
|
1040
|
-
};
|
|
1031
|
+
acc[key] = value;
|
|
1032
|
+
return acc;
|
|
1041
1033
|
}, {});
|
|
1042
1034
|
};
|
|
1043
1035
|
const serializeAws_restJson1ExperimentTemplateCloudWatchLogsLogConfigurationInput = (input, context) => {
|
|
@@ -1078,10 +1070,8 @@ const serializeAws_restJson1ExperimentTemplateTargetParameterMap = (input, conte
|
|
|
1078
1070
|
if (value === null) {
|
|
1079
1071
|
return acc;
|
|
1080
1072
|
}
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
[key]: value,
|
|
1084
|
-
};
|
|
1073
|
+
acc[key] = value;
|
|
1074
|
+
return acc;
|
|
1085
1075
|
}, {});
|
|
1086
1076
|
};
|
|
1087
1077
|
const serializeAws_restJson1ResourceArnList = (input, context) => {
|
|
@@ -1096,10 +1086,8 @@ const serializeAws_restJson1TagMap = (input, context) => {
|
|
|
1096
1086
|
if (value === null) {
|
|
1097
1087
|
return acc;
|
|
1098
1088
|
}
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
[key]: value,
|
|
1102
|
-
};
|
|
1089
|
+
acc[key] = value;
|
|
1090
|
+
return acc;
|
|
1103
1091
|
}, {});
|
|
1104
1092
|
};
|
|
1105
1093
|
const serializeAws_restJson1UpdateExperimentTemplateActionInputItem = (input, context) => {
|
|
@@ -1122,10 +1110,8 @@ const serializeAws_restJson1UpdateExperimentTemplateActionInputMap = (input, con
|
|
|
1122
1110
|
if (value === null) {
|
|
1123
1111
|
return acc;
|
|
1124
1112
|
}
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
[key]: serializeAws_restJson1UpdateExperimentTemplateActionInputItem(value, context),
|
|
1128
|
-
};
|
|
1113
|
+
acc[key] = serializeAws_restJson1UpdateExperimentTemplateActionInputItem(value, context);
|
|
1114
|
+
return acc;
|
|
1129
1115
|
}, {});
|
|
1130
1116
|
};
|
|
1131
1117
|
const serializeAws_restJson1UpdateExperimentTemplateLogConfigurationInput = (input, context) => {
|
|
@@ -1173,10 +1159,8 @@ const serializeAws_restJson1UpdateExperimentTemplateTargetInputMap = (input, con
|
|
|
1173
1159
|
if (value === null) {
|
|
1174
1160
|
return acc;
|
|
1175
1161
|
}
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
[key]: serializeAws_restJson1UpdateExperimentTemplateTargetInput(value, context),
|
|
1179
|
-
};
|
|
1162
|
+
acc[key] = serializeAws_restJson1UpdateExperimentTemplateTargetInput(value, context);
|
|
1163
|
+
return acc;
|
|
1180
1164
|
}, {});
|
|
1181
1165
|
};
|
|
1182
1166
|
const deserializeAws_restJson1Action = (output, context) => {
|
|
@@ -1199,10 +1183,8 @@ const deserializeAws_restJson1ActionParameterMap = (output, context) => {
|
|
|
1199
1183
|
if (value === null) {
|
|
1200
1184
|
return acc;
|
|
1201
1185
|
}
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
[key]: deserializeAws_restJson1ActionParameter(value, context),
|
|
1205
|
-
};
|
|
1186
|
+
acc[key] = deserializeAws_restJson1ActionParameter(value, context);
|
|
1187
|
+
return acc;
|
|
1206
1188
|
}, {});
|
|
1207
1189
|
};
|
|
1208
1190
|
const deserializeAws_restJson1ActionSummary = (output, context) => {
|
|
@@ -1234,10 +1216,8 @@ const deserializeAws_restJson1ActionTargetMap = (output, context) => {
|
|
|
1234
1216
|
if (value === null) {
|
|
1235
1217
|
return acc;
|
|
1236
1218
|
}
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
[key]: deserializeAws_restJson1ActionTarget(value, context),
|
|
1240
|
-
};
|
|
1219
|
+
acc[key] = deserializeAws_restJson1ActionTarget(value, context);
|
|
1220
|
+
return acc;
|
|
1241
1221
|
}, {});
|
|
1242
1222
|
};
|
|
1243
1223
|
const deserializeAws_restJson1Experiment = (output, context) => {
|
|
@@ -1283,10 +1263,8 @@ const deserializeAws_restJson1ExperimentActionMap = (output, context) => {
|
|
|
1283
1263
|
if (value === null) {
|
|
1284
1264
|
return acc;
|
|
1285
1265
|
}
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
[key]: deserializeAws_restJson1ExperimentAction(value, context),
|
|
1289
|
-
};
|
|
1266
|
+
acc[key] = deserializeAws_restJson1ExperimentAction(value, context);
|
|
1267
|
+
return acc;
|
|
1290
1268
|
}, {});
|
|
1291
1269
|
};
|
|
1292
1270
|
const deserializeAws_restJson1ExperimentActionParameterMap = (output, context) => {
|
|
@@ -1294,10 +1272,8 @@ const deserializeAws_restJson1ExperimentActionParameterMap = (output, context) =
|
|
|
1294
1272
|
if (value === null) {
|
|
1295
1273
|
return acc;
|
|
1296
1274
|
}
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
[key]: __expectString(value),
|
|
1300
|
-
};
|
|
1275
|
+
acc[key] = __expectString(value);
|
|
1276
|
+
return acc;
|
|
1301
1277
|
}, {});
|
|
1302
1278
|
};
|
|
1303
1279
|
const deserializeAws_restJson1ExperimentActionStartAfterList = (output, context) => {
|
|
@@ -1322,10 +1298,8 @@ const deserializeAws_restJson1ExperimentActionTargetMap = (output, context) => {
|
|
|
1322
1298
|
if (value === null) {
|
|
1323
1299
|
return acc;
|
|
1324
1300
|
}
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
[key]: __expectString(value),
|
|
1328
|
-
};
|
|
1301
|
+
acc[key] = __expectString(value);
|
|
1302
|
+
return acc;
|
|
1329
1303
|
}, {});
|
|
1330
1304
|
};
|
|
1331
1305
|
const deserializeAws_restJson1ExperimentCloudWatchLogsLogConfiguration = (output, context) => {
|
|
@@ -1440,10 +1414,8 @@ const deserializeAws_restJson1ExperimentTargetMap = (output, context) => {
|
|
|
1440
1414
|
if (value === null) {
|
|
1441
1415
|
return acc;
|
|
1442
1416
|
}
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
[key]: deserializeAws_restJson1ExperimentTarget(value, context),
|
|
1446
|
-
};
|
|
1417
|
+
acc[key] = deserializeAws_restJson1ExperimentTarget(value, context);
|
|
1418
|
+
return acc;
|
|
1447
1419
|
}, {});
|
|
1448
1420
|
};
|
|
1449
1421
|
const deserializeAws_restJson1ExperimentTargetParameterMap = (output, context) => {
|
|
@@ -1451,10 +1423,8 @@ const deserializeAws_restJson1ExperimentTargetParameterMap = (output, context) =
|
|
|
1451
1423
|
if (value === null) {
|
|
1452
1424
|
return acc;
|
|
1453
1425
|
}
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
[key]: __expectString(value),
|
|
1457
|
-
};
|
|
1426
|
+
acc[key] = __expectString(value);
|
|
1427
|
+
return acc;
|
|
1458
1428
|
}, {});
|
|
1459
1429
|
};
|
|
1460
1430
|
const deserializeAws_restJson1ExperimentTemplate = (output, context) => {
|
|
@@ -1499,10 +1469,8 @@ const deserializeAws_restJson1ExperimentTemplateActionMap = (output, context) =>
|
|
|
1499
1469
|
if (value === null) {
|
|
1500
1470
|
return acc;
|
|
1501
1471
|
}
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
[key]: deserializeAws_restJson1ExperimentTemplateAction(value, context),
|
|
1505
|
-
};
|
|
1472
|
+
acc[key] = deserializeAws_restJson1ExperimentTemplateAction(value, context);
|
|
1473
|
+
return acc;
|
|
1506
1474
|
}, {});
|
|
1507
1475
|
};
|
|
1508
1476
|
const deserializeAws_restJson1ExperimentTemplateActionParameterMap = (output, context) => {
|
|
@@ -1510,10 +1478,8 @@ const deserializeAws_restJson1ExperimentTemplateActionParameterMap = (output, co
|
|
|
1510
1478
|
if (value === null) {
|
|
1511
1479
|
return acc;
|
|
1512
1480
|
}
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
[key]: __expectString(value),
|
|
1516
|
-
};
|
|
1481
|
+
acc[key] = __expectString(value);
|
|
1482
|
+
return acc;
|
|
1517
1483
|
}, {});
|
|
1518
1484
|
};
|
|
1519
1485
|
const deserializeAws_restJson1ExperimentTemplateActionStartAfterList = (output, context) => {
|
|
@@ -1532,10 +1498,8 @@ const deserializeAws_restJson1ExperimentTemplateActionTargetMap = (output, conte
|
|
|
1532
1498
|
if (value === null) {
|
|
1533
1499
|
return acc;
|
|
1534
1500
|
}
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
[key]: __expectString(value),
|
|
1538
|
-
};
|
|
1501
|
+
acc[key] = __expectString(value);
|
|
1502
|
+
return acc;
|
|
1539
1503
|
}, {});
|
|
1540
1504
|
};
|
|
1541
1505
|
const deserializeAws_restJson1ExperimentTemplateCloudWatchLogsLogConfiguration = (output, context) => {
|
|
@@ -1650,10 +1614,8 @@ const deserializeAws_restJson1ExperimentTemplateTargetMap = (output, context) =>
|
|
|
1650
1614
|
if (value === null) {
|
|
1651
1615
|
return acc;
|
|
1652
1616
|
}
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
[key]: deserializeAws_restJson1ExperimentTemplateTarget(value, context),
|
|
1656
|
-
};
|
|
1617
|
+
acc[key] = deserializeAws_restJson1ExperimentTemplateTarget(value, context);
|
|
1618
|
+
return acc;
|
|
1657
1619
|
}, {});
|
|
1658
1620
|
};
|
|
1659
1621
|
const deserializeAws_restJson1ExperimentTemplateTargetParameterMap = (output, context) => {
|
|
@@ -1661,10 +1623,8 @@ const deserializeAws_restJson1ExperimentTemplateTargetParameterMap = (output, co
|
|
|
1661
1623
|
if (value === null) {
|
|
1662
1624
|
return acc;
|
|
1663
1625
|
}
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
[key]: __expectString(value),
|
|
1667
|
-
};
|
|
1626
|
+
acc[key] = __expectString(value);
|
|
1627
|
+
return acc;
|
|
1668
1628
|
}, {});
|
|
1669
1629
|
};
|
|
1670
1630
|
const deserializeAws_restJson1ResourceArnList = (output, context) => {
|
|
@@ -1683,10 +1643,8 @@ const deserializeAws_restJson1TagMap = (output, context) => {
|
|
|
1683
1643
|
if (value === null) {
|
|
1684
1644
|
return acc;
|
|
1685
1645
|
}
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
[key]: __expectString(value),
|
|
1689
|
-
};
|
|
1646
|
+
acc[key] = __expectString(value);
|
|
1647
|
+
return acc;
|
|
1690
1648
|
}, {});
|
|
1691
1649
|
};
|
|
1692
1650
|
const deserializeAws_restJson1TargetResourceType = (output, context) => {
|
|
@@ -1709,10 +1667,8 @@ const deserializeAws_restJson1TargetResourceTypeParameterMap = (output, context)
|
|
|
1709
1667
|
if (value === null) {
|
|
1710
1668
|
return acc;
|
|
1711
1669
|
}
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
[key]: deserializeAws_restJson1TargetResourceTypeParameter(value, context),
|
|
1715
|
-
};
|
|
1670
|
+
acc[key] = deserializeAws_restJson1TargetResourceTypeParameter(value, context);
|
|
1671
|
+
return acc;
|
|
1716
1672
|
}, {});
|
|
1717
1673
|
};
|
|
1718
1674
|
const deserializeAws_restJson1TargetResourceTypeSummary = (output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fis",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fis Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.213.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,36 +19,36 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.213.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.212.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.212.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.212.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.212.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.212.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.212.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.212.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.212.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.212.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.212.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.212.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.212.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.212.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.212.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.212.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.212.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.212.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.212.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.212.0",
|
|
42
|
+
"@aws-sdk/types": "3.212.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.212.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.212.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.212.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.212.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.212.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.212.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
54
54
|
"tslib": "^2.3.1",
|