@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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/AppSync.d.ts +249 -321
- package/dist-types/ts3.4/AppSyncClient.d.ts +30 -85
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateChannelNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteChannelNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetChannelNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListApisCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListChannelNamespacesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateChannelNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +11 -39
- package/dist-types/ts3.4/models/models_0.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListApiKeysPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListApisPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38