@aws-sdk/client-xray 3.297.0 → 3.298.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 (65) hide show
  1. package/dist-cjs/commands/BatchGetTracesCommand.js +2 -3
  2. package/dist-cjs/commands/CreateGroupCommand.js +2 -3
  3. package/dist-cjs/commands/CreateSamplingRuleCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteSamplingRuleCommand.js +2 -3
  7. package/dist-cjs/commands/GetEncryptionConfigCommand.js +2 -3
  8. package/dist-cjs/commands/GetGroupCommand.js +2 -3
  9. package/dist-cjs/commands/GetGroupsCommand.js +2 -3
  10. package/dist-cjs/commands/GetInsightCommand.js +2 -3
  11. package/dist-cjs/commands/GetInsightEventsCommand.js +2 -3
  12. package/dist-cjs/commands/GetInsightImpactGraphCommand.js +2 -3
  13. package/dist-cjs/commands/GetInsightSummariesCommand.js +2 -3
  14. package/dist-cjs/commands/GetSamplingRulesCommand.js +2 -3
  15. package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +2 -3
  16. package/dist-cjs/commands/GetSamplingTargetsCommand.js +2 -3
  17. package/dist-cjs/commands/GetServiceGraphCommand.js +2 -3
  18. package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -3
  19. package/dist-cjs/commands/GetTraceGraphCommand.js +2 -3
  20. package/dist-cjs/commands/GetTraceSummariesCommand.js +2 -3
  21. package/dist-cjs/commands/ListResourcePoliciesCommand.js +2 -3
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  23. package/dist-cjs/commands/PutEncryptionConfigCommand.js +2 -3
  24. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
  25. package/dist-cjs/commands/PutTelemetryRecordsCommand.js +2 -3
  26. package/dist-cjs/commands/PutTraceSegmentsCommand.js +2 -3
  27. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  28. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateSamplingRuleCommand.js +2 -3
  31. package/dist-cjs/models/models_0.js +1 -474
  32. package/dist-es/commands/BatchGetTracesCommand.js +2 -3
  33. package/dist-es/commands/CreateGroupCommand.js +2 -3
  34. package/dist-es/commands/CreateSamplingRuleCommand.js +2 -3
  35. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  36. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  37. package/dist-es/commands/DeleteSamplingRuleCommand.js +2 -3
  38. package/dist-es/commands/GetEncryptionConfigCommand.js +2 -3
  39. package/dist-es/commands/GetGroupCommand.js +2 -3
  40. package/dist-es/commands/GetGroupsCommand.js +2 -3
  41. package/dist-es/commands/GetInsightCommand.js +2 -3
  42. package/dist-es/commands/GetInsightEventsCommand.js +2 -3
  43. package/dist-es/commands/GetInsightImpactGraphCommand.js +2 -3
  44. package/dist-es/commands/GetInsightSummariesCommand.js +2 -3
  45. package/dist-es/commands/GetSamplingRulesCommand.js +2 -3
  46. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +2 -3
  47. package/dist-es/commands/GetSamplingTargetsCommand.js +2 -3
  48. package/dist-es/commands/GetServiceGraphCommand.js +2 -3
  49. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -3
  50. package/dist-es/commands/GetTraceGraphCommand.js +2 -3
  51. package/dist-es/commands/GetTraceSummariesCommand.js +2 -3
  52. package/dist-es/commands/ListResourcePoliciesCommand.js +2 -3
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  54. package/dist-es/commands/PutEncryptionConfigCommand.js +2 -3
  55. package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
  56. package/dist-es/commands/PutTelemetryRecordsCommand.js +2 -3
  57. package/dist-es/commands/PutTraceSegmentsCommand.js +2 -3
  58. package/dist-es/commands/TagResourceCommand.js +2 -3
  59. package/dist-es/commands/UntagResourceCommand.js +2 -3
  60. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  61. package/dist-es/commands/UpdateSamplingRuleCommand.js +2 -3
  62. package/dist-es/models/models_0.js +0 -356
  63. package/dist-types/models/models_0.d.ts +0 -460
  64. package/dist-types/ts3.4/models/models_0.d.ts +0 -315
  65. package/package.json +4 -3
@@ -2672,463 +2672,3 @@ export interface UpdateSamplingRuleResult {
2672
2672
  */
2673
2673
  SamplingRuleRecord?: SamplingRuleRecord;
2674
2674
  }
2675
- /**
2676
- * @internal
2677
- */
2678
- export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
2679
- /**
2680
- * @internal
2681
- */
2682
- export declare const AnnotationValueFilterSensitiveLog: (obj: AnnotationValue) => any;
2683
- /**
2684
- * @internal
2685
- */
2686
- export declare const ServiceIdFilterSensitiveLog: (obj: ServiceId) => any;
2687
- /**
2688
- * @internal
2689
- */
2690
- export declare const ValueWithServiceIdsFilterSensitiveLog: (obj: ValueWithServiceIds) => any;
2691
- /**
2692
- * @internal
2693
- */
2694
- export declare const AnomalousServiceFilterSensitiveLog: (obj: AnomalousService) => any;
2695
- /**
2696
- * @internal
2697
- */
2698
- export declare const AvailabilityZoneDetailFilterSensitiveLog: (obj: AvailabilityZoneDetail) => any;
2699
- /**
2700
- * @internal
2701
- */
2702
- export declare const BatchGetTracesRequestFilterSensitiveLog: (obj: BatchGetTracesRequest) => any;
2703
- /**
2704
- * @internal
2705
- */
2706
- export declare const SegmentFilterSensitiveLog: (obj: Segment) => any;
2707
- /**
2708
- * @internal
2709
- */
2710
- export declare const TraceFilterSensitiveLog: (obj: Trace) => any;
2711
- /**
2712
- * @internal
2713
- */
2714
- export declare const BatchGetTracesResultFilterSensitiveLog: (obj: BatchGetTracesResult) => any;
2715
- /**
2716
- * @internal
2717
- */
2718
- export declare const InsightsConfigurationFilterSensitiveLog: (obj: InsightsConfiguration) => any;
2719
- /**
2720
- * @internal
2721
- */
2722
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2723
- /**
2724
- * @internal
2725
- */
2726
- export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
2727
- /**
2728
- * @internal
2729
- */
2730
- export declare const GroupFilterSensitiveLog: (obj: Group) => any;
2731
- /**
2732
- * @internal
2733
- */
2734
- export declare const CreateGroupResultFilterSensitiveLog: (obj: CreateGroupResult) => any;
2735
- /**
2736
- * @internal
2737
- */
2738
- export declare const SamplingRuleFilterSensitiveLog: (obj: SamplingRule) => any;
2739
- /**
2740
- * @internal
2741
- */
2742
- export declare const CreateSamplingRuleRequestFilterSensitiveLog: (obj: CreateSamplingRuleRequest) => any;
2743
- /**
2744
- * @internal
2745
- */
2746
- export declare const SamplingRuleRecordFilterSensitiveLog: (obj: SamplingRuleRecord) => any;
2747
- /**
2748
- * @internal
2749
- */
2750
- export declare const CreateSamplingRuleResultFilterSensitiveLog: (obj: CreateSamplingRuleResult) => any;
2751
- /**
2752
- * @internal
2753
- */
2754
- export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
2755
- /**
2756
- * @internal
2757
- */
2758
- export declare const DeleteGroupResultFilterSensitiveLog: (obj: DeleteGroupResult) => any;
2759
- /**
2760
- * @internal
2761
- */
2762
- export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
2763
- /**
2764
- * @internal
2765
- */
2766
- export declare const DeleteResourcePolicyResultFilterSensitiveLog: (obj: DeleteResourcePolicyResult) => any;
2767
- /**
2768
- * @internal
2769
- */
2770
- export declare const DeleteSamplingRuleRequestFilterSensitiveLog: (obj: DeleteSamplingRuleRequest) => any;
2771
- /**
2772
- * @internal
2773
- */
2774
- export declare const DeleteSamplingRuleResultFilterSensitiveLog: (obj: DeleteSamplingRuleResult) => any;
2775
- /**
2776
- * @internal
2777
- */
2778
- export declare const GetEncryptionConfigRequestFilterSensitiveLog: (obj: GetEncryptionConfigRequest) => any;
2779
- /**
2780
- * @internal
2781
- */
2782
- export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
2783
- /**
2784
- * @internal
2785
- */
2786
- export declare const GetEncryptionConfigResultFilterSensitiveLog: (obj: GetEncryptionConfigResult) => any;
2787
- /**
2788
- * @internal
2789
- */
2790
- export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
2791
- /**
2792
- * @internal
2793
- */
2794
- export declare const GetGroupResultFilterSensitiveLog: (obj: GetGroupResult) => any;
2795
- /**
2796
- * @internal
2797
- */
2798
- export declare const GetGroupsRequestFilterSensitiveLog: (obj: GetGroupsRequest) => any;
2799
- /**
2800
- * @internal
2801
- */
2802
- export declare const GroupSummaryFilterSensitiveLog: (obj: GroupSummary) => any;
2803
- /**
2804
- * @internal
2805
- */
2806
- export declare const GetGroupsResultFilterSensitiveLog: (obj: GetGroupsResult) => any;
2807
- /**
2808
- * @internal
2809
- */
2810
- export declare const GetInsightRequestFilterSensitiveLog: (obj: GetInsightRequest) => any;
2811
- /**
2812
- * @internal
2813
- */
2814
- export declare const RequestImpactStatisticsFilterSensitiveLog: (obj: RequestImpactStatistics) => any;
2815
- /**
2816
- * @internal
2817
- */
2818
- export declare const InsightFilterSensitiveLog: (obj: Insight) => any;
2819
- /**
2820
- * @internal
2821
- */
2822
- export declare const GetInsightResultFilterSensitiveLog: (obj: GetInsightResult) => any;
2823
- /**
2824
- * @internal
2825
- */
2826
- export declare const GetInsightEventsRequestFilterSensitiveLog: (obj: GetInsightEventsRequest) => any;
2827
- /**
2828
- * @internal
2829
- */
2830
- export declare const InsightEventFilterSensitiveLog: (obj: InsightEvent) => any;
2831
- /**
2832
- * @internal
2833
- */
2834
- export declare const GetInsightEventsResultFilterSensitiveLog: (obj: GetInsightEventsResult) => any;
2835
- /**
2836
- * @internal
2837
- */
2838
- export declare const GetInsightImpactGraphRequestFilterSensitiveLog: (obj: GetInsightImpactGraphRequest) => any;
2839
- /**
2840
- * @internal
2841
- */
2842
- export declare const InsightImpactGraphEdgeFilterSensitiveLog: (obj: InsightImpactGraphEdge) => any;
2843
- /**
2844
- * @internal
2845
- */
2846
- export declare const InsightImpactGraphServiceFilterSensitiveLog: (obj: InsightImpactGraphService) => any;
2847
- /**
2848
- * @internal
2849
- */
2850
- export declare const GetInsightImpactGraphResultFilterSensitiveLog: (obj: GetInsightImpactGraphResult) => any;
2851
- /**
2852
- * @internal
2853
- */
2854
- export declare const GetInsightSummariesRequestFilterSensitiveLog: (obj: GetInsightSummariesRequest) => any;
2855
- /**
2856
- * @internal
2857
- */
2858
- export declare const InsightSummaryFilterSensitiveLog: (obj: InsightSummary) => any;
2859
- /**
2860
- * @internal
2861
- */
2862
- export declare const GetInsightSummariesResultFilterSensitiveLog: (obj: GetInsightSummariesResult) => any;
2863
- /**
2864
- * @internal
2865
- */
2866
- export declare const GetSamplingRulesRequestFilterSensitiveLog: (obj: GetSamplingRulesRequest) => any;
2867
- /**
2868
- * @internal
2869
- */
2870
- export declare const GetSamplingRulesResultFilterSensitiveLog: (obj: GetSamplingRulesResult) => any;
2871
- /**
2872
- * @internal
2873
- */
2874
- export declare const GetSamplingStatisticSummariesRequestFilterSensitiveLog: (obj: GetSamplingStatisticSummariesRequest) => any;
2875
- /**
2876
- * @internal
2877
- */
2878
- export declare const SamplingStatisticSummaryFilterSensitiveLog: (obj: SamplingStatisticSummary) => any;
2879
- /**
2880
- * @internal
2881
- */
2882
- export declare const GetSamplingStatisticSummariesResultFilterSensitiveLog: (obj: GetSamplingStatisticSummariesResult) => any;
2883
- /**
2884
- * @internal
2885
- */
2886
- export declare const SamplingStatisticsDocumentFilterSensitiveLog: (obj: SamplingStatisticsDocument) => any;
2887
- /**
2888
- * @internal
2889
- */
2890
- export declare const GetSamplingTargetsRequestFilterSensitiveLog: (obj: GetSamplingTargetsRequest) => any;
2891
- /**
2892
- * @internal
2893
- */
2894
- export declare const SamplingTargetDocumentFilterSensitiveLog: (obj: SamplingTargetDocument) => any;
2895
- /**
2896
- * @internal
2897
- */
2898
- export declare const UnprocessedStatisticsFilterSensitiveLog: (obj: UnprocessedStatistics) => any;
2899
- /**
2900
- * @internal
2901
- */
2902
- export declare const GetSamplingTargetsResultFilterSensitiveLog: (obj: GetSamplingTargetsResult) => any;
2903
- /**
2904
- * @internal
2905
- */
2906
- export declare const GetServiceGraphRequestFilterSensitiveLog: (obj: GetServiceGraphRequest) => any;
2907
- /**
2908
- * @internal
2909
- */
2910
- export declare const HistogramEntryFilterSensitiveLog: (obj: HistogramEntry) => any;
2911
- /**
2912
- * @internal
2913
- */
2914
- export declare const ErrorStatisticsFilterSensitiveLog: (obj: ErrorStatistics) => any;
2915
- /**
2916
- * @internal
2917
- */
2918
- export declare const FaultStatisticsFilterSensitiveLog: (obj: FaultStatistics) => any;
2919
- /**
2920
- * @internal
2921
- */
2922
- export declare const EdgeStatisticsFilterSensitiveLog: (obj: EdgeStatistics) => any;
2923
- /**
2924
- * @internal
2925
- */
2926
- export declare const EdgeFilterSensitiveLog: (obj: Edge) => any;
2927
- /**
2928
- * @internal
2929
- */
2930
- export declare const ServiceStatisticsFilterSensitiveLog: (obj: ServiceStatistics) => any;
2931
- /**
2932
- * @internal
2933
- */
2934
- export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
2935
- /**
2936
- * @internal
2937
- */
2938
- export declare const GetServiceGraphResultFilterSensitiveLog: (obj: GetServiceGraphResult) => any;
2939
- /**
2940
- * @internal
2941
- */
2942
- export declare const GetTimeSeriesServiceStatisticsRequestFilterSensitiveLog: (obj: GetTimeSeriesServiceStatisticsRequest) => any;
2943
- /**
2944
- * @internal
2945
- */
2946
- export declare const ForecastStatisticsFilterSensitiveLog: (obj: ForecastStatistics) => any;
2947
- /**
2948
- * @internal
2949
- */
2950
- export declare const TimeSeriesServiceStatisticsFilterSensitiveLog: (obj: TimeSeriesServiceStatistics) => any;
2951
- /**
2952
- * @internal
2953
- */
2954
- export declare const GetTimeSeriesServiceStatisticsResultFilterSensitiveLog: (obj: GetTimeSeriesServiceStatisticsResult) => any;
2955
- /**
2956
- * @internal
2957
- */
2958
- export declare const GetTraceGraphRequestFilterSensitiveLog: (obj: GetTraceGraphRequest) => any;
2959
- /**
2960
- * @internal
2961
- */
2962
- export declare const GetTraceGraphResultFilterSensitiveLog: (obj: GetTraceGraphResult) => any;
2963
- /**
2964
- * @internal
2965
- */
2966
- export declare const SamplingStrategyFilterSensitiveLog: (obj: SamplingStrategy) => any;
2967
- /**
2968
- * @internal
2969
- */
2970
- export declare const GetTraceSummariesRequestFilterSensitiveLog: (obj: GetTraceSummariesRequest) => any;
2971
- /**
2972
- * @internal
2973
- */
2974
- export declare const RootCauseExceptionFilterSensitiveLog: (obj: RootCauseException) => any;
2975
- /**
2976
- * @internal
2977
- */
2978
- export declare const ErrorRootCauseEntityFilterSensitiveLog: (obj: ErrorRootCauseEntity) => any;
2979
- /**
2980
- * @internal
2981
- */
2982
- export declare const ErrorRootCauseServiceFilterSensitiveLog: (obj: ErrorRootCauseService) => any;
2983
- /**
2984
- * @internal
2985
- */
2986
- export declare const ErrorRootCauseFilterSensitiveLog: (obj: ErrorRootCause) => any;
2987
- /**
2988
- * @internal
2989
- */
2990
- export declare const FaultRootCauseEntityFilterSensitiveLog: (obj: FaultRootCauseEntity) => any;
2991
- /**
2992
- * @internal
2993
- */
2994
- export declare const FaultRootCauseServiceFilterSensitiveLog: (obj: FaultRootCauseService) => any;
2995
- /**
2996
- * @internal
2997
- */
2998
- export declare const FaultRootCauseFilterSensitiveLog: (obj: FaultRootCause) => any;
2999
- /**
3000
- * @internal
3001
- */
3002
- export declare const HttpFilterSensitiveLog: (obj: Http) => any;
3003
- /**
3004
- * @internal
3005
- */
3006
- export declare const InstanceIdDetailFilterSensitiveLog: (obj: InstanceIdDetail) => any;
3007
- /**
3008
- * @internal
3009
- */
3010
- export declare const ResourceARNDetailFilterSensitiveLog: (obj: ResourceARNDetail) => any;
3011
- /**
3012
- * @internal
3013
- */
3014
- export declare const ResponseTimeRootCauseEntityFilterSensitiveLog: (obj: ResponseTimeRootCauseEntity) => any;
3015
- /**
3016
- * @internal
3017
- */
3018
- export declare const ResponseTimeRootCauseServiceFilterSensitiveLog: (obj: ResponseTimeRootCauseService) => any;
3019
- /**
3020
- * @internal
3021
- */
3022
- export declare const ResponseTimeRootCauseFilterSensitiveLog: (obj: ResponseTimeRootCause) => any;
3023
- /**
3024
- * @internal
3025
- */
3026
- export declare const TraceUserFilterSensitiveLog: (obj: TraceUser) => any;
3027
- /**
3028
- * @internal
3029
- */
3030
- export declare const TraceSummaryFilterSensitiveLog: (obj: TraceSummary) => any;
3031
- /**
3032
- * @internal
3033
- */
3034
- export declare const GetTraceSummariesResultFilterSensitiveLog: (obj: GetTraceSummariesResult) => any;
3035
- /**
3036
- * @internal
3037
- */
3038
- export declare const ListResourcePoliciesRequestFilterSensitiveLog: (obj: ListResourcePoliciesRequest) => any;
3039
- /**
3040
- * @internal
3041
- */
3042
- export declare const ResourcePolicyFilterSensitiveLog: (obj: ResourcePolicy) => any;
3043
- /**
3044
- * @internal
3045
- */
3046
- export declare const ListResourcePoliciesResultFilterSensitiveLog: (obj: ListResourcePoliciesResult) => any;
3047
- /**
3048
- * @internal
3049
- */
3050
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3051
- /**
3052
- * @internal
3053
- */
3054
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3055
- /**
3056
- * @internal
3057
- */
3058
- export declare const PutEncryptionConfigRequestFilterSensitiveLog: (obj: PutEncryptionConfigRequest) => any;
3059
- /**
3060
- * @internal
3061
- */
3062
- export declare const PutEncryptionConfigResultFilterSensitiveLog: (obj: PutEncryptionConfigResult) => any;
3063
- /**
3064
- * @internal
3065
- */
3066
- export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
3067
- /**
3068
- * @internal
3069
- */
3070
- export declare const PutResourcePolicyResultFilterSensitiveLog: (obj: PutResourcePolicyResult) => any;
3071
- /**
3072
- * @internal
3073
- */
3074
- export declare const BackendConnectionErrorsFilterSensitiveLog: (obj: BackendConnectionErrors) => any;
3075
- /**
3076
- * @internal
3077
- */
3078
- export declare const TelemetryRecordFilterSensitiveLog: (obj: TelemetryRecord) => any;
3079
- /**
3080
- * @internal
3081
- */
3082
- export declare const PutTelemetryRecordsRequestFilterSensitiveLog: (obj: PutTelemetryRecordsRequest) => any;
3083
- /**
3084
- * @internal
3085
- */
3086
- export declare const PutTelemetryRecordsResultFilterSensitiveLog: (obj: PutTelemetryRecordsResult) => any;
3087
- /**
3088
- * @internal
3089
- */
3090
- export declare const PutTraceSegmentsRequestFilterSensitiveLog: (obj: PutTraceSegmentsRequest) => any;
3091
- /**
3092
- * @internal
3093
- */
3094
- export declare const UnprocessedTraceSegmentFilterSensitiveLog: (obj: UnprocessedTraceSegment) => any;
3095
- /**
3096
- * @internal
3097
- */
3098
- export declare const PutTraceSegmentsResultFilterSensitiveLog: (obj: PutTraceSegmentsResult) => any;
3099
- /**
3100
- * @internal
3101
- */
3102
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3103
- /**
3104
- * @internal
3105
- */
3106
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3107
- /**
3108
- * @internal
3109
- */
3110
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3111
- /**
3112
- * @internal
3113
- */
3114
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3115
- /**
3116
- * @internal
3117
- */
3118
- export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
3119
- /**
3120
- * @internal
3121
- */
3122
- export declare const UpdateGroupResultFilterSensitiveLog: (obj: UpdateGroupResult) => any;
3123
- /**
3124
- * @internal
3125
- */
3126
- export declare const SamplingRuleUpdateFilterSensitiveLog: (obj: SamplingRuleUpdate) => any;
3127
- /**
3128
- * @internal
3129
- */
3130
- export declare const UpdateSamplingRuleRequestFilterSensitiveLog: (obj: UpdateSamplingRuleRequest) => any;
3131
- /**
3132
- * @internal
3133
- */
3134
- export declare const UpdateSamplingRuleResultFilterSensitiveLog: (obj: UpdateSamplingRuleResult) => any;