@aws-sdk/client-application-insights 3.31.0 → 3.32.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 +8 -0
- package/dist/cjs/ApplicationInsightsClient.js +13 -13
- package/dist/cjs/ApplicationInsightsClient.js.map +1 -1
- package/dist/cjs/commands/CreateApplicationCommand.js +3 -3
- package/dist/cjs/commands/CreateApplicationCommand.js.map +1 -1
- package/dist/cjs/commands/CreateComponentCommand.js +3 -3
- package/dist/cjs/commands/CreateComponentCommand.js.map +1 -1
- package/dist/cjs/commands/CreateLogPatternCommand.js +3 -3
- package/dist/cjs/commands/CreateLogPatternCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js +3 -3
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteComponentCommand.js +3 -3
- package/dist/cjs/commands/DeleteComponentCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteLogPatternCommand.js +3 -3
- package/dist/cjs/commands/DeleteLogPatternCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeApplicationCommand.js +3 -3
- package/dist/cjs/commands/DescribeApplicationCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeComponentCommand.js +3 -3
- package/dist/cjs/commands/DescribeComponentCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeComponentConfigurationCommand.js +3 -3
- package/dist/cjs/commands/DescribeComponentConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -3
- package/dist/cjs/commands/DescribeComponentConfigurationRecommendationCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeLogPatternCommand.js +3 -3
- package/dist/cjs/commands/DescribeLogPatternCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeObservationCommand.js +3 -3
- package/dist/cjs/commands/DescribeObservationCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeProblemCommand.js +3 -3
- package/dist/cjs/commands/DescribeProblemCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeProblemObservationsCommand.js +3 -3
- package/dist/cjs/commands/DescribeProblemObservationsCommand.js.map +1 -1
- package/dist/cjs/commands/ListApplicationsCommand.js +3 -3
- package/dist/cjs/commands/ListApplicationsCommand.js.map +1 -1
- package/dist/cjs/commands/ListComponentsCommand.js +3 -3
- package/dist/cjs/commands/ListComponentsCommand.js.map +1 -1
- package/dist/cjs/commands/ListConfigurationHistoryCommand.js +3 -3
- package/dist/cjs/commands/ListConfigurationHistoryCommand.js.map +1 -1
- package/dist/cjs/commands/ListLogPatternSetsCommand.js +3 -3
- package/dist/cjs/commands/ListLogPatternSetsCommand.js.map +1 -1
- package/dist/cjs/commands/ListLogPatternsCommand.js +3 -3
- package/dist/cjs/commands/ListLogPatternsCommand.js.map +1 -1
- package/dist/cjs/commands/ListProblemsCommand.js +3 -3
- package/dist/cjs/commands/ListProblemsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js +3 -3
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateComponentCommand.js +3 -3
- package/dist/cjs/commands/UpdateComponentCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateComponentConfigurationCommand.js +3 -3
- package/dist/cjs/commands/UpdateComponentConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateLogPatternCommand.js +3 -3
- package/dist/cjs/commands/UpdateLogPatternCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +37 -37
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_1.js +106 -106
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/pagination/ListApplicationsPaginator.js +4 -4
- package/dist/es/pagination/ListApplicationsPaginator.js.map +1 -1
- package/dist/es/pagination/ListComponentsPaginator.js +4 -4
- package/dist/es/pagination/ListComponentsPaginator.js.map +1 -1
- package/dist/es/pagination/ListConfigurationHistoryPaginator.js +4 -4
- package/dist/es/pagination/ListConfigurationHistoryPaginator.js.map +1 -1
- package/dist/es/pagination/ListLogPatternSetsPaginator.js +4 -4
- package/dist/es/pagination/ListLogPatternSetsPaginator.js.map +1 -1
- package/dist/es/pagination/ListLogPatternsPaginator.js +4 -4
- package/dist/es/pagination/ListLogPatternsPaginator.js.map +1 -1
- package/dist/es/pagination/ListProblemsPaginator.js +4 -4
- package/dist/es/pagination/ListProblemsPaginator.js.map +1 -1
- package/package.json +31 -31
- package/tsconfig.json +1 -2
|
@@ -2378,20 +2378,20 @@ const serializeAws_json1_1UpdateLogPatternRequest = (input, context) => {
|
|
|
2378
2378
|
};
|
|
2379
2379
|
const deserializeAws_json1_1AccessDeniedException = (output, context) => {
|
|
2380
2380
|
return {
|
|
2381
|
-
Message:
|
|
2381
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2382
2382
|
};
|
|
2383
2383
|
};
|
|
2384
2384
|
const deserializeAws_json1_1ApplicationComponent = (output, context) => {
|
|
2385
2385
|
return {
|
|
2386
|
-
ComponentName:
|
|
2387
|
-
ComponentRemarks:
|
|
2386
|
+
ComponentName: smithy_client_1.expectString(output.ComponentName),
|
|
2387
|
+
ComponentRemarks: smithy_client_1.expectString(output.ComponentRemarks),
|
|
2388
2388
|
DetectedWorkload: output.DetectedWorkload !== undefined && output.DetectedWorkload !== null
|
|
2389
2389
|
? deserializeAws_json1_1DetectedWorkload(output.DetectedWorkload, context)
|
|
2390
2390
|
: undefined,
|
|
2391
|
-
Monitor:
|
|
2392
|
-
OsType:
|
|
2393
|
-
ResourceType:
|
|
2394
|
-
Tier:
|
|
2391
|
+
Monitor: smithy_client_1.expectBoolean(output.Monitor),
|
|
2392
|
+
OsType: smithy_client_1.expectString(output.OsType),
|
|
2393
|
+
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
2394
|
+
Tier: smithy_client_1.expectString(output.Tier),
|
|
2395
2395
|
};
|
|
2396
2396
|
};
|
|
2397
2397
|
const deserializeAws_json1_1ApplicationComponentList = (output, context) => {
|
|
@@ -2406,12 +2406,12 @@ const deserializeAws_json1_1ApplicationComponentList = (output, context) => {
|
|
|
2406
2406
|
};
|
|
2407
2407
|
const deserializeAws_json1_1ApplicationInfo = (output, context) => {
|
|
2408
2408
|
return {
|
|
2409
|
-
CWEMonitorEnabled:
|
|
2410
|
-
LifeCycle:
|
|
2411
|
-
OpsCenterEnabled:
|
|
2412
|
-
OpsItemSNSTopicArn:
|
|
2413
|
-
Remarks:
|
|
2414
|
-
ResourceGroupName:
|
|
2409
|
+
CWEMonitorEnabled: smithy_client_1.expectBoolean(output.CWEMonitorEnabled),
|
|
2410
|
+
LifeCycle: smithy_client_1.expectString(output.LifeCycle),
|
|
2411
|
+
OpsCenterEnabled: smithy_client_1.expectBoolean(output.OpsCenterEnabled),
|
|
2412
|
+
OpsItemSNSTopicArn: smithy_client_1.expectString(output.OpsItemSNSTopicArn),
|
|
2413
|
+
Remarks: smithy_client_1.expectString(output.Remarks),
|
|
2414
|
+
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2415
2415
|
};
|
|
2416
2416
|
};
|
|
2417
2417
|
const deserializeAws_json1_1ApplicationInfoList = (output, context) => {
|
|
@@ -2426,19 +2426,19 @@ const deserializeAws_json1_1ApplicationInfoList = (output, context) => {
|
|
|
2426
2426
|
};
|
|
2427
2427
|
const deserializeAws_json1_1BadRequestException = (output, context) => {
|
|
2428
2428
|
return {
|
|
2429
|
-
Message:
|
|
2429
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2430
2430
|
};
|
|
2431
2431
|
};
|
|
2432
2432
|
const deserializeAws_json1_1ConfigurationEvent = (output, context) => {
|
|
2433
2433
|
return {
|
|
2434
|
-
EventDetail:
|
|
2435
|
-
EventResourceName:
|
|
2436
|
-
EventResourceType:
|
|
2437
|
-
EventStatus:
|
|
2434
|
+
EventDetail: smithy_client_1.expectString(output.EventDetail),
|
|
2435
|
+
EventResourceName: smithy_client_1.expectString(output.EventResourceName),
|
|
2436
|
+
EventResourceType: smithy_client_1.expectString(output.EventResourceType),
|
|
2437
|
+
EventStatus: smithy_client_1.expectString(output.EventStatus),
|
|
2438
2438
|
EventTime: output.EventTime !== undefined && output.EventTime !== null
|
|
2439
|
-
?
|
|
2439
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EventTime)))
|
|
2440
2440
|
: undefined,
|
|
2441
|
-
MonitoredResourceARN:
|
|
2441
|
+
MonitoredResourceARN: smithy_client_1.expectString(output.MonitoredResourceARN),
|
|
2442
2442
|
};
|
|
2443
2443
|
};
|
|
2444
2444
|
const deserializeAws_json1_1ConfigurationEventList = (output, context) => {
|
|
@@ -2466,7 +2466,7 @@ const deserializeAws_json1_1CreateLogPatternResponse = (output, context) => {
|
|
|
2466
2466
|
LogPattern: output.LogPattern !== undefined && output.LogPattern !== null
|
|
2467
2467
|
? deserializeAws_json1_1LogPattern(output.LogPattern, context)
|
|
2468
2468
|
: undefined,
|
|
2469
|
-
ResourceGroupName:
|
|
2469
|
+
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2470
2470
|
};
|
|
2471
2471
|
};
|
|
2472
2472
|
const deserializeAws_json1_1DeleteApplicationResponse = (output, context) => {
|
|
@@ -2487,14 +2487,14 @@ const deserializeAws_json1_1DescribeApplicationResponse = (output, context) => {
|
|
|
2487
2487
|
};
|
|
2488
2488
|
const deserializeAws_json1_1DescribeComponentConfigurationRecommendationResponse = (output, context) => {
|
|
2489
2489
|
return {
|
|
2490
|
-
ComponentConfiguration:
|
|
2490
|
+
ComponentConfiguration: smithy_client_1.expectString(output.ComponentConfiguration),
|
|
2491
2491
|
};
|
|
2492
2492
|
};
|
|
2493
2493
|
const deserializeAws_json1_1DescribeComponentConfigurationResponse = (output, context) => {
|
|
2494
2494
|
return {
|
|
2495
|
-
ComponentConfiguration:
|
|
2496
|
-
Monitor:
|
|
2497
|
-
Tier:
|
|
2495
|
+
ComponentConfiguration: smithy_client_1.expectString(output.ComponentConfiguration),
|
|
2496
|
+
Monitor: smithy_client_1.expectBoolean(output.Monitor),
|
|
2497
|
+
Tier: smithy_client_1.expectString(output.Tier),
|
|
2498
2498
|
};
|
|
2499
2499
|
};
|
|
2500
2500
|
const deserializeAws_json1_1DescribeComponentResponse = (output, context) => {
|
|
@@ -2512,7 +2512,7 @@ const deserializeAws_json1_1DescribeLogPatternResponse = (output, context) => {
|
|
|
2512
2512
|
LogPattern: output.LogPattern !== undefined && output.LogPattern !== null
|
|
2513
2513
|
? deserializeAws_json1_1LogPattern(output.LogPattern, context)
|
|
2514
2514
|
: undefined,
|
|
2515
|
-
ResourceGroupName:
|
|
2515
|
+
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2516
2516
|
};
|
|
2517
2517
|
};
|
|
2518
2518
|
const deserializeAws_json1_1DescribeObservationResponse = (output, context) => {
|
|
@@ -2554,13 +2554,13 @@ const deserializeAws_json1_1Feedback = (output, context) => {
|
|
|
2554
2554
|
}
|
|
2555
2555
|
return {
|
|
2556
2556
|
...acc,
|
|
2557
|
-
[key]:
|
|
2557
|
+
[key]: smithy_client_1.expectString(value),
|
|
2558
2558
|
};
|
|
2559
2559
|
}, {});
|
|
2560
2560
|
};
|
|
2561
2561
|
const deserializeAws_json1_1InternalServerException = (output, context) => {
|
|
2562
2562
|
return {
|
|
2563
|
-
Message:
|
|
2563
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2564
2564
|
};
|
|
2565
2565
|
};
|
|
2566
2566
|
const deserializeAws_json1_1ListApplicationsResponse = (output, context) => {
|
|
@@ -2568,7 +2568,7 @@ const deserializeAws_json1_1ListApplicationsResponse = (output, context) => {
|
|
|
2568
2568
|
ApplicationInfoList: output.ApplicationInfoList !== undefined && output.ApplicationInfoList !== null
|
|
2569
2569
|
? deserializeAws_json1_1ApplicationInfoList(output.ApplicationInfoList, context)
|
|
2570
2570
|
: undefined,
|
|
2571
|
-
NextToken:
|
|
2571
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2572
2572
|
};
|
|
2573
2573
|
};
|
|
2574
2574
|
const deserializeAws_json1_1ListComponentsResponse = (output, context) => {
|
|
@@ -2576,7 +2576,7 @@ const deserializeAws_json1_1ListComponentsResponse = (output, context) => {
|
|
|
2576
2576
|
ApplicationComponentList: output.ApplicationComponentList !== undefined && output.ApplicationComponentList !== null
|
|
2577
2577
|
? deserializeAws_json1_1ApplicationComponentList(output.ApplicationComponentList, context)
|
|
2578
2578
|
: undefined,
|
|
2579
|
-
NextToken:
|
|
2579
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2580
2580
|
};
|
|
2581
2581
|
};
|
|
2582
2582
|
const deserializeAws_json1_1ListConfigurationHistoryResponse = (output, context) => {
|
|
@@ -2584,7 +2584,7 @@ const deserializeAws_json1_1ListConfigurationHistoryResponse = (output, context)
|
|
|
2584
2584
|
EventList: output.EventList !== undefined && output.EventList !== null
|
|
2585
2585
|
? deserializeAws_json1_1ConfigurationEventList(output.EventList, context)
|
|
2586
2586
|
: undefined,
|
|
2587
|
-
NextToken:
|
|
2587
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2588
2588
|
};
|
|
2589
2589
|
};
|
|
2590
2590
|
const deserializeAws_json1_1ListLogPatternSetsResponse = (output, context) => {
|
|
@@ -2592,8 +2592,8 @@ const deserializeAws_json1_1ListLogPatternSetsResponse = (output, context) => {
|
|
|
2592
2592
|
LogPatternSets: output.LogPatternSets !== undefined && output.LogPatternSets !== null
|
|
2593
2593
|
? deserializeAws_json1_1LogPatternSetList(output.LogPatternSets, context)
|
|
2594
2594
|
: undefined,
|
|
2595
|
-
NextToken:
|
|
2596
|
-
ResourceGroupName:
|
|
2595
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2596
|
+
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2597
2597
|
};
|
|
2598
2598
|
};
|
|
2599
2599
|
const deserializeAws_json1_1ListLogPatternsResponse = (output, context) => {
|
|
@@ -2601,13 +2601,13 @@ const deserializeAws_json1_1ListLogPatternsResponse = (output, context) => {
|
|
|
2601
2601
|
LogPatterns: output.LogPatterns !== undefined && output.LogPatterns !== null
|
|
2602
2602
|
? deserializeAws_json1_1LogPatternList(output.LogPatterns, context)
|
|
2603
2603
|
: undefined,
|
|
2604
|
-
NextToken:
|
|
2605
|
-
ResourceGroupName:
|
|
2604
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2605
|
+
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2606
2606
|
};
|
|
2607
2607
|
};
|
|
2608
2608
|
const deserializeAws_json1_1ListProblemsResponse = (output, context) => {
|
|
2609
2609
|
return {
|
|
2610
|
-
NextToken:
|
|
2610
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2611
2611
|
ProblemList: output.ProblemList !== undefined && output.ProblemList !== null
|
|
2612
2612
|
? deserializeAws_json1_1ProblemList(output.ProblemList, context)
|
|
2613
2613
|
: undefined,
|
|
@@ -2622,10 +2622,10 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
|
2622
2622
|
};
|
|
2623
2623
|
const deserializeAws_json1_1LogPattern = (output, context) => {
|
|
2624
2624
|
return {
|
|
2625
|
-
Pattern:
|
|
2626
|
-
PatternName:
|
|
2627
|
-
PatternSetName:
|
|
2628
|
-
Rank:
|
|
2625
|
+
Pattern: smithy_client_1.expectString(output.Pattern),
|
|
2626
|
+
PatternName: smithy_client_1.expectString(output.PatternName),
|
|
2627
|
+
PatternSetName: smithy_client_1.expectString(output.PatternSetName),
|
|
2628
|
+
Rank: smithy_client_1.expectInt32(output.Rank),
|
|
2629
2629
|
};
|
|
2630
2630
|
};
|
|
2631
2631
|
const deserializeAws_json1_1LogPatternList = (output, context) => {
|
|
@@ -2645,62 +2645,62 @@ const deserializeAws_json1_1LogPatternSetList = (output, context) => {
|
|
|
2645
2645
|
if (entry === null) {
|
|
2646
2646
|
return null;
|
|
2647
2647
|
}
|
|
2648
|
-
return
|
|
2648
|
+
return smithy_client_1.expectString(entry);
|
|
2649
2649
|
});
|
|
2650
2650
|
};
|
|
2651
2651
|
const deserializeAws_json1_1Observation = (output, context) => {
|
|
2652
2652
|
return {
|
|
2653
|
-
CloudWatchEventDetailType:
|
|
2654
|
-
CloudWatchEventId:
|
|
2655
|
-
CloudWatchEventSource:
|
|
2656
|
-
CodeDeployApplication:
|
|
2657
|
-
CodeDeployDeploymentGroup:
|
|
2658
|
-
CodeDeployDeploymentId:
|
|
2659
|
-
CodeDeployInstanceGroupId:
|
|
2660
|
-
CodeDeployState:
|
|
2661
|
-
EbsCause:
|
|
2662
|
-
EbsEvent:
|
|
2663
|
-
EbsRequestId:
|
|
2664
|
-
EbsResult:
|
|
2665
|
-
Ec2State:
|
|
2653
|
+
CloudWatchEventDetailType: smithy_client_1.expectString(output.CloudWatchEventDetailType),
|
|
2654
|
+
CloudWatchEventId: smithy_client_1.expectString(output.CloudWatchEventId),
|
|
2655
|
+
CloudWatchEventSource: smithy_client_1.expectString(output.CloudWatchEventSource),
|
|
2656
|
+
CodeDeployApplication: smithy_client_1.expectString(output.CodeDeployApplication),
|
|
2657
|
+
CodeDeployDeploymentGroup: smithy_client_1.expectString(output.CodeDeployDeploymentGroup),
|
|
2658
|
+
CodeDeployDeploymentId: smithy_client_1.expectString(output.CodeDeployDeploymentId),
|
|
2659
|
+
CodeDeployInstanceGroupId: smithy_client_1.expectString(output.CodeDeployInstanceGroupId),
|
|
2660
|
+
CodeDeployState: smithy_client_1.expectString(output.CodeDeployState),
|
|
2661
|
+
EbsCause: smithy_client_1.expectString(output.EbsCause),
|
|
2662
|
+
EbsEvent: smithy_client_1.expectString(output.EbsEvent),
|
|
2663
|
+
EbsRequestId: smithy_client_1.expectString(output.EbsRequestId),
|
|
2664
|
+
EbsResult: smithy_client_1.expectString(output.EbsResult),
|
|
2665
|
+
Ec2State: smithy_client_1.expectString(output.Ec2State),
|
|
2666
2666
|
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
2667
|
-
?
|
|
2667
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
|
|
2668
2668
|
: undefined,
|
|
2669
|
-
HealthEventArn:
|
|
2670
|
-
HealthEventDescription:
|
|
2671
|
-
HealthEventTypeCategory:
|
|
2672
|
-
HealthEventTypeCode:
|
|
2673
|
-
HealthService:
|
|
2674
|
-
Id:
|
|
2669
|
+
HealthEventArn: smithy_client_1.expectString(output.HealthEventArn),
|
|
2670
|
+
HealthEventDescription: smithy_client_1.expectString(output.HealthEventDescription),
|
|
2671
|
+
HealthEventTypeCategory: smithy_client_1.expectString(output.HealthEventTypeCategory),
|
|
2672
|
+
HealthEventTypeCode: smithy_client_1.expectString(output.HealthEventTypeCode),
|
|
2673
|
+
HealthService: smithy_client_1.expectString(output.HealthService),
|
|
2674
|
+
Id: smithy_client_1.expectString(output.Id),
|
|
2675
2675
|
LineTime: output.LineTime !== undefined && output.LineTime !== null
|
|
2676
|
-
?
|
|
2676
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LineTime)))
|
|
2677
2677
|
: undefined,
|
|
2678
|
-
LogFilter:
|
|
2679
|
-
LogGroup:
|
|
2680
|
-
LogText:
|
|
2681
|
-
MetricName:
|
|
2682
|
-
MetricNamespace:
|
|
2683
|
-
RdsEventCategories:
|
|
2684
|
-
RdsEventMessage:
|
|
2685
|
-
S3EventName:
|
|
2686
|
-
SourceARN:
|
|
2687
|
-
SourceType:
|
|
2678
|
+
LogFilter: smithy_client_1.expectString(output.LogFilter),
|
|
2679
|
+
LogGroup: smithy_client_1.expectString(output.LogGroup),
|
|
2680
|
+
LogText: smithy_client_1.expectString(output.LogText),
|
|
2681
|
+
MetricName: smithy_client_1.expectString(output.MetricName),
|
|
2682
|
+
MetricNamespace: smithy_client_1.expectString(output.MetricNamespace),
|
|
2683
|
+
RdsEventCategories: smithy_client_1.expectString(output.RdsEventCategories),
|
|
2684
|
+
RdsEventMessage: smithy_client_1.expectString(output.RdsEventMessage),
|
|
2685
|
+
S3EventName: smithy_client_1.expectString(output.S3EventName),
|
|
2686
|
+
SourceARN: smithy_client_1.expectString(output.SourceARN),
|
|
2687
|
+
SourceType: smithy_client_1.expectString(output.SourceType),
|
|
2688
2688
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
2689
|
-
?
|
|
2689
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
2690
2690
|
: undefined,
|
|
2691
|
-
StatesArn:
|
|
2692
|
-
StatesExecutionArn:
|
|
2693
|
-
StatesInput:
|
|
2694
|
-
StatesStatus:
|
|
2695
|
-
Unit:
|
|
2696
|
-
Value:
|
|
2697
|
-
XRayErrorPercent:
|
|
2698
|
-
XRayFaultPercent:
|
|
2699
|
-
XRayNodeName:
|
|
2700
|
-
XRayNodeType:
|
|
2701
|
-
XRayRequestAverageLatency:
|
|
2702
|
-
XRayRequestCount:
|
|
2703
|
-
XRayThrottlePercent:
|
|
2691
|
+
StatesArn: smithy_client_1.expectString(output.StatesArn),
|
|
2692
|
+
StatesExecutionArn: smithy_client_1.expectString(output.StatesExecutionArn),
|
|
2693
|
+
StatesInput: smithy_client_1.expectString(output.StatesInput),
|
|
2694
|
+
StatesStatus: smithy_client_1.expectString(output.StatesStatus),
|
|
2695
|
+
Unit: smithy_client_1.expectString(output.Unit),
|
|
2696
|
+
Value: smithy_client_1.limitedParseDouble(output.Value),
|
|
2697
|
+
XRayErrorPercent: smithy_client_1.expectInt32(output.XRayErrorPercent),
|
|
2698
|
+
XRayFaultPercent: smithy_client_1.expectInt32(output.XRayFaultPercent),
|
|
2699
|
+
XRayNodeName: smithy_client_1.expectString(output.XRayNodeName),
|
|
2700
|
+
XRayNodeType: smithy_client_1.expectString(output.XRayNodeType),
|
|
2701
|
+
XRayRequestAverageLatency: smithy_client_1.expectLong(output.XRayRequestAverageLatency),
|
|
2702
|
+
XRayRequestCount: smithy_client_1.expectInt32(output.XRayRequestCount),
|
|
2703
|
+
XRayThrottlePercent: smithy_client_1.expectInt32(output.XRayThrottlePercent),
|
|
2704
2704
|
};
|
|
2705
2705
|
};
|
|
2706
2706
|
const deserializeAws_json1_1ObservationList = (output, context) => {
|
|
@@ -2715,22 +2715,22 @@ const deserializeAws_json1_1ObservationList = (output, context) => {
|
|
|
2715
2715
|
};
|
|
2716
2716
|
const deserializeAws_json1_1Problem = (output, context) => {
|
|
2717
2717
|
return {
|
|
2718
|
-
AffectedResource:
|
|
2718
|
+
AffectedResource: smithy_client_1.expectString(output.AffectedResource),
|
|
2719
2719
|
EndTime: output.EndTime !== undefined && output.EndTime !== null
|
|
2720
|
-
?
|
|
2720
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndTime)))
|
|
2721
2721
|
: undefined,
|
|
2722
2722
|
Feedback: output.Feedback !== undefined && output.Feedback !== null
|
|
2723
2723
|
? deserializeAws_json1_1Feedback(output.Feedback, context)
|
|
2724
2724
|
: undefined,
|
|
2725
|
-
Id:
|
|
2726
|
-
Insights:
|
|
2727
|
-
ResourceGroupName:
|
|
2728
|
-
SeverityLevel:
|
|
2725
|
+
Id: smithy_client_1.expectString(output.Id),
|
|
2726
|
+
Insights: smithy_client_1.expectString(output.Insights),
|
|
2727
|
+
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2728
|
+
SeverityLevel: smithy_client_1.expectString(output.SeverityLevel),
|
|
2729
2729
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
2730
|
-
?
|
|
2730
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
2731
2731
|
: undefined,
|
|
2732
|
-
Status:
|
|
2733
|
-
Title:
|
|
2732
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
2733
|
+
Title: smithy_client_1.expectString(output.Title),
|
|
2734
2734
|
};
|
|
2735
2735
|
};
|
|
2736
2736
|
const deserializeAws_json1_1ProblemList = (output, context) => {
|
|
@@ -2752,7 +2752,7 @@ const deserializeAws_json1_1RelatedObservations = (output, context) => {
|
|
|
2752
2752
|
};
|
|
2753
2753
|
const deserializeAws_json1_1ResourceInUseException = (output, context) => {
|
|
2754
2754
|
return {
|
|
2755
|
-
Message:
|
|
2755
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2756
2756
|
};
|
|
2757
2757
|
};
|
|
2758
2758
|
const deserializeAws_json1_1ResourceList = (output, context) => {
|
|
@@ -2762,18 +2762,18 @@ const deserializeAws_json1_1ResourceList = (output, context) => {
|
|
|
2762
2762
|
if (entry === null) {
|
|
2763
2763
|
return null;
|
|
2764
2764
|
}
|
|
2765
|
-
return
|
|
2765
|
+
return smithy_client_1.expectString(entry);
|
|
2766
2766
|
});
|
|
2767
2767
|
};
|
|
2768
2768
|
const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
|
|
2769
2769
|
return {
|
|
2770
|
-
Message:
|
|
2770
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2771
2771
|
};
|
|
2772
2772
|
};
|
|
2773
2773
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
2774
2774
|
return {
|
|
2775
|
-
Key:
|
|
2776
|
-
Value:
|
|
2775
|
+
Key: smithy_client_1.expectString(output.Key),
|
|
2776
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
2777
2777
|
};
|
|
2778
2778
|
};
|
|
2779
2779
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -2791,13 +2791,13 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
|
2791
2791
|
};
|
|
2792
2792
|
const deserializeAws_json1_1TagsAlreadyExistException = (output, context) => {
|
|
2793
2793
|
return {
|
|
2794
|
-
Message:
|
|
2794
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2795
2795
|
};
|
|
2796
2796
|
};
|
|
2797
2797
|
const deserializeAws_json1_1TooManyTagsException = (output, context) => {
|
|
2798
2798
|
return {
|
|
2799
|
-
Message:
|
|
2800
|
-
ResourceName:
|
|
2799
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2800
|
+
ResourceName: smithy_client_1.expectString(output.ResourceName),
|
|
2801
2801
|
};
|
|
2802
2802
|
};
|
|
2803
2803
|
const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
@@ -2821,12 +2821,12 @@ const deserializeAws_json1_1UpdateLogPatternResponse = (output, context) => {
|
|
|
2821
2821
|
LogPattern: output.LogPattern !== undefined && output.LogPattern !== null
|
|
2822
2822
|
? deserializeAws_json1_1LogPattern(output.LogPattern, context)
|
|
2823
2823
|
: undefined,
|
|
2824
|
-
ResourceGroupName:
|
|
2824
|
+
ResourceGroupName: smithy_client_1.expectString(output.ResourceGroupName),
|
|
2825
2825
|
};
|
|
2826
2826
|
};
|
|
2827
2827
|
const deserializeAws_json1_1ValidationException = (output, context) => {
|
|
2828
2828
|
return {
|
|
2829
|
-
Message:
|
|
2829
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2830
2830
|
};
|
|
2831
2831
|
};
|
|
2832
2832
|
const deserializeAws_json1_1WorkloadMetaData = (output, context) => {
|
|
@@ -2836,7 +2836,7 @@ const deserializeAws_json1_1WorkloadMetaData = (output, context) => {
|
|
|
2836
2836
|
}
|
|
2837
2837
|
return {
|
|
2838
2838
|
...acc,
|
|
2839
|
-
[key]:
|
|
2839
|
+
[key]: smithy_client_1.expectString(value),
|
|
2840
2840
|
};
|
|
2841
2841
|
}, {});
|
|
2842
2842
|
};
|