@aws-sdk/client-athena 3.297.0 → 3.299.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 (125) hide show
  1. package/dist-cjs/commands/BatchGetNamedQueryCommand.js +2 -3
  2. package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +2 -3
  3. package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDataCatalogCommand.js +2 -3
  5. package/dist-cjs/commands/CreateNamedQueryCommand.js +2 -3
  6. package/dist-cjs/commands/CreateNotebookCommand.js +2 -3
  7. package/dist-cjs/commands/CreatePreparedStatementCommand.js +2 -3
  8. package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +2 -3
  9. package/dist-cjs/commands/CreateWorkGroupCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteDataCatalogCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteNamedQueryCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteNotebookCommand.js +2 -3
  13. package/dist-cjs/commands/DeletePreparedStatementCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteWorkGroupCommand.js +2 -3
  15. package/dist-cjs/commands/ExportNotebookCommand.js +2 -3
  16. package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +2 -3
  17. package/dist-cjs/commands/GetCalculationExecutionCommand.js +2 -3
  18. package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +2 -3
  19. package/dist-cjs/commands/GetDataCatalogCommand.js +2 -3
  20. package/dist-cjs/commands/GetDatabaseCommand.js +2 -3
  21. package/dist-cjs/commands/GetNamedQueryCommand.js +2 -3
  22. package/dist-cjs/commands/GetNotebookMetadataCommand.js +2 -3
  23. package/dist-cjs/commands/GetPreparedStatementCommand.js +2 -3
  24. package/dist-cjs/commands/GetQueryExecutionCommand.js +2 -3
  25. package/dist-cjs/commands/GetQueryResultsCommand.js +2 -3
  26. package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +2 -3
  27. package/dist-cjs/commands/GetSessionCommand.js +2 -3
  28. package/dist-cjs/commands/GetSessionStatusCommand.js +2 -3
  29. package/dist-cjs/commands/GetTableMetadataCommand.js +2 -3
  30. package/dist-cjs/commands/GetWorkGroupCommand.js +2 -3
  31. package/dist-cjs/commands/ImportNotebookCommand.js +2 -3
  32. package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +2 -3
  33. package/dist-cjs/commands/ListCalculationExecutionsCommand.js +2 -3
  34. package/dist-cjs/commands/ListDataCatalogsCommand.js +2 -3
  35. package/dist-cjs/commands/ListDatabasesCommand.js +2 -3
  36. package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -3
  37. package/dist-cjs/commands/ListExecutorsCommand.js +2 -3
  38. package/dist-cjs/commands/ListNamedQueriesCommand.js +2 -3
  39. package/dist-cjs/commands/ListNotebookMetadataCommand.js +2 -3
  40. package/dist-cjs/commands/ListNotebookSessionsCommand.js +2 -3
  41. package/dist-cjs/commands/ListPreparedStatementsCommand.js +2 -3
  42. package/dist-cjs/commands/ListQueryExecutionsCommand.js +2 -3
  43. package/dist-cjs/commands/ListSessionsCommand.js +2 -3
  44. package/dist-cjs/commands/ListTableMetadataCommand.js +2 -3
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  46. package/dist-cjs/commands/ListWorkGroupsCommand.js +2 -3
  47. package/dist-cjs/commands/StartCalculationExecutionCommand.js +2 -3
  48. package/dist-cjs/commands/StartQueryExecutionCommand.js +2 -3
  49. package/dist-cjs/commands/StartSessionCommand.js +2 -3
  50. package/dist-cjs/commands/StopCalculationExecutionCommand.js +2 -3
  51. package/dist-cjs/commands/StopQueryExecutionCommand.js +2 -3
  52. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  53. package/dist-cjs/commands/TerminateSessionCommand.js +2 -3
  54. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  55. package/dist-cjs/commands/UpdateDataCatalogCommand.js +2 -3
  56. package/dist-cjs/commands/UpdateNamedQueryCommand.js +2 -3
  57. package/dist-cjs/commands/UpdateNotebookCommand.js +2 -3
  58. package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +2 -3
  59. package/dist-cjs/commands/UpdatePreparedStatementCommand.js +2 -3
  60. package/dist-cjs/commands/UpdateWorkGroupCommand.js +2 -3
  61. package/dist-cjs/models/models_0.js +1 -704
  62. package/dist-es/commands/BatchGetNamedQueryCommand.js +2 -3
  63. package/dist-es/commands/BatchGetPreparedStatementCommand.js +2 -3
  64. package/dist-es/commands/BatchGetQueryExecutionCommand.js +2 -3
  65. package/dist-es/commands/CreateDataCatalogCommand.js +2 -3
  66. package/dist-es/commands/CreateNamedQueryCommand.js +2 -3
  67. package/dist-es/commands/CreateNotebookCommand.js +2 -3
  68. package/dist-es/commands/CreatePreparedStatementCommand.js +2 -3
  69. package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +2 -3
  70. package/dist-es/commands/CreateWorkGroupCommand.js +2 -3
  71. package/dist-es/commands/DeleteDataCatalogCommand.js +2 -3
  72. package/dist-es/commands/DeleteNamedQueryCommand.js +2 -3
  73. package/dist-es/commands/DeleteNotebookCommand.js +2 -3
  74. package/dist-es/commands/DeletePreparedStatementCommand.js +2 -3
  75. package/dist-es/commands/DeleteWorkGroupCommand.js +2 -3
  76. package/dist-es/commands/ExportNotebookCommand.js +2 -3
  77. package/dist-es/commands/GetCalculationExecutionCodeCommand.js +2 -3
  78. package/dist-es/commands/GetCalculationExecutionCommand.js +2 -3
  79. package/dist-es/commands/GetCalculationExecutionStatusCommand.js +2 -3
  80. package/dist-es/commands/GetDataCatalogCommand.js +2 -3
  81. package/dist-es/commands/GetDatabaseCommand.js +2 -3
  82. package/dist-es/commands/GetNamedQueryCommand.js +2 -3
  83. package/dist-es/commands/GetNotebookMetadataCommand.js +2 -3
  84. package/dist-es/commands/GetPreparedStatementCommand.js +2 -3
  85. package/dist-es/commands/GetQueryExecutionCommand.js +2 -3
  86. package/dist-es/commands/GetQueryResultsCommand.js +2 -3
  87. package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +2 -3
  88. package/dist-es/commands/GetSessionCommand.js +2 -3
  89. package/dist-es/commands/GetSessionStatusCommand.js +2 -3
  90. package/dist-es/commands/GetTableMetadataCommand.js +2 -3
  91. package/dist-es/commands/GetWorkGroupCommand.js +2 -3
  92. package/dist-es/commands/ImportNotebookCommand.js +2 -3
  93. package/dist-es/commands/ListApplicationDPUSizesCommand.js +2 -3
  94. package/dist-es/commands/ListCalculationExecutionsCommand.js +2 -3
  95. package/dist-es/commands/ListDataCatalogsCommand.js +2 -3
  96. package/dist-es/commands/ListDatabasesCommand.js +2 -3
  97. package/dist-es/commands/ListEngineVersionsCommand.js +2 -3
  98. package/dist-es/commands/ListExecutorsCommand.js +2 -3
  99. package/dist-es/commands/ListNamedQueriesCommand.js +2 -3
  100. package/dist-es/commands/ListNotebookMetadataCommand.js +2 -3
  101. package/dist-es/commands/ListNotebookSessionsCommand.js +2 -3
  102. package/dist-es/commands/ListPreparedStatementsCommand.js +2 -3
  103. package/dist-es/commands/ListQueryExecutionsCommand.js +2 -3
  104. package/dist-es/commands/ListSessionsCommand.js +2 -3
  105. package/dist-es/commands/ListTableMetadataCommand.js +2 -3
  106. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  107. package/dist-es/commands/ListWorkGroupsCommand.js +2 -3
  108. package/dist-es/commands/StartCalculationExecutionCommand.js +2 -3
  109. package/dist-es/commands/StartQueryExecutionCommand.js +2 -3
  110. package/dist-es/commands/StartSessionCommand.js +2 -3
  111. package/dist-es/commands/StopCalculationExecutionCommand.js +2 -3
  112. package/dist-es/commands/StopQueryExecutionCommand.js +2 -3
  113. package/dist-es/commands/TagResourceCommand.js +2 -3
  114. package/dist-es/commands/TerminateSessionCommand.js +2 -3
  115. package/dist-es/commands/UntagResourceCommand.js +2 -3
  116. package/dist-es/commands/UpdateDataCatalogCommand.js +2 -3
  117. package/dist-es/commands/UpdateNamedQueryCommand.js +2 -3
  118. package/dist-es/commands/UpdateNotebookCommand.js +2 -3
  119. package/dist-es/commands/UpdateNotebookMetadataCommand.js +2 -3
  120. package/dist-es/commands/UpdatePreparedStatementCommand.js +2 -3
  121. package/dist-es/commands/UpdateWorkGroupCommand.js +2 -3
  122. package/dist-es/models/models_0.js +0 -525
  123. package/dist-types/models/models_0.d.ts +0 -700
  124. package/dist-types/ts3.4/models/models_0.d.ts +0 -501
  125. package/package.json +11 -10
@@ -3773,703 +3773,3 @@ export interface GetQueryRuntimeStatisticsOutput {
3773
3773
  */
3774
3774
  QueryRuntimeStatistics?: QueryRuntimeStatistics;
3775
3775
  }
3776
- /**
3777
- * @internal
3778
- */
3779
- export declare const AclConfigurationFilterSensitiveLog: (obj: AclConfiguration) => any;
3780
- /**
3781
- * @internal
3782
- */
3783
- export declare const BatchGetNamedQueryInputFilterSensitiveLog: (obj: BatchGetNamedQueryInput) => any;
3784
- /**
3785
- * @internal
3786
- */
3787
- export declare const NamedQueryFilterSensitiveLog: (obj: NamedQuery) => any;
3788
- /**
3789
- * @internal
3790
- */
3791
- export declare const UnprocessedNamedQueryIdFilterSensitiveLog: (obj: UnprocessedNamedQueryId) => any;
3792
- /**
3793
- * @internal
3794
- */
3795
- export declare const BatchGetNamedQueryOutputFilterSensitiveLog: (obj: BatchGetNamedQueryOutput) => any;
3796
- /**
3797
- * @internal
3798
- */
3799
- export declare const BatchGetPreparedStatementInputFilterSensitiveLog: (obj: BatchGetPreparedStatementInput) => any;
3800
- /**
3801
- * @internal
3802
- */
3803
- export declare const PreparedStatementFilterSensitiveLog: (obj: PreparedStatement) => any;
3804
- /**
3805
- * @internal
3806
- */
3807
- export declare const UnprocessedPreparedStatementNameFilterSensitiveLog: (obj: UnprocessedPreparedStatementName) => any;
3808
- /**
3809
- * @internal
3810
- */
3811
- export declare const BatchGetPreparedStatementOutputFilterSensitiveLog: (obj: BatchGetPreparedStatementOutput) => any;
3812
- /**
3813
- * @internal
3814
- */
3815
- export declare const BatchGetQueryExecutionInputFilterSensitiveLog: (obj: BatchGetQueryExecutionInput) => any;
3816
- /**
3817
- * @internal
3818
- */
3819
- export declare const EngineVersionFilterSensitiveLog: (obj: EngineVersion) => any;
3820
- /**
3821
- * @internal
3822
- */
3823
- export declare const QueryExecutionContextFilterSensitiveLog: (obj: QueryExecutionContext) => any;
3824
- /**
3825
- * @internal
3826
- */
3827
- export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
3828
- /**
3829
- * @internal
3830
- */
3831
- export declare const ResultConfigurationFilterSensitiveLog: (obj: ResultConfiguration) => any;
3832
- /**
3833
- * @internal
3834
- */
3835
- export declare const ResultReuseByAgeConfigurationFilterSensitiveLog: (obj: ResultReuseByAgeConfiguration) => any;
3836
- /**
3837
- * @internal
3838
- */
3839
- export declare const ResultReuseConfigurationFilterSensitiveLog: (obj: ResultReuseConfiguration) => any;
3840
- /**
3841
- * @internal
3842
- */
3843
- export declare const ResultReuseInformationFilterSensitiveLog: (obj: ResultReuseInformation) => any;
3844
- /**
3845
- * @internal
3846
- */
3847
- export declare const QueryExecutionStatisticsFilterSensitiveLog: (obj: QueryExecutionStatistics) => any;
3848
- /**
3849
- * @internal
3850
- */
3851
- export declare const AthenaErrorFilterSensitiveLog: (obj: AthenaError) => any;
3852
- /**
3853
- * @internal
3854
- */
3855
- export declare const QueryExecutionStatusFilterSensitiveLog: (obj: QueryExecutionStatus) => any;
3856
- /**
3857
- * @internal
3858
- */
3859
- export declare const QueryExecutionFilterSensitiveLog: (obj: QueryExecution) => any;
3860
- /**
3861
- * @internal
3862
- */
3863
- export declare const UnprocessedQueryExecutionIdFilterSensitiveLog: (obj: UnprocessedQueryExecutionId) => any;
3864
- /**
3865
- * @internal
3866
- */
3867
- export declare const BatchGetQueryExecutionOutputFilterSensitiveLog: (obj: BatchGetQueryExecutionOutput) => any;
3868
- /**
3869
- * @internal
3870
- */
3871
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3872
- /**
3873
- * @internal
3874
- */
3875
- export declare const CreateDataCatalogInputFilterSensitiveLog: (obj: CreateDataCatalogInput) => any;
3876
- /**
3877
- * @internal
3878
- */
3879
- export declare const CreateDataCatalogOutputFilterSensitiveLog: (obj: CreateDataCatalogOutput) => any;
3880
- /**
3881
- * @internal
3882
- */
3883
- export declare const CreateNamedQueryInputFilterSensitiveLog: (obj: CreateNamedQueryInput) => any;
3884
- /**
3885
- * @internal
3886
- */
3887
- export declare const CreateNamedQueryOutputFilterSensitiveLog: (obj: CreateNamedQueryOutput) => any;
3888
- /**
3889
- * @internal
3890
- */
3891
- export declare const CreateNotebookInputFilterSensitiveLog: (obj: CreateNotebookInput) => any;
3892
- /**
3893
- * @internal
3894
- */
3895
- export declare const CreateNotebookOutputFilterSensitiveLog: (obj: CreateNotebookOutput) => any;
3896
- /**
3897
- * @internal
3898
- */
3899
- export declare const CreatePreparedStatementInputFilterSensitiveLog: (obj: CreatePreparedStatementInput) => any;
3900
- /**
3901
- * @internal
3902
- */
3903
- export declare const CreatePreparedStatementOutputFilterSensitiveLog: (obj: CreatePreparedStatementOutput) => any;
3904
- /**
3905
- * @internal
3906
- */
3907
- export declare const CreatePresignedNotebookUrlRequestFilterSensitiveLog: (obj: CreatePresignedNotebookUrlRequest) => any;
3908
- /**
3909
- * @internal
3910
- */
3911
- export declare const CreatePresignedNotebookUrlResponseFilterSensitiveLog: (obj: CreatePresignedNotebookUrlResponse) => any;
3912
- /**
3913
- * @internal
3914
- */
3915
- export declare const CustomerContentEncryptionConfigurationFilterSensitiveLog: (obj: CustomerContentEncryptionConfiguration) => any;
3916
- /**
3917
- * @internal
3918
- */
3919
- export declare const WorkGroupConfigurationFilterSensitiveLog: (obj: WorkGroupConfiguration) => any;
3920
- /**
3921
- * @internal
3922
- */
3923
- export declare const CreateWorkGroupInputFilterSensitiveLog: (obj: CreateWorkGroupInput) => any;
3924
- /**
3925
- * @internal
3926
- */
3927
- export declare const CreateWorkGroupOutputFilterSensitiveLog: (obj: CreateWorkGroupOutput) => any;
3928
- /**
3929
- * @internal
3930
- */
3931
- export declare const DeleteDataCatalogInputFilterSensitiveLog: (obj: DeleteDataCatalogInput) => any;
3932
- /**
3933
- * @internal
3934
- */
3935
- export declare const DeleteDataCatalogOutputFilterSensitiveLog: (obj: DeleteDataCatalogOutput) => any;
3936
- /**
3937
- * @internal
3938
- */
3939
- export declare const DeleteNamedQueryInputFilterSensitiveLog: (obj: DeleteNamedQueryInput) => any;
3940
- /**
3941
- * @internal
3942
- */
3943
- export declare const DeleteNamedQueryOutputFilterSensitiveLog: (obj: DeleteNamedQueryOutput) => any;
3944
- /**
3945
- * @internal
3946
- */
3947
- export declare const DeleteNotebookInputFilterSensitiveLog: (obj: DeleteNotebookInput) => any;
3948
- /**
3949
- * @internal
3950
- */
3951
- export declare const DeleteNotebookOutputFilterSensitiveLog: (obj: DeleteNotebookOutput) => any;
3952
- /**
3953
- * @internal
3954
- */
3955
- export declare const DeletePreparedStatementInputFilterSensitiveLog: (obj: DeletePreparedStatementInput) => any;
3956
- /**
3957
- * @internal
3958
- */
3959
- export declare const DeletePreparedStatementOutputFilterSensitiveLog: (obj: DeletePreparedStatementOutput) => any;
3960
- /**
3961
- * @internal
3962
- */
3963
- export declare const DeleteWorkGroupInputFilterSensitiveLog: (obj: DeleteWorkGroupInput) => any;
3964
- /**
3965
- * @internal
3966
- */
3967
- export declare const DeleteWorkGroupOutputFilterSensitiveLog: (obj: DeleteWorkGroupOutput) => any;
3968
- /**
3969
- * @internal
3970
- */
3971
- export declare const ExportNotebookInputFilterSensitiveLog: (obj: ExportNotebookInput) => any;
3972
- /**
3973
- * @internal
3974
- */
3975
- export declare const NotebookMetadataFilterSensitiveLog: (obj: NotebookMetadata) => any;
3976
- /**
3977
- * @internal
3978
- */
3979
- export declare const ExportNotebookOutputFilterSensitiveLog: (obj: ExportNotebookOutput) => any;
3980
- /**
3981
- * @internal
3982
- */
3983
- export declare const GetCalculationExecutionRequestFilterSensitiveLog: (obj: GetCalculationExecutionRequest) => any;
3984
- /**
3985
- * @internal
3986
- */
3987
- export declare const CalculationResultFilterSensitiveLog: (obj: CalculationResult) => any;
3988
- /**
3989
- * @internal
3990
- */
3991
- export declare const CalculationStatisticsFilterSensitiveLog: (obj: CalculationStatistics) => any;
3992
- /**
3993
- * @internal
3994
- */
3995
- export declare const CalculationStatusFilterSensitiveLog: (obj: CalculationStatus) => any;
3996
- /**
3997
- * @internal
3998
- */
3999
- export declare const GetCalculationExecutionResponseFilterSensitiveLog: (obj: GetCalculationExecutionResponse) => any;
4000
- /**
4001
- * @internal
4002
- */
4003
- export declare const GetCalculationExecutionCodeRequestFilterSensitiveLog: (obj: GetCalculationExecutionCodeRequest) => any;
4004
- /**
4005
- * @internal
4006
- */
4007
- export declare const GetCalculationExecutionCodeResponseFilterSensitiveLog: (obj: GetCalculationExecutionCodeResponse) => any;
4008
- /**
4009
- * @internal
4010
- */
4011
- export declare const GetCalculationExecutionStatusRequestFilterSensitiveLog: (obj: GetCalculationExecutionStatusRequest) => any;
4012
- /**
4013
- * @internal
4014
- */
4015
- export declare const GetCalculationExecutionStatusResponseFilterSensitiveLog: (obj: GetCalculationExecutionStatusResponse) => any;
4016
- /**
4017
- * @internal
4018
- */
4019
- export declare const GetDatabaseInputFilterSensitiveLog: (obj: GetDatabaseInput) => any;
4020
- /**
4021
- * @internal
4022
- */
4023
- export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
4024
- /**
4025
- * @internal
4026
- */
4027
- export declare const GetDatabaseOutputFilterSensitiveLog: (obj: GetDatabaseOutput) => any;
4028
- /**
4029
- * @internal
4030
- */
4031
- export declare const GetDataCatalogInputFilterSensitiveLog: (obj: GetDataCatalogInput) => any;
4032
- /**
4033
- * @internal
4034
- */
4035
- export declare const DataCatalogFilterSensitiveLog: (obj: DataCatalog) => any;
4036
- /**
4037
- * @internal
4038
- */
4039
- export declare const GetDataCatalogOutputFilterSensitiveLog: (obj: GetDataCatalogOutput) => any;
4040
- /**
4041
- * @internal
4042
- */
4043
- export declare const GetNamedQueryInputFilterSensitiveLog: (obj: GetNamedQueryInput) => any;
4044
- /**
4045
- * @internal
4046
- */
4047
- export declare const GetNamedQueryOutputFilterSensitiveLog: (obj: GetNamedQueryOutput) => any;
4048
- /**
4049
- * @internal
4050
- */
4051
- export declare const GetNotebookMetadataInputFilterSensitiveLog: (obj: GetNotebookMetadataInput) => any;
4052
- /**
4053
- * @internal
4054
- */
4055
- export declare const GetNotebookMetadataOutputFilterSensitiveLog: (obj: GetNotebookMetadataOutput) => any;
4056
- /**
4057
- * @internal
4058
- */
4059
- export declare const GetPreparedStatementInputFilterSensitiveLog: (obj: GetPreparedStatementInput) => any;
4060
- /**
4061
- * @internal
4062
- */
4063
- export declare const GetPreparedStatementOutputFilterSensitiveLog: (obj: GetPreparedStatementOutput) => any;
4064
- /**
4065
- * @internal
4066
- */
4067
- export declare const GetQueryExecutionInputFilterSensitiveLog: (obj: GetQueryExecutionInput) => any;
4068
- /**
4069
- * @internal
4070
- */
4071
- export declare const GetQueryExecutionOutputFilterSensitiveLog: (obj: GetQueryExecutionOutput) => any;
4072
- /**
4073
- * @internal
4074
- */
4075
- export declare const GetQueryResultsInputFilterSensitiveLog: (obj: GetQueryResultsInput) => any;
4076
- /**
4077
- * @internal
4078
- */
4079
- export declare const ColumnInfoFilterSensitiveLog: (obj: ColumnInfo) => any;
4080
- /**
4081
- * @internal
4082
- */
4083
- export declare const ResultSetMetadataFilterSensitiveLog: (obj: ResultSetMetadata) => any;
4084
- /**
4085
- * @internal
4086
- */
4087
- export declare const DatumFilterSensitiveLog: (obj: Datum) => any;
4088
- /**
4089
- * @internal
4090
- */
4091
- export declare const RowFilterSensitiveLog: (obj: Row) => any;
4092
- /**
4093
- * @internal
4094
- */
4095
- export declare const ResultSetFilterSensitiveLog: (obj: ResultSet) => any;
4096
- /**
4097
- * @internal
4098
- */
4099
- export declare const GetQueryResultsOutputFilterSensitiveLog: (obj: GetQueryResultsOutput) => any;
4100
- /**
4101
- * @internal
4102
- */
4103
- export declare const GetQueryRuntimeStatisticsInputFilterSensitiveLog: (obj: GetQueryRuntimeStatisticsInput) => any;
4104
- /**
4105
- * @internal
4106
- */
4107
- export declare const QueryRuntimeStatisticsRowsFilterSensitiveLog: (obj: QueryRuntimeStatisticsRows) => any;
4108
- /**
4109
- * @internal
4110
- */
4111
- export declare const QueryRuntimeStatisticsTimelineFilterSensitiveLog: (obj: QueryRuntimeStatisticsTimeline) => any;
4112
- /**
4113
- * @internal
4114
- */
4115
- export declare const GetSessionRequestFilterSensitiveLog: (obj: GetSessionRequest) => any;
4116
- /**
4117
- * @internal
4118
- */
4119
- export declare const EngineConfigurationFilterSensitiveLog: (obj: EngineConfiguration) => any;
4120
- /**
4121
- * @internal
4122
- */
4123
- export declare const SessionConfigurationFilterSensitiveLog: (obj: SessionConfiguration) => any;
4124
- /**
4125
- * @internal
4126
- */
4127
- export declare const SessionStatisticsFilterSensitiveLog: (obj: SessionStatistics) => any;
4128
- /**
4129
- * @internal
4130
- */
4131
- export declare const SessionStatusFilterSensitiveLog: (obj: SessionStatus) => any;
4132
- /**
4133
- * @internal
4134
- */
4135
- export declare const GetSessionResponseFilterSensitiveLog: (obj: GetSessionResponse) => any;
4136
- /**
4137
- * @internal
4138
- */
4139
- export declare const GetSessionStatusRequestFilterSensitiveLog: (obj: GetSessionStatusRequest) => any;
4140
- /**
4141
- * @internal
4142
- */
4143
- export declare const GetSessionStatusResponseFilterSensitiveLog: (obj: GetSessionStatusResponse) => any;
4144
- /**
4145
- * @internal
4146
- */
4147
- export declare const GetTableMetadataInputFilterSensitiveLog: (obj: GetTableMetadataInput) => any;
4148
- /**
4149
- * @internal
4150
- */
4151
- export declare const ColumnFilterSensitiveLog: (obj: Column) => any;
4152
- /**
4153
- * @internal
4154
- */
4155
- export declare const TableMetadataFilterSensitiveLog: (obj: TableMetadata) => any;
4156
- /**
4157
- * @internal
4158
- */
4159
- export declare const GetTableMetadataOutputFilterSensitiveLog: (obj: GetTableMetadataOutput) => any;
4160
- /**
4161
- * @internal
4162
- */
4163
- export declare const GetWorkGroupInputFilterSensitiveLog: (obj: GetWorkGroupInput) => any;
4164
- /**
4165
- * @internal
4166
- */
4167
- export declare const WorkGroupFilterSensitiveLog: (obj: WorkGroup) => any;
4168
- /**
4169
- * @internal
4170
- */
4171
- export declare const GetWorkGroupOutputFilterSensitiveLog: (obj: GetWorkGroupOutput) => any;
4172
- /**
4173
- * @internal
4174
- */
4175
- export declare const ImportNotebookInputFilterSensitiveLog: (obj: ImportNotebookInput) => any;
4176
- /**
4177
- * @internal
4178
- */
4179
- export declare const ImportNotebookOutputFilterSensitiveLog: (obj: ImportNotebookOutput) => any;
4180
- /**
4181
- * @internal
4182
- */
4183
- export declare const ListApplicationDPUSizesInputFilterSensitiveLog: (obj: ListApplicationDPUSizesInput) => any;
4184
- /**
4185
- * @internal
4186
- */
4187
- export declare const ApplicationDPUSizesFilterSensitiveLog: (obj: ApplicationDPUSizes) => any;
4188
- /**
4189
- * @internal
4190
- */
4191
- export declare const ListApplicationDPUSizesOutputFilterSensitiveLog: (obj: ListApplicationDPUSizesOutput) => any;
4192
- /**
4193
- * @internal
4194
- */
4195
- export declare const ListCalculationExecutionsRequestFilterSensitiveLog: (obj: ListCalculationExecutionsRequest) => any;
4196
- /**
4197
- * @internal
4198
- */
4199
- export declare const CalculationSummaryFilterSensitiveLog: (obj: CalculationSummary) => any;
4200
- /**
4201
- * @internal
4202
- */
4203
- export declare const ListCalculationExecutionsResponseFilterSensitiveLog: (obj: ListCalculationExecutionsResponse) => any;
4204
- /**
4205
- * @internal
4206
- */
4207
- export declare const ListDatabasesInputFilterSensitiveLog: (obj: ListDatabasesInput) => any;
4208
- /**
4209
- * @internal
4210
- */
4211
- export declare const ListDatabasesOutputFilterSensitiveLog: (obj: ListDatabasesOutput) => any;
4212
- /**
4213
- * @internal
4214
- */
4215
- export declare const ListDataCatalogsInputFilterSensitiveLog: (obj: ListDataCatalogsInput) => any;
4216
- /**
4217
- * @internal
4218
- */
4219
- export declare const DataCatalogSummaryFilterSensitiveLog: (obj: DataCatalogSummary) => any;
4220
- /**
4221
- * @internal
4222
- */
4223
- export declare const ListDataCatalogsOutputFilterSensitiveLog: (obj: ListDataCatalogsOutput) => any;
4224
- /**
4225
- * @internal
4226
- */
4227
- export declare const ListEngineVersionsInputFilterSensitiveLog: (obj: ListEngineVersionsInput) => any;
4228
- /**
4229
- * @internal
4230
- */
4231
- export declare const ListEngineVersionsOutputFilterSensitiveLog: (obj: ListEngineVersionsOutput) => any;
4232
- /**
4233
- * @internal
4234
- */
4235
- export declare const ListExecutorsRequestFilterSensitiveLog: (obj: ListExecutorsRequest) => any;
4236
- /**
4237
- * @internal
4238
- */
4239
- export declare const ExecutorsSummaryFilterSensitiveLog: (obj: ExecutorsSummary) => any;
4240
- /**
4241
- * @internal
4242
- */
4243
- export declare const ListExecutorsResponseFilterSensitiveLog: (obj: ListExecutorsResponse) => any;
4244
- /**
4245
- * @internal
4246
- */
4247
- export declare const ListNamedQueriesInputFilterSensitiveLog: (obj: ListNamedQueriesInput) => any;
4248
- /**
4249
- * @internal
4250
- */
4251
- export declare const ListNamedQueriesOutputFilterSensitiveLog: (obj: ListNamedQueriesOutput) => any;
4252
- /**
4253
- * @internal
4254
- */
4255
- export declare const FilterDefinitionFilterSensitiveLog: (obj: FilterDefinition) => any;
4256
- /**
4257
- * @internal
4258
- */
4259
- export declare const ListNotebookMetadataInputFilterSensitiveLog: (obj: ListNotebookMetadataInput) => any;
4260
- /**
4261
- * @internal
4262
- */
4263
- export declare const ListNotebookMetadataOutputFilterSensitiveLog: (obj: ListNotebookMetadataOutput) => any;
4264
- /**
4265
- * @internal
4266
- */
4267
- export declare const ListNotebookSessionsRequestFilterSensitiveLog: (obj: ListNotebookSessionsRequest) => any;
4268
- /**
4269
- * @internal
4270
- */
4271
- export declare const NotebookSessionSummaryFilterSensitiveLog: (obj: NotebookSessionSummary) => any;
4272
- /**
4273
- * @internal
4274
- */
4275
- export declare const ListNotebookSessionsResponseFilterSensitiveLog: (obj: ListNotebookSessionsResponse) => any;
4276
- /**
4277
- * @internal
4278
- */
4279
- export declare const ListPreparedStatementsInputFilterSensitiveLog: (obj: ListPreparedStatementsInput) => any;
4280
- /**
4281
- * @internal
4282
- */
4283
- export declare const PreparedStatementSummaryFilterSensitiveLog: (obj: PreparedStatementSummary) => any;
4284
- /**
4285
- * @internal
4286
- */
4287
- export declare const ListPreparedStatementsOutputFilterSensitiveLog: (obj: ListPreparedStatementsOutput) => any;
4288
- /**
4289
- * @internal
4290
- */
4291
- export declare const ListQueryExecutionsInputFilterSensitiveLog: (obj: ListQueryExecutionsInput) => any;
4292
- /**
4293
- * @internal
4294
- */
4295
- export declare const ListQueryExecutionsOutputFilterSensitiveLog: (obj: ListQueryExecutionsOutput) => any;
4296
- /**
4297
- * @internal
4298
- */
4299
- export declare const ListSessionsRequestFilterSensitiveLog: (obj: ListSessionsRequest) => any;
4300
- /**
4301
- * @internal
4302
- */
4303
- export declare const SessionSummaryFilterSensitiveLog: (obj: SessionSummary) => any;
4304
- /**
4305
- * @internal
4306
- */
4307
- export declare const ListSessionsResponseFilterSensitiveLog: (obj: ListSessionsResponse) => any;
4308
- /**
4309
- * @internal
4310
- */
4311
- export declare const ListTableMetadataInputFilterSensitiveLog: (obj: ListTableMetadataInput) => any;
4312
- /**
4313
- * @internal
4314
- */
4315
- export declare const ListTableMetadataOutputFilterSensitiveLog: (obj: ListTableMetadataOutput) => any;
4316
- /**
4317
- * @internal
4318
- */
4319
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
4320
- /**
4321
- * @internal
4322
- */
4323
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
4324
- /**
4325
- * @internal
4326
- */
4327
- export declare const ListWorkGroupsInputFilterSensitiveLog: (obj: ListWorkGroupsInput) => any;
4328
- /**
4329
- * @internal
4330
- */
4331
- export declare const WorkGroupSummaryFilterSensitiveLog: (obj: WorkGroupSummary) => any;
4332
- /**
4333
- * @internal
4334
- */
4335
- export declare const ListWorkGroupsOutputFilterSensitiveLog: (obj: ListWorkGroupsOutput) => any;
4336
- /**
4337
- * @internal
4338
- */
4339
- export declare const CalculationConfigurationFilterSensitiveLog: (obj: CalculationConfiguration) => any;
4340
- /**
4341
- * @internal
4342
- */
4343
- export declare const StartCalculationExecutionRequestFilterSensitiveLog: (obj: StartCalculationExecutionRequest) => any;
4344
- /**
4345
- * @internal
4346
- */
4347
- export declare const StartCalculationExecutionResponseFilterSensitiveLog: (obj: StartCalculationExecutionResponse) => any;
4348
- /**
4349
- * @internal
4350
- */
4351
- export declare const StartQueryExecutionInputFilterSensitiveLog: (obj: StartQueryExecutionInput) => any;
4352
- /**
4353
- * @internal
4354
- */
4355
- export declare const StartQueryExecutionOutputFilterSensitiveLog: (obj: StartQueryExecutionOutput) => any;
4356
- /**
4357
- * @internal
4358
- */
4359
- export declare const StartSessionRequestFilterSensitiveLog: (obj: StartSessionRequest) => any;
4360
- /**
4361
- * @internal
4362
- */
4363
- export declare const StartSessionResponseFilterSensitiveLog: (obj: StartSessionResponse) => any;
4364
- /**
4365
- * @internal
4366
- */
4367
- export declare const StopCalculationExecutionRequestFilterSensitiveLog: (obj: StopCalculationExecutionRequest) => any;
4368
- /**
4369
- * @internal
4370
- */
4371
- export declare const StopCalculationExecutionResponseFilterSensitiveLog: (obj: StopCalculationExecutionResponse) => any;
4372
- /**
4373
- * @internal
4374
- */
4375
- export declare const StopQueryExecutionInputFilterSensitiveLog: (obj: StopQueryExecutionInput) => any;
4376
- /**
4377
- * @internal
4378
- */
4379
- export declare const StopQueryExecutionOutputFilterSensitiveLog: (obj: StopQueryExecutionOutput) => any;
4380
- /**
4381
- * @internal
4382
- */
4383
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
4384
- /**
4385
- * @internal
4386
- */
4387
- export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
4388
- /**
4389
- * @internal
4390
- */
4391
- export declare const TerminateSessionRequestFilterSensitiveLog: (obj: TerminateSessionRequest) => any;
4392
- /**
4393
- * @internal
4394
- */
4395
- export declare const TerminateSessionResponseFilterSensitiveLog: (obj: TerminateSessionResponse) => any;
4396
- /**
4397
- * @internal
4398
- */
4399
- export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
4400
- /**
4401
- * @internal
4402
- */
4403
- export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
4404
- /**
4405
- * @internal
4406
- */
4407
- export declare const UpdateDataCatalogInputFilterSensitiveLog: (obj: UpdateDataCatalogInput) => any;
4408
- /**
4409
- * @internal
4410
- */
4411
- export declare const UpdateDataCatalogOutputFilterSensitiveLog: (obj: UpdateDataCatalogOutput) => any;
4412
- /**
4413
- * @internal
4414
- */
4415
- export declare const UpdateNamedQueryInputFilterSensitiveLog: (obj: UpdateNamedQueryInput) => any;
4416
- /**
4417
- * @internal
4418
- */
4419
- export declare const UpdateNamedQueryOutputFilterSensitiveLog: (obj: UpdateNamedQueryOutput) => any;
4420
- /**
4421
- * @internal
4422
- */
4423
- export declare const UpdateNotebookInputFilterSensitiveLog: (obj: UpdateNotebookInput) => any;
4424
- /**
4425
- * @internal
4426
- */
4427
- export declare const UpdateNotebookOutputFilterSensitiveLog: (obj: UpdateNotebookOutput) => any;
4428
- /**
4429
- * @internal
4430
- */
4431
- export declare const UpdateNotebookMetadataInputFilterSensitiveLog: (obj: UpdateNotebookMetadataInput) => any;
4432
- /**
4433
- * @internal
4434
- */
4435
- export declare const UpdateNotebookMetadataOutputFilterSensitiveLog: (obj: UpdateNotebookMetadataOutput) => any;
4436
- /**
4437
- * @internal
4438
- */
4439
- export declare const UpdatePreparedStatementInputFilterSensitiveLog: (obj: UpdatePreparedStatementInput) => any;
4440
- /**
4441
- * @internal
4442
- */
4443
- export declare const UpdatePreparedStatementOutputFilterSensitiveLog: (obj: UpdatePreparedStatementOutput) => any;
4444
- /**
4445
- * @internal
4446
- */
4447
- export declare const ResultConfigurationUpdatesFilterSensitiveLog: (obj: ResultConfigurationUpdates) => any;
4448
- /**
4449
- * @internal
4450
- */
4451
- export declare const WorkGroupConfigurationUpdatesFilterSensitiveLog: (obj: WorkGroupConfigurationUpdates) => any;
4452
- /**
4453
- * @internal
4454
- */
4455
- export declare const UpdateWorkGroupInputFilterSensitiveLog: (obj: UpdateWorkGroupInput) => any;
4456
- /**
4457
- * @internal
4458
- */
4459
- export declare const UpdateWorkGroupOutputFilterSensitiveLog: (obj: UpdateWorkGroupOutput) => any;
4460
- /**
4461
- * @internal
4462
- */
4463
- export declare const QueryStagePlanNodeFilterSensitiveLog: (obj: QueryStagePlanNode) => any;
4464
- /**
4465
- * @internal
4466
- */
4467
- export declare const QueryStageFilterSensitiveLog: (obj: QueryStage) => any;
4468
- /**
4469
- * @internal
4470
- */
4471
- export declare const QueryRuntimeStatisticsFilterSensitiveLog: (obj: QueryRuntimeStatistics) => any;
4472
- /**
4473
- * @internal
4474
- */
4475
- export declare const GetQueryRuntimeStatisticsOutputFilterSensitiveLog: (obj: GetQueryRuntimeStatisticsOutput) => any;