@aws-sdk/client-appsync 3.338.0 → 3.341.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/commands/AssociateMergedGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +46 -0
- package/dist-cjs/commands/GetSourceApiAssociationCommand.js +46 -0
- package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +46 -0
- package/dist-cjs/commands/ListTypesByAssociationCommand.js +46 -0
- package/dist-cjs/commands/StartSchemaMergeCommand.js +46 -0
- package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +46 -0
- package/dist-cjs/commands/index.js +9 -0
- 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/commands/AssociateMergedGraphqlApiCommand.js +42 -0
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +42 -0
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +42 -0
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +42 -0
- package/dist-es/commands/GetSourceApiAssociationCommand.js +42 -0
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +42 -0
- package/dist-es/commands/ListTypesByAssociationCommand.js +42 -0
- package/dist-es/commands/StartSchemaMergeCommand.js +42 -0
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +42 -0
- package/dist-es/commands/index.js +9 -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 +11 -2
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +113 -0
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +113 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +7 -0
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +93 -0
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +93 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +4 -0
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +102 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +6 -0
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +100 -0
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +104 -0
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +92 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +110 -0
- package/dist-types/commands/index.d.ts +9 -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 +54 -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/DisassociateMergedGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -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
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from "./AssociateApiCommand";
|
|
2
|
+
export * from "./AssociateMergedGraphqlApiCommand";
|
|
3
|
+
export * from "./AssociateSourceGraphqlApiCommand";
|
|
2
4
|
export * from "./CreateApiCacheCommand";
|
|
3
5
|
export * from "./CreateApiKeyCommand";
|
|
4
6
|
export * from "./CreateDataSourceCommand";
|
|
@@ -16,6 +18,8 @@ export * from "./DeleteGraphqlApiCommand";
|
|
|
16
18
|
export * from "./DeleteResolverCommand";
|
|
17
19
|
export * from "./DeleteTypeCommand";
|
|
18
20
|
export * from "./DisassociateApiCommand";
|
|
21
|
+
export * from "./DisassociateMergedGraphqlApiCommand";
|
|
22
|
+
export * from "./DisassociateSourceGraphqlApiCommand";
|
|
19
23
|
export * from "./EvaluateCodeCommand";
|
|
20
24
|
export * from "./EvaluateMappingTemplateCommand";
|
|
21
25
|
export * from "./FlushApiCacheCommand";
|
|
@@ -28,6 +32,7 @@ export * from "./GetGraphqlApiCommand";
|
|
|
28
32
|
export * from "./GetIntrospectionSchemaCommand";
|
|
29
33
|
export * from "./GetResolverCommand";
|
|
30
34
|
export * from "./GetSchemaCreationStatusCommand";
|
|
35
|
+
export * from "./GetSourceApiAssociationCommand";
|
|
31
36
|
export * from "./GetTypeCommand";
|
|
32
37
|
export * from "./ListApiKeysCommand";
|
|
33
38
|
export * from "./ListDataSourcesCommand";
|
|
@@ -36,9 +41,12 @@ export * from "./ListFunctionsCommand";
|
|
|
36
41
|
export * from "./ListGraphqlApisCommand";
|
|
37
42
|
export * from "./ListResolversByFunctionCommand";
|
|
38
43
|
export * from "./ListResolversCommand";
|
|
44
|
+
export * from "./ListSourceApiAssociationsCommand";
|
|
39
45
|
export * from "./ListTagsForResourceCommand";
|
|
46
|
+
export * from "./ListTypesByAssociationCommand";
|
|
40
47
|
export * from "./ListTypesCommand";
|
|
41
48
|
export * from "./StartSchemaCreationCommand";
|
|
49
|
+
export * from "./StartSchemaMergeCommand";
|
|
42
50
|
export * from "./TagResourceCommand";
|
|
43
51
|
export * from "./UntagResourceCommand";
|
|
44
52
|
export * from "./UpdateApiCacheCommand";
|
|
@@ -48,4 +56,5 @@ export * from "./UpdateDomainNameCommand";
|
|
|
48
56
|
export * from "./UpdateFunctionCommand";
|
|
49
57
|
export * from "./UpdateGraphqlApiCommand";
|
|
50
58
|
export * from "./UpdateResolverCommand";
|
|
59
|
+
export * from "./UpdateSourceApiAssociationCommand";
|
|
51
60
|
export * from "./UpdateTypeCommand";
|