@aws-sdk/client-appsync 3.651.1 → 3.658.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 (129) hide show
  1. package/dist-types/commands/AssociateApiCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +11 -0
  3. package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateApiCacheCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateApiKeyCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateDataSourceCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateDomainNameCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateFunctionCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateGraphqlApiCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateResolverCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateTypeCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteApiCacheCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteApiKeyCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteDataSourceCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteDomainNameCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteFunctionCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteResolverCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteTypeCommand.d.ts +11 -0
  20. package/dist-types/commands/DisassociateApiCommand.d.ts +11 -0
  21. package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +11 -0
  22. package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +11 -0
  23. package/dist-types/commands/EvaluateCodeCommand.d.ts +11 -0
  24. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +11 -0
  25. package/dist-types/commands/FlushApiCacheCommand.d.ts +11 -0
  26. package/dist-types/commands/GetApiAssociationCommand.d.ts +11 -0
  27. package/dist-types/commands/GetApiCacheCommand.d.ts +11 -0
  28. package/dist-types/commands/GetDataSourceCommand.d.ts +11 -0
  29. package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +11 -0
  30. package/dist-types/commands/GetDomainNameCommand.d.ts +11 -0
  31. package/dist-types/commands/GetFunctionCommand.d.ts +11 -0
  32. package/dist-types/commands/GetGraphqlApiCommand.d.ts +11 -0
  33. package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +11 -0
  34. package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +11 -0
  35. package/dist-types/commands/GetResolverCommand.d.ts +11 -0
  36. package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +11 -0
  37. package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +11 -0
  38. package/dist-types/commands/GetTypeCommand.d.ts +11 -0
  39. package/dist-types/commands/ListApiKeysCommand.d.ts +11 -0
  40. package/dist-types/commands/ListDataSourcesCommand.d.ts +11 -0
  41. package/dist-types/commands/ListDomainNamesCommand.d.ts +11 -0
  42. package/dist-types/commands/ListFunctionsCommand.d.ts +11 -0
  43. package/dist-types/commands/ListGraphqlApisCommand.d.ts +11 -0
  44. package/dist-types/commands/ListResolversByFunctionCommand.d.ts +11 -0
  45. package/dist-types/commands/ListResolversCommand.d.ts +11 -0
  46. package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +11 -0
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/ListTypesByAssociationCommand.d.ts +11 -0
  49. package/dist-types/commands/ListTypesCommand.d.ts +11 -0
  50. package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +11 -0
  51. package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +11 -0
  52. package/dist-types/commands/StartSchemaCreationCommand.d.ts +11 -0
  53. package/dist-types/commands/StartSchemaMergeCommand.d.ts +11 -0
  54. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  55. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateApiCacheCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdateApiKeyCommand.d.ts +11 -0
  58. package/dist-types/commands/UpdateDataSourceCommand.d.ts +11 -0
  59. package/dist-types/commands/UpdateDomainNameCommand.d.ts +11 -0
  60. package/dist-types/commands/UpdateFunctionCommand.d.ts +11 -0
  61. package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +11 -0
  62. package/dist-types/commands/UpdateResolverCommand.d.ts +11 -0
  63. package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +11 -0
  64. package/dist-types/commands/UpdateTypeCommand.d.ts +11 -0
  65. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +12 -1
  129. package/package.json +36 -36
@@ -76,4 +76,15 @@ declare const AssociateApiCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class AssociateApiCommand extends AssociateApiCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: AssociateApiRequest;
83
+ output: AssociateApiResponse;
84
+ };
85
+ sdk: {
86
+ input: AssociateApiCommandInput;
87
+ output: AssociateApiCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -96,4 +96,15 @@ declare const AssociateMergedGraphqlApiCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class AssociateMergedGraphqlApiCommand extends AssociateMergedGraphqlApiCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: AssociateMergedGraphqlApiRequest;
103
+ output: AssociateMergedGraphqlApiResponse;
104
+ };
105
+ sdk: {
106
+ input: AssociateMergedGraphqlApiCommandInput;
107
+ output: AssociateMergedGraphqlApiCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -96,4 +96,15 @@ declare const AssociateSourceGraphqlApiCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class AssociateSourceGraphqlApiCommand extends AssociateSourceGraphqlApiCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: AssociateSourceGraphqlApiRequest;
103
+ output: AssociateSourceGraphqlApiResponse;
104
+ };
105
+ sdk: {
106
+ input: AssociateSourceGraphqlApiCommandInput;
107
+ output: AssociateSourceGraphqlApiCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -88,4 +88,15 @@ declare const CreateApiCacheCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class CreateApiCacheCommand extends CreateApiCacheCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: CreateApiCacheRequest;
95
+ output: CreateApiCacheResponse;
96
+ };
97
+ sdk: {
98
+ input: CreateApiCacheCommandInput;
99
+ output: CreateApiCacheCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -87,4 +87,15 @@ declare const CreateApiKeyCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: CreateApiKeyRequest;
94
+ output: CreateApiKeyResponse;
95
+ };
96
+ sdk: {
97
+ input: CreateApiKeyCommandInput;
98
+ output: CreateApiKeyCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -176,4 +176,15 @@ declare const CreateDataSourceCommand_base: {
176
176
  * @public
177
177
  */
178
178
  export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
179
+ /** @internal type navigation helper, not in runtime. */
180
+ protected static __types: {
181
+ api: {
182
+ input: CreateDataSourceRequest;
183
+ output: CreateDataSourceResponse;
184
+ };
185
+ sdk: {
186
+ input: CreateDataSourceCommandInput;
187
+ output: CreateDataSourceCommandOutput;
188
+ };
189
+ };
179
190
  }
@@ -75,4 +75,15 @@ declare const CreateDomainNameCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: CreateDomainNameRequest;
82
+ output: CreateDomainNameResponse;
83
+ };
84
+ sdk: {
85
+ input: CreateDomainNameCommandInput;
86
+ output: CreateDomainNameCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -116,4 +116,15 @@ declare const CreateFunctionCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: CreateFunctionRequest;
123
+ output: CreateFunctionResponse;
124
+ };
125
+ sdk: {
126
+ input: CreateFunctionCommandInput;
127
+ output: CreateFunctionCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -209,4 +209,15 @@ declare const CreateGraphqlApiCommand_base: {
209
209
  * @public
210
210
  */
211
211
  export declare class CreateGraphqlApiCommand extends CreateGraphqlApiCommand_base {
212
+ /** @internal type navigation helper, not in runtime. */
213
+ protected static __types: {
214
+ api: {
215
+ input: CreateGraphqlApiRequest;
216
+ output: CreateGraphqlApiResponse;
217
+ };
218
+ sdk: {
219
+ input: CreateGraphqlApiCommandInput;
220
+ output: CreateGraphqlApiCommandOutput;
221
+ };
222
+ };
212
223
  }
@@ -140,4 +140,15 @@ declare const CreateResolverCommand_base: {
140
140
  * @public
141
141
  */
142
142
  export declare class CreateResolverCommand extends CreateResolverCommand_base {
143
+ /** @internal type navigation helper, not in runtime. */
144
+ protected static __types: {
145
+ api: {
146
+ input: CreateResolverRequest;
147
+ output: CreateResolverResponse;
148
+ };
149
+ sdk: {
150
+ input: CreateResolverCommandInput;
151
+ output: CreateResolverCommandOutput;
152
+ };
153
+ };
143
154
  }
@@ -82,4 +82,15 @@ declare const CreateTypeCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateTypeCommand extends CreateTypeCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateTypeRequest;
89
+ output: CreateTypeResponse;
90
+ };
91
+ sdk: {
92
+ input: CreateTypeCommandInput;
93
+ output: CreateTypeCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -72,4 +72,15 @@ declare const DeleteApiCacheCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteApiCacheCommand extends DeleteApiCacheCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteApiCacheRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteApiCacheCommandInput;
83
+ output: DeleteApiCacheCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -69,4 +69,15 @@ declare const DeleteApiKeyCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteApiKeyRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteApiKeyCommandInput;
80
+ output: DeleteApiKeyCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -73,4 +73,15 @@ declare const DeleteDataSourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteDataSourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteDataSourceCommandInput;
84
+ output: DeleteDataSourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -72,4 +72,15 @@ declare const DeleteDomainNameCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteDomainNameRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteDomainNameCommandInput;
83
+ output: DeleteDomainNameCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -73,4 +73,15 @@ declare const DeleteFunctionCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteFunctionRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteFunctionCommandInput;
84
+ output: DeleteFunctionCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -75,4 +75,15 @@ declare const DeleteGraphqlApiCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteGraphqlApiCommand extends DeleteGraphqlApiCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteGraphqlApiRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteGraphqlApiCommandInput;
86
+ output: DeleteGraphqlApiCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -74,4 +74,15 @@ declare const DeleteResolverCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteResolverCommand extends DeleteResolverCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteResolverRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteResolverCommandInput;
85
+ output: DeleteResolverCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -73,4 +73,15 @@ declare const DeleteTypeCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteTypeCommand extends DeleteTypeCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteTypeRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteTypeCommandInput;
84
+ output: DeleteTypeCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -72,4 +72,15 @@ declare const DisassociateApiCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DisassociateApiCommand extends DisassociateApiCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DisassociateApiRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DisassociateApiCommandInput;
83
+ output: DisassociateApiCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -76,4 +76,15 @@ declare const DisassociateMergedGraphqlApiCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DisassociateMergedGraphqlApiCommand extends DisassociateMergedGraphqlApiCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DisassociateMergedGraphqlApiRequest;
83
+ output: DisassociateMergedGraphqlApiResponse;
84
+ };
85
+ sdk: {
86
+ input: DisassociateMergedGraphqlApiCommandInput;
87
+ output: DisassociateMergedGraphqlApiCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -76,4 +76,15 @@ declare const DisassociateSourceGraphqlApiCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DisassociateSourceGraphqlApiCommand extends DisassociateSourceGraphqlApiCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DisassociateSourceGraphqlApiRequest;
83
+ output: DisassociateSourceGraphqlApiResponse;
84
+ };
85
+ sdk: {
86
+ input: DisassociateSourceGraphqlApiCommandInput;
87
+ output: DisassociateSourceGraphqlApiCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -94,4 +94,15 @@ declare const EvaluateCodeCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class EvaluateCodeCommand extends EvaluateCodeCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: EvaluateCodeRequest;
101
+ output: EvaluateCodeResponse;
102
+ };
103
+ sdk: {
104
+ input: EvaluateCodeCommandInput;
105
+ output: EvaluateCodeCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -79,4 +79,15 @@ declare const EvaluateMappingTemplateCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class EvaluateMappingTemplateCommand extends EvaluateMappingTemplateCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: EvaluateMappingTemplateRequest;
86
+ output: EvaluateMappingTemplateResponse;
87
+ };
88
+ sdk: {
89
+ input: EvaluateMappingTemplateCommandInput;
90
+ output: EvaluateMappingTemplateCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -72,4 +72,15 @@ declare const FlushApiCacheCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class FlushApiCacheCommand extends FlushApiCacheCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: FlushApiCacheRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: FlushApiCacheCommandInput;
83
+ output: FlushApiCacheCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -75,4 +75,15 @@ declare const GetApiAssociationCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetApiAssociationCommand extends GetApiAssociationCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetApiAssociationRequest;
82
+ output: GetApiAssociationResponse;
83
+ };
84
+ sdk: {
85
+ input: GetApiAssociationCommandInput;
86
+ output: GetApiAssociationCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -82,4 +82,15 @@ declare const GetApiCacheCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetApiCacheCommand extends GetApiCacheCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetApiCacheRequest;
89
+ output: GetApiCacheResponse;
90
+ };
91
+ sdk: {
92
+ input: GetApiCacheCommandInput;
93
+ output: GetApiCacheCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -127,4 +127,15 @@ declare const GetDataSourceCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: GetDataSourceRequest;
134
+ output: GetDataSourceResponse;
135
+ };
136
+ sdk: {
137
+ input: GetDataSourceCommandInput;
138
+ output: GetDataSourceCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -118,4 +118,15 @@ declare const GetDataSourceIntrospectionCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class GetDataSourceIntrospectionCommand extends GetDataSourceIntrospectionCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: GetDataSourceIntrospectionRequest;
125
+ output: GetDataSourceIntrospectionResponse;
126
+ };
127
+ sdk: {
128
+ input: GetDataSourceIntrospectionCommandInput;
129
+ output: GetDataSourceIntrospectionCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -76,4 +76,15 @@ declare const GetDomainNameCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: GetDomainNameRequest;
83
+ output: GetDomainNameResponse;
84
+ };
85
+ sdk: {
86
+ input: GetDomainNameCommandInput;
87
+ output: GetDomainNameCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -90,4 +90,15 @@ declare const GetFunctionCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetFunctionCommand extends GetFunctionCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetFunctionRequest;
97
+ output: GetFunctionResponse;
98
+ };
99
+ sdk: {
100
+ input: GetFunctionCommandInput;
101
+ output: GetFunctionCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -145,4 +145,15 @@ declare const GetGraphqlApiCommand_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class GetGraphqlApiCommand extends GetGraphqlApiCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: GetGraphqlApiRequest;
152
+ output: GetGraphqlApiResponse;
153
+ };
154
+ sdk: {
155
+ input: GetGraphqlApiCommandInput;
156
+ output: GetGraphqlApiCommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -75,4 +75,15 @@ declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetGraphqlApiEnvironmentVariablesCommand extends GetGraphqlApiEnvironmentVariablesCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetGraphqlApiEnvironmentVariablesRequest;
82
+ output: GetGraphqlApiEnvironmentVariablesResponse;
83
+ };
84
+ sdk: {
85
+ input: GetGraphqlApiEnvironmentVariablesCommandInput;
86
+ output: GetGraphqlApiEnvironmentVariablesCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -78,4 +78,15 @@ declare const GetIntrospectionSchemaCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class GetIntrospectionSchemaCommand extends GetIntrospectionSchemaCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: GetIntrospectionSchemaRequest;
85
+ output: GetIntrospectionSchemaResponse;
86
+ };
87
+ sdk: {
88
+ input: GetIntrospectionSchemaCommandInput;
89
+ output: GetIntrospectionSchemaCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -102,4 +102,15 @@ declare const GetResolverCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class GetResolverCommand extends GetResolverCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: GetResolverRequest;
109
+ output: GetResolverResponse;
110
+ };
111
+ sdk: {
112
+ input: GetResolverCommandInput;
113
+ output: GetResolverCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -71,4 +71,15 @@ declare const GetSchemaCreationStatusCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class GetSchemaCreationStatusCommand extends GetSchemaCreationStatusCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: GetSchemaCreationStatusRequest;
78
+ output: GetSchemaCreationStatusResponse;
79
+ };
80
+ sdk: {
81
+ input: GetSchemaCreationStatusCommandInput;
82
+ output: GetSchemaCreationStatusCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -85,4 +85,15 @@ declare const GetSourceApiAssociationCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class GetSourceApiAssociationCommand extends GetSourceApiAssociationCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: GetSourceApiAssociationRequest;
92
+ output: GetSourceApiAssociationResponse;
93
+ };
94
+ sdk: {
95
+ input: GetSourceApiAssociationCommandInput;
96
+ output: GetSourceApiAssociationCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -82,4 +82,15 @@ declare const GetTypeCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetTypeCommand extends GetTypeCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetTypeRequest;
89
+ output: GetTypeResponse;
90
+ };
91
+ sdk: {
92
+ input: GetTypeCommandInput;
93
+ output: GetTypeCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -85,4 +85,15 @@ declare const ListApiKeysCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListApiKeysCommand extends ListApiKeysCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListApiKeysRequest;
92
+ output: ListApiKeysResponse;
93
+ };
94
+ sdk: {
95
+ input: ListApiKeysCommandInput;
96
+ output: ListApiKeysCommandOutput;
97
+ };
98
+ };
88
99
  }