@aws-sdk/client-appsync 3.337.0 → 3.339.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +72 -0
- package/dist-cjs/AppSync.js +18 -0
- package/dist-cjs/AppSyncClient.js +2 -1
- package/dist-cjs/commands/AssociateApiCommand.js +2 -1
- package/dist-cjs/commands/AssociateMergedGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/CreateApiCacheCommand.js +2 -1
- package/dist-cjs/commands/CreateApiKeyCommand.js +2 -1
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -1
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -1
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -1
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/CreateResolverCommand.js +2 -1
- package/dist-cjs/commands/CreateTypeCommand.js +2 -1
- package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -1
- package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -1
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -1
- package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -1
- package/dist-cjs/commands/DeleteFunctionCommand.js +2 -1
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/DeleteResolverCommand.js +2 -1
- package/dist-cjs/commands/DeleteTypeCommand.js +2 -1
- package/dist-cjs/commands/DisassociateApiCommand.js +2 -1
- package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/EvaluateCodeCommand.js +2 -1
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +2 -1
- package/dist-cjs/commands/FlushApiCacheCommand.js +2 -1
- package/dist-cjs/commands/GetApiAssociationCommand.js +2 -1
- package/dist-cjs/commands/GetApiCacheCommand.js +2 -1
- package/dist-cjs/commands/GetDataSourceCommand.js +2 -1
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -1
- package/dist-cjs/commands/GetFunctionCommand.js +2 -1
- package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -1
- package/dist-cjs/commands/GetResolverCommand.js +2 -1
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -1
- package/dist-cjs/commands/GetSourceApiAssociationCommand.js +46 -0
- package/dist-cjs/commands/GetTypeCommand.js +2 -1
- package/dist-cjs/commands/ListApiKeysCommand.js +2 -1
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -1
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -1
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -1
- package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -1
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -1
- package/dist-cjs/commands/ListResolversCommand.js +2 -1
- package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListTypesByAssociationCommand.js +46 -0
- package/dist-cjs/commands/ListTypesCommand.js +2 -1
- package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -1
- package/dist-cjs/commands/StartSchemaMergeCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -1
- package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -1
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -1
- package/dist-cjs/commands/UpdateFunctionCommand.js +2 -1
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/UpdateResolverCommand.js +2 -1
- package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +46 -0
- package/dist-cjs/commands/UpdateTypeCommand.js +2 -1
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/AppSyncServiceException.js +2 -1
- package/dist-cjs/models/models_0.js +35 -13
- package/dist-cjs/protocols/Aws_restJson1.js +652 -16
- package/dist-es/AppSync.js +18 -0
- package/dist-es/AppSyncClient.js +1 -0
- package/dist-es/commands/AssociateApiCommand.js +1 -0
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +42 -0
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +42 -0
- package/dist-es/commands/CreateApiCacheCommand.js +1 -0
- package/dist-es/commands/CreateApiKeyCommand.js +1 -0
- package/dist-es/commands/CreateDataSourceCommand.js +1 -0
- package/dist-es/commands/CreateDomainNameCommand.js +1 -0
- package/dist-es/commands/CreateFunctionCommand.js +1 -0
- package/dist-es/commands/CreateGraphqlApiCommand.js +1 -0
- package/dist-es/commands/CreateResolverCommand.js +1 -0
- package/dist-es/commands/CreateTypeCommand.js +1 -0
- package/dist-es/commands/DeleteApiCacheCommand.js +1 -0
- package/dist-es/commands/DeleteApiKeyCommand.js +1 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -0
- package/dist-es/commands/DeleteDomainNameCommand.js +1 -0
- package/dist-es/commands/DeleteFunctionCommand.js +1 -0
- package/dist-es/commands/DeleteGraphqlApiCommand.js +1 -0
- package/dist-es/commands/DeleteResolverCommand.js +1 -0
- package/dist-es/commands/DeleteTypeCommand.js +1 -0
- package/dist-es/commands/DisassociateApiCommand.js +1 -0
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +42 -0
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +42 -0
- package/dist-es/commands/EvaluateCodeCommand.js +1 -0
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +1 -0
- package/dist-es/commands/FlushApiCacheCommand.js +1 -0
- package/dist-es/commands/GetApiAssociationCommand.js +1 -0
- package/dist-es/commands/GetApiCacheCommand.js +1 -0
- package/dist-es/commands/GetDataSourceCommand.js +1 -0
- package/dist-es/commands/GetDomainNameCommand.js +1 -0
- package/dist-es/commands/GetFunctionCommand.js +1 -0
- package/dist-es/commands/GetGraphqlApiCommand.js +1 -0
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +1 -0
- package/dist-es/commands/GetResolverCommand.js +1 -0
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +1 -0
- package/dist-es/commands/GetSourceApiAssociationCommand.js +42 -0
- package/dist-es/commands/GetTypeCommand.js +1 -0
- package/dist-es/commands/ListApiKeysCommand.js +1 -0
- package/dist-es/commands/ListDataSourcesCommand.js +1 -0
- package/dist-es/commands/ListDomainNamesCommand.js +1 -0
- package/dist-es/commands/ListFunctionsCommand.js +1 -0
- package/dist-es/commands/ListGraphqlApisCommand.js +1 -0
- package/dist-es/commands/ListResolversByFunctionCommand.js +1 -0
- package/dist-es/commands/ListResolversCommand.js +1 -0
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTypesByAssociationCommand.js +42 -0
- package/dist-es/commands/ListTypesCommand.js +1 -0
- package/dist-es/commands/StartSchemaCreationCommand.js +1 -0
- package/dist-es/commands/StartSchemaMergeCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateApiCacheCommand.js +1 -0
- package/dist-es/commands/UpdateApiKeyCommand.js +1 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -0
- package/dist-es/commands/UpdateDomainNameCommand.js +1 -0
- package/dist-es/commands/UpdateFunctionCommand.js +1 -0
- package/dist-es/commands/UpdateGraphqlApiCommand.js +1 -0
- package/dist-es/commands/UpdateResolverCommand.js +1 -0
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +42 -0
- package/dist-es/commands/UpdateTypeCommand.js +1 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/AppSyncServiceException.js +1 -0
- package/dist-es/models/models_0.js +32 -10
- package/dist-es/protocols/Aws_restJson1.js +632 -14
- package/dist-types/AppSync.d.ts +63 -0
- package/dist-types/AppSyncClient.d.ts +14 -5
- package/dist-types/commands/AssociateApiCommand.d.ts +4 -0
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +113 -0
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +113 -0
- package/dist-types/commands/CreateApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +4 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/CreateResolverCommand.d.ts +4 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResolverCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateApiCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +93 -0
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +93 -0
- package/dist-types/commands/EvaluateCodeCommand.d.ts +4 -0
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +4 -0
- package/dist-types/commands/FlushApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/GetApiAssociationCommand.d.ts +4 -0
- package/dist-types/commands/GetApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +4 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +8 -0
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +4 -0
- package/dist-types/commands/GetResolverCommand.d.ts +4 -0
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +102 -0
- package/dist-types/commands/GetTypeCommand.d.ts +4 -0
- package/dist-types/commands/ListApiKeysCommand.d.ts +4 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +4 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +10 -0
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +4 -0
- package/dist-types/commands/ListResolversCommand.d.ts +4 -0
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +100 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +104 -0
- package/dist-types/commands/ListTypesCommand.d.ts +4 -0
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +4 -0
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +92 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +10 -0
- package/dist-types/commands/UpdateResolverCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +110 -0
- package/dist-types/commands/UpdateTypeCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +7 -1
- package/dist-types/models/AppSyncServiceException.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +516 -39
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/AppSync.d.ts +153 -0
- package/dist-types/ts3.4/AppSyncClient.d.ts +57 -3
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +163 -24
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +28 -28
|
@@ -7,6 +7,14 @@ import {
|
|
|
7
7
|
AssociateApiCommandInput,
|
|
8
8
|
AssociateApiCommandOutput,
|
|
9
9
|
} from "../commands/AssociateApiCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateMergedGraphqlApiCommandInput,
|
|
12
|
+
AssociateMergedGraphqlApiCommandOutput,
|
|
13
|
+
} from "../commands/AssociateMergedGraphqlApiCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateSourceGraphqlApiCommandInput,
|
|
16
|
+
AssociateSourceGraphqlApiCommandOutput,
|
|
17
|
+
} from "../commands/AssociateSourceGraphqlApiCommand";
|
|
10
18
|
import {
|
|
11
19
|
CreateApiCacheCommandInput,
|
|
12
20
|
CreateApiCacheCommandOutput,
|
|
@@ -75,6 +83,14 @@ import {
|
|
|
75
83
|
DisassociateApiCommandInput,
|
|
76
84
|
DisassociateApiCommandOutput,
|
|
77
85
|
} from "../commands/DisassociateApiCommand";
|
|
86
|
+
import {
|
|
87
|
+
DisassociateMergedGraphqlApiCommandInput,
|
|
88
|
+
DisassociateMergedGraphqlApiCommandOutput,
|
|
89
|
+
} from "../commands/DisassociateMergedGraphqlApiCommand";
|
|
90
|
+
import {
|
|
91
|
+
DisassociateSourceGraphqlApiCommandInput,
|
|
92
|
+
DisassociateSourceGraphqlApiCommandOutput,
|
|
93
|
+
} from "../commands/DisassociateSourceGraphqlApiCommand";
|
|
78
94
|
import {
|
|
79
95
|
EvaluateCodeCommandInput,
|
|
80
96
|
EvaluateCodeCommandOutput,
|
|
@@ -123,6 +139,10 @@ import {
|
|
|
123
139
|
GetSchemaCreationStatusCommandInput,
|
|
124
140
|
GetSchemaCreationStatusCommandOutput,
|
|
125
141
|
} from "../commands/GetSchemaCreationStatusCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetSourceApiAssociationCommandInput,
|
|
144
|
+
GetSourceApiAssociationCommandOutput,
|
|
145
|
+
} from "../commands/GetSourceApiAssociationCommand";
|
|
126
146
|
import {
|
|
127
147
|
GetTypeCommandInput,
|
|
128
148
|
GetTypeCommandOutput,
|
|
@@ -155,10 +175,18 @@ import {
|
|
|
155
175
|
ListResolversCommandInput,
|
|
156
176
|
ListResolversCommandOutput,
|
|
157
177
|
} from "../commands/ListResolversCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListSourceApiAssociationsCommandInput,
|
|
180
|
+
ListSourceApiAssociationsCommandOutput,
|
|
181
|
+
} from "../commands/ListSourceApiAssociationsCommand";
|
|
158
182
|
import {
|
|
159
183
|
ListTagsForResourceCommandInput,
|
|
160
184
|
ListTagsForResourceCommandOutput,
|
|
161
185
|
} from "../commands/ListTagsForResourceCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListTypesByAssociationCommandInput,
|
|
188
|
+
ListTypesByAssociationCommandOutput,
|
|
189
|
+
} from "../commands/ListTypesByAssociationCommand";
|
|
162
190
|
import {
|
|
163
191
|
ListTypesCommandInput,
|
|
164
192
|
ListTypesCommandOutput,
|
|
@@ -167,6 +195,10 @@ import {
|
|
|
167
195
|
StartSchemaCreationCommandInput,
|
|
168
196
|
StartSchemaCreationCommandOutput,
|
|
169
197
|
} from "../commands/StartSchemaCreationCommand";
|
|
198
|
+
import {
|
|
199
|
+
StartSchemaMergeCommandInput,
|
|
200
|
+
StartSchemaMergeCommandOutput,
|
|
201
|
+
} from "../commands/StartSchemaMergeCommand";
|
|
170
202
|
import {
|
|
171
203
|
TagResourceCommandInput,
|
|
172
204
|
TagResourceCommandOutput,
|
|
@@ -203,6 +235,10 @@ import {
|
|
|
203
235
|
UpdateResolverCommandInput,
|
|
204
236
|
UpdateResolverCommandOutput,
|
|
205
237
|
} from "../commands/UpdateResolverCommand";
|
|
238
|
+
import {
|
|
239
|
+
UpdateSourceApiAssociationCommandInput,
|
|
240
|
+
UpdateSourceApiAssociationCommandOutput,
|
|
241
|
+
} from "../commands/UpdateSourceApiAssociationCommand";
|
|
206
242
|
import {
|
|
207
243
|
UpdateTypeCommandInput,
|
|
208
244
|
UpdateTypeCommandOutput,
|
|
@@ -211,6 +247,14 @@ export declare const se_AssociateApiCommand: (
|
|
|
211
247
|
input: AssociateApiCommandInput,
|
|
212
248
|
context: __SerdeContext
|
|
213
249
|
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const se_AssociateMergedGraphqlApiCommand: (
|
|
251
|
+
input: AssociateMergedGraphqlApiCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const se_AssociateSourceGraphqlApiCommand: (
|
|
255
|
+
input: AssociateSourceGraphqlApiCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
214
258
|
export declare const se_CreateApiCacheCommand: (
|
|
215
259
|
input: CreateApiCacheCommandInput,
|
|
216
260
|
context: __SerdeContext
|
|
@@ -279,6 +323,14 @@ export declare const se_DisassociateApiCommand: (
|
|
|
279
323
|
input: DisassociateApiCommandInput,
|
|
280
324
|
context: __SerdeContext
|
|
281
325
|
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const se_DisassociateMergedGraphqlApiCommand: (
|
|
327
|
+
input: DisassociateMergedGraphqlApiCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const se_DisassociateSourceGraphqlApiCommand: (
|
|
331
|
+
input: DisassociateSourceGraphqlApiCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
282
334
|
export declare const se_EvaluateCodeCommand: (
|
|
283
335
|
input: EvaluateCodeCommandInput,
|
|
284
336
|
context: __SerdeContext
|
|
@@ -327,6 +379,10 @@ export declare const se_GetSchemaCreationStatusCommand: (
|
|
|
327
379
|
input: GetSchemaCreationStatusCommandInput,
|
|
328
380
|
context: __SerdeContext
|
|
329
381
|
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const se_GetSourceApiAssociationCommand: (
|
|
383
|
+
input: GetSourceApiAssociationCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
330
386
|
export declare const se_GetTypeCommand: (
|
|
331
387
|
input: GetTypeCommandInput,
|
|
332
388
|
context: __SerdeContext
|
|
@@ -359,6 +415,10 @@ export declare const se_ListResolversByFunctionCommand: (
|
|
|
359
415
|
input: ListResolversByFunctionCommandInput,
|
|
360
416
|
context: __SerdeContext
|
|
361
417
|
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const se_ListSourceApiAssociationsCommand: (
|
|
419
|
+
input: ListSourceApiAssociationsCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
362
422
|
export declare const se_ListTagsForResourceCommand: (
|
|
363
423
|
input: ListTagsForResourceCommandInput,
|
|
364
424
|
context: __SerdeContext
|
|
@@ -367,10 +427,18 @@ export declare const se_ListTypesCommand: (
|
|
|
367
427
|
input: ListTypesCommandInput,
|
|
368
428
|
context: __SerdeContext
|
|
369
429
|
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const se_ListTypesByAssociationCommand: (
|
|
431
|
+
input: ListTypesByAssociationCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
370
434
|
export declare const se_StartSchemaCreationCommand: (
|
|
371
435
|
input: StartSchemaCreationCommandInput,
|
|
372
436
|
context: __SerdeContext
|
|
373
437
|
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const se_StartSchemaMergeCommand: (
|
|
439
|
+
input: StartSchemaMergeCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
374
442
|
export declare const se_TagResourceCommand: (
|
|
375
443
|
input: TagResourceCommandInput,
|
|
376
444
|
context: __SerdeContext
|
|
@@ -407,6 +475,10 @@ export declare const se_UpdateResolverCommand: (
|
|
|
407
475
|
input: UpdateResolverCommandInput,
|
|
408
476
|
context: __SerdeContext
|
|
409
477
|
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const se_UpdateSourceApiAssociationCommand: (
|
|
479
|
+
input: UpdateSourceApiAssociationCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
410
482
|
export declare const se_UpdateTypeCommand: (
|
|
411
483
|
input: UpdateTypeCommandInput,
|
|
412
484
|
context: __SerdeContext
|
|
@@ -415,6 +487,14 @@ export declare const de_AssociateApiCommand: (
|
|
|
415
487
|
output: __HttpResponse,
|
|
416
488
|
context: __SerdeContext
|
|
417
489
|
) => Promise<AssociateApiCommandOutput>;
|
|
490
|
+
export declare const de_AssociateMergedGraphqlApiCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<AssociateMergedGraphqlApiCommandOutput>;
|
|
494
|
+
export declare const de_AssociateSourceGraphqlApiCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<AssociateSourceGraphqlApiCommandOutput>;
|
|
418
498
|
export declare const de_CreateApiCacheCommand: (
|
|
419
499
|
output: __HttpResponse,
|
|
420
500
|
context: __SerdeContext
|
|
@@ -483,6 +563,14 @@ export declare const de_DisassociateApiCommand: (
|
|
|
483
563
|
output: __HttpResponse,
|
|
484
564
|
context: __SerdeContext
|
|
485
565
|
) => Promise<DisassociateApiCommandOutput>;
|
|
566
|
+
export declare const de_DisassociateMergedGraphqlApiCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<DisassociateMergedGraphqlApiCommandOutput>;
|
|
570
|
+
export declare const de_DisassociateSourceGraphqlApiCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<DisassociateSourceGraphqlApiCommandOutput>;
|
|
486
574
|
export declare const de_EvaluateCodeCommand: (
|
|
487
575
|
output: __HttpResponse,
|
|
488
576
|
context: __SerdeContext
|
|
@@ -531,6 +619,10 @@ export declare const de_GetSchemaCreationStatusCommand: (
|
|
|
531
619
|
output: __HttpResponse,
|
|
532
620
|
context: __SerdeContext
|
|
533
621
|
) => Promise<GetSchemaCreationStatusCommandOutput>;
|
|
622
|
+
export declare const de_GetSourceApiAssociationCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<GetSourceApiAssociationCommandOutput>;
|
|
534
626
|
export declare const de_GetTypeCommand: (
|
|
535
627
|
output: __HttpResponse,
|
|
536
628
|
context: __SerdeContext
|
|
@@ -563,6 +655,10 @@ export declare const de_ListResolversByFunctionCommand: (
|
|
|
563
655
|
output: __HttpResponse,
|
|
564
656
|
context: __SerdeContext
|
|
565
657
|
) => Promise<ListResolversByFunctionCommandOutput>;
|
|
658
|
+
export declare const de_ListSourceApiAssociationsCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<ListSourceApiAssociationsCommandOutput>;
|
|
566
662
|
export declare const de_ListTagsForResourceCommand: (
|
|
567
663
|
output: __HttpResponse,
|
|
568
664
|
context: __SerdeContext
|
|
@@ -571,10 +667,18 @@ export declare const de_ListTypesCommand: (
|
|
|
571
667
|
output: __HttpResponse,
|
|
572
668
|
context: __SerdeContext
|
|
573
669
|
) => Promise<ListTypesCommandOutput>;
|
|
670
|
+
export declare const de_ListTypesByAssociationCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<ListTypesByAssociationCommandOutput>;
|
|
574
674
|
export declare const de_StartSchemaCreationCommand: (
|
|
575
675
|
output: __HttpResponse,
|
|
576
676
|
context: __SerdeContext
|
|
577
677
|
) => Promise<StartSchemaCreationCommandOutput>;
|
|
678
|
+
export declare const de_StartSchemaMergeCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<StartSchemaMergeCommandOutput>;
|
|
578
682
|
export declare const de_TagResourceCommand: (
|
|
579
683
|
output: __HttpResponse,
|
|
580
684
|
context: __SerdeContext
|
|
@@ -611,6 +715,10 @@ export declare const de_UpdateResolverCommand: (
|
|
|
611
715
|
output: __HttpResponse,
|
|
612
716
|
context: __SerdeContext
|
|
613
717
|
) => Promise<UpdateResolverCommandOutput>;
|
|
718
|
+
export declare const de_UpdateSourceApiAssociationCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<UpdateSourceApiAssociationCommandOutput>;
|
|
614
722
|
export declare const de_UpdateTypeCommand: (
|
|
615
723
|
output: __HttpResponse,
|
|
616
724
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appsync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.339.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|