@aws-sdk/client-appsync 3.649.0 → 3.651.1

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 (66) hide show
  1. package/dist-cjs/index.js +64 -192
  2. package/dist-es/commands/AssociateApiCommand.js +1 -3
  3. package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +1 -3
  4. package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +1 -3
  5. package/dist-es/commands/CreateApiCacheCommand.js +1 -3
  6. package/dist-es/commands/CreateApiKeyCommand.js +1 -3
  7. package/dist-es/commands/CreateDataSourceCommand.js +1 -3
  8. package/dist-es/commands/CreateDomainNameCommand.js +1 -3
  9. package/dist-es/commands/CreateFunctionCommand.js +1 -3
  10. package/dist-es/commands/CreateGraphqlApiCommand.js +1 -3
  11. package/dist-es/commands/CreateResolverCommand.js +1 -3
  12. package/dist-es/commands/CreateTypeCommand.js +1 -3
  13. package/dist-es/commands/DeleteApiCacheCommand.js +1 -3
  14. package/dist-es/commands/DeleteApiKeyCommand.js +1 -3
  15. package/dist-es/commands/DeleteDataSourceCommand.js +1 -3
  16. package/dist-es/commands/DeleteDomainNameCommand.js +1 -3
  17. package/dist-es/commands/DeleteFunctionCommand.js +1 -3
  18. package/dist-es/commands/DeleteGraphqlApiCommand.js +1 -3
  19. package/dist-es/commands/DeleteResolverCommand.js +1 -3
  20. package/dist-es/commands/DeleteTypeCommand.js +1 -3
  21. package/dist-es/commands/DisassociateApiCommand.js +1 -3
  22. package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +1 -3
  23. package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +1 -3
  24. package/dist-es/commands/EvaluateCodeCommand.js +1 -3
  25. package/dist-es/commands/EvaluateMappingTemplateCommand.js +1 -3
  26. package/dist-es/commands/FlushApiCacheCommand.js +1 -3
  27. package/dist-es/commands/GetApiAssociationCommand.js +1 -3
  28. package/dist-es/commands/GetApiCacheCommand.js +1 -3
  29. package/dist-es/commands/GetDataSourceCommand.js +1 -3
  30. package/dist-es/commands/GetDataSourceIntrospectionCommand.js +1 -3
  31. package/dist-es/commands/GetDomainNameCommand.js +1 -3
  32. package/dist-es/commands/GetFunctionCommand.js +1 -3
  33. package/dist-es/commands/GetGraphqlApiCommand.js +1 -3
  34. package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +1 -3
  35. package/dist-es/commands/GetIntrospectionSchemaCommand.js +1 -3
  36. package/dist-es/commands/GetResolverCommand.js +1 -3
  37. package/dist-es/commands/GetSchemaCreationStatusCommand.js +1 -3
  38. package/dist-es/commands/GetSourceApiAssociationCommand.js +1 -3
  39. package/dist-es/commands/GetTypeCommand.js +1 -3
  40. package/dist-es/commands/ListApiKeysCommand.js +1 -3
  41. package/dist-es/commands/ListDataSourcesCommand.js +1 -3
  42. package/dist-es/commands/ListDomainNamesCommand.js +1 -3
  43. package/dist-es/commands/ListFunctionsCommand.js +1 -3
  44. package/dist-es/commands/ListGraphqlApisCommand.js +1 -3
  45. package/dist-es/commands/ListResolversByFunctionCommand.js +1 -3
  46. package/dist-es/commands/ListResolversCommand.js +1 -3
  47. package/dist-es/commands/ListSourceApiAssociationsCommand.js +1 -3
  48. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  49. package/dist-es/commands/ListTypesByAssociationCommand.js +1 -3
  50. package/dist-es/commands/ListTypesCommand.js +1 -3
  51. package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +1 -3
  52. package/dist-es/commands/StartDataSourceIntrospectionCommand.js +1 -3
  53. package/dist-es/commands/StartSchemaCreationCommand.js +1 -3
  54. package/dist-es/commands/StartSchemaMergeCommand.js +1 -3
  55. package/dist-es/commands/TagResourceCommand.js +1 -3
  56. package/dist-es/commands/UntagResourceCommand.js +1 -3
  57. package/dist-es/commands/UpdateApiCacheCommand.js +1 -3
  58. package/dist-es/commands/UpdateApiKeyCommand.js +1 -3
  59. package/dist-es/commands/UpdateDataSourceCommand.js +1 -3
  60. package/dist-es/commands/UpdateDomainNameCommand.js +1 -3
  61. package/dist-es/commands/UpdateFunctionCommand.js +1 -3
  62. package/dist-es/commands/UpdateGraphqlApiCommand.js +1 -3
  63. package/dist-es/commands/UpdateResolverCommand.js +1 -3
  64. package/dist-es/commands/UpdateSourceApiAssociationCommand.js +1 -3
  65. package/dist-es/commands/UpdateTypeCommand.js +1 -3
  66. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -2746,9 +2746,7 @@ var _o = "owner";
2746
2746
  var _tK = "tagKeys";
2747
2747
 
2748
2748
  // src/commands/AssociateApiCommand.ts
2749
- var _AssociateApiCommand = class _AssociateApiCommand extends import_smithy_client.Command.classBuilder().ep({
2750
- ...commonParams
2751
- }).m(function(Command, cs, config, o) {
2749
+ var _AssociateApiCommand = class _AssociateApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2752
2750
  return [
2753
2751
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2754
2752
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2762,9 +2760,7 @@ var AssociateApiCommand = _AssociateApiCommand;
2762
2760
 
2763
2761
 
2764
2762
 
2765
- var _AssociateMergedGraphqlApiCommand = class _AssociateMergedGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
2766
- ...commonParams
2767
- }).m(function(Command, cs, config, o) {
2763
+ var _AssociateMergedGraphqlApiCommand = class _AssociateMergedGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2768
2764
  return [
2769
2765
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2770
2766
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2778,9 +2774,7 @@ var AssociateMergedGraphqlApiCommand = _AssociateMergedGraphqlApiCommand;
2778
2774
 
2779
2775
 
2780
2776
 
2781
- var _AssociateSourceGraphqlApiCommand = class _AssociateSourceGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
2782
- ...commonParams
2783
- }).m(function(Command, cs, config, o) {
2777
+ var _AssociateSourceGraphqlApiCommand = class _AssociateSourceGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2784
2778
  return [
2785
2779
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2786
2780
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2794,9 +2788,7 @@ var AssociateSourceGraphqlApiCommand = _AssociateSourceGraphqlApiCommand;
2794
2788
 
2795
2789
 
2796
2790
 
2797
- var _CreateApiCacheCommand = class _CreateApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
2798
- ...commonParams
2799
- }).m(function(Command, cs, config, o) {
2791
+ var _CreateApiCacheCommand = class _CreateApiCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2800
2792
  return [
2801
2793
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2802
2794
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2810,9 +2802,7 @@ var CreateApiCacheCommand = _CreateApiCacheCommand;
2810
2802
 
2811
2803
 
2812
2804
 
2813
- var _CreateApiKeyCommand = class _CreateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2814
- ...commonParams
2815
- }).m(function(Command, cs, config, o) {
2805
+ var _CreateApiKeyCommand = class _CreateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2816
2806
  return [
2817
2807
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2818
2808
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2826,9 +2816,7 @@ var CreateApiKeyCommand = _CreateApiKeyCommand;
2826
2816
 
2827
2817
 
2828
2818
 
2829
- var _CreateDataSourceCommand = class _CreateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2830
- ...commonParams
2831
- }).m(function(Command, cs, config, o) {
2819
+ var _CreateDataSourceCommand = class _CreateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2832
2820
  return [
2833
2821
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2834
2822
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2842,9 +2830,7 @@ var CreateDataSourceCommand = _CreateDataSourceCommand;
2842
2830
 
2843
2831
 
2844
2832
 
2845
- var _CreateDomainNameCommand = class _CreateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
2846
- ...commonParams
2847
- }).m(function(Command, cs, config, o) {
2833
+ var _CreateDomainNameCommand = class _CreateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2848
2834
  return [
2849
2835
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2850
2836
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2858,9 +2844,7 @@ var CreateDomainNameCommand = _CreateDomainNameCommand;
2858
2844
 
2859
2845
 
2860
2846
 
2861
- var _CreateFunctionCommand = class _CreateFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
2862
- ...commonParams
2863
- }).m(function(Command, cs, config, o) {
2847
+ var _CreateFunctionCommand = class _CreateFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2864
2848
  return [
2865
2849
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2866
2850
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2874,9 +2858,7 @@ var CreateFunctionCommand = _CreateFunctionCommand;
2874
2858
 
2875
2859
 
2876
2860
 
2877
- var _CreateGraphqlApiCommand = class _CreateGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
2878
- ...commonParams
2879
- }).m(function(Command, cs, config, o) {
2861
+ var _CreateGraphqlApiCommand = class _CreateGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2880
2862
  return [
2881
2863
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2882
2864
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2890,9 +2872,7 @@ var CreateGraphqlApiCommand = _CreateGraphqlApiCommand;
2890
2872
 
2891
2873
 
2892
2874
 
2893
- var _CreateResolverCommand = class _CreateResolverCommand extends import_smithy_client.Command.classBuilder().ep({
2894
- ...commonParams
2895
- }).m(function(Command, cs, config, o) {
2875
+ var _CreateResolverCommand = class _CreateResolverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2896
2876
  return [
2897
2877
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2898
2878
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2906,9 +2886,7 @@ var CreateResolverCommand = _CreateResolverCommand;
2906
2886
 
2907
2887
 
2908
2888
 
2909
- var _CreateTypeCommand = class _CreateTypeCommand extends import_smithy_client.Command.classBuilder().ep({
2910
- ...commonParams
2911
- }).m(function(Command, cs, config, o) {
2889
+ var _CreateTypeCommand = class _CreateTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2912
2890
  return [
2913
2891
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2914
2892
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2922,9 +2900,7 @@ var CreateTypeCommand = _CreateTypeCommand;
2922
2900
 
2923
2901
 
2924
2902
 
2925
- var _DeleteApiCacheCommand = class _DeleteApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
2926
- ...commonParams
2927
- }).m(function(Command, cs, config, o) {
2903
+ var _DeleteApiCacheCommand = class _DeleteApiCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2928
2904
  return [
2929
2905
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2930
2906
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2938,9 +2914,7 @@ var DeleteApiCacheCommand = _DeleteApiCacheCommand;
2938
2914
 
2939
2915
 
2940
2916
 
2941
- var _DeleteApiKeyCommand = class _DeleteApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2942
- ...commonParams
2943
- }).m(function(Command, cs, config, o) {
2917
+ var _DeleteApiKeyCommand = class _DeleteApiKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2944
2918
  return [
2945
2919
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2946
2920
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2954,9 +2928,7 @@ var DeleteApiKeyCommand = _DeleteApiKeyCommand;
2954
2928
 
2955
2929
 
2956
2930
 
2957
- var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2958
- ...commonParams
2959
- }).m(function(Command, cs, config, o) {
2931
+ var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2960
2932
  return [
2961
2933
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2962
2934
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2970,9 +2942,7 @@ var DeleteDataSourceCommand = _DeleteDataSourceCommand;
2970
2942
 
2971
2943
 
2972
2944
 
2973
- var _DeleteDomainNameCommand = class _DeleteDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
2974
- ...commonParams
2975
- }).m(function(Command, cs, config, o) {
2945
+ var _DeleteDomainNameCommand = class _DeleteDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2976
2946
  return [
2977
2947
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2978
2948
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2986,9 +2956,7 @@ var DeleteDomainNameCommand = _DeleteDomainNameCommand;
2986
2956
 
2987
2957
 
2988
2958
 
2989
- var _DeleteFunctionCommand = class _DeleteFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
2990
- ...commonParams
2991
- }).m(function(Command, cs, config, o) {
2959
+ var _DeleteFunctionCommand = class _DeleteFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2992
2960
  return [
2993
2961
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2994
2962
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3002,9 +2970,7 @@ var DeleteFunctionCommand = _DeleteFunctionCommand;
3002
2970
 
3003
2971
 
3004
2972
 
3005
- var _DeleteGraphqlApiCommand = class _DeleteGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3006
- ...commonParams
3007
- }).m(function(Command, cs, config, o) {
2973
+ var _DeleteGraphqlApiCommand = class _DeleteGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3008
2974
  return [
3009
2975
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3010
2976
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3018,9 +2984,7 @@ var DeleteGraphqlApiCommand = _DeleteGraphqlApiCommand;
3018
2984
 
3019
2985
 
3020
2986
 
3021
- var _DeleteResolverCommand = class _DeleteResolverCommand extends import_smithy_client.Command.classBuilder().ep({
3022
- ...commonParams
3023
- }).m(function(Command, cs, config, o) {
2987
+ var _DeleteResolverCommand = class _DeleteResolverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3024
2988
  return [
3025
2989
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3026
2990
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3034,9 +2998,7 @@ var DeleteResolverCommand = _DeleteResolverCommand;
3034
2998
 
3035
2999
 
3036
3000
 
3037
- var _DeleteTypeCommand = class _DeleteTypeCommand extends import_smithy_client.Command.classBuilder().ep({
3038
- ...commonParams
3039
- }).m(function(Command, cs, config, o) {
3001
+ var _DeleteTypeCommand = class _DeleteTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3040
3002
  return [
3041
3003
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3042
3004
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3050,9 +3012,7 @@ var DeleteTypeCommand = _DeleteTypeCommand;
3050
3012
 
3051
3013
 
3052
3014
 
3053
- var _DisassociateApiCommand = class _DisassociateApiCommand extends import_smithy_client.Command.classBuilder().ep({
3054
- ...commonParams
3055
- }).m(function(Command, cs, config, o) {
3015
+ var _DisassociateApiCommand = class _DisassociateApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3056
3016
  return [
3057
3017
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3058
3018
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3066,9 +3026,7 @@ var DisassociateApiCommand = _DisassociateApiCommand;
3066
3026
 
3067
3027
 
3068
3028
 
3069
- var _DisassociateMergedGraphqlApiCommand = class _DisassociateMergedGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3070
- ...commonParams
3071
- }).m(function(Command, cs, config, o) {
3029
+ var _DisassociateMergedGraphqlApiCommand = class _DisassociateMergedGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3072
3030
  return [
3073
3031
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3074
3032
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3082,9 +3040,7 @@ var DisassociateMergedGraphqlApiCommand = _DisassociateMergedGraphqlApiCommand;
3082
3040
 
3083
3041
 
3084
3042
 
3085
- var _DisassociateSourceGraphqlApiCommand = class _DisassociateSourceGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3086
- ...commonParams
3087
- }).m(function(Command, cs, config, o) {
3043
+ var _DisassociateSourceGraphqlApiCommand = class _DisassociateSourceGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3088
3044
  return [
3089
3045
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3090
3046
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3098,9 +3054,7 @@ var DisassociateSourceGraphqlApiCommand = _DisassociateSourceGraphqlApiCommand;
3098
3054
 
3099
3055
 
3100
3056
 
3101
- var _EvaluateCodeCommand = class _EvaluateCodeCommand extends import_smithy_client.Command.classBuilder().ep({
3102
- ...commonParams
3103
- }).m(function(Command, cs, config, o) {
3057
+ var _EvaluateCodeCommand = class _EvaluateCodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3104
3058
  return [
3105
3059
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3106
3060
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3114,9 +3068,7 @@ var EvaluateCodeCommand = _EvaluateCodeCommand;
3114
3068
 
3115
3069
 
3116
3070
 
3117
- var _EvaluateMappingTemplateCommand = class _EvaluateMappingTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
3118
- ...commonParams
3119
- }).m(function(Command, cs, config, o) {
3071
+ var _EvaluateMappingTemplateCommand = class _EvaluateMappingTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3120
3072
  return [
3121
3073
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3122
3074
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3130,9 +3082,7 @@ var EvaluateMappingTemplateCommand = _EvaluateMappingTemplateCommand;
3130
3082
 
3131
3083
 
3132
3084
 
3133
- var _FlushApiCacheCommand = class _FlushApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
3134
- ...commonParams
3135
- }).m(function(Command, cs, config, o) {
3085
+ var _FlushApiCacheCommand = class _FlushApiCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3136
3086
  return [
3137
3087
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3138
3088
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3146,9 +3096,7 @@ var FlushApiCacheCommand = _FlushApiCacheCommand;
3146
3096
 
3147
3097
 
3148
3098
 
3149
- var _GetApiAssociationCommand = class _GetApiAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3150
- ...commonParams
3151
- }).m(function(Command, cs, config, o) {
3099
+ var _GetApiAssociationCommand = class _GetApiAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3152
3100
  return [
3153
3101
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3154
3102
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3162,9 +3110,7 @@ var GetApiAssociationCommand = _GetApiAssociationCommand;
3162
3110
 
3163
3111
 
3164
3112
 
3165
- var _GetApiCacheCommand = class _GetApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
3166
- ...commonParams
3167
- }).m(function(Command, cs, config, o) {
3113
+ var _GetApiCacheCommand = class _GetApiCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3168
3114
  return [
3169
3115
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3170
3116
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3178,9 +3124,7 @@ var GetApiCacheCommand = _GetApiCacheCommand;
3178
3124
 
3179
3125
 
3180
3126
 
3181
- var _GetDataSourceCommand = class _GetDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
3182
- ...commonParams
3183
- }).m(function(Command, cs, config, o) {
3127
+ var _GetDataSourceCommand = class _GetDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3184
3128
  return [
3185
3129
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3186
3130
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3194,9 +3138,7 @@ var GetDataSourceCommand = _GetDataSourceCommand;
3194
3138
 
3195
3139
 
3196
3140
 
3197
- var _GetDataSourceIntrospectionCommand = class _GetDataSourceIntrospectionCommand extends import_smithy_client.Command.classBuilder().ep({
3198
- ...commonParams
3199
- }).m(function(Command, cs, config, o) {
3141
+ var _GetDataSourceIntrospectionCommand = class _GetDataSourceIntrospectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3200
3142
  return [
3201
3143
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3202
3144
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3210,9 +3152,7 @@ var GetDataSourceIntrospectionCommand = _GetDataSourceIntrospectionCommand;
3210
3152
 
3211
3153
 
3212
3154
 
3213
- var _GetDomainNameCommand = class _GetDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3214
- ...commonParams
3215
- }).m(function(Command, cs, config, o) {
3155
+ var _GetDomainNameCommand = class _GetDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3216
3156
  return [
3217
3157
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3218
3158
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3226,9 +3166,7 @@ var GetDomainNameCommand = _GetDomainNameCommand;
3226
3166
 
3227
3167
 
3228
3168
 
3229
- var _GetFunctionCommand = class _GetFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
3230
- ...commonParams
3231
- }).m(function(Command, cs, config, o) {
3169
+ var _GetFunctionCommand = class _GetFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3232
3170
  return [
3233
3171
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3234
3172
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3242,9 +3180,7 @@ var GetFunctionCommand = _GetFunctionCommand;
3242
3180
 
3243
3181
 
3244
3182
 
3245
- var _GetGraphqlApiCommand = class _GetGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3246
- ...commonParams
3247
- }).m(function(Command, cs, config, o) {
3183
+ var _GetGraphqlApiCommand = class _GetGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3248
3184
  return [
3249
3185
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3250
3186
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3258,9 +3194,7 @@ var GetGraphqlApiCommand = _GetGraphqlApiCommand;
3258
3194
 
3259
3195
 
3260
3196
 
3261
- var _GetGraphqlApiEnvironmentVariablesCommand = class _GetGraphqlApiEnvironmentVariablesCommand extends import_smithy_client.Command.classBuilder().ep({
3262
- ...commonParams
3263
- }).m(function(Command, cs, config, o) {
3197
+ var _GetGraphqlApiEnvironmentVariablesCommand = class _GetGraphqlApiEnvironmentVariablesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3264
3198
  return [
3265
3199
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3266
3200
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3274,9 +3208,7 @@ var GetGraphqlApiEnvironmentVariablesCommand = _GetGraphqlApiEnvironmentVariable
3274
3208
 
3275
3209
 
3276
3210
 
3277
- var _GetIntrospectionSchemaCommand = class _GetIntrospectionSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
3278
- ...commonParams
3279
- }).m(function(Command, cs, config, o) {
3211
+ var _GetIntrospectionSchemaCommand = class _GetIntrospectionSchemaCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3280
3212
  return [
3281
3213
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3282
3214
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3290,9 +3222,7 @@ var GetIntrospectionSchemaCommand = _GetIntrospectionSchemaCommand;
3290
3222
 
3291
3223
 
3292
3224
 
3293
- var _GetResolverCommand = class _GetResolverCommand extends import_smithy_client.Command.classBuilder().ep({
3294
- ...commonParams
3295
- }).m(function(Command, cs, config, o) {
3225
+ var _GetResolverCommand = class _GetResolverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3296
3226
  return [
3297
3227
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3298
3228
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3306,9 +3236,7 @@ var GetResolverCommand = _GetResolverCommand;
3306
3236
 
3307
3237
 
3308
3238
 
3309
- var _GetSchemaCreationStatusCommand = class _GetSchemaCreationStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3310
- ...commonParams
3311
- }).m(function(Command, cs, config, o) {
3239
+ var _GetSchemaCreationStatusCommand = class _GetSchemaCreationStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3312
3240
  return [
3313
3241
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3314
3242
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3322,9 +3250,7 @@ var GetSchemaCreationStatusCommand = _GetSchemaCreationStatusCommand;
3322
3250
 
3323
3251
 
3324
3252
 
3325
- var _GetSourceApiAssociationCommand = class _GetSourceApiAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3326
- ...commonParams
3327
- }).m(function(Command, cs, config, o) {
3253
+ var _GetSourceApiAssociationCommand = class _GetSourceApiAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3328
3254
  return [
3329
3255
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3330
3256
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3338,9 +3264,7 @@ var GetSourceApiAssociationCommand = _GetSourceApiAssociationCommand;
3338
3264
 
3339
3265
 
3340
3266
 
3341
- var _GetTypeCommand = class _GetTypeCommand extends import_smithy_client.Command.classBuilder().ep({
3342
- ...commonParams
3343
- }).m(function(Command, cs, config, o) {
3267
+ var _GetTypeCommand = class _GetTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3344
3268
  return [
3345
3269
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3346
3270
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3354,9 +3278,7 @@ var GetTypeCommand = _GetTypeCommand;
3354
3278
 
3355
3279
 
3356
3280
 
3357
- var _ListApiKeysCommand = class _ListApiKeysCommand extends import_smithy_client.Command.classBuilder().ep({
3358
- ...commonParams
3359
- }).m(function(Command, cs, config, o) {
3281
+ var _ListApiKeysCommand = class _ListApiKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3360
3282
  return [
3361
3283
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3362
3284
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3370,9 +3292,7 @@ var ListApiKeysCommand = _ListApiKeysCommand;
3370
3292
 
3371
3293
 
3372
3294
 
3373
- var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
3374
- ...commonParams
3375
- }).m(function(Command, cs, config, o) {
3295
+ var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3376
3296
  return [
3377
3297
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3378
3298
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3386,9 +3306,7 @@ var ListDataSourcesCommand = _ListDataSourcesCommand;
3386
3306
 
3387
3307
 
3388
3308
 
3389
- var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
3390
- ...commonParams
3391
- }).m(function(Command, cs, config, o) {
3309
+ var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3392
3310
  return [
3393
3311
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3394
3312
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3402,9 +3320,7 @@ var ListDomainNamesCommand = _ListDomainNamesCommand;
3402
3320
 
3403
3321
 
3404
3322
 
3405
- var _ListFunctionsCommand = class _ListFunctionsCommand extends import_smithy_client.Command.classBuilder().ep({
3406
- ...commonParams
3407
- }).m(function(Command, cs, config, o) {
3323
+ var _ListFunctionsCommand = class _ListFunctionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3408
3324
  return [
3409
3325
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3410
3326
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3418,9 +3334,7 @@ var ListFunctionsCommand = _ListFunctionsCommand;
3418
3334
 
3419
3335
 
3420
3336
 
3421
- var _ListGraphqlApisCommand = class _ListGraphqlApisCommand extends import_smithy_client.Command.classBuilder().ep({
3422
- ...commonParams
3423
- }).m(function(Command, cs, config, o) {
3337
+ var _ListGraphqlApisCommand = class _ListGraphqlApisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3424
3338
  return [
3425
3339
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3426
3340
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3434,9 +3348,7 @@ var ListGraphqlApisCommand = _ListGraphqlApisCommand;
3434
3348
 
3435
3349
 
3436
3350
 
3437
- var _ListResolversByFunctionCommand = class _ListResolversByFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
3438
- ...commonParams
3439
- }).m(function(Command, cs, config, o) {
3351
+ var _ListResolversByFunctionCommand = class _ListResolversByFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3440
3352
  return [
3441
3353
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3442
3354
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3450,9 +3362,7 @@ var ListResolversByFunctionCommand = _ListResolversByFunctionCommand;
3450
3362
 
3451
3363
 
3452
3364
 
3453
- var _ListResolversCommand = class _ListResolversCommand extends import_smithy_client.Command.classBuilder().ep({
3454
- ...commonParams
3455
- }).m(function(Command, cs, config, o) {
3365
+ var _ListResolversCommand = class _ListResolversCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3456
3366
  return [
3457
3367
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3458
3368
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3466,9 +3376,7 @@ var ListResolversCommand = _ListResolversCommand;
3466
3376
 
3467
3377
 
3468
3378
 
3469
- var _ListSourceApiAssociationsCommand = class _ListSourceApiAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3470
- ...commonParams
3471
- }).m(function(Command, cs, config, o) {
3379
+ var _ListSourceApiAssociationsCommand = class _ListSourceApiAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3472
3380
  return [
3473
3381
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3474
3382
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3482,9 +3390,7 @@ var ListSourceApiAssociationsCommand = _ListSourceApiAssociationsCommand;
3482
3390
 
3483
3391
 
3484
3392
 
3485
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3486
- ...commonParams
3487
- }).m(function(Command, cs, config, o) {
3393
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3488
3394
  return [
3489
3395
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3490
3396
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3498,9 +3404,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3498
3404
 
3499
3405
 
3500
3406
 
3501
- var _ListTypesByAssociationCommand = class _ListTypesByAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3502
- ...commonParams
3503
- }).m(function(Command, cs, config, o) {
3407
+ var _ListTypesByAssociationCommand = class _ListTypesByAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3504
3408
  return [
3505
3409
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3506
3410
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3514,9 +3418,7 @@ var ListTypesByAssociationCommand = _ListTypesByAssociationCommand;
3514
3418
 
3515
3419
 
3516
3420
 
3517
- var _ListTypesCommand = class _ListTypesCommand extends import_smithy_client.Command.classBuilder().ep({
3518
- ...commonParams
3519
- }).m(function(Command, cs, config, o) {
3421
+ var _ListTypesCommand = class _ListTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3520
3422
  return [
3521
3423
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3522
3424
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3530,9 +3432,7 @@ var ListTypesCommand = _ListTypesCommand;
3530
3432
 
3531
3433
 
3532
3434
 
3533
- var _PutGraphqlApiEnvironmentVariablesCommand = class _PutGraphqlApiEnvironmentVariablesCommand extends import_smithy_client.Command.classBuilder().ep({
3534
- ...commonParams
3535
- }).m(function(Command, cs, config, o) {
3435
+ var _PutGraphqlApiEnvironmentVariablesCommand = class _PutGraphqlApiEnvironmentVariablesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3536
3436
  return [
3537
3437
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3538
3438
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3546,9 +3446,7 @@ var PutGraphqlApiEnvironmentVariablesCommand = _PutGraphqlApiEnvironmentVariable
3546
3446
 
3547
3447
 
3548
3448
 
3549
- var _StartDataSourceIntrospectionCommand = class _StartDataSourceIntrospectionCommand extends import_smithy_client.Command.classBuilder().ep({
3550
- ...commonParams
3551
- }).m(function(Command, cs, config, o) {
3449
+ var _StartDataSourceIntrospectionCommand = class _StartDataSourceIntrospectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3552
3450
  return [
3553
3451
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3554
3452
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3562,9 +3460,7 @@ var StartDataSourceIntrospectionCommand = _StartDataSourceIntrospectionCommand;
3562
3460
 
3563
3461
 
3564
3462
 
3565
- var _StartSchemaCreationCommand = class _StartSchemaCreationCommand extends import_smithy_client.Command.classBuilder().ep({
3566
- ...commonParams
3567
- }).m(function(Command, cs, config, o) {
3463
+ var _StartSchemaCreationCommand = class _StartSchemaCreationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3568
3464
  return [
3569
3465
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3570
3466
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3578,9 +3474,7 @@ var StartSchemaCreationCommand = _StartSchemaCreationCommand;
3578
3474
 
3579
3475
 
3580
3476
 
3581
- var _StartSchemaMergeCommand = class _StartSchemaMergeCommand extends import_smithy_client.Command.classBuilder().ep({
3582
- ...commonParams
3583
- }).m(function(Command, cs, config, o) {
3477
+ var _StartSchemaMergeCommand = class _StartSchemaMergeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3584
3478
  return [
3585
3479
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3586
3480
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3594,9 +3488,7 @@ var StartSchemaMergeCommand = _StartSchemaMergeCommand;
3594
3488
 
3595
3489
 
3596
3490
 
3597
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3598
- ...commonParams
3599
- }).m(function(Command, cs, config, o) {
3491
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3600
3492
  return [
3601
3493
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3602
3494
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3610,9 +3502,7 @@ var TagResourceCommand = _TagResourceCommand;
3610
3502
 
3611
3503
 
3612
3504
 
3613
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3614
- ...commonParams
3615
- }).m(function(Command, cs, config, o) {
3505
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3616
3506
  return [
3617
3507
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3618
3508
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3626,9 +3516,7 @@ var UntagResourceCommand = _UntagResourceCommand;
3626
3516
 
3627
3517
 
3628
3518
 
3629
- var _UpdateApiCacheCommand = class _UpdateApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
3630
- ...commonParams
3631
- }).m(function(Command, cs, config, o) {
3519
+ var _UpdateApiCacheCommand = class _UpdateApiCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3632
3520
  return [
3633
3521
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3634
3522
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3642,9 +3530,7 @@ var UpdateApiCacheCommand = _UpdateApiCacheCommand;
3642
3530
 
3643
3531
 
3644
3532
 
3645
- var _UpdateApiKeyCommand = class _UpdateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
3646
- ...commonParams
3647
- }).m(function(Command, cs, config, o) {
3533
+ var _UpdateApiKeyCommand = class _UpdateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3648
3534
  return [
3649
3535
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3650
3536
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3658,9 +3544,7 @@ var UpdateApiKeyCommand = _UpdateApiKeyCommand;
3658
3544
 
3659
3545
 
3660
3546
 
3661
- var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
3662
- ...commonParams
3663
- }).m(function(Command, cs, config, o) {
3547
+ var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3664
3548
  return [
3665
3549
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3666
3550
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3674,9 +3558,7 @@ var UpdateDataSourceCommand = _UpdateDataSourceCommand;
3674
3558
 
3675
3559
 
3676
3560
 
3677
- var _UpdateDomainNameCommand = class _UpdateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3678
- ...commonParams
3679
- }).m(function(Command, cs, config, o) {
3561
+ var _UpdateDomainNameCommand = class _UpdateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3680
3562
  return [
3681
3563
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3682
3564
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3690,9 +3572,7 @@ var UpdateDomainNameCommand = _UpdateDomainNameCommand;
3690
3572
 
3691
3573
 
3692
3574
 
3693
- var _UpdateFunctionCommand = class _UpdateFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
3694
- ...commonParams
3695
- }).m(function(Command, cs, config, o) {
3575
+ var _UpdateFunctionCommand = class _UpdateFunctionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3696
3576
  return [
3697
3577
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3698
3578
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3706,9 +3586,7 @@ var UpdateFunctionCommand = _UpdateFunctionCommand;
3706
3586
 
3707
3587
 
3708
3588
 
3709
- var _UpdateGraphqlApiCommand = class _UpdateGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3710
- ...commonParams
3711
- }).m(function(Command, cs, config, o) {
3589
+ var _UpdateGraphqlApiCommand = class _UpdateGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3712
3590
  return [
3713
3591
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3714
3592
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3722,9 +3600,7 @@ var UpdateGraphqlApiCommand = _UpdateGraphqlApiCommand;
3722
3600
 
3723
3601
 
3724
3602
 
3725
- var _UpdateResolverCommand = class _UpdateResolverCommand extends import_smithy_client.Command.classBuilder().ep({
3726
- ...commonParams
3727
- }).m(function(Command, cs, config, o) {
3603
+ var _UpdateResolverCommand = class _UpdateResolverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3728
3604
  return [
3729
3605
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3730
3606
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3738,9 +3614,7 @@ var UpdateResolverCommand = _UpdateResolverCommand;
3738
3614
 
3739
3615
 
3740
3616
 
3741
- var _UpdateSourceApiAssociationCommand = class _UpdateSourceApiAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3742
- ...commonParams
3743
- }).m(function(Command, cs, config, o) {
3617
+ var _UpdateSourceApiAssociationCommand = class _UpdateSourceApiAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3744
3618
  return [
3745
3619
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3746
3620
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3754,9 +3628,7 @@ var UpdateSourceApiAssociationCommand = _UpdateSourceApiAssociationCommand;
3754
3628
 
3755
3629
 
3756
3630
 
3757
- var _UpdateTypeCommand = class _UpdateTypeCommand extends import_smithy_client.Command.classBuilder().ep({
3758
- ...commonParams
3759
- }).m(function(Command, cs, config, o) {
3631
+ var _UpdateTypeCommand = class _UpdateTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3760
3632
  return [
3761
3633
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3762
3634
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())