@aws-sdk/client-appsync 3.590.0 → 3.592.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/dist-cjs/index.js +0 -64
  2. package/dist-types/commands/AssociateApiCommand.d.ts +2 -1
  3. package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateApiCacheCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateApiKeyCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateFunctionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateGraphqlApiCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateResolverCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateTypeCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteApiCacheCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteApiKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteResolverCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteTypeCommand.d.ts +2 -1
  21. package/dist-types/commands/DisassociateApiCommand.d.ts +2 -1
  22. package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +2 -1
  23. package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +2 -1
  24. package/dist-types/commands/EvaluateCodeCommand.d.ts +2 -1
  25. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +2 -1
  26. package/dist-types/commands/FlushApiCacheCommand.d.ts +2 -1
  27. package/dist-types/commands/GetApiAssociationCommand.d.ts +2 -1
  28. package/dist-types/commands/GetApiCacheCommand.d.ts +2 -1
  29. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  30. package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +2 -1
  31. package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
  32. package/dist-types/commands/GetFunctionCommand.d.ts +2 -1
  33. package/dist-types/commands/GetGraphqlApiCommand.d.ts +2 -1
  34. package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
  35. package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +2 -1
  36. package/dist-types/commands/GetResolverCommand.d.ts +2 -1
  37. package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +2 -1
  38. package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +2 -1
  39. package/dist-types/commands/GetTypeCommand.d.ts +2 -1
  40. package/dist-types/commands/ListApiKeysCommand.d.ts +2 -1
  41. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListGraphqlApisCommand.d.ts +2 -1
  45. package/dist-types/commands/ListResolversByFunctionCommand.d.ts +2 -1
  46. package/dist-types/commands/ListResolversCommand.d.ts +2 -1
  47. package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/ListTypesByAssociationCommand.d.ts +2 -1
  50. package/dist-types/commands/ListTypesCommand.d.ts +2 -1
  51. package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
  52. package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +2 -1
  53. package/dist-types/commands/StartSchemaCreationCommand.d.ts +2 -1
  54. package/dist-types/commands/StartSchemaMergeCommand.d.ts +2 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateApiCacheCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateApiKeyCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateFunctionCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateResolverCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateTypeCommand.d.ts +2 -1
  66. package/dist-types/index.d.ts +2 -2
  67. package/dist-types/models/AppSyncServiceException.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +2 -1
  132. package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +2 -1
  133. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -284,7 +284,6 @@ var AppSyncClient = _AppSyncClient;
284
284
 
285
285
  var import_middleware_serde = require("@smithy/middleware-serde");
286
286
 
287
- var import_types = require("@smithy/types");
288
287
 
289
288
  // src/protocols/Aws_restJson1.ts
290
289
  var import_core2 = require("@aws-sdk/core");
@@ -2757,7 +2756,6 @@ var AssociateApiCommand = _AssociateApiCommand;
2757
2756
 
2758
2757
 
2759
2758
 
2760
-
2761
2759
  var _AssociateMergedGraphqlApiCommand = class _AssociateMergedGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
2762
2760
  ...commonParams
2763
2761
  }).m(function(Command, cs, config, o) {
@@ -2774,7 +2772,6 @@ var AssociateMergedGraphqlApiCommand = _AssociateMergedGraphqlApiCommand;
2774
2772
 
2775
2773
 
2776
2774
 
2777
-
2778
2775
  var _AssociateSourceGraphqlApiCommand = class _AssociateSourceGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
2779
2776
  ...commonParams
2780
2777
  }).m(function(Command, cs, config, o) {
@@ -2791,7 +2788,6 @@ var AssociateSourceGraphqlApiCommand = _AssociateSourceGraphqlApiCommand;
2791
2788
 
2792
2789
 
2793
2790
 
2794
-
2795
2791
  var _CreateApiCacheCommand = class _CreateApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
2796
2792
  ...commonParams
2797
2793
  }).m(function(Command, cs, config, o) {
@@ -2808,7 +2804,6 @@ var CreateApiCacheCommand = _CreateApiCacheCommand;
2808
2804
 
2809
2805
 
2810
2806
 
2811
-
2812
2807
  var _CreateApiKeyCommand = class _CreateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2813
2808
  ...commonParams
2814
2809
  }).m(function(Command, cs, config, o) {
@@ -2825,7 +2820,6 @@ var CreateApiKeyCommand = _CreateApiKeyCommand;
2825
2820
 
2826
2821
 
2827
2822
 
2828
-
2829
2823
  var _CreateDataSourceCommand = class _CreateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2830
2824
  ...commonParams
2831
2825
  }).m(function(Command, cs, config, o) {
@@ -2842,7 +2836,6 @@ var CreateDataSourceCommand = _CreateDataSourceCommand;
2842
2836
 
2843
2837
 
2844
2838
 
2845
-
2846
2839
  var _CreateDomainNameCommand = class _CreateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
2847
2840
  ...commonParams
2848
2841
  }).m(function(Command, cs, config, o) {
@@ -2859,7 +2852,6 @@ var CreateDomainNameCommand = _CreateDomainNameCommand;
2859
2852
 
2860
2853
 
2861
2854
 
2862
-
2863
2855
  var _CreateFunctionCommand = class _CreateFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
2864
2856
  ...commonParams
2865
2857
  }).m(function(Command, cs, config, o) {
@@ -2876,7 +2868,6 @@ var CreateFunctionCommand = _CreateFunctionCommand;
2876
2868
 
2877
2869
 
2878
2870
 
2879
-
2880
2871
  var _CreateGraphqlApiCommand = class _CreateGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
2881
2872
  ...commonParams
2882
2873
  }).m(function(Command, cs, config, o) {
@@ -2893,7 +2884,6 @@ var CreateGraphqlApiCommand = _CreateGraphqlApiCommand;
2893
2884
 
2894
2885
 
2895
2886
 
2896
-
2897
2887
  var _CreateResolverCommand = class _CreateResolverCommand extends import_smithy_client.Command.classBuilder().ep({
2898
2888
  ...commonParams
2899
2889
  }).m(function(Command, cs, config, o) {
@@ -2910,7 +2900,6 @@ var CreateResolverCommand = _CreateResolverCommand;
2910
2900
 
2911
2901
 
2912
2902
 
2913
-
2914
2903
  var _CreateTypeCommand = class _CreateTypeCommand extends import_smithy_client.Command.classBuilder().ep({
2915
2904
  ...commonParams
2916
2905
  }).m(function(Command, cs, config, o) {
@@ -2927,7 +2916,6 @@ var CreateTypeCommand = _CreateTypeCommand;
2927
2916
 
2928
2917
 
2929
2918
 
2930
-
2931
2919
  var _DeleteApiCacheCommand = class _DeleteApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
2932
2920
  ...commonParams
2933
2921
  }).m(function(Command, cs, config, o) {
@@ -2944,7 +2932,6 @@ var DeleteApiCacheCommand = _DeleteApiCacheCommand;
2944
2932
 
2945
2933
 
2946
2934
 
2947
-
2948
2935
  var _DeleteApiKeyCommand = class _DeleteApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2949
2936
  ...commonParams
2950
2937
  }).m(function(Command, cs, config, o) {
@@ -2961,7 +2948,6 @@ var DeleteApiKeyCommand = _DeleteApiKeyCommand;
2961
2948
 
2962
2949
 
2963
2950
 
2964
-
2965
2951
  var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2966
2952
  ...commonParams
2967
2953
  }).m(function(Command, cs, config, o) {
@@ -2978,7 +2964,6 @@ var DeleteDataSourceCommand = _DeleteDataSourceCommand;
2978
2964
 
2979
2965
 
2980
2966
 
2981
-
2982
2967
  var _DeleteDomainNameCommand = class _DeleteDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
2983
2968
  ...commonParams
2984
2969
  }).m(function(Command, cs, config, o) {
@@ -2995,7 +2980,6 @@ var DeleteDomainNameCommand = _DeleteDomainNameCommand;
2995
2980
 
2996
2981
 
2997
2982
 
2998
-
2999
2983
  var _DeleteFunctionCommand = class _DeleteFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
3000
2984
  ...commonParams
3001
2985
  }).m(function(Command, cs, config, o) {
@@ -3012,7 +2996,6 @@ var DeleteFunctionCommand = _DeleteFunctionCommand;
3012
2996
 
3013
2997
 
3014
2998
 
3015
-
3016
2999
  var _DeleteGraphqlApiCommand = class _DeleteGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3017
3000
  ...commonParams
3018
3001
  }).m(function(Command, cs, config, o) {
@@ -3029,7 +3012,6 @@ var DeleteGraphqlApiCommand = _DeleteGraphqlApiCommand;
3029
3012
 
3030
3013
 
3031
3014
 
3032
-
3033
3015
  var _DeleteResolverCommand = class _DeleteResolverCommand extends import_smithy_client.Command.classBuilder().ep({
3034
3016
  ...commonParams
3035
3017
  }).m(function(Command, cs, config, o) {
@@ -3046,7 +3028,6 @@ var DeleteResolverCommand = _DeleteResolverCommand;
3046
3028
 
3047
3029
 
3048
3030
 
3049
-
3050
3031
  var _DeleteTypeCommand = class _DeleteTypeCommand extends import_smithy_client.Command.classBuilder().ep({
3051
3032
  ...commonParams
3052
3033
  }).m(function(Command, cs, config, o) {
@@ -3063,7 +3044,6 @@ var DeleteTypeCommand = _DeleteTypeCommand;
3063
3044
 
3064
3045
 
3065
3046
 
3066
-
3067
3047
  var _DisassociateApiCommand = class _DisassociateApiCommand extends import_smithy_client.Command.classBuilder().ep({
3068
3048
  ...commonParams
3069
3049
  }).m(function(Command, cs, config, o) {
@@ -3080,7 +3060,6 @@ var DisassociateApiCommand = _DisassociateApiCommand;
3080
3060
 
3081
3061
 
3082
3062
 
3083
-
3084
3063
  var _DisassociateMergedGraphqlApiCommand = class _DisassociateMergedGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3085
3064
  ...commonParams
3086
3065
  }).m(function(Command, cs, config, o) {
@@ -3097,7 +3076,6 @@ var DisassociateMergedGraphqlApiCommand = _DisassociateMergedGraphqlApiCommand;
3097
3076
 
3098
3077
 
3099
3078
 
3100
-
3101
3079
  var _DisassociateSourceGraphqlApiCommand = class _DisassociateSourceGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3102
3080
  ...commonParams
3103
3081
  }).m(function(Command, cs, config, o) {
@@ -3114,7 +3092,6 @@ var DisassociateSourceGraphqlApiCommand = _DisassociateSourceGraphqlApiCommand;
3114
3092
 
3115
3093
 
3116
3094
 
3117
-
3118
3095
  var _EvaluateCodeCommand = class _EvaluateCodeCommand extends import_smithy_client.Command.classBuilder().ep({
3119
3096
  ...commonParams
3120
3097
  }).m(function(Command, cs, config, o) {
@@ -3131,7 +3108,6 @@ var EvaluateCodeCommand = _EvaluateCodeCommand;
3131
3108
 
3132
3109
 
3133
3110
 
3134
-
3135
3111
  var _EvaluateMappingTemplateCommand = class _EvaluateMappingTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
3136
3112
  ...commonParams
3137
3113
  }).m(function(Command, cs, config, o) {
@@ -3148,7 +3124,6 @@ var EvaluateMappingTemplateCommand = _EvaluateMappingTemplateCommand;
3148
3124
 
3149
3125
 
3150
3126
 
3151
-
3152
3127
  var _FlushApiCacheCommand = class _FlushApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
3153
3128
  ...commonParams
3154
3129
  }).m(function(Command, cs, config, o) {
@@ -3165,7 +3140,6 @@ var FlushApiCacheCommand = _FlushApiCacheCommand;
3165
3140
 
3166
3141
 
3167
3142
 
3168
-
3169
3143
  var _GetApiAssociationCommand = class _GetApiAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3170
3144
  ...commonParams
3171
3145
  }).m(function(Command, cs, config, o) {
@@ -3182,7 +3156,6 @@ var GetApiAssociationCommand = _GetApiAssociationCommand;
3182
3156
 
3183
3157
 
3184
3158
 
3185
-
3186
3159
  var _GetApiCacheCommand = class _GetApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
3187
3160
  ...commonParams
3188
3161
  }).m(function(Command, cs, config, o) {
@@ -3199,7 +3172,6 @@ var GetApiCacheCommand = _GetApiCacheCommand;
3199
3172
 
3200
3173
 
3201
3174
 
3202
-
3203
3175
  var _GetDataSourceCommand = class _GetDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
3204
3176
  ...commonParams
3205
3177
  }).m(function(Command, cs, config, o) {
@@ -3216,7 +3188,6 @@ var GetDataSourceCommand = _GetDataSourceCommand;
3216
3188
 
3217
3189
 
3218
3190
 
3219
-
3220
3191
  var _GetDataSourceIntrospectionCommand = class _GetDataSourceIntrospectionCommand extends import_smithy_client.Command.classBuilder().ep({
3221
3192
  ...commonParams
3222
3193
  }).m(function(Command, cs, config, o) {
@@ -3233,7 +3204,6 @@ var GetDataSourceIntrospectionCommand = _GetDataSourceIntrospectionCommand;
3233
3204
 
3234
3205
 
3235
3206
 
3236
-
3237
3207
  var _GetDomainNameCommand = class _GetDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3238
3208
  ...commonParams
3239
3209
  }).m(function(Command, cs, config, o) {
@@ -3250,7 +3220,6 @@ var GetDomainNameCommand = _GetDomainNameCommand;
3250
3220
 
3251
3221
 
3252
3222
 
3253
-
3254
3223
  var _GetFunctionCommand = class _GetFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
3255
3224
  ...commonParams
3256
3225
  }).m(function(Command, cs, config, o) {
@@ -3267,7 +3236,6 @@ var GetFunctionCommand = _GetFunctionCommand;
3267
3236
 
3268
3237
 
3269
3238
 
3270
-
3271
3239
  var _GetGraphqlApiCommand = class _GetGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3272
3240
  ...commonParams
3273
3241
  }).m(function(Command, cs, config, o) {
@@ -3284,7 +3252,6 @@ var GetGraphqlApiCommand = _GetGraphqlApiCommand;
3284
3252
 
3285
3253
 
3286
3254
 
3287
-
3288
3255
  var _GetGraphqlApiEnvironmentVariablesCommand = class _GetGraphqlApiEnvironmentVariablesCommand extends import_smithy_client.Command.classBuilder().ep({
3289
3256
  ...commonParams
3290
3257
  }).m(function(Command, cs, config, o) {
@@ -3301,7 +3268,6 @@ var GetGraphqlApiEnvironmentVariablesCommand = _GetGraphqlApiEnvironmentVariable
3301
3268
 
3302
3269
 
3303
3270
 
3304
-
3305
3271
  var _GetIntrospectionSchemaCommand = class _GetIntrospectionSchemaCommand extends import_smithy_client.Command.classBuilder().ep({
3306
3272
  ...commonParams
3307
3273
  }).m(function(Command, cs, config, o) {
@@ -3318,7 +3284,6 @@ var GetIntrospectionSchemaCommand = _GetIntrospectionSchemaCommand;
3318
3284
 
3319
3285
 
3320
3286
 
3321
-
3322
3287
  var _GetResolverCommand = class _GetResolverCommand extends import_smithy_client.Command.classBuilder().ep({
3323
3288
  ...commonParams
3324
3289
  }).m(function(Command, cs, config, o) {
@@ -3335,7 +3300,6 @@ var GetResolverCommand = _GetResolverCommand;
3335
3300
 
3336
3301
 
3337
3302
 
3338
-
3339
3303
  var _GetSchemaCreationStatusCommand = class _GetSchemaCreationStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3340
3304
  ...commonParams
3341
3305
  }).m(function(Command, cs, config, o) {
@@ -3352,7 +3316,6 @@ var GetSchemaCreationStatusCommand = _GetSchemaCreationStatusCommand;
3352
3316
 
3353
3317
 
3354
3318
 
3355
-
3356
3319
  var _GetSourceApiAssociationCommand = class _GetSourceApiAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3357
3320
  ...commonParams
3358
3321
  }).m(function(Command, cs, config, o) {
@@ -3369,7 +3332,6 @@ var GetSourceApiAssociationCommand = _GetSourceApiAssociationCommand;
3369
3332
 
3370
3333
 
3371
3334
 
3372
-
3373
3335
  var _GetTypeCommand = class _GetTypeCommand extends import_smithy_client.Command.classBuilder().ep({
3374
3336
  ...commonParams
3375
3337
  }).m(function(Command, cs, config, o) {
@@ -3386,7 +3348,6 @@ var GetTypeCommand = _GetTypeCommand;
3386
3348
 
3387
3349
 
3388
3350
 
3389
-
3390
3351
  var _ListApiKeysCommand = class _ListApiKeysCommand extends import_smithy_client.Command.classBuilder().ep({
3391
3352
  ...commonParams
3392
3353
  }).m(function(Command, cs, config, o) {
@@ -3403,7 +3364,6 @@ var ListApiKeysCommand = _ListApiKeysCommand;
3403
3364
 
3404
3365
 
3405
3366
 
3406
-
3407
3367
  var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
3408
3368
  ...commonParams
3409
3369
  }).m(function(Command, cs, config, o) {
@@ -3420,7 +3380,6 @@ var ListDataSourcesCommand = _ListDataSourcesCommand;
3420
3380
 
3421
3381
 
3422
3382
 
3423
-
3424
3383
  var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
3425
3384
  ...commonParams
3426
3385
  }).m(function(Command, cs, config, o) {
@@ -3437,7 +3396,6 @@ var ListDomainNamesCommand = _ListDomainNamesCommand;
3437
3396
 
3438
3397
 
3439
3398
 
3440
-
3441
3399
  var _ListFunctionsCommand = class _ListFunctionsCommand extends import_smithy_client.Command.classBuilder().ep({
3442
3400
  ...commonParams
3443
3401
  }).m(function(Command, cs, config, o) {
@@ -3454,7 +3412,6 @@ var ListFunctionsCommand = _ListFunctionsCommand;
3454
3412
 
3455
3413
 
3456
3414
 
3457
-
3458
3415
  var _ListGraphqlApisCommand = class _ListGraphqlApisCommand extends import_smithy_client.Command.classBuilder().ep({
3459
3416
  ...commonParams
3460
3417
  }).m(function(Command, cs, config, o) {
@@ -3471,7 +3428,6 @@ var ListGraphqlApisCommand = _ListGraphqlApisCommand;
3471
3428
 
3472
3429
 
3473
3430
 
3474
-
3475
3431
  var _ListResolversByFunctionCommand = class _ListResolversByFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
3476
3432
  ...commonParams
3477
3433
  }).m(function(Command, cs, config, o) {
@@ -3488,7 +3444,6 @@ var ListResolversByFunctionCommand = _ListResolversByFunctionCommand;
3488
3444
 
3489
3445
 
3490
3446
 
3491
-
3492
3447
  var _ListResolversCommand = class _ListResolversCommand extends import_smithy_client.Command.classBuilder().ep({
3493
3448
  ...commonParams
3494
3449
  }).m(function(Command, cs, config, o) {
@@ -3505,7 +3460,6 @@ var ListResolversCommand = _ListResolversCommand;
3505
3460
 
3506
3461
 
3507
3462
 
3508
-
3509
3463
  var _ListSourceApiAssociationsCommand = class _ListSourceApiAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3510
3464
  ...commonParams
3511
3465
  }).m(function(Command, cs, config, o) {
@@ -3522,7 +3476,6 @@ var ListSourceApiAssociationsCommand = _ListSourceApiAssociationsCommand;
3522
3476
 
3523
3477
 
3524
3478
 
3525
-
3526
3479
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3527
3480
  ...commonParams
3528
3481
  }).m(function(Command, cs, config, o) {
@@ -3539,7 +3492,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3539
3492
 
3540
3493
 
3541
3494
 
3542
-
3543
3495
  var _ListTypesByAssociationCommand = class _ListTypesByAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3544
3496
  ...commonParams
3545
3497
  }).m(function(Command, cs, config, o) {
@@ -3556,7 +3508,6 @@ var ListTypesByAssociationCommand = _ListTypesByAssociationCommand;
3556
3508
 
3557
3509
 
3558
3510
 
3559
-
3560
3511
  var _ListTypesCommand = class _ListTypesCommand extends import_smithy_client.Command.classBuilder().ep({
3561
3512
  ...commonParams
3562
3513
  }).m(function(Command, cs, config, o) {
@@ -3573,7 +3524,6 @@ var ListTypesCommand = _ListTypesCommand;
3573
3524
 
3574
3525
 
3575
3526
 
3576
-
3577
3527
  var _PutGraphqlApiEnvironmentVariablesCommand = class _PutGraphqlApiEnvironmentVariablesCommand extends import_smithy_client.Command.classBuilder().ep({
3578
3528
  ...commonParams
3579
3529
  }).m(function(Command, cs, config, o) {
@@ -3590,7 +3540,6 @@ var PutGraphqlApiEnvironmentVariablesCommand = _PutGraphqlApiEnvironmentVariable
3590
3540
 
3591
3541
 
3592
3542
 
3593
-
3594
3543
  var _StartDataSourceIntrospectionCommand = class _StartDataSourceIntrospectionCommand extends import_smithy_client.Command.classBuilder().ep({
3595
3544
  ...commonParams
3596
3545
  }).m(function(Command, cs, config, o) {
@@ -3607,7 +3556,6 @@ var StartDataSourceIntrospectionCommand = _StartDataSourceIntrospectionCommand;
3607
3556
 
3608
3557
 
3609
3558
 
3610
-
3611
3559
  var _StartSchemaCreationCommand = class _StartSchemaCreationCommand extends import_smithy_client.Command.classBuilder().ep({
3612
3560
  ...commonParams
3613
3561
  }).m(function(Command, cs, config, o) {
@@ -3624,7 +3572,6 @@ var StartSchemaCreationCommand = _StartSchemaCreationCommand;
3624
3572
 
3625
3573
 
3626
3574
 
3627
-
3628
3575
  var _StartSchemaMergeCommand = class _StartSchemaMergeCommand extends import_smithy_client.Command.classBuilder().ep({
3629
3576
  ...commonParams
3630
3577
  }).m(function(Command, cs, config, o) {
@@ -3641,7 +3588,6 @@ var StartSchemaMergeCommand = _StartSchemaMergeCommand;
3641
3588
 
3642
3589
 
3643
3590
 
3644
-
3645
3591
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3646
3592
  ...commonParams
3647
3593
  }).m(function(Command, cs, config, o) {
@@ -3658,7 +3604,6 @@ var TagResourceCommand = _TagResourceCommand;
3658
3604
 
3659
3605
 
3660
3606
 
3661
-
3662
3607
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3663
3608
  ...commonParams
3664
3609
  }).m(function(Command, cs, config, o) {
@@ -3675,7 +3620,6 @@ var UntagResourceCommand = _UntagResourceCommand;
3675
3620
 
3676
3621
 
3677
3622
 
3678
-
3679
3623
  var _UpdateApiCacheCommand = class _UpdateApiCacheCommand extends import_smithy_client.Command.classBuilder().ep({
3680
3624
  ...commonParams
3681
3625
  }).m(function(Command, cs, config, o) {
@@ -3692,7 +3636,6 @@ var UpdateApiCacheCommand = _UpdateApiCacheCommand;
3692
3636
 
3693
3637
 
3694
3638
 
3695
-
3696
3639
  var _UpdateApiKeyCommand = class _UpdateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
3697
3640
  ...commonParams
3698
3641
  }).m(function(Command, cs, config, o) {
@@ -3709,7 +3652,6 @@ var UpdateApiKeyCommand = _UpdateApiKeyCommand;
3709
3652
 
3710
3653
 
3711
3654
 
3712
-
3713
3655
  var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
3714
3656
  ...commonParams
3715
3657
  }).m(function(Command, cs, config, o) {
@@ -3726,7 +3668,6 @@ var UpdateDataSourceCommand = _UpdateDataSourceCommand;
3726
3668
 
3727
3669
 
3728
3670
 
3729
-
3730
3671
  var _UpdateDomainNameCommand = class _UpdateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
3731
3672
  ...commonParams
3732
3673
  }).m(function(Command, cs, config, o) {
@@ -3743,7 +3684,6 @@ var UpdateDomainNameCommand = _UpdateDomainNameCommand;
3743
3684
 
3744
3685
 
3745
3686
 
3746
-
3747
3687
  var _UpdateFunctionCommand = class _UpdateFunctionCommand extends import_smithy_client.Command.classBuilder().ep({
3748
3688
  ...commonParams
3749
3689
  }).m(function(Command, cs, config, o) {
@@ -3760,7 +3700,6 @@ var UpdateFunctionCommand = _UpdateFunctionCommand;
3760
3700
 
3761
3701
 
3762
3702
 
3763
-
3764
3703
  var _UpdateGraphqlApiCommand = class _UpdateGraphqlApiCommand extends import_smithy_client.Command.classBuilder().ep({
3765
3704
  ...commonParams
3766
3705
  }).m(function(Command, cs, config, o) {
@@ -3777,7 +3716,6 @@ var UpdateGraphqlApiCommand = _UpdateGraphqlApiCommand;
3777
3716
 
3778
3717
 
3779
3718
 
3780
-
3781
3719
  var _UpdateResolverCommand = class _UpdateResolverCommand extends import_smithy_client.Command.classBuilder().ep({
3782
3720
  ...commonParams
3783
3721
  }).m(function(Command, cs, config, o) {
@@ -3794,7 +3732,6 @@ var UpdateResolverCommand = _UpdateResolverCommand;
3794
3732
 
3795
3733
 
3796
3734
 
3797
-
3798
3735
  var _UpdateSourceApiAssociationCommand = class _UpdateSourceApiAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3799
3736
  ...commonParams
3800
3737
  }).m(function(Command, cs, config, o) {
@@ -3811,7 +3748,6 @@ var UpdateSourceApiAssociationCommand = _UpdateSourceApiAssociationCommand;
3811
3748
 
3812
3749
 
3813
3750
 
3814
-
3815
3751
  var _UpdateTypeCommand = class _UpdateTypeCommand extends import_smithy_client.Command.classBuilder().ep({
3816
3752
  ...commonParams
3817
3753
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { AssociateApiRequest, AssociateApiResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { AssociateMergedGraphqlApiRequest, AssociateMergedGraphqlApiResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { AssociateSourceGraphqlApiRequest, AssociateSourceGraphqlApiResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateApiCacheRequest, CreateApiCacheResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateFunctionRequest, CreateFunctionResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateGraphqlApiRequest, CreateGraphqlApiResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateResolverRequest, CreateResolverResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateTypeRequest, CreateTypeResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteApiCacheRequest, DeleteApiCacheResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteApiKeyRequest, DeleteApiKeyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteDomainNameRequest, DeleteDomainNameResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteFunctionRequest, DeleteFunctionResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteGraphqlApiRequest, DeleteGraphqlApiResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteResolverRequest, DeleteResolverResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *