@aws-sdk/client-application-insights 3.54.1 → 3.58.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/CHANGELOG.md +24 -0
- package/dist-cjs/ApplicationInsightsClient.js +13 -13
- package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
- package/dist-cjs/commands/CreateComponentCommand.js +3 -3
- package/dist-cjs/commands/CreateLogPatternCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
- package/dist-cjs/commands/DeleteComponentCommand.js +3 -3
- package/dist-cjs/commands/DeleteLogPatternCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicationCommand.js +3 -3
- package/dist-cjs/commands/DescribeComponentCommand.js +3 -3
- package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -3
- package/dist-cjs/commands/DescribeLogPatternCommand.js +3 -3
- package/dist-cjs/commands/DescribeObservationCommand.js +3 -3
- package/dist-cjs/commands/DescribeProblemCommand.js +3 -3
- package/dist-cjs/commands/DescribeProblemObservationsCommand.js +3 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +3 -3
- package/dist-cjs/commands/ListComponentsCommand.js +3 -3
- package/dist-cjs/commands/ListConfigurationHistoryCommand.js +3 -3
- package/dist-cjs/commands/ListLogPatternSetsCommand.js +3 -3
- package/dist-cjs/commands/ListLogPatternsCommand.js +3 -3
- package/dist-cjs/commands/ListProblemsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +3 -3
- package/dist-cjs/commands/UpdateComponentCommand.js +3 -3
- package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +3 -3
- package/dist-cjs/commands/UpdateLogPatternCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +146 -146
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/ApplicationInsights.js +27 -27
- package/dist-es/pagination/ListApplicationsPaginator.js +4 -4
- package/dist-es/pagination/ListComponentsPaginator.js +4 -4
- package/dist-es/pagination/ListConfigurationHistoryPaginator.js +4 -4
- package/dist-es/pagination/ListLogPatternSetsPaginator.js +4 -4
- package/dist-es/pagination/ListLogPatternsPaginator.js +4 -4
- package/dist-es/pagination/ListProblemsPaginator.js +4 -4
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -324,7 +324,7 @@ const deserializeAws_json1_1CreateApplicationCommandError = async (output, conte
|
|
|
324
324
|
$fault: "client",
|
|
325
325
|
$metadata: deserializeMetadata(output),
|
|
326
326
|
});
|
|
327
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
327
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
328
328
|
}
|
|
329
329
|
};
|
|
330
330
|
const deserializeAws_json1_1CreateComponentCommand = async (output, context) => {
|
|
@@ -369,7 +369,7 @@ const deserializeAws_json1_1CreateComponentCommandError = async (output, context
|
|
|
369
369
|
$fault: "client",
|
|
370
370
|
$metadata: deserializeMetadata(output),
|
|
371
371
|
});
|
|
372
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
372
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
373
373
|
}
|
|
374
374
|
};
|
|
375
375
|
const deserializeAws_json1_1CreateLogPatternCommand = async (output, context) => {
|
|
@@ -414,7 +414,7 @@ const deserializeAws_json1_1CreateLogPatternCommandError = async (output, contex
|
|
|
414
414
|
$fault: "client",
|
|
415
415
|
$metadata: deserializeMetadata(output),
|
|
416
416
|
});
|
|
417
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
417
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
418
418
|
}
|
|
419
419
|
};
|
|
420
420
|
const deserializeAws_json1_1DeleteApplicationCommand = async (output, context) => {
|
|
@@ -459,7 +459,7 @@ const deserializeAws_json1_1DeleteApplicationCommandError = async (output, conte
|
|
|
459
459
|
$fault: "client",
|
|
460
460
|
$metadata: deserializeMetadata(output),
|
|
461
461
|
});
|
|
462
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
462
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
465
|
const deserializeAws_json1_1DeleteComponentCommand = async (output, context) => {
|
|
@@ -501,7 +501,7 @@ const deserializeAws_json1_1DeleteComponentCommandError = async (output, context
|
|
|
501
501
|
$fault: "client",
|
|
502
502
|
$metadata: deserializeMetadata(output),
|
|
503
503
|
});
|
|
504
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
504
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
505
505
|
}
|
|
506
506
|
};
|
|
507
507
|
const deserializeAws_json1_1DeleteLogPatternCommand = async (output, context) => {
|
|
@@ -546,7 +546,7 @@ const deserializeAws_json1_1DeleteLogPatternCommandError = async (output, contex
|
|
|
546
546
|
$fault: "client",
|
|
547
547
|
$metadata: deserializeMetadata(output),
|
|
548
548
|
});
|
|
549
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
549
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
550
550
|
}
|
|
551
551
|
};
|
|
552
552
|
const deserializeAws_json1_1DescribeApplicationCommand = async (output, context) => {
|
|
@@ -588,7 +588,7 @@ const deserializeAws_json1_1DescribeApplicationCommandError = async (output, con
|
|
|
588
588
|
$fault: "client",
|
|
589
589
|
$metadata: deserializeMetadata(output),
|
|
590
590
|
});
|
|
591
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
591
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
592
592
|
}
|
|
593
593
|
};
|
|
594
594
|
const deserializeAws_json1_1DescribeComponentCommand = async (output, context) => {
|
|
@@ -630,7 +630,7 @@ const deserializeAws_json1_1DescribeComponentCommandError = async (output, conte
|
|
|
630
630
|
$fault: "client",
|
|
631
631
|
$metadata: deserializeMetadata(output),
|
|
632
632
|
});
|
|
633
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
633
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
634
634
|
}
|
|
635
635
|
};
|
|
636
636
|
const deserializeAws_json1_1DescribeComponentConfigurationCommand = async (output, context) => {
|
|
@@ -672,7 +672,7 @@ const deserializeAws_json1_1DescribeComponentConfigurationCommandError = async (
|
|
|
672
672
|
$fault: "client",
|
|
673
673
|
$metadata: deserializeMetadata(output),
|
|
674
674
|
});
|
|
675
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
675
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
676
676
|
}
|
|
677
677
|
};
|
|
678
678
|
const deserializeAws_json1_1DescribeComponentConfigurationRecommendationCommand = async (output, context) => {
|
|
@@ -714,7 +714,7 @@ const deserializeAws_json1_1DescribeComponentConfigurationRecommendationCommandE
|
|
|
714
714
|
$fault: "client",
|
|
715
715
|
$metadata: deserializeMetadata(output),
|
|
716
716
|
});
|
|
717
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
717
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
718
718
|
}
|
|
719
719
|
};
|
|
720
720
|
const deserializeAws_json1_1DescribeLogPatternCommand = async (output, context) => {
|
|
@@ -756,7 +756,7 @@ const deserializeAws_json1_1DescribeLogPatternCommandError = async (output, cont
|
|
|
756
756
|
$fault: "client",
|
|
757
757
|
$metadata: deserializeMetadata(output),
|
|
758
758
|
});
|
|
759
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
759
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
760
760
|
}
|
|
761
761
|
};
|
|
762
762
|
const deserializeAws_json1_1DescribeObservationCommand = async (output, context) => {
|
|
@@ -798,7 +798,7 @@ const deserializeAws_json1_1DescribeObservationCommandError = async (output, con
|
|
|
798
798
|
$fault: "client",
|
|
799
799
|
$metadata: deserializeMetadata(output),
|
|
800
800
|
});
|
|
801
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
801
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
802
802
|
}
|
|
803
803
|
};
|
|
804
804
|
const deserializeAws_json1_1DescribeProblemCommand = async (output, context) => {
|
|
@@ -840,7 +840,7 @@ const deserializeAws_json1_1DescribeProblemCommandError = async (output, context
|
|
|
840
840
|
$fault: "client",
|
|
841
841
|
$metadata: deserializeMetadata(output),
|
|
842
842
|
});
|
|
843
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
843
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
844
844
|
}
|
|
845
845
|
};
|
|
846
846
|
const deserializeAws_json1_1DescribeProblemObservationsCommand = async (output, context) => {
|
|
@@ -882,7 +882,7 @@ const deserializeAws_json1_1DescribeProblemObservationsCommandError = async (out
|
|
|
882
882
|
$fault: "client",
|
|
883
883
|
$metadata: deserializeMetadata(output),
|
|
884
884
|
});
|
|
885
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
885
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
886
886
|
}
|
|
887
887
|
};
|
|
888
888
|
const deserializeAws_json1_1ListApplicationsCommand = async (output, context) => {
|
|
@@ -921,7 +921,7 @@ const deserializeAws_json1_1ListApplicationsCommandError = async (output, contex
|
|
|
921
921
|
$fault: "client",
|
|
922
922
|
$metadata: deserializeMetadata(output),
|
|
923
923
|
});
|
|
924
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
924
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
925
925
|
}
|
|
926
926
|
};
|
|
927
927
|
const deserializeAws_json1_1ListComponentsCommand = async (output, context) => {
|
|
@@ -963,7 +963,7 @@ const deserializeAws_json1_1ListComponentsCommandError = async (output, context)
|
|
|
963
963
|
$fault: "client",
|
|
964
964
|
$metadata: deserializeMetadata(output),
|
|
965
965
|
});
|
|
966
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
966
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
967
967
|
}
|
|
968
968
|
};
|
|
969
969
|
const deserializeAws_json1_1ListConfigurationHistoryCommand = async (output, context) => {
|
|
@@ -1005,7 +1005,7 @@ const deserializeAws_json1_1ListConfigurationHistoryCommandError = async (output
|
|
|
1005
1005
|
$fault: "client",
|
|
1006
1006
|
$metadata: deserializeMetadata(output),
|
|
1007
1007
|
});
|
|
1008
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1008
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1009
1009
|
}
|
|
1010
1010
|
};
|
|
1011
1011
|
const deserializeAws_json1_1ListLogPatternsCommand = async (output, context) => {
|
|
@@ -1047,7 +1047,7 @@ const deserializeAws_json1_1ListLogPatternsCommandError = async (output, context
|
|
|
1047
1047
|
$fault: "client",
|
|
1048
1048
|
$metadata: deserializeMetadata(output),
|
|
1049
1049
|
});
|
|
1050
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1050
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1051
1051
|
}
|
|
1052
1052
|
};
|
|
1053
1053
|
const deserializeAws_json1_1ListLogPatternSetsCommand = async (output, context) => {
|
|
@@ -1089,7 +1089,7 @@ const deserializeAws_json1_1ListLogPatternSetsCommandError = async (output, cont
|
|
|
1089
1089
|
$fault: "client",
|
|
1090
1090
|
$metadata: deserializeMetadata(output),
|
|
1091
1091
|
});
|
|
1092
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1092
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1093
1093
|
}
|
|
1094
1094
|
};
|
|
1095
1095
|
const deserializeAws_json1_1ListProblemsCommand = async (output, context) => {
|
|
@@ -1131,7 +1131,7 @@ const deserializeAws_json1_1ListProblemsCommandError = async (output, context) =
|
|
|
1131
1131
|
$fault: "client",
|
|
1132
1132
|
$metadata: deserializeMetadata(output),
|
|
1133
1133
|
});
|
|
1134
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1134
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1135
1135
|
}
|
|
1136
1136
|
};
|
|
1137
1137
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -1170,7 +1170,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
1170
1170
|
$fault: "client",
|
|
1171
1171
|
$metadata: deserializeMetadata(output),
|
|
1172
1172
|
});
|
|
1173
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1173
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1174
1174
|
}
|
|
1175
1175
|
};
|
|
1176
1176
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -1212,7 +1212,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
1212
1212
|
$fault: "client",
|
|
1213
1213
|
$metadata: deserializeMetadata(output),
|
|
1214
1214
|
});
|
|
1215
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1215
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1216
1216
|
}
|
|
1217
1217
|
};
|
|
1218
1218
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -1251,7 +1251,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
1251
1251
|
$fault: "client",
|
|
1252
1252
|
$metadata: deserializeMetadata(output),
|
|
1253
1253
|
});
|
|
1254
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1254
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1255
1255
|
}
|
|
1256
1256
|
};
|
|
1257
1257
|
const deserializeAws_json1_1UpdateApplicationCommand = async (output, context) => {
|
|
@@ -1293,7 +1293,7 @@ const deserializeAws_json1_1UpdateApplicationCommandError = async (output, conte
|
|
|
1293
1293
|
$fault: "client",
|
|
1294
1294
|
$metadata: deserializeMetadata(output),
|
|
1295
1295
|
});
|
|
1296
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1296
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1297
1297
|
}
|
|
1298
1298
|
};
|
|
1299
1299
|
const deserializeAws_json1_1UpdateComponentCommand = async (output, context) => {
|
|
@@ -1338,7 +1338,7 @@ const deserializeAws_json1_1UpdateComponentCommandError = async (output, context
|
|
|
1338
1338
|
$fault: "client",
|
|
1339
1339
|
$metadata: deserializeMetadata(output),
|
|
1340
1340
|
});
|
|
1341
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1341
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1342
1342
|
}
|
|
1343
1343
|
};
|
|
1344
1344
|
const deserializeAws_json1_1UpdateComponentConfigurationCommand = async (output, context) => {
|
|
@@ -1380,7 +1380,7 @@ const deserializeAws_json1_1UpdateComponentConfigurationCommandError = async (ou
|
|
|
1380
1380
|
$fault: "client",
|
|
1381
1381
|
$metadata: deserializeMetadata(output),
|
|
1382
1382
|
});
|
|
1383
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1383
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1384
1384
|
}
|
|
1385
1385
|
};
|
|
1386
1386
|
const deserializeAws_json1_1UpdateLogPatternCommand = async (output, context) => {
|
|
@@ -1425,7 +1425,7 @@ const deserializeAws_json1_1UpdateLogPatternCommandError = async (output, contex
|
|
|
1425
1425
|
$fault: "client",
|
|
1426
1426
|
$metadata: deserializeMetadata(output),
|
|
1427
1427
|
});
|
|
1428
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1428
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1429
1429
|
}
|
|
1430
1430
|
};
|
|
1431
1431
|
const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -1435,7 +1435,7 @@ const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput,
|
|
|
1435
1435
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1436
1436
|
...deserialized,
|
|
1437
1437
|
});
|
|
1438
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1438
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1439
1439
|
};
|
|
1440
1440
|
const deserializeAws_json1_1BadRequestExceptionResponse = async (parsedOutput, context) => {
|
|
1441
1441
|
const body = parsedOutput.body;
|
|
@@ -1444,7 +1444,7 @@ const deserializeAws_json1_1BadRequestExceptionResponse = async (parsedOutput, c
|
|
|
1444
1444
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1445
1445
|
...deserialized,
|
|
1446
1446
|
});
|
|
1447
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1447
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1448
1448
|
};
|
|
1449
1449
|
const deserializeAws_json1_1InternalServerExceptionResponse = async (parsedOutput, context) => {
|
|
1450
1450
|
const body = parsedOutput.body;
|
|
@@ -1453,7 +1453,7 @@ const deserializeAws_json1_1InternalServerExceptionResponse = async (parsedOutpu
|
|
|
1453
1453
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1454
1454
|
...deserialized,
|
|
1455
1455
|
});
|
|
1456
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1456
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1457
1457
|
};
|
|
1458
1458
|
const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput, context) => {
|
|
1459
1459
|
const body = parsedOutput.body;
|
|
@@ -1462,7 +1462,7 @@ const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput
|
|
|
1462
1462
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1463
1463
|
...deserialized,
|
|
1464
1464
|
});
|
|
1465
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1465
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1466
1466
|
};
|
|
1467
1467
|
const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1468
1468
|
const body = parsedOutput.body;
|
|
@@ -1471,7 +1471,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
1471
1471
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1472
1472
|
...deserialized,
|
|
1473
1473
|
});
|
|
1474
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1474
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1475
1475
|
};
|
|
1476
1476
|
const deserializeAws_json1_1TagsAlreadyExistExceptionResponse = async (parsedOutput, context) => {
|
|
1477
1477
|
const body = parsedOutput.body;
|
|
@@ -1480,7 +1480,7 @@ const deserializeAws_json1_1TagsAlreadyExistExceptionResponse = async (parsedOut
|
|
|
1480
1480
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1481
1481
|
...deserialized,
|
|
1482
1482
|
});
|
|
1483
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1483
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1484
1484
|
};
|
|
1485
1485
|
const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput, context) => {
|
|
1486
1486
|
const body = parsedOutput.body;
|
|
@@ -1489,7 +1489,7 @@ const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput,
|
|
|
1489
1489
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1490
1490
|
...deserialized,
|
|
1491
1491
|
});
|
|
1492
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1492
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1493
1493
|
};
|
|
1494
1494
|
const deserializeAws_json1_1ValidationExceptionResponse = async (parsedOutput, context) => {
|
|
1495
1495
|
const body = parsedOutput.body;
|
|
@@ -1498,7 +1498,7 @@ const deserializeAws_json1_1ValidationExceptionResponse = async (parsedOutput, c
|
|
|
1498
1498
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1499
1499
|
...deserialized,
|
|
1500
1500
|
});
|
|
1501
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1501
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1502
1502
|
};
|
|
1503
1503
|
const serializeAws_json1_1CreateApplicationRequest = (input, context) => {
|
|
1504
1504
|
return {
|
|
@@ -1775,20 +1775,20 @@ const serializeAws_json1_1UpdateLogPatternRequest = (input, context) => {
|
|
|
1775
1775
|
};
|
|
1776
1776
|
const deserializeAws_json1_1AccessDeniedException = (output, context) => {
|
|
1777
1777
|
return {
|
|
1778
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
1778
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
1779
1779
|
};
|
|
1780
1780
|
};
|
|
1781
1781
|
const deserializeAws_json1_1ApplicationComponent = (output, context) => {
|
|
1782
1782
|
return {
|
|
1783
|
-
ComponentName: smithy_client_1.expectString(output.ComponentName),
|
|
1784
|
-
ComponentRemarks: smithy_client_1.expectString(output.ComponentRemarks),
|
|
1783
|
+
ComponentName: (0, smithy_client_1.expectString)(output.ComponentName),
|
|
1784
|
+
ComponentRemarks: (0, smithy_client_1.expectString)(output.ComponentRemarks),
|
|
1785
1785
|
DetectedWorkload: output.DetectedWorkload !== undefined && output.DetectedWorkload !== null
|
|
1786
1786
|
? deserializeAws_json1_1DetectedWorkload(output.DetectedWorkload, context)
|
|
1787
1787
|
: undefined,
|
|
1788
|
-
Monitor: smithy_client_1.expectBoolean(output.Monitor),
|
|
1789
|
-
OsType: smithy_client_1.expectString(output.OsType),
|
|
1790
|
-
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
1791
|
-
Tier: smithy_client_1.expectString(output.Tier),
|
|
1788
|
+
Monitor: (0, smithy_client_1.expectBoolean)(output.Monitor),
|
|
1789
|
+
OsType: (0, smithy_client_1.expectString)(output.OsType),
|
|
1790
|
+
ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
|
|
1791
|
+
Tier: (0, smithy_client_1.expectString)(output.Tier),
|
|
1792
1792
|
};
|
|
1793
1793
|
};
|
|
1794
1794
|
const deserializeAws_json1_1ApplicationComponentList = (output, context) => {
|
|
@@ -1804,14 +1804,14 @@ const deserializeAws_json1_1ApplicationComponentList = (output, context) => {
|
|
|
1804
1804
|
};
|
|
1805
1805
|
const deserializeAws_json1_1ApplicationInfo = (output, context) => {
|
|
1806
1806
|
return {
|
|
1807
|
-
AutoConfigEnabled: smithy_client_1.expectBoolean(output.AutoConfigEnabled),
|
|
1808
|
-
CWEMonitorEnabled: smithy_client_1.expectBoolean(output.CWEMonitorEnabled),
|
|
1809
|
-
DiscoveryType: smithy_client_1.expectString(output.DiscoveryType),
|
|
1810
|
-
LifeCycle: smithy_client_1.expectString(output.LifeCycle),
|
|
1811
|
-
OpsCenterEnabled: smithy_client_1.expectBoolean(output.OpsCenterEnabled),
|
|
1812
|
-
OpsItemSNSTopicArn: smithy_client_1.expectString(output.OpsItemSNSTopicArn),
|
|
1813
|
-
Remarks: smithy_client_1.expectString(output.Remarks),
|
|
1814
|
-
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
1807
|
+
AutoConfigEnabled: (0, smithy_client_1.expectBoolean)(output.AutoConfigEnabled),
|
|
1808
|
+
CWEMonitorEnabled: (0, smithy_client_1.expectBoolean)(output.CWEMonitorEnabled),
|
|
1809
|
+
DiscoveryType: (0, smithy_client_1.expectString)(output.DiscoveryType),
|
|
1810
|
+
LifeCycle: (0, smithy_client_1.expectString)(output.LifeCycle),
|
|
1811
|
+
OpsCenterEnabled: (0, smithy_client_1.expectBoolean)(output.OpsCenterEnabled),
|
|
1812
|
+
OpsItemSNSTopicArn: (0, smithy_client_1.expectString)(output.OpsItemSNSTopicArn),
|
|
1813
|
+
Remarks: (0, smithy_client_1.expectString)(output.Remarks),
|
|
1814
|
+
ResourceGroupName: (0, smithy_client_1.expectString)(output.ResourceGroupName),
|
|
1815
1815
|
};
|
|
1816
1816
|
};
|
|
1817
1817
|
const deserializeAws_json1_1ApplicationInfoList = (output, context) => {
|
|
@@ -1827,19 +1827,19 @@ const deserializeAws_json1_1ApplicationInfoList = (output, context) => {
|
|
|
1827
1827
|
};
|
|
1828
1828
|
const deserializeAws_json1_1BadRequestException = (output, context) => {
|
|
1829
1829
|
return {
|
|
1830
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
1830
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
1831
1831
|
};
|
|
1832
1832
|
};
|
|
1833
1833
|
const deserializeAws_json1_1ConfigurationEvent = (output, context) => {
|
|
1834
1834
|
return {
|
|
1835
|
-
EventDetail: smithy_client_1.expectString(output.EventDetail),
|
|
1836
|
-
EventResourceName: smithy_client_1.expectString(output.EventResourceName),
|
|
1837
|
-
EventResourceType: smithy_client_1.expectString(output.EventResourceType),
|
|
1838
|
-
EventStatus: smithy_client_1.expectString(output.EventStatus),
|
|
1835
|
+
EventDetail: (0, smithy_client_1.expectString)(output.EventDetail),
|
|
1836
|
+
EventResourceName: (0, smithy_client_1.expectString)(output.EventResourceName),
|
|
1837
|
+
EventResourceType: (0, smithy_client_1.expectString)(output.EventResourceType),
|
|
1838
|
+
EventStatus: (0, smithy_client_1.expectString)(output.EventStatus),
|
|
1839
1839
|
EventTime: output.EventTime !== undefined && output.EventTime !== null
|
|
1840
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EventTime)))
|
|
1840
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EventTime)))
|
|
1841
1841
|
: undefined,
|
|
1842
|
-
MonitoredResourceARN: smithy_client_1.expectString(output.MonitoredResourceARN),
|
|
1842
|
+
MonitoredResourceARN: (0, smithy_client_1.expectString)(output.MonitoredResourceARN),
|
|
1843
1843
|
};
|
|
1844
1844
|
};
|
|
1845
1845
|
const deserializeAws_json1_1ConfigurationEventList = (output, context) => {
|
|
@@ -1868,7 +1868,7 @@ const deserializeAws_json1_1CreateLogPatternResponse = (output, context) => {
|
|
|
1868
1868
|
LogPattern: output.LogPattern !== undefined && output.LogPattern !== null
|
|
1869
1869
|
? deserializeAws_json1_1LogPattern(output.LogPattern, context)
|
|
1870
1870
|
: undefined,
|
|
1871
|
-
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
1871
|
+
ResourceGroupName: (0, smithy_client_1.expectString)(output.ResourceGroupName),
|
|
1872
1872
|
};
|
|
1873
1873
|
};
|
|
1874
1874
|
const deserializeAws_json1_1DeleteApplicationResponse = (output, context) => {
|
|
@@ -1889,14 +1889,14 @@ const deserializeAws_json1_1DescribeApplicationResponse = (output, context) => {
|
|
|
1889
1889
|
};
|
|
1890
1890
|
const deserializeAws_json1_1DescribeComponentConfigurationRecommendationResponse = (output, context) => {
|
|
1891
1891
|
return {
|
|
1892
|
-
ComponentConfiguration: smithy_client_1.expectString(output.ComponentConfiguration),
|
|
1892
|
+
ComponentConfiguration: (0, smithy_client_1.expectString)(output.ComponentConfiguration),
|
|
1893
1893
|
};
|
|
1894
1894
|
};
|
|
1895
1895
|
const deserializeAws_json1_1DescribeComponentConfigurationResponse = (output, context) => {
|
|
1896
1896
|
return {
|
|
1897
|
-
ComponentConfiguration: smithy_client_1.expectString(output.ComponentConfiguration),
|
|
1898
|
-
Monitor: smithy_client_1.expectBoolean(output.Monitor),
|
|
1899
|
-
Tier: smithy_client_1.expectString(output.Tier),
|
|
1897
|
+
ComponentConfiguration: (0, smithy_client_1.expectString)(output.ComponentConfiguration),
|
|
1898
|
+
Monitor: (0, smithy_client_1.expectBoolean)(output.Monitor),
|
|
1899
|
+
Tier: (0, smithy_client_1.expectString)(output.Tier),
|
|
1900
1900
|
};
|
|
1901
1901
|
};
|
|
1902
1902
|
const deserializeAws_json1_1DescribeComponentResponse = (output, context) => {
|
|
@@ -1914,7 +1914,7 @@ const deserializeAws_json1_1DescribeLogPatternResponse = (output, context) => {
|
|
|
1914
1914
|
LogPattern: output.LogPattern !== undefined && output.LogPattern !== null
|
|
1915
1915
|
? deserializeAws_json1_1LogPattern(output.LogPattern, context)
|
|
1916
1916
|
: undefined,
|
|
1917
|
-
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
1917
|
+
ResourceGroupName: (0, smithy_client_1.expectString)(output.ResourceGroupName),
|
|
1918
1918
|
};
|
|
1919
1919
|
};
|
|
1920
1920
|
const deserializeAws_json1_1DescribeObservationResponse = (output, context) => {
|
|
@@ -1956,13 +1956,13 @@ const deserializeAws_json1_1Feedback = (output, context) => {
|
|
|
1956
1956
|
}
|
|
1957
1957
|
return {
|
|
1958
1958
|
...acc,
|
|
1959
|
-
[key]: smithy_client_1.expectString(value),
|
|
1959
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
1960
1960
|
};
|
|
1961
1961
|
}, {});
|
|
1962
1962
|
};
|
|
1963
1963
|
const deserializeAws_json1_1InternalServerException = (output, context) => {
|
|
1964
1964
|
return {
|
|
1965
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
1965
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
1966
1966
|
};
|
|
1967
1967
|
};
|
|
1968
1968
|
const deserializeAws_json1_1ListApplicationsResponse = (output, context) => {
|
|
@@ -1970,7 +1970,7 @@ const deserializeAws_json1_1ListApplicationsResponse = (output, context) => {
|
|
|
1970
1970
|
ApplicationInfoList: output.ApplicationInfoList !== undefined && output.ApplicationInfoList !== null
|
|
1971
1971
|
? deserializeAws_json1_1ApplicationInfoList(output.ApplicationInfoList, context)
|
|
1972
1972
|
: undefined,
|
|
1973
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1973
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1974
1974
|
};
|
|
1975
1975
|
};
|
|
1976
1976
|
const deserializeAws_json1_1ListComponentsResponse = (output, context) => {
|
|
@@ -1978,7 +1978,7 @@ const deserializeAws_json1_1ListComponentsResponse = (output, context) => {
|
|
|
1978
1978
|
ApplicationComponentList: output.ApplicationComponentList !== undefined && output.ApplicationComponentList !== null
|
|
1979
1979
|
? deserializeAws_json1_1ApplicationComponentList(output.ApplicationComponentList, context)
|
|
1980
1980
|
: undefined,
|
|
1981
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1981
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1982
1982
|
};
|
|
1983
1983
|
};
|
|
1984
1984
|
const deserializeAws_json1_1ListConfigurationHistoryResponse = (output, context) => {
|
|
@@ -1986,7 +1986,7 @@ const deserializeAws_json1_1ListConfigurationHistoryResponse = (output, context)
|
|
|
1986
1986
|
EventList: output.EventList !== undefined && output.EventList !== null
|
|
1987
1987
|
? deserializeAws_json1_1ConfigurationEventList(output.EventList, context)
|
|
1988
1988
|
: undefined,
|
|
1989
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1989
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1990
1990
|
};
|
|
1991
1991
|
};
|
|
1992
1992
|
const deserializeAws_json1_1ListLogPatternSetsResponse = (output, context) => {
|
|
@@ -1994,8 +1994,8 @@ const deserializeAws_json1_1ListLogPatternSetsResponse = (output, context) => {
|
|
|
1994
1994
|
LogPatternSets: output.LogPatternSets !== undefined && output.LogPatternSets !== null
|
|
1995
1995
|
? deserializeAws_json1_1LogPatternSetList(output.LogPatternSets, context)
|
|
1996
1996
|
: undefined,
|
|
1997
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1998
|
-
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
1997
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
1998
|
+
ResourceGroupName: (0, smithy_client_1.expectString)(output.ResourceGroupName),
|
|
1999
1999
|
};
|
|
2000
2000
|
};
|
|
2001
2001
|
const deserializeAws_json1_1ListLogPatternsResponse = (output, context) => {
|
|
@@ -2003,17 +2003,17 @@ const deserializeAws_json1_1ListLogPatternsResponse = (output, context) => {
|
|
|
2003
2003
|
LogPatterns: output.LogPatterns !== undefined && output.LogPatterns !== null
|
|
2004
2004
|
? deserializeAws_json1_1LogPatternList(output.LogPatterns, context)
|
|
2005
2005
|
: undefined,
|
|
2006
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2007
|
-
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2006
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2007
|
+
ResourceGroupName: (0, smithy_client_1.expectString)(output.ResourceGroupName),
|
|
2008
2008
|
};
|
|
2009
2009
|
};
|
|
2010
2010
|
const deserializeAws_json1_1ListProblemsResponse = (output, context) => {
|
|
2011
2011
|
return {
|
|
2012
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2012
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2013
2013
|
ProblemList: output.ProblemList !== undefined && output.ProblemList !== null
|
|
2014
2014
|
? deserializeAws_json1_1ProblemList(output.ProblemList, context)
|
|
2015
2015
|
: undefined,
|
|
2016
|
-
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2016
|
+
ResourceGroupName: (0, smithy_client_1.expectString)(output.ResourceGroupName),
|
|
2017
2017
|
};
|
|
2018
2018
|
};
|
|
2019
2019
|
const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
@@ -2025,10 +2025,10 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
|
2025
2025
|
};
|
|
2026
2026
|
const deserializeAws_json1_1LogPattern = (output, context) => {
|
|
2027
2027
|
return {
|
|
2028
|
-
Pattern: smithy_client_1.expectString(output.Pattern),
|
|
2029
|
-
PatternName: smithy_client_1.expectString(output.PatternName),
|
|
2030
|
-
PatternSetName: smithy_client_1.expectString(output.PatternSetName),
|
|
2031
|
-
Rank: smithy_client_1.expectInt32(output.Rank),
|
|
2028
|
+
Pattern: (0, smithy_client_1.expectString)(output.Pattern),
|
|
2029
|
+
PatternName: (0, smithy_client_1.expectString)(output.PatternName),
|
|
2030
|
+
PatternSetName: (0, smithy_client_1.expectString)(output.PatternSetName),
|
|
2031
|
+
Rank: (0, smithy_client_1.expectInt32)(output.Rank),
|
|
2032
2032
|
};
|
|
2033
2033
|
};
|
|
2034
2034
|
const deserializeAws_json1_1LogPatternList = (output, context) => {
|
|
@@ -2049,63 +2049,63 @@ const deserializeAws_json1_1LogPatternSetList = (output, context) => {
|
|
|
2049
2049
|
if (entry === null) {
|
|
2050
2050
|
return null;
|
|
2051
2051
|
}
|
|
2052
|
-
return smithy_client_1.expectString(entry);
|
|
2052
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2053
2053
|
});
|
|
2054
2054
|
return retVal;
|
|
2055
2055
|
};
|
|
2056
2056
|
const deserializeAws_json1_1Observation = (output, context) => {
|
|
2057
2057
|
return {
|
|
2058
|
-
CloudWatchEventDetailType: smithy_client_1.expectString(output.CloudWatchEventDetailType),
|
|
2059
|
-
CloudWatchEventId: smithy_client_1.expectString(output.CloudWatchEventId),
|
|
2060
|
-
CloudWatchEventSource: smithy_client_1.expectString(output.CloudWatchEventSource),
|
|
2061
|
-
CodeDeployApplication: smithy_client_1.expectString(output.CodeDeployApplication),
|
|
2062
|
-
CodeDeployDeploymentGroup: smithy_client_1.expectString(output.CodeDeployDeploymentGroup),
|
|
2063
|
-
CodeDeployDeploymentId: smithy_client_1.expectString(output.CodeDeployDeploymentId),
|
|
2064
|
-
CodeDeployInstanceGroupId: smithy_client_1.expectString(output.CodeDeployInstanceGroupId),
|
|
2065
|
-
CodeDeployState: smithy_client_1.expectString(output.CodeDeployState),
|
|
2066
|
-
EbsCause: smithy_client_1.expectString(output.EbsCause),
|
|
2067
|
-
EbsEvent: smithy_client_1.expectString(output.EbsEvent),
|
|
2068
|
-
EbsRequestId: smithy_client_1.expectString(output.EbsRequestId),
|
|
2069
|
-
EbsResult: smithy_client_1.expectString(output.EbsResult),
|
|
2070
|
-
Ec2State: smithy_client_1.expectString(output.Ec2State),
|
|
2058
|
+
CloudWatchEventDetailType: (0, smithy_client_1.expectString)(output.CloudWatchEventDetailType),
|
|
2059
|
+
CloudWatchEventId: (0, smithy_client_1.expectString)(output.CloudWatchEventId),
|
|
2060
|
+
CloudWatchEventSource: (0, smithy_client_1.expectString)(output.CloudWatchEventSource),
|
|
2061
|
+
CodeDeployApplication: (0, smithy_client_1.expectString)(output.CodeDeployApplication),
|
|
2062
|
+
CodeDeployDeploymentGroup: (0, smithy_client_1.expectString)(output.CodeDeployDeploymentGroup),
|
|
2063
|
+
CodeDeployDeploymentId: (0, smithy_client_1.expectString)(output.CodeDeployDeploymentId),
|
|
2064
|
+
CodeDeployInstanceGroupId: (0, smithy_client_1.expectString)(output.CodeDeployInstanceGroupId),
|
|
2065
|
+
CodeDeployState: (0, smithy_client_1.expectString)(output.CodeDeployState),
|
|
2066
|
+
EbsCause: (0, smithy_client_1.expectString)(output.EbsCause),
|
|
2067
|
+
EbsEvent: (0, smithy_client_1.expectString)(output.EbsEvent),
|
|
2068
|
+
EbsRequestId: (0, smithy_client_1.expectString)(output.EbsRequestId),
|
|
2069
|
+
EbsResult: (0, smithy_client_1.expectString)(output.EbsResult),
|
|
2070
|
+
Ec2State: (0, smithy_client_1.expectString)(output.Ec2State),
|
|
2071
2071
|
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
2072
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
|
|
2072
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndTime)))
|
|
2073
2073
|
: undefined,
|
|
2074
|
-
HealthEventArn: smithy_client_1.expectString(output.HealthEventArn),
|
|
2075
|
-
HealthEventDescription: smithy_client_1.expectString(output.HealthEventDescription),
|
|
2076
|
-
HealthEventTypeCategory: smithy_client_1.expectString(output.HealthEventTypeCategory),
|
|
2077
|
-
HealthEventTypeCode: smithy_client_1.expectString(output.HealthEventTypeCode),
|
|
2078
|
-
HealthService: smithy_client_1.expectString(output.HealthService),
|
|
2079
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
2074
|
+
HealthEventArn: (0, smithy_client_1.expectString)(output.HealthEventArn),
|
|
2075
|
+
HealthEventDescription: (0, smithy_client_1.expectString)(output.HealthEventDescription),
|
|
2076
|
+
HealthEventTypeCategory: (0, smithy_client_1.expectString)(output.HealthEventTypeCategory),
|
|
2077
|
+
HealthEventTypeCode: (0, smithy_client_1.expectString)(output.HealthEventTypeCode),
|
|
2078
|
+
HealthService: (0, smithy_client_1.expectString)(output.HealthService),
|
|
2079
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
2080
2080
|
LineTime: output.LineTime !== undefined && output.LineTime !== null
|
|
2081
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LineTime)))
|
|
2081
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LineTime)))
|
|
2082
2082
|
: undefined,
|
|
2083
|
-
LogFilter: smithy_client_1.expectString(output.LogFilter),
|
|
2084
|
-
LogGroup: smithy_client_1.expectString(output.LogGroup),
|
|
2085
|
-
LogText: smithy_client_1.expectString(output.LogText),
|
|
2086
|
-
MetricName: smithy_client_1.expectString(output.MetricName),
|
|
2087
|
-
MetricNamespace: smithy_client_1.expectString(output.MetricNamespace),
|
|
2088
|
-
RdsEventCategories: smithy_client_1.expectString(output.RdsEventCategories),
|
|
2089
|
-
RdsEventMessage: smithy_client_1.expectString(output.RdsEventMessage),
|
|
2090
|
-
S3EventName: smithy_client_1.expectString(output.S3EventName),
|
|
2091
|
-
SourceARN: smithy_client_1.expectString(output.SourceARN),
|
|
2092
|
-
SourceType: smithy_client_1.expectString(output.SourceType),
|
|
2083
|
+
LogFilter: (0, smithy_client_1.expectString)(output.LogFilter),
|
|
2084
|
+
LogGroup: (0, smithy_client_1.expectString)(output.LogGroup),
|
|
2085
|
+
LogText: (0, smithy_client_1.expectString)(output.LogText),
|
|
2086
|
+
MetricName: (0, smithy_client_1.expectString)(output.MetricName),
|
|
2087
|
+
MetricNamespace: (0, smithy_client_1.expectString)(output.MetricNamespace),
|
|
2088
|
+
RdsEventCategories: (0, smithy_client_1.expectString)(output.RdsEventCategories),
|
|
2089
|
+
RdsEventMessage: (0, smithy_client_1.expectString)(output.RdsEventMessage),
|
|
2090
|
+
S3EventName: (0, smithy_client_1.expectString)(output.S3EventName),
|
|
2091
|
+
SourceARN: (0, smithy_client_1.expectString)(output.SourceARN),
|
|
2092
|
+
SourceType: (0, smithy_client_1.expectString)(output.SourceType),
|
|
2093
2093
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
2094
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
2094
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
|
|
2095
2095
|
: undefined,
|
|
2096
|
-
StatesArn: smithy_client_1.expectString(output.StatesArn),
|
|
2097
|
-
StatesExecutionArn: smithy_client_1.expectString(output.StatesExecutionArn),
|
|
2098
|
-
StatesInput: smithy_client_1.expectString(output.StatesInput),
|
|
2099
|
-
StatesStatus: smithy_client_1.expectString(output.StatesStatus),
|
|
2100
|
-
Unit: smithy_client_1.expectString(output.Unit),
|
|
2101
|
-
Value: smithy_client_1.limitedParseDouble(output.Value),
|
|
2102
|
-
XRayErrorPercent: smithy_client_1.expectInt32(output.XRayErrorPercent),
|
|
2103
|
-
XRayFaultPercent: smithy_client_1.expectInt32(output.XRayFaultPercent),
|
|
2104
|
-
XRayNodeName: smithy_client_1.expectString(output.XRayNodeName),
|
|
2105
|
-
XRayNodeType: smithy_client_1.expectString(output.XRayNodeType),
|
|
2106
|
-
XRayRequestAverageLatency: smithy_client_1.expectLong(output.XRayRequestAverageLatency),
|
|
2107
|
-
XRayRequestCount: smithy_client_1.expectInt32(output.XRayRequestCount),
|
|
2108
|
-
XRayThrottlePercent: smithy_client_1.expectInt32(output.XRayThrottlePercent),
|
|
2096
|
+
StatesArn: (0, smithy_client_1.expectString)(output.StatesArn),
|
|
2097
|
+
StatesExecutionArn: (0, smithy_client_1.expectString)(output.StatesExecutionArn),
|
|
2098
|
+
StatesInput: (0, smithy_client_1.expectString)(output.StatesInput),
|
|
2099
|
+
StatesStatus: (0, smithy_client_1.expectString)(output.StatesStatus),
|
|
2100
|
+
Unit: (0, smithy_client_1.expectString)(output.Unit),
|
|
2101
|
+
Value: (0, smithy_client_1.limitedParseDouble)(output.Value),
|
|
2102
|
+
XRayErrorPercent: (0, smithy_client_1.expectInt32)(output.XRayErrorPercent),
|
|
2103
|
+
XRayFaultPercent: (0, smithy_client_1.expectInt32)(output.XRayFaultPercent),
|
|
2104
|
+
XRayNodeName: (0, smithy_client_1.expectString)(output.XRayNodeName),
|
|
2105
|
+
XRayNodeType: (0, smithy_client_1.expectString)(output.XRayNodeType),
|
|
2106
|
+
XRayRequestAverageLatency: (0, smithy_client_1.expectLong)(output.XRayRequestAverageLatency),
|
|
2107
|
+
XRayRequestCount: (0, smithy_client_1.expectInt32)(output.XRayRequestCount),
|
|
2108
|
+
XRayThrottlePercent: (0, smithy_client_1.expectInt32)(output.XRayThrottlePercent),
|
|
2109
2109
|
};
|
|
2110
2110
|
};
|
|
2111
2111
|
const deserializeAws_json1_1ObservationList = (output, context) => {
|
|
@@ -2121,26 +2121,26 @@ const deserializeAws_json1_1ObservationList = (output, context) => {
|
|
|
2121
2121
|
};
|
|
2122
2122
|
const deserializeAws_json1_1Problem = (output, context) => {
|
|
2123
2123
|
return {
|
|
2124
|
-
AffectedResource: smithy_client_1.expectString(output.AffectedResource),
|
|
2124
|
+
AffectedResource: (0, smithy_client_1.expectString)(output.AffectedResource),
|
|
2125
2125
|
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
2126
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
|
|
2126
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndTime)))
|
|
2127
2127
|
: undefined,
|
|
2128
2128
|
Feedback: output.Feedback !== undefined && output.Feedback !== null
|
|
2129
2129
|
? deserializeAws_json1_1Feedback(output.Feedback, context)
|
|
2130
2130
|
: undefined,
|
|
2131
|
-
Id: smithy_client_1.expectString(output.Id),
|
|
2132
|
-
Insights: smithy_client_1.expectString(output.Insights),
|
|
2131
|
+
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
2132
|
+
Insights: (0, smithy_client_1.expectString)(output.Insights),
|
|
2133
2133
|
LastRecurrenceTime: output.LastRecurrenceTime !== undefined && output.LastRecurrenceTime !== null
|
|
2134
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastRecurrenceTime)))
|
|
2134
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastRecurrenceTime)))
|
|
2135
2135
|
: undefined,
|
|
2136
|
-
RecurringCount: smithy_client_1.expectLong(output.RecurringCount),
|
|
2137
|
-
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2138
|
-
SeverityLevel: smithy_client_1.expectString(output.SeverityLevel),
|
|
2136
|
+
RecurringCount: (0, smithy_client_1.expectLong)(output.RecurringCount),
|
|
2137
|
+
ResourceGroupName: (0, smithy_client_1.expectString)(output.ResourceGroupName),
|
|
2138
|
+
SeverityLevel: (0, smithy_client_1.expectString)(output.SeverityLevel),
|
|
2139
2139
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
2140
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
2140
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartTime)))
|
|
2141
2141
|
: undefined,
|
|
2142
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
2143
|
-
Title: smithy_client_1.expectString(output.Title),
|
|
2142
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2143
|
+
Title: (0, smithy_client_1.expectString)(output.Title),
|
|
2144
2144
|
};
|
|
2145
2145
|
};
|
|
2146
2146
|
const deserializeAws_json1_1ProblemList = (output, context) => {
|
|
@@ -2163,7 +2163,7 @@ const deserializeAws_json1_1RelatedObservations = (output, context) => {
|
|
|
2163
2163
|
};
|
|
2164
2164
|
const deserializeAws_json1_1ResourceInUseException = (output, context) => {
|
|
2165
2165
|
return {
|
|
2166
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2166
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2167
2167
|
};
|
|
2168
2168
|
};
|
|
2169
2169
|
const deserializeAws_json1_1ResourceList = (output, context) => {
|
|
@@ -2173,19 +2173,19 @@ const deserializeAws_json1_1ResourceList = (output, context) => {
|
|
|
2173
2173
|
if (entry === null) {
|
|
2174
2174
|
return null;
|
|
2175
2175
|
}
|
|
2176
|
-
return smithy_client_1.expectString(entry);
|
|
2176
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2177
2177
|
});
|
|
2178
2178
|
return retVal;
|
|
2179
2179
|
};
|
|
2180
2180
|
const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
|
|
2181
2181
|
return {
|
|
2182
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2182
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2183
2183
|
};
|
|
2184
2184
|
};
|
|
2185
2185
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
2186
2186
|
return {
|
|
2187
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
2188
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
2187
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
2188
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
2189
2189
|
};
|
|
2190
2190
|
};
|
|
2191
2191
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -2204,13 +2204,13 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
|
2204
2204
|
};
|
|
2205
2205
|
const deserializeAws_json1_1TagsAlreadyExistException = (output, context) => {
|
|
2206
2206
|
return {
|
|
2207
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2207
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2208
2208
|
};
|
|
2209
2209
|
};
|
|
2210
2210
|
const deserializeAws_json1_1TooManyTagsException = (output, context) => {
|
|
2211
2211
|
return {
|
|
2212
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2213
|
-
ResourceName: smithy_client_1.expectString(output.ResourceName),
|
|
2212
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2213
|
+
ResourceName: (0, smithy_client_1.expectString)(output.ResourceName),
|
|
2214
2214
|
};
|
|
2215
2215
|
};
|
|
2216
2216
|
const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
@@ -2234,12 +2234,12 @@ const deserializeAws_json1_1UpdateLogPatternResponse = (output, context) => {
|
|
|
2234
2234
|
LogPattern: output.LogPattern !== undefined && output.LogPattern !== null
|
|
2235
2235
|
? deserializeAws_json1_1LogPattern(output.LogPattern, context)
|
|
2236
2236
|
: undefined,
|
|
2237
|
-
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2237
|
+
ResourceGroupName: (0, smithy_client_1.expectString)(output.ResourceGroupName),
|
|
2238
2238
|
};
|
|
2239
2239
|
};
|
|
2240
2240
|
const deserializeAws_json1_1ValidationException = (output, context) => {
|
|
2241
2241
|
return {
|
|
2242
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2242
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2243
2243
|
};
|
|
2244
2244
|
};
|
|
2245
2245
|
const deserializeAws_json1_1WorkloadMetaData = (output, context) => {
|
|
@@ -2249,7 +2249,7 @@ const deserializeAws_json1_1WorkloadMetaData = (output, context) => {
|
|
|
2249
2249
|
}
|
|
2250
2250
|
return {
|
|
2251
2251
|
...acc,
|
|
2252
|
-
[key]: smithy_client_1.expectString(value),
|
|
2252
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
2253
2253
|
};
|
|
2254
2254
|
}, {});
|
|
2255
2255
|
};
|