@aws-sdk/client-appsync 3.1087.0 → 3.1089.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 (97) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/AppSync.d.ts +249 -321
  3. package/dist-types/ts3.4/AppSyncClient.d.ts +30 -85
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -5
  12. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateChannelNamespaceCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +7 -5
  22. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteChannelNamespaceCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -2
  39. package/dist-types/ts3.4/commands/GetChannelNamespaceCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListApisCommand.d.ts +4 -4
  53. package/dist-types/ts3.4/commands/ListChannelNamespacesCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +3 -8
  56. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +3 -8
  58. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +7 -5
  64. package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  70. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -5
  72. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +3 -5
  73. package/dist-types/ts3.4/commands/UpdateChannelNamespaceCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +4 -9
  77. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +4 -9
  78. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  82. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  83. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  84. package/dist-types/ts3.4/models/enums.d.ts +12 -24
  85. package/dist-types/ts3.4/models/errors.d.ts +11 -39
  86. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  87. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  88. package/dist-types/ts3.4/pagination/ListApiKeysPaginator.d.ts +1 -4
  89. package/dist-types/ts3.4/pagination/ListApisPaginator.d.ts +1 -4
  90. package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +1 -4
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  94. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  96. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  97. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75