@aws-sdk/client-lakeformation 3.649.0 → 3.650.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/dist-cjs/index.js +55 -165
- package/dist-es/commands/AddLFTagsToResourceCommand.js +1 -3
- package/dist-es/commands/AssumeDecoratedRoleWithSAMLCommand.js +1 -3
- package/dist-es/commands/BatchGrantPermissionsCommand.js +1 -3
- package/dist-es/commands/BatchRevokePermissionsCommand.js +1 -3
- package/dist-es/commands/CancelTransactionCommand.js +1 -3
- package/dist-es/commands/CommitTransactionCommand.js +1 -3
- package/dist-es/commands/CreateDataCellsFilterCommand.js +1 -3
- package/dist-es/commands/CreateLFTagCommand.js +1 -3
- package/dist-es/commands/CreateLakeFormationIdentityCenterConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateLakeFormationOptInCommand.js +1 -3
- package/dist-es/commands/DeleteDataCellsFilterCommand.js +1 -3
- package/dist-es/commands/DeleteLFTagCommand.js +1 -3
- package/dist-es/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteLakeFormationOptInCommand.js +1 -3
- package/dist-es/commands/DeleteObjectsOnCancelCommand.js +1 -3
- package/dist-es/commands/DeregisterResourceCommand.js +1 -3
- package/dist-es/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeResourceCommand.js +1 -3
- package/dist-es/commands/DescribeTransactionCommand.js +1 -3
- package/dist-es/commands/ExtendTransactionCommand.js +1 -3
- package/dist-es/commands/GetDataCellsFilterCommand.js +1 -3
- package/dist-es/commands/GetDataLakePrincipalCommand.js +1 -3
- package/dist-es/commands/GetDataLakeSettingsCommand.js +1 -3
- package/dist-es/commands/GetEffectivePermissionsForPathCommand.js +1 -3
- package/dist-es/commands/GetLFTagCommand.js +1 -3
- package/dist-es/commands/GetQueryStateCommand.js +1 -3
- package/dist-es/commands/GetQueryStatisticsCommand.js +1 -3
- package/dist-es/commands/GetResourceLFTagsCommand.js +1 -3
- package/dist-es/commands/GetTableObjectsCommand.js +1 -3
- package/dist-es/commands/GetTemporaryGluePartitionCredentialsCommand.js +1 -3
- package/dist-es/commands/GetTemporaryGlueTableCredentialsCommand.js +1 -3
- package/dist-es/commands/GetWorkUnitResultsCommand.js +1 -3
- package/dist-es/commands/GetWorkUnitsCommand.js +1 -3
- package/dist-es/commands/GrantPermissionsCommand.js +1 -3
- package/dist-es/commands/ListDataCellsFilterCommand.js +1 -3
- package/dist-es/commands/ListLFTagsCommand.js +1 -3
- package/dist-es/commands/ListLakeFormationOptInsCommand.js +1 -3
- package/dist-es/commands/ListPermissionsCommand.js +1 -3
- package/dist-es/commands/ListResourcesCommand.js +1 -3
- package/dist-es/commands/ListTableStorageOptimizersCommand.js +1 -3
- package/dist-es/commands/ListTransactionsCommand.js +1 -3
- package/dist-es/commands/PutDataLakeSettingsCommand.js +1 -3
- package/dist-es/commands/RegisterResourceCommand.js +1 -3
- package/dist-es/commands/RemoveLFTagsFromResourceCommand.js +1 -3
- package/dist-es/commands/RevokePermissionsCommand.js +1 -3
- package/dist-es/commands/SearchDatabasesByLFTagsCommand.js +1 -3
- package/dist-es/commands/SearchTablesByLFTagsCommand.js +1 -3
- package/dist-es/commands/StartQueryPlanningCommand.js +1 -3
- package/dist-es/commands/StartTransactionCommand.js +1 -3
- package/dist-es/commands/UpdateDataCellsFilterCommand.js +1 -3
- package/dist-es/commands/UpdateLFTagCommand.js +1 -3
- package/dist-es/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateResourceCommand.js +1 -3
- package/dist-es/commands/UpdateTableObjectsCommand.js +1 -3
- package/dist-es/commands/UpdateTableStorageOptimizerCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -2818,9 +2818,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
2818
2818
|
}), "deserializeMetadata");
|
|
2819
2819
|
|
|
2820
2820
|
// src/commands/AddLFTagsToResourceCommand.ts
|
|
2821
|
-
var _AddLFTagsToResourceCommand = class _AddLFTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2822
|
-
...commonParams
|
|
2823
|
-
}).m(function(Command, cs, config, o) {
|
|
2821
|
+
var _AddLFTagsToResourceCommand = class _AddLFTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2824
2822
|
return [
|
|
2825
2823
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2826
2824
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2834,9 +2832,7 @@ var AddLFTagsToResourceCommand = _AddLFTagsToResourceCommand;
|
|
|
2834
2832
|
|
|
2835
2833
|
|
|
2836
2834
|
|
|
2837
|
-
var _AssumeDecoratedRoleWithSAMLCommand = class _AssumeDecoratedRoleWithSAMLCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2838
|
-
...commonParams
|
|
2839
|
-
}).m(function(Command, cs, config, o) {
|
|
2835
|
+
var _AssumeDecoratedRoleWithSAMLCommand = class _AssumeDecoratedRoleWithSAMLCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2840
2836
|
return [
|
|
2841
2837
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2842
2838
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2850,9 +2846,7 @@ var AssumeDecoratedRoleWithSAMLCommand = _AssumeDecoratedRoleWithSAMLCommand;
|
|
|
2850
2846
|
|
|
2851
2847
|
|
|
2852
2848
|
|
|
2853
|
-
var _BatchGrantPermissionsCommand = class _BatchGrantPermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2854
|
-
...commonParams
|
|
2855
|
-
}).m(function(Command, cs, config, o) {
|
|
2849
|
+
var _BatchGrantPermissionsCommand = class _BatchGrantPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2856
2850
|
return [
|
|
2857
2851
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2858
2852
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2866,9 +2860,7 @@ var BatchGrantPermissionsCommand = _BatchGrantPermissionsCommand;
|
|
|
2866
2860
|
|
|
2867
2861
|
|
|
2868
2862
|
|
|
2869
|
-
var _BatchRevokePermissionsCommand = class _BatchRevokePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2870
|
-
...commonParams
|
|
2871
|
-
}).m(function(Command, cs, config, o) {
|
|
2863
|
+
var _BatchRevokePermissionsCommand = class _BatchRevokePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2872
2864
|
return [
|
|
2873
2865
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2874
2866
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2882,9 +2874,7 @@ var BatchRevokePermissionsCommand = _BatchRevokePermissionsCommand;
|
|
|
2882
2874
|
|
|
2883
2875
|
|
|
2884
2876
|
|
|
2885
|
-
var _CancelTransactionCommand = class _CancelTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2886
|
-
...commonParams
|
|
2887
|
-
}).m(function(Command, cs, config, o) {
|
|
2877
|
+
var _CancelTransactionCommand = class _CancelTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2888
2878
|
return [
|
|
2889
2879
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2890
2880
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2898,9 +2888,7 @@ var CancelTransactionCommand = _CancelTransactionCommand;
|
|
|
2898
2888
|
|
|
2899
2889
|
|
|
2900
2890
|
|
|
2901
|
-
var _CommitTransactionCommand = class _CommitTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2902
|
-
...commonParams
|
|
2903
|
-
}).m(function(Command, cs, config, o) {
|
|
2891
|
+
var _CommitTransactionCommand = class _CommitTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2904
2892
|
return [
|
|
2905
2893
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2906
2894
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2914,9 +2902,7 @@ var CommitTransactionCommand = _CommitTransactionCommand;
|
|
|
2914
2902
|
|
|
2915
2903
|
|
|
2916
2904
|
|
|
2917
|
-
var _CreateDataCellsFilterCommand = class _CreateDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2918
|
-
...commonParams
|
|
2919
|
-
}).m(function(Command, cs, config, o) {
|
|
2905
|
+
var _CreateDataCellsFilterCommand = class _CreateDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2920
2906
|
return [
|
|
2921
2907
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2922
2908
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2930,9 +2916,7 @@ var CreateDataCellsFilterCommand = _CreateDataCellsFilterCommand;
|
|
|
2930
2916
|
|
|
2931
2917
|
|
|
2932
2918
|
|
|
2933
|
-
var _CreateLakeFormationIdentityCenterConfigurationCommand = class _CreateLakeFormationIdentityCenterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2934
|
-
...commonParams
|
|
2935
|
-
}).m(function(Command, cs, config, o) {
|
|
2919
|
+
var _CreateLakeFormationIdentityCenterConfigurationCommand = class _CreateLakeFormationIdentityCenterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2936
2920
|
return [
|
|
2937
2921
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2938
2922
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2946,9 +2930,7 @@ var CreateLakeFormationIdentityCenterConfigurationCommand = _CreateLakeFormation
|
|
|
2946
2930
|
|
|
2947
2931
|
|
|
2948
2932
|
|
|
2949
|
-
var _CreateLakeFormationOptInCommand = class _CreateLakeFormationOptInCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2950
|
-
...commonParams
|
|
2951
|
-
}).m(function(Command, cs, config, o) {
|
|
2933
|
+
var _CreateLakeFormationOptInCommand = class _CreateLakeFormationOptInCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2952
2934
|
return [
|
|
2953
2935
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2954
2936
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2962,9 +2944,7 @@ var CreateLakeFormationOptInCommand = _CreateLakeFormationOptInCommand;
|
|
|
2962
2944
|
|
|
2963
2945
|
|
|
2964
2946
|
|
|
2965
|
-
var _CreateLFTagCommand = class _CreateLFTagCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2966
|
-
...commonParams
|
|
2967
|
-
}).m(function(Command, cs, config, o) {
|
|
2947
|
+
var _CreateLFTagCommand = class _CreateLFTagCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2968
2948
|
return [
|
|
2969
2949
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2970
2950
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2978,9 +2958,7 @@ var CreateLFTagCommand = _CreateLFTagCommand;
|
|
|
2978
2958
|
|
|
2979
2959
|
|
|
2980
2960
|
|
|
2981
|
-
var _DeleteDataCellsFilterCommand = class _DeleteDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2982
|
-
...commonParams
|
|
2983
|
-
}).m(function(Command, cs, config, o) {
|
|
2961
|
+
var _DeleteDataCellsFilterCommand = class _DeleteDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2984
2962
|
return [
|
|
2985
2963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2986
2964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2994,9 +2972,7 @@ var DeleteDataCellsFilterCommand = _DeleteDataCellsFilterCommand;
|
|
|
2994
2972
|
|
|
2995
2973
|
|
|
2996
2974
|
|
|
2997
|
-
var _DeleteLakeFormationIdentityCenterConfigurationCommand = class _DeleteLakeFormationIdentityCenterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2998
|
-
...commonParams
|
|
2999
|
-
}).m(function(Command, cs, config, o) {
|
|
2975
|
+
var _DeleteLakeFormationIdentityCenterConfigurationCommand = class _DeleteLakeFormationIdentityCenterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3000
2976
|
return [
|
|
3001
2977
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3002
2978
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3010,9 +2986,7 @@ var DeleteLakeFormationIdentityCenterConfigurationCommand = _DeleteLakeFormation
|
|
|
3010
2986
|
|
|
3011
2987
|
|
|
3012
2988
|
|
|
3013
|
-
var _DeleteLakeFormationOptInCommand = class _DeleteLakeFormationOptInCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3014
|
-
...commonParams
|
|
3015
|
-
}).m(function(Command, cs, config, o) {
|
|
2989
|
+
var _DeleteLakeFormationOptInCommand = class _DeleteLakeFormationOptInCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3016
2990
|
return [
|
|
3017
2991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3018
2992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3026,9 +3000,7 @@ var DeleteLakeFormationOptInCommand = _DeleteLakeFormationOptInCommand;
|
|
|
3026
3000
|
|
|
3027
3001
|
|
|
3028
3002
|
|
|
3029
|
-
var _DeleteLFTagCommand = class _DeleteLFTagCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3030
|
-
...commonParams
|
|
3031
|
-
}).m(function(Command, cs, config, o) {
|
|
3003
|
+
var _DeleteLFTagCommand = class _DeleteLFTagCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3032
3004
|
return [
|
|
3033
3005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3034
3006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3042,9 +3014,7 @@ var DeleteLFTagCommand = _DeleteLFTagCommand;
|
|
|
3042
3014
|
|
|
3043
3015
|
|
|
3044
3016
|
|
|
3045
|
-
var _DeleteObjectsOnCancelCommand = class _DeleteObjectsOnCancelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3046
|
-
...commonParams
|
|
3047
|
-
}).m(function(Command, cs, config, o) {
|
|
3017
|
+
var _DeleteObjectsOnCancelCommand = class _DeleteObjectsOnCancelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3048
3018
|
return [
|
|
3049
3019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3050
3020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3058,9 +3028,7 @@ var DeleteObjectsOnCancelCommand = _DeleteObjectsOnCancelCommand;
|
|
|
3058
3028
|
|
|
3059
3029
|
|
|
3060
3030
|
|
|
3061
|
-
var _DeregisterResourceCommand = class _DeregisterResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3062
|
-
...commonParams
|
|
3063
|
-
}).m(function(Command, cs, config, o) {
|
|
3031
|
+
var _DeregisterResourceCommand = class _DeregisterResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3064
3032
|
return [
|
|
3065
3033
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3066
3034
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3074,9 +3042,7 @@ var DeregisterResourceCommand = _DeregisterResourceCommand;
|
|
|
3074
3042
|
|
|
3075
3043
|
|
|
3076
3044
|
|
|
3077
|
-
var _DescribeLakeFormationIdentityCenterConfigurationCommand = class _DescribeLakeFormationIdentityCenterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3078
|
-
...commonParams
|
|
3079
|
-
}).m(function(Command, cs, config, o) {
|
|
3045
|
+
var _DescribeLakeFormationIdentityCenterConfigurationCommand = class _DescribeLakeFormationIdentityCenterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3080
3046
|
return [
|
|
3081
3047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3082
3048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3090,9 +3056,7 @@ var DescribeLakeFormationIdentityCenterConfigurationCommand = _DescribeLakeForma
|
|
|
3090
3056
|
|
|
3091
3057
|
|
|
3092
3058
|
|
|
3093
|
-
var _DescribeResourceCommand = class _DescribeResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3094
|
-
...commonParams
|
|
3095
|
-
}).m(function(Command, cs, config, o) {
|
|
3059
|
+
var _DescribeResourceCommand = class _DescribeResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3096
3060
|
return [
|
|
3097
3061
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3098
3062
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3106,9 +3070,7 @@ var DescribeResourceCommand = _DescribeResourceCommand;
|
|
|
3106
3070
|
|
|
3107
3071
|
|
|
3108
3072
|
|
|
3109
|
-
var _DescribeTransactionCommand = class _DescribeTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3110
|
-
...commonParams
|
|
3111
|
-
}).m(function(Command, cs, config, o) {
|
|
3073
|
+
var _DescribeTransactionCommand = class _DescribeTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3112
3074
|
return [
|
|
3113
3075
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3114
3076
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3122,9 +3084,7 @@ var DescribeTransactionCommand = _DescribeTransactionCommand;
|
|
|
3122
3084
|
|
|
3123
3085
|
|
|
3124
3086
|
|
|
3125
|
-
var _ExtendTransactionCommand = class _ExtendTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3126
|
-
...commonParams
|
|
3127
|
-
}).m(function(Command, cs, config, o) {
|
|
3087
|
+
var _ExtendTransactionCommand = class _ExtendTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3128
3088
|
return [
|
|
3129
3089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3130
3090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3138,9 +3098,7 @@ var ExtendTransactionCommand = _ExtendTransactionCommand;
|
|
|
3138
3098
|
|
|
3139
3099
|
|
|
3140
3100
|
|
|
3141
|
-
var _GetDataCellsFilterCommand = class _GetDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3142
|
-
...commonParams
|
|
3143
|
-
}).m(function(Command, cs, config, o) {
|
|
3101
|
+
var _GetDataCellsFilterCommand = class _GetDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3144
3102
|
return [
|
|
3145
3103
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3146
3104
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3154,9 +3112,7 @@ var GetDataCellsFilterCommand = _GetDataCellsFilterCommand;
|
|
|
3154
3112
|
|
|
3155
3113
|
|
|
3156
3114
|
|
|
3157
|
-
var _GetDataLakePrincipalCommand = class _GetDataLakePrincipalCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3158
|
-
...commonParams
|
|
3159
|
-
}).m(function(Command, cs, config, o) {
|
|
3115
|
+
var _GetDataLakePrincipalCommand = class _GetDataLakePrincipalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3160
3116
|
return [
|
|
3161
3117
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3162
3118
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3170,9 +3126,7 @@ var GetDataLakePrincipalCommand = _GetDataLakePrincipalCommand;
|
|
|
3170
3126
|
|
|
3171
3127
|
|
|
3172
3128
|
|
|
3173
|
-
var _GetDataLakeSettingsCommand = class _GetDataLakeSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3174
|
-
...commonParams
|
|
3175
|
-
}).m(function(Command, cs, config, o) {
|
|
3129
|
+
var _GetDataLakeSettingsCommand = class _GetDataLakeSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3176
3130
|
return [
|
|
3177
3131
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3178
3132
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3186,9 +3140,7 @@ var GetDataLakeSettingsCommand = _GetDataLakeSettingsCommand;
|
|
|
3186
3140
|
|
|
3187
3141
|
|
|
3188
3142
|
|
|
3189
|
-
var _GetEffectivePermissionsForPathCommand = class _GetEffectivePermissionsForPathCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3190
|
-
...commonParams
|
|
3191
|
-
}).m(function(Command, cs, config, o) {
|
|
3143
|
+
var _GetEffectivePermissionsForPathCommand = class _GetEffectivePermissionsForPathCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3192
3144
|
return [
|
|
3193
3145
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3194
3146
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3202,9 +3154,7 @@ var GetEffectivePermissionsForPathCommand = _GetEffectivePermissionsForPathComma
|
|
|
3202
3154
|
|
|
3203
3155
|
|
|
3204
3156
|
|
|
3205
|
-
var _GetLFTagCommand = class _GetLFTagCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3206
|
-
...commonParams
|
|
3207
|
-
}).m(function(Command, cs, config, o) {
|
|
3157
|
+
var _GetLFTagCommand = class _GetLFTagCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3208
3158
|
return [
|
|
3209
3159
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3210
3160
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3218,9 +3168,7 @@ var GetLFTagCommand = _GetLFTagCommand;
|
|
|
3218
3168
|
|
|
3219
3169
|
|
|
3220
3170
|
|
|
3221
|
-
var _GetQueryStateCommand = class _GetQueryStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3222
|
-
...commonParams
|
|
3223
|
-
}).m(function(Command, cs, config, o) {
|
|
3171
|
+
var _GetQueryStateCommand = class _GetQueryStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3224
3172
|
return [
|
|
3225
3173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3226
3174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3234,9 +3182,7 @@ var GetQueryStateCommand = _GetQueryStateCommand;
|
|
|
3234
3182
|
|
|
3235
3183
|
|
|
3236
3184
|
|
|
3237
|
-
var _GetQueryStatisticsCommand = class _GetQueryStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3238
|
-
...commonParams
|
|
3239
|
-
}).m(function(Command, cs, config, o) {
|
|
3185
|
+
var _GetQueryStatisticsCommand = class _GetQueryStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3240
3186
|
return [
|
|
3241
3187
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3242
3188
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3250,9 +3196,7 @@ var GetQueryStatisticsCommand = _GetQueryStatisticsCommand;
|
|
|
3250
3196
|
|
|
3251
3197
|
|
|
3252
3198
|
|
|
3253
|
-
var _GetResourceLFTagsCommand = class _GetResourceLFTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3254
|
-
...commonParams
|
|
3255
|
-
}).m(function(Command, cs, config, o) {
|
|
3199
|
+
var _GetResourceLFTagsCommand = class _GetResourceLFTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3256
3200
|
return [
|
|
3257
3201
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3258
3202
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3266,9 +3210,7 @@ var GetResourceLFTagsCommand = _GetResourceLFTagsCommand;
|
|
|
3266
3210
|
|
|
3267
3211
|
|
|
3268
3212
|
|
|
3269
|
-
var _GetTableObjectsCommand = class _GetTableObjectsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3270
|
-
...commonParams
|
|
3271
|
-
}).m(function(Command, cs, config, o) {
|
|
3213
|
+
var _GetTableObjectsCommand = class _GetTableObjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3272
3214
|
return [
|
|
3273
3215
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3274
3216
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3282,9 +3224,7 @@ var GetTableObjectsCommand = _GetTableObjectsCommand;
|
|
|
3282
3224
|
|
|
3283
3225
|
|
|
3284
3226
|
|
|
3285
|
-
var _GetTemporaryGluePartitionCredentialsCommand = class _GetTemporaryGluePartitionCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3286
|
-
...commonParams
|
|
3287
|
-
}).m(function(Command, cs, config, o) {
|
|
3227
|
+
var _GetTemporaryGluePartitionCredentialsCommand = class _GetTemporaryGluePartitionCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3288
3228
|
return [
|
|
3289
3229
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3290
3230
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3298,9 +3238,7 @@ var GetTemporaryGluePartitionCredentialsCommand = _GetTemporaryGluePartitionCred
|
|
|
3298
3238
|
|
|
3299
3239
|
|
|
3300
3240
|
|
|
3301
|
-
var _GetTemporaryGlueTableCredentialsCommand = class _GetTemporaryGlueTableCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3302
|
-
...commonParams
|
|
3303
|
-
}).m(function(Command, cs, config, o) {
|
|
3241
|
+
var _GetTemporaryGlueTableCredentialsCommand = class _GetTemporaryGlueTableCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3304
3242
|
return [
|
|
3305
3243
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3306
3244
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3314,9 +3252,7 @@ var GetTemporaryGlueTableCredentialsCommand = _GetTemporaryGlueTableCredentialsC
|
|
|
3314
3252
|
|
|
3315
3253
|
|
|
3316
3254
|
|
|
3317
|
-
var _GetWorkUnitResultsCommand = class _GetWorkUnitResultsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3318
|
-
...commonParams
|
|
3319
|
-
}).m(function(Command, cs, config, o) {
|
|
3255
|
+
var _GetWorkUnitResultsCommand = class _GetWorkUnitResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3320
3256
|
return [
|
|
3321
3257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3322
3258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3330,9 +3266,7 @@ var GetWorkUnitResultsCommand = _GetWorkUnitResultsCommand;
|
|
|
3330
3266
|
|
|
3331
3267
|
|
|
3332
3268
|
|
|
3333
|
-
var _GetWorkUnitsCommand = class _GetWorkUnitsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3334
|
-
...commonParams
|
|
3335
|
-
}).m(function(Command, cs, config, o) {
|
|
3269
|
+
var _GetWorkUnitsCommand = class _GetWorkUnitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3336
3270
|
return [
|
|
3337
3271
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3338
3272
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3346,9 +3280,7 @@ var GetWorkUnitsCommand = _GetWorkUnitsCommand;
|
|
|
3346
3280
|
|
|
3347
3281
|
|
|
3348
3282
|
|
|
3349
|
-
var _GrantPermissionsCommand = class _GrantPermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3350
|
-
...commonParams
|
|
3351
|
-
}).m(function(Command, cs, config, o) {
|
|
3283
|
+
var _GrantPermissionsCommand = class _GrantPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3352
3284
|
return [
|
|
3353
3285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3354
3286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3362,9 +3294,7 @@ var GrantPermissionsCommand = _GrantPermissionsCommand;
|
|
|
3362
3294
|
|
|
3363
3295
|
|
|
3364
3296
|
|
|
3365
|
-
var _ListDataCellsFilterCommand = class _ListDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3366
|
-
...commonParams
|
|
3367
|
-
}).m(function(Command, cs, config, o) {
|
|
3297
|
+
var _ListDataCellsFilterCommand = class _ListDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3368
3298
|
return [
|
|
3369
3299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3370
3300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3378,9 +3308,7 @@ var ListDataCellsFilterCommand = _ListDataCellsFilterCommand;
|
|
|
3378
3308
|
|
|
3379
3309
|
|
|
3380
3310
|
|
|
3381
|
-
var _ListLakeFormationOptInsCommand = class _ListLakeFormationOptInsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3382
|
-
...commonParams
|
|
3383
|
-
}).m(function(Command, cs, config, o) {
|
|
3311
|
+
var _ListLakeFormationOptInsCommand = class _ListLakeFormationOptInsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3384
3312
|
return [
|
|
3385
3313
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3386
3314
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3394,9 +3322,7 @@ var ListLakeFormationOptInsCommand = _ListLakeFormationOptInsCommand;
|
|
|
3394
3322
|
|
|
3395
3323
|
|
|
3396
3324
|
|
|
3397
|
-
var _ListLFTagsCommand = class _ListLFTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3398
|
-
...commonParams
|
|
3399
|
-
}).m(function(Command, cs, config, o) {
|
|
3325
|
+
var _ListLFTagsCommand = class _ListLFTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3400
3326
|
return [
|
|
3401
3327
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3402
3328
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3410,9 +3336,7 @@ var ListLFTagsCommand = _ListLFTagsCommand;
|
|
|
3410
3336
|
|
|
3411
3337
|
|
|
3412
3338
|
|
|
3413
|
-
var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3414
|
-
...commonParams
|
|
3415
|
-
}).m(function(Command, cs, config, o) {
|
|
3339
|
+
var _ListPermissionsCommand = class _ListPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3416
3340
|
return [
|
|
3417
3341
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3418
3342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3426,9 +3350,7 @@ var ListPermissionsCommand = _ListPermissionsCommand;
|
|
|
3426
3350
|
|
|
3427
3351
|
|
|
3428
3352
|
|
|
3429
|
-
var _ListResourcesCommand = class _ListResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3430
|
-
...commonParams
|
|
3431
|
-
}).m(function(Command, cs, config, o) {
|
|
3353
|
+
var _ListResourcesCommand = class _ListResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3432
3354
|
return [
|
|
3433
3355
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3434
3356
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3442,9 +3364,7 @@ var ListResourcesCommand = _ListResourcesCommand;
|
|
|
3442
3364
|
|
|
3443
3365
|
|
|
3444
3366
|
|
|
3445
|
-
var _ListTableStorageOptimizersCommand = class _ListTableStorageOptimizersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3446
|
-
...commonParams
|
|
3447
|
-
}).m(function(Command, cs, config, o) {
|
|
3367
|
+
var _ListTableStorageOptimizersCommand = class _ListTableStorageOptimizersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3448
3368
|
return [
|
|
3449
3369
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3450
3370
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3458,9 +3378,7 @@ var ListTableStorageOptimizersCommand = _ListTableStorageOptimizersCommand;
|
|
|
3458
3378
|
|
|
3459
3379
|
|
|
3460
3380
|
|
|
3461
|
-
var _ListTransactionsCommand = class _ListTransactionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3462
|
-
...commonParams
|
|
3463
|
-
}).m(function(Command, cs, config, o) {
|
|
3381
|
+
var _ListTransactionsCommand = class _ListTransactionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3464
3382
|
return [
|
|
3465
3383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3466
3384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3474,9 +3392,7 @@ var ListTransactionsCommand = _ListTransactionsCommand;
|
|
|
3474
3392
|
|
|
3475
3393
|
|
|
3476
3394
|
|
|
3477
|
-
var _PutDataLakeSettingsCommand = class _PutDataLakeSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3478
|
-
...commonParams
|
|
3479
|
-
}).m(function(Command, cs, config, o) {
|
|
3395
|
+
var _PutDataLakeSettingsCommand = class _PutDataLakeSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3480
3396
|
return [
|
|
3481
3397
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3482
3398
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3490,9 +3406,7 @@ var PutDataLakeSettingsCommand = _PutDataLakeSettingsCommand;
|
|
|
3490
3406
|
|
|
3491
3407
|
|
|
3492
3408
|
|
|
3493
|
-
var _RegisterResourceCommand = class _RegisterResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3494
|
-
...commonParams
|
|
3495
|
-
}).m(function(Command, cs, config, o) {
|
|
3409
|
+
var _RegisterResourceCommand = class _RegisterResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3496
3410
|
return [
|
|
3497
3411
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3498
3412
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3506,9 +3420,7 @@ var RegisterResourceCommand = _RegisterResourceCommand;
|
|
|
3506
3420
|
|
|
3507
3421
|
|
|
3508
3422
|
|
|
3509
|
-
var _RemoveLFTagsFromResourceCommand = class _RemoveLFTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3510
|
-
...commonParams
|
|
3511
|
-
}).m(function(Command, cs, config, o) {
|
|
3423
|
+
var _RemoveLFTagsFromResourceCommand = class _RemoveLFTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3512
3424
|
return [
|
|
3513
3425
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3514
3426
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3522,9 +3434,7 @@ var RemoveLFTagsFromResourceCommand = _RemoveLFTagsFromResourceCommand;
|
|
|
3522
3434
|
|
|
3523
3435
|
|
|
3524
3436
|
|
|
3525
|
-
var _RevokePermissionsCommand = class _RevokePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3526
|
-
...commonParams
|
|
3527
|
-
}).m(function(Command, cs, config, o) {
|
|
3437
|
+
var _RevokePermissionsCommand = class _RevokePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3528
3438
|
return [
|
|
3529
3439
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3530
3440
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3538,9 +3448,7 @@ var RevokePermissionsCommand = _RevokePermissionsCommand;
|
|
|
3538
3448
|
|
|
3539
3449
|
|
|
3540
3450
|
|
|
3541
|
-
var _SearchDatabasesByLFTagsCommand = class _SearchDatabasesByLFTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3542
|
-
...commonParams
|
|
3543
|
-
}).m(function(Command, cs, config, o) {
|
|
3451
|
+
var _SearchDatabasesByLFTagsCommand = class _SearchDatabasesByLFTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3544
3452
|
return [
|
|
3545
3453
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3546
3454
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3554,9 +3462,7 @@ var SearchDatabasesByLFTagsCommand = _SearchDatabasesByLFTagsCommand;
|
|
|
3554
3462
|
|
|
3555
3463
|
|
|
3556
3464
|
|
|
3557
|
-
var _SearchTablesByLFTagsCommand = class _SearchTablesByLFTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3558
|
-
...commonParams
|
|
3559
|
-
}).m(function(Command, cs, config, o) {
|
|
3465
|
+
var _SearchTablesByLFTagsCommand = class _SearchTablesByLFTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3560
3466
|
return [
|
|
3561
3467
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3562
3468
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3570,9 +3476,7 @@ var SearchTablesByLFTagsCommand = _SearchTablesByLFTagsCommand;
|
|
|
3570
3476
|
|
|
3571
3477
|
|
|
3572
3478
|
|
|
3573
|
-
var _StartQueryPlanningCommand = class _StartQueryPlanningCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3574
|
-
...commonParams
|
|
3575
|
-
}).m(function(Command, cs, config, o) {
|
|
3479
|
+
var _StartQueryPlanningCommand = class _StartQueryPlanningCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3576
3480
|
return [
|
|
3577
3481
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3578
3482
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3586,9 +3490,7 @@ var StartQueryPlanningCommand = _StartQueryPlanningCommand;
|
|
|
3586
3490
|
|
|
3587
3491
|
|
|
3588
3492
|
|
|
3589
|
-
var _StartTransactionCommand = class _StartTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3590
|
-
...commonParams
|
|
3591
|
-
}).m(function(Command, cs, config, o) {
|
|
3493
|
+
var _StartTransactionCommand = class _StartTransactionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3592
3494
|
return [
|
|
3593
3495
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3594
3496
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3602,9 +3504,7 @@ var StartTransactionCommand = _StartTransactionCommand;
|
|
|
3602
3504
|
|
|
3603
3505
|
|
|
3604
3506
|
|
|
3605
|
-
var _UpdateDataCellsFilterCommand = class _UpdateDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3606
|
-
...commonParams
|
|
3607
|
-
}).m(function(Command, cs, config, o) {
|
|
3507
|
+
var _UpdateDataCellsFilterCommand = class _UpdateDataCellsFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3608
3508
|
return [
|
|
3609
3509
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3610
3510
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3618,9 +3518,7 @@ var UpdateDataCellsFilterCommand = _UpdateDataCellsFilterCommand;
|
|
|
3618
3518
|
|
|
3619
3519
|
|
|
3620
3520
|
|
|
3621
|
-
var _UpdateLakeFormationIdentityCenterConfigurationCommand = class _UpdateLakeFormationIdentityCenterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3622
|
-
...commonParams
|
|
3623
|
-
}).m(function(Command, cs, config, o) {
|
|
3521
|
+
var _UpdateLakeFormationIdentityCenterConfigurationCommand = class _UpdateLakeFormationIdentityCenterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3624
3522
|
return [
|
|
3625
3523
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3626
3524
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3634,9 +3532,7 @@ var UpdateLakeFormationIdentityCenterConfigurationCommand = _UpdateLakeFormation
|
|
|
3634
3532
|
|
|
3635
3533
|
|
|
3636
3534
|
|
|
3637
|
-
var _UpdateLFTagCommand = class _UpdateLFTagCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3638
|
-
...commonParams
|
|
3639
|
-
}).m(function(Command, cs, config, o) {
|
|
3535
|
+
var _UpdateLFTagCommand = class _UpdateLFTagCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3640
3536
|
return [
|
|
3641
3537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3642
3538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3650,9 +3546,7 @@ var UpdateLFTagCommand = _UpdateLFTagCommand;
|
|
|
3650
3546
|
|
|
3651
3547
|
|
|
3652
3548
|
|
|
3653
|
-
var _UpdateResourceCommand = class _UpdateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3654
|
-
...commonParams
|
|
3655
|
-
}).m(function(Command, cs, config, o) {
|
|
3549
|
+
var _UpdateResourceCommand = class _UpdateResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3656
3550
|
return [
|
|
3657
3551
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3658
3552
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3666,9 +3560,7 @@ var UpdateResourceCommand = _UpdateResourceCommand;
|
|
|
3666
3560
|
|
|
3667
3561
|
|
|
3668
3562
|
|
|
3669
|
-
var _UpdateTableObjectsCommand = class _UpdateTableObjectsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3670
|
-
...commonParams
|
|
3671
|
-
}).m(function(Command, cs, config, o) {
|
|
3563
|
+
var _UpdateTableObjectsCommand = class _UpdateTableObjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3672
3564
|
return [
|
|
3673
3565
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3674
3566
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3682,9 +3574,7 @@ var UpdateTableObjectsCommand = _UpdateTableObjectsCommand;
|
|
|
3682
3574
|
|
|
3683
3575
|
|
|
3684
3576
|
|
|
3685
|
-
var _UpdateTableStorageOptimizerCommand = class _UpdateTableStorageOptimizerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3686
|
-
...commonParams
|
|
3687
|
-
}).m(function(Command, cs, config, o) {
|
|
3577
|
+
var _UpdateTableStorageOptimizerCommand = class _UpdateTableStorageOptimizerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3688
3578
|
return [
|
|
3689
3579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3690
3580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AddLFTagsToResourceCommand, se_AddLFTagsToResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddLFTagsToResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssumeDecoratedRoleWithSAMLCommand, se_AssumeDecoratedRoleWithSAMLCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssumeDecoratedRoleWithSAMLCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGrantPermissionsCommand, se_BatchGrantPermissionsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGrantPermissionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchRevokePermissionsCommand, se_BatchRevokePermissionsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchRevokePermissionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CancelTransactionCommand, se_CancelTransactionCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelTransactionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|