@aws-sdk/client-kinesis-analytics 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.
Files changed (61) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/KinesisAnalyticsClient.js +13 -13
  3. package/dist/cjs/KinesisAnalyticsClient.js.map +1 -1
  4. package/dist/cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +3 -3
  5. package/dist/cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js.map +1 -1
  6. package/dist/cjs/commands/AddApplicationInputCommand.js +3 -3
  7. package/dist/cjs/commands/AddApplicationInputCommand.js.map +1 -1
  8. package/dist/cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +3 -3
  9. package/dist/cjs/commands/AddApplicationInputProcessingConfigurationCommand.js.map +1 -1
  10. package/dist/cjs/commands/AddApplicationOutputCommand.js +3 -3
  11. package/dist/cjs/commands/AddApplicationOutputCommand.js.map +1 -1
  12. package/dist/cjs/commands/AddApplicationReferenceDataSourceCommand.js +3 -3
  13. package/dist/cjs/commands/AddApplicationReferenceDataSourceCommand.js.map +1 -1
  14. package/dist/cjs/commands/CreateApplicationCommand.js +3 -3
  15. package/dist/cjs/commands/CreateApplicationCommand.js.map +1 -1
  16. package/dist/cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +3 -3
  17. package/dist/cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js.map +1 -1
  18. package/dist/cjs/commands/DeleteApplicationCommand.js +3 -3
  19. package/dist/cjs/commands/DeleteApplicationCommand.js.map +1 -1
  20. package/dist/cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +3 -3
  21. package/dist/cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js.map +1 -1
  22. package/dist/cjs/commands/DeleteApplicationOutputCommand.js +3 -3
  23. package/dist/cjs/commands/DeleteApplicationOutputCommand.js.map +1 -1
  24. package/dist/cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +3 -3
  25. package/dist/cjs/commands/DeleteApplicationReferenceDataSourceCommand.js.map +1 -1
  26. package/dist/cjs/commands/DescribeApplicationCommand.js +3 -3
  27. package/dist/cjs/commands/DescribeApplicationCommand.js.map +1 -1
  28. package/dist/cjs/commands/DiscoverInputSchemaCommand.js +3 -3
  29. package/dist/cjs/commands/DiscoverInputSchemaCommand.js.map +1 -1
  30. package/dist/cjs/commands/ListApplicationsCommand.js +3 -3
  31. package/dist/cjs/commands/ListApplicationsCommand.js.map +1 -1
  32. package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
  33. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
  34. package/dist/cjs/commands/StartApplicationCommand.js +3 -3
  35. package/dist/cjs/commands/StartApplicationCommand.js.map +1 -1
  36. package/dist/cjs/commands/StopApplicationCommand.js +3 -3
  37. package/dist/cjs/commands/StopApplicationCommand.js.map +1 -1
  38. package/dist/cjs/commands/TagResourceCommand.js +3 -3
  39. package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
  40. package/dist/cjs/commands/UntagResourceCommand.js +3 -3
  41. package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
  42. package/dist/cjs/commands/UpdateApplicationCommand.js +3 -3
  43. package/dist/cjs/commands/UpdateApplicationCommand.js.map +1 -1
  44. package/dist/cjs/endpoints.js +1 -1
  45. package/dist/cjs/endpoints.js.map +1 -1
  46. package/dist/cjs/index.js +23 -23
  47. package/dist/cjs/index.js.map +1 -1
  48. package/dist/cjs/models/index.js +1 -1
  49. package/dist/cjs/models/index.js.map +1 -1
  50. package/dist/cjs/package.json +31 -31
  51. package/dist/cjs/protocols/Aws_json1_1.js +65 -65
  52. package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
  53. package/dist/cjs/runtimeConfig.browser.js +4 -4
  54. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  55. package/dist/cjs/runtimeConfig.js +8 -8
  56. package/dist/cjs/runtimeConfig.js.map +1 -1
  57. package/dist/cjs/runtimeConfig.native.js +1 -1
  58. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  59. package/dist/es/package.json +31 -31
  60. package/package.json +31 -31
  61. package/tsconfig.json +1 -2
@@ -2531,23 +2531,23 @@ const deserializeAws_json1_1AddApplicationReferenceDataSourceResponse = (output,
2531
2531
  };
2532
2532
  const deserializeAws_json1_1ApplicationDetail = (output, context) => {
2533
2533
  return {
2534
- ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
2535
- ApplicationCode: (0, smithy_client_1.expectString)(output.ApplicationCode),
2536
- ApplicationDescription: (0, smithy_client_1.expectString)(output.ApplicationDescription),
2537
- ApplicationName: (0, smithy_client_1.expectString)(output.ApplicationName),
2538
- ApplicationStatus: (0, smithy_client_1.expectString)(output.ApplicationStatus),
2539
- ApplicationVersionId: (0, smithy_client_1.expectLong)(output.ApplicationVersionId),
2534
+ ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
2535
+ ApplicationCode: smithy_client_1.expectString(output.ApplicationCode),
2536
+ ApplicationDescription: smithy_client_1.expectString(output.ApplicationDescription),
2537
+ ApplicationName: smithy_client_1.expectString(output.ApplicationName),
2538
+ ApplicationStatus: smithy_client_1.expectString(output.ApplicationStatus),
2539
+ ApplicationVersionId: smithy_client_1.expectLong(output.ApplicationVersionId),
2540
2540
  CloudWatchLoggingOptionDescriptions: output.CloudWatchLoggingOptionDescriptions !== undefined && output.CloudWatchLoggingOptionDescriptions !== null
2541
2541
  ? deserializeAws_json1_1CloudWatchLoggingOptionDescriptions(output.CloudWatchLoggingOptionDescriptions, context)
2542
2542
  : undefined,
2543
2543
  CreateTimestamp: output.CreateTimestamp !== undefined && output.CreateTimestamp !== null
2544
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateTimestamp)))
2544
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateTimestamp)))
2545
2545
  : undefined,
2546
2546
  InputDescriptions: output.InputDescriptions !== undefined && output.InputDescriptions !== null
2547
2547
  ? deserializeAws_json1_1InputDescriptions(output.InputDescriptions, context)
2548
2548
  : undefined,
2549
2549
  LastUpdateTimestamp: output.LastUpdateTimestamp !== undefined && output.LastUpdateTimestamp !== null
2550
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdateTimestamp)))
2550
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdateTimestamp)))
2551
2551
  : undefined,
2552
2552
  OutputDescriptions: output.OutputDescriptions !== undefined && output.OutputDescriptions !== null
2553
2553
  ? deserializeAws_json1_1OutputDescriptions(output.OutputDescriptions, context)
@@ -2569,16 +2569,16 @@ const deserializeAws_json1_1ApplicationSummaries = (output, context) => {
2569
2569
  };
2570
2570
  const deserializeAws_json1_1ApplicationSummary = (output, context) => {
2571
2571
  return {
2572
- ApplicationARN: (0, smithy_client_1.expectString)(output.ApplicationARN),
2573
- ApplicationName: (0, smithy_client_1.expectString)(output.ApplicationName),
2574
- ApplicationStatus: (0, smithy_client_1.expectString)(output.ApplicationStatus),
2572
+ ApplicationARN: smithy_client_1.expectString(output.ApplicationARN),
2573
+ ApplicationName: smithy_client_1.expectString(output.ApplicationName),
2574
+ ApplicationStatus: smithy_client_1.expectString(output.ApplicationStatus),
2575
2575
  };
2576
2576
  };
2577
2577
  const deserializeAws_json1_1CloudWatchLoggingOptionDescription = (output, context) => {
2578
2578
  return {
2579
- CloudWatchLoggingOptionId: (0, smithy_client_1.expectString)(output.CloudWatchLoggingOptionId),
2580
- LogStreamARN: (0, smithy_client_1.expectString)(output.LogStreamARN),
2581
- RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
2579
+ CloudWatchLoggingOptionId: smithy_client_1.expectString(output.CloudWatchLoggingOptionId),
2580
+ LogStreamARN: smithy_client_1.expectString(output.LogStreamARN),
2581
+ RoleARN: smithy_client_1.expectString(output.RoleARN),
2582
2582
  };
2583
2583
  };
2584
2584
  const deserializeAws_json1_1CloudWatchLoggingOptionDescriptions = (output, context) => {
@@ -2593,12 +2593,12 @@ const deserializeAws_json1_1CloudWatchLoggingOptionDescriptions = (output, conte
2593
2593
  };
2594
2594
  const deserializeAws_json1_1CodeValidationException = (output, context) => {
2595
2595
  return {
2596
- message: (0, smithy_client_1.expectString)(output.message),
2596
+ message: smithy_client_1.expectString(output.message),
2597
2597
  };
2598
2598
  };
2599
2599
  const deserializeAws_json1_1ConcurrentModificationException = (output, context) => {
2600
2600
  return {
2601
- message: (0, smithy_client_1.expectString)(output.message),
2601
+ message: smithy_client_1.expectString(output.message),
2602
2602
  };
2603
2603
  };
2604
2604
  const deserializeAws_json1_1CreateApplicationResponse = (output, context) => {
@@ -2610,8 +2610,8 @@ const deserializeAws_json1_1CreateApplicationResponse = (output, context) => {
2610
2610
  };
2611
2611
  const deserializeAws_json1_1CSVMappingParameters = (output, context) => {
2612
2612
  return {
2613
- RecordColumnDelimiter: (0, smithy_client_1.expectString)(output.RecordColumnDelimiter),
2614
- RecordRowDelimiter: (0, smithy_client_1.expectString)(output.RecordRowDelimiter),
2613
+ RecordColumnDelimiter: smithy_client_1.expectString(output.RecordColumnDelimiter),
2614
+ RecordRowDelimiter: smithy_client_1.expectString(output.RecordRowDelimiter),
2615
2615
  };
2616
2616
  };
2617
2617
  const deserializeAws_json1_1DeleteApplicationCloudWatchLoggingOptionResponse = (output, context) => {
@@ -2638,7 +2638,7 @@ const deserializeAws_json1_1DescribeApplicationResponse = (output, context) => {
2638
2638
  };
2639
2639
  const deserializeAws_json1_1DestinationSchema = (output, context) => {
2640
2640
  return {
2641
- RecordFormatType: (0, smithy_client_1.expectString)(output.RecordFormatType),
2641
+ RecordFormatType: smithy_client_1.expectString(output.RecordFormatType),
2642
2642
  };
2643
2643
  };
2644
2644
  const deserializeAws_json1_1DiscoverInputSchemaResponse = (output, context) => {
@@ -2664,7 +2664,7 @@ const deserializeAws_json1_1InAppStreamNames = (output, context) => {
2664
2664
  if (entry === null) {
2665
2665
  return null;
2666
2666
  }
2667
- return (0, smithy_client_1.expectString)(entry);
2667
+ return smithy_client_1.expectString(entry);
2668
2668
  });
2669
2669
  };
2670
2670
  const deserializeAws_json1_1InputDescription = (output, context) => {
@@ -2672,7 +2672,7 @@ const deserializeAws_json1_1InputDescription = (output, context) => {
2672
2672
  InAppStreamNames: output.InAppStreamNames !== undefined && output.InAppStreamNames !== null
2673
2673
  ? deserializeAws_json1_1InAppStreamNames(output.InAppStreamNames, context)
2674
2674
  : undefined,
2675
- InputId: (0, smithy_client_1.expectString)(output.InputId),
2675
+ InputId: smithy_client_1.expectString(output.InputId),
2676
2676
  InputParallelism: output.InputParallelism !== undefined && output.InputParallelism !== null
2677
2677
  ? deserializeAws_json1_1InputParallelism(output.InputParallelism, context)
2678
2678
  : undefined,
@@ -2692,7 +2692,7 @@ const deserializeAws_json1_1InputDescription = (output, context) => {
2692
2692
  KinesisStreamsInputDescription: output.KinesisStreamsInputDescription !== undefined && output.KinesisStreamsInputDescription !== null
2693
2693
  ? deserializeAws_json1_1KinesisStreamsInputDescription(output.KinesisStreamsInputDescription, context)
2694
2694
  : undefined,
2695
- NamePrefix: (0, smithy_client_1.expectString)(output.NamePrefix),
2695
+ NamePrefix: smithy_client_1.expectString(output.NamePrefix),
2696
2696
  };
2697
2697
  };
2698
2698
  const deserializeAws_json1_1InputDescriptions = (output, context) => {
@@ -2707,13 +2707,13 @@ const deserializeAws_json1_1InputDescriptions = (output, context) => {
2707
2707
  };
2708
2708
  const deserializeAws_json1_1InputLambdaProcessorDescription = (output, context) => {
2709
2709
  return {
2710
- ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
2711
- RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
2710
+ ResourceARN: smithy_client_1.expectString(output.ResourceARN),
2711
+ RoleARN: smithy_client_1.expectString(output.RoleARN),
2712
2712
  };
2713
2713
  };
2714
2714
  const deserializeAws_json1_1InputParallelism = (output, context) => {
2715
2715
  return {
2716
- Count: (0, smithy_client_1.expectInt32)(output.Count),
2716
+ Count: smithy_client_1.expectInt32(output.Count),
2717
2717
  };
2718
2718
  };
2719
2719
  const deserializeAws_json1_1InputProcessingConfigurationDescription = (output, context) => {
@@ -2725,57 +2725,57 @@ const deserializeAws_json1_1InputProcessingConfigurationDescription = (output, c
2725
2725
  };
2726
2726
  const deserializeAws_json1_1InputStartingPositionConfiguration = (output, context) => {
2727
2727
  return {
2728
- InputStartingPosition: (0, smithy_client_1.expectString)(output.InputStartingPosition),
2728
+ InputStartingPosition: smithy_client_1.expectString(output.InputStartingPosition),
2729
2729
  };
2730
2730
  };
2731
2731
  const deserializeAws_json1_1InvalidApplicationConfigurationException = (output, context) => {
2732
2732
  return {
2733
- message: (0, smithy_client_1.expectString)(output.message),
2733
+ message: smithy_client_1.expectString(output.message),
2734
2734
  };
2735
2735
  };
2736
2736
  const deserializeAws_json1_1InvalidArgumentException = (output, context) => {
2737
2737
  return {
2738
- message: (0, smithy_client_1.expectString)(output.message),
2738
+ message: smithy_client_1.expectString(output.message),
2739
2739
  };
2740
2740
  };
2741
2741
  const deserializeAws_json1_1JSONMappingParameters = (output, context) => {
2742
2742
  return {
2743
- RecordRowPath: (0, smithy_client_1.expectString)(output.RecordRowPath),
2743
+ RecordRowPath: smithy_client_1.expectString(output.RecordRowPath),
2744
2744
  };
2745
2745
  };
2746
2746
  const deserializeAws_json1_1KinesisFirehoseInputDescription = (output, context) => {
2747
2747
  return {
2748
- ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
2749
- RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
2748
+ ResourceARN: smithy_client_1.expectString(output.ResourceARN),
2749
+ RoleARN: smithy_client_1.expectString(output.RoleARN),
2750
2750
  };
2751
2751
  };
2752
2752
  const deserializeAws_json1_1KinesisFirehoseOutputDescription = (output, context) => {
2753
2753
  return {
2754
- ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
2755
- RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
2754
+ ResourceARN: smithy_client_1.expectString(output.ResourceARN),
2755
+ RoleARN: smithy_client_1.expectString(output.RoleARN),
2756
2756
  };
2757
2757
  };
2758
2758
  const deserializeAws_json1_1KinesisStreamsInputDescription = (output, context) => {
2759
2759
  return {
2760
- ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
2761
- RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
2760
+ ResourceARN: smithy_client_1.expectString(output.ResourceARN),
2761
+ RoleARN: smithy_client_1.expectString(output.RoleARN),
2762
2762
  };
2763
2763
  };
2764
2764
  const deserializeAws_json1_1KinesisStreamsOutputDescription = (output, context) => {
2765
2765
  return {
2766
- ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
2767
- RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
2766
+ ResourceARN: smithy_client_1.expectString(output.ResourceARN),
2767
+ RoleARN: smithy_client_1.expectString(output.RoleARN),
2768
2768
  };
2769
2769
  };
2770
2770
  const deserializeAws_json1_1LambdaOutputDescription = (output, context) => {
2771
2771
  return {
2772
- ResourceARN: (0, smithy_client_1.expectString)(output.ResourceARN),
2773
- RoleARN: (0, smithy_client_1.expectString)(output.RoleARN),
2772
+ ResourceARN: smithy_client_1.expectString(output.ResourceARN),
2773
+ RoleARN: smithy_client_1.expectString(output.RoleARN),
2774
2774
  };
2775
2775
  };
2776
2776
  const deserializeAws_json1_1LimitExceededException = (output, context) => {
2777
2777
  return {
2778
- message: (0, smithy_client_1.expectString)(output.message),
2778
+ message: smithy_client_1.expectString(output.message),
2779
2779
  };
2780
2780
  };
2781
2781
  const deserializeAws_json1_1ListApplicationsResponse = (output, context) => {
@@ -2783,7 +2783,7 @@ const deserializeAws_json1_1ListApplicationsResponse = (output, context) => {
2783
2783
  ApplicationSummaries: output.ApplicationSummaries !== undefined && output.ApplicationSummaries !== null
2784
2784
  ? deserializeAws_json1_1ApplicationSummaries(output.ApplicationSummaries, context)
2785
2785
  : undefined,
2786
- HasMoreApplications: (0, smithy_client_1.expectBoolean)(output.HasMoreApplications),
2786
+ HasMoreApplications: smithy_client_1.expectBoolean(output.HasMoreApplications),
2787
2787
  };
2788
2788
  };
2789
2789
  const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
@@ -2815,8 +2815,8 @@ const deserializeAws_json1_1OutputDescription = (output, context) => {
2815
2815
  LambdaOutputDescription: output.LambdaOutputDescription !== undefined && output.LambdaOutputDescription !== null
2816
2816
  ? deserializeAws_json1_1LambdaOutputDescription(output.LambdaOutputDescription, context)
2817
2817
  : undefined,
2818
- Name: (0, smithy_client_1.expectString)(output.Name),
2819
- OutputId: (0, smithy_client_1.expectString)(output.OutputId),
2818
+ Name: smithy_client_1.expectString(output.Name),
2819
+ OutputId: smithy_client_1.expectString(output.OutputId),
2820
2820
  };
2821
2821
  };
2822
2822
  const deserializeAws_json1_1OutputDescriptions = (output, context) => {
@@ -2836,7 +2836,7 @@ const deserializeAws_json1_1ParsedInputRecord = (output, context) => {
2836
2836
  if (entry === null) {
2837
2837
  return null;
2838
2838
  }
2839
- return (0, smithy_client_1.expectString)(entry);
2839
+ return smithy_client_1.expectString(entry);
2840
2840
  });
2841
2841
  };
2842
2842
  const deserializeAws_json1_1ParsedInputRecords = (output, context) => {
@@ -2856,7 +2856,7 @@ const deserializeAws_json1_1ProcessedInputRecords = (output, context) => {
2856
2856
  if (entry === null) {
2857
2857
  return null;
2858
2858
  }
2859
- return (0, smithy_client_1.expectString)(entry);
2859
+ return smithy_client_1.expectString(entry);
2860
2860
  });
2861
2861
  };
2862
2862
  const deserializeAws_json1_1RawInputRecords = (output, context) => {
@@ -2866,14 +2866,14 @@ const deserializeAws_json1_1RawInputRecords = (output, context) => {
2866
2866
  if (entry === null) {
2867
2867
  return null;
2868
2868
  }
2869
- return (0, smithy_client_1.expectString)(entry);
2869
+ return smithy_client_1.expectString(entry);
2870
2870
  });
2871
2871
  };
2872
2872
  const deserializeAws_json1_1RecordColumn = (output, context) => {
2873
2873
  return {
2874
- Mapping: (0, smithy_client_1.expectString)(output.Mapping),
2875
- Name: (0, smithy_client_1.expectString)(output.Name),
2876
- SqlType: (0, smithy_client_1.expectString)(output.SqlType),
2874
+ Mapping: smithy_client_1.expectString(output.Mapping),
2875
+ Name: smithy_client_1.expectString(output.Name),
2876
+ SqlType: smithy_client_1.expectString(output.SqlType),
2877
2877
  };
2878
2878
  };
2879
2879
  const deserializeAws_json1_1RecordColumns = (output, context) => {
@@ -2891,19 +2891,19 @@ const deserializeAws_json1_1RecordFormat = (output, context) => {
2891
2891
  MappingParameters: output.MappingParameters !== undefined && output.MappingParameters !== null
2892
2892
  ? deserializeAws_json1_1MappingParameters(output.MappingParameters, context)
2893
2893
  : undefined,
2894
- RecordFormatType: (0, smithy_client_1.expectString)(output.RecordFormatType),
2894
+ RecordFormatType: smithy_client_1.expectString(output.RecordFormatType),
2895
2895
  };
2896
2896
  };
2897
2897
  const deserializeAws_json1_1ReferenceDataSourceDescription = (output, context) => {
2898
2898
  return {
2899
- ReferenceId: (0, smithy_client_1.expectString)(output.ReferenceId),
2899
+ ReferenceId: smithy_client_1.expectString(output.ReferenceId),
2900
2900
  ReferenceSchema: output.ReferenceSchema !== undefined && output.ReferenceSchema !== null
2901
2901
  ? deserializeAws_json1_1SourceSchema(output.ReferenceSchema, context)
2902
2902
  : undefined,
2903
2903
  S3ReferenceDataSourceDescription: output.S3ReferenceDataSourceDescription !== undefined && output.S3ReferenceDataSourceDescription !== null
2904
2904
  ? deserializeAws_json1_1S3ReferenceDataSourceDescription(output.S3ReferenceDataSourceDescription, context)
2905
2905
  : undefined,
2906
- TableName: (0, smithy_client_1.expectString)(output.TableName),
2906
+ TableName: smithy_client_1.expectString(output.TableName),
2907
2907
  };
2908
2908
  };
2909
2909
  const deserializeAws_json1_1ReferenceDataSourceDescriptions = (output, context) => {
@@ -2918,29 +2918,29 @@ const deserializeAws_json1_1ReferenceDataSourceDescriptions = (output, context)
2918
2918
  };
2919
2919
  const deserializeAws_json1_1ResourceInUseException = (output, context) => {
2920
2920
  return {
2921
- message: (0, smithy_client_1.expectString)(output.message),
2921
+ message: smithy_client_1.expectString(output.message),
2922
2922
  };
2923
2923
  };
2924
2924
  const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
2925
2925
  return {
2926
- message: (0, smithy_client_1.expectString)(output.message),
2926
+ message: smithy_client_1.expectString(output.message),
2927
2927
  };
2928
2928
  };
2929
2929
  const deserializeAws_json1_1ResourceProvisionedThroughputExceededException = (output, context) => {
2930
2930
  return {
2931
- message: (0, smithy_client_1.expectString)(output.message),
2931
+ message: smithy_client_1.expectString(output.message),
2932
2932
  };
2933
2933
  };
2934
2934
  const deserializeAws_json1_1S3ReferenceDataSourceDescription = (output, context) => {
2935
2935
  return {
2936
- BucketARN: (0, smithy_client_1.expectString)(output.BucketARN),
2937
- FileKey: (0, smithy_client_1.expectString)(output.FileKey),
2938
- ReferenceRoleARN: (0, smithy_client_1.expectString)(output.ReferenceRoleARN),
2936
+ BucketARN: smithy_client_1.expectString(output.BucketARN),
2937
+ FileKey: smithy_client_1.expectString(output.FileKey),
2938
+ ReferenceRoleARN: smithy_client_1.expectString(output.ReferenceRoleARN),
2939
2939
  };
2940
2940
  };
2941
2941
  const deserializeAws_json1_1ServiceUnavailableException = (output, context) => {
2942
2942
  return {
2943
- message: (0, smithy_client_1.expectString)(output.message),
2943
+ message: smithy_client_1.expectString(output.message),
2944
2944
  };
2945
2945
  };
2946
2946
  const deserializeAws_json1_1SourceSchema = (output, context) => {
@@ -2948,7 +2948,7 @@ const deserializeAws_json1_1SourceSchema = (output, context) => {
2948
2948
  RecordColumns: output.RecordColumns !== undefined && output.RecordColumns !== null
2949
2949
  ? deserializeAws_json1_1RecordColumns(output.RecordColumns, context)
2950
2950
  : undefined,
2951
- RecordEncoding: (0, smithy_client_1.expectString)(output.RecordEncoding),
2951
+ RecordEncoding: smithy_client_1.expectString(output.RecordEncoding),
2952
2952
  RecordFormat: output.RecordFormat !== undefined && output.RecordFormat !== null
2953
2953
  ? deserializeAws_json1_1RecordFormat(output.RecordFormat, context)
2954
2954
  : undefined,
@@ -2962,8 +2962,8 @@ const deserializeAws_json1_1StopApplicationResponse = (output, context) => {
2962
2962
  };
2963
2963
  const deserializeAws_json1_1Tag = (output, context) => {
2964
2964
  return {
2965
- Key: (0, smithy_client_1.expectString)(output.Key),
2966
- Value: (0, smithy_client_1.expectString)(output.Value),
2965
+ Key: smithy_client_1.expectString(output.Key),
2966
+ Value: smithy_client_1.expectString(output.Value),
2967
2967
  };
2968
2968
  };
2969
2969
  const deserializeAws_json1_1TagResourceResponse = (output, context) => {
@@ -2981,7 +2981,7 @@ const deserializeAws_json1_1Tags = (output, context) => {
2981
2981
  };
2982
2982
  const deserializeAws_json1_1TooManyTagsException = (output, context) => {
2983
2983
  return {
2984
- message: (0, smithy_client_1.expectString)(output.message),
2984
+ message: smithy_client_1.expectString(output.message),
2985
2985
  };
2986
2986
  };
2987
2987
  const deserializeAws_json1_1UnableToDetectSchemaException = (output, context) => {
@@ -2992,12 +2992,12 @@ const deserializeAws_json1_1UnableToDetectSchemaException = (output, context) =>
2992
2992
  RawInputRecords: output.RawInputRecords !== undefined && output.RawInputRecords !== null
2993
2993
  ? deserializeAws_json1_1RawInputRecords(output.RawInputRecords, context)
2994
2994
  : undefined,
2995
- message: (0, smithy_client_1.expectString)(output.message),
2995
+ message: smithy_client_1.expectString(output.message),
2996
2996
  };
2997
2997
  };
2998
2998
  const deserializeAws_json1_1UnsupportedOperationException = (output, context) => {
2999
2999
  return {
3000
- message: (0, smithy_client_1.expectString)(output.message),
3000
+ message: smithy_client_1.expectString(output.message),
3001
3001
  };
3002
3002
  };
3003
3003
  const deserializeAws_json1_1UntagResourceResponse = (output, context) => {