@aws-sdk/client-appsync 3.32.0 → 3.36.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/CHANGELOG.md +45 -0
- package/README.md +2 -2
- package/{dist/cjs → dist-cjs}/AppSync.js +2 -3
- package/{dist/cjs → dist-cjs}/AppSyncClient.js +10 -11
- package/{dist/cjs → dist-cjs}/commands/CreateApiCacheCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateApiKeyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDataSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateFunctionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateGraphqlApiCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateResolverCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteApiCacheCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteApiKeyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDataSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFunctionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteGraphqlApiCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteResolverCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/FlushApiCacheCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetApiCacheCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDataSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetFunctionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetGraphqlApiCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetIntrospectionSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetResolverCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSchemaCreationStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListApiKeysCommand.js +5 -6
- package/{dist/cjs → dist-cjs}/commands/ListDataSourcesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListFunctionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListGraphqlApisCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListResolversByFunctionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListResolversCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTypesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartSchemaCreationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateApiCacheCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateApiKeyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDataSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateFunctionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateGraphqlApiCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateResolverCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +13 -4
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +25 -3
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/AppSync.js +1 -6
- package/{dist/es → dist-es}/AppSyncClient.js +2 -12
- package/{dist/es → dist-es}/commands/CreateApiCacheCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateApiKeyCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateDataSourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateFunctionCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateGraphqlApiCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateResolverCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateTypeCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteApiCacheCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteApiKeyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDataSourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteFunctionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteGraphqlApiCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteResolverCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteTypeCommand.js +4 -30
- package/{dist/es → dist-es}/commands/FlushApiCacheCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetApiCacheCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDataSourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetFunctionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetGraphqlApiCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetIntrospectionSchemaCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetResolverCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetSchemaCreationStatusCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetTypeCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListApiKeysCommand.js +4 -36
- package/{dist/es → dist-es}/commands/ListDataSourcesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListFunctionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListGraphqlApisCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListResolversByFunctionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListResolversCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTypesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StartSchemaCreationCommand.js +4 -32
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateApiCacheCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateApiKeyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateDataSourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateFunctionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateGraphqlApiCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateResolverCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateTypeCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +5 -358
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1177 -1165
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/AppSync.d.ts +6 -6
- package/{dist/types → dist-types}/AppSyncClient.d.ts +10 -10
- package/{dist/types → dist-types}/commands/CreateApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateApiKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateGraphqlApiCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateResolverCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteApiKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteGraphqlApiCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteResolverCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/FlushApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetGraphqlApiCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetIntrospectionSchemaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetResolverCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSchemaCreationStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListApiKeysCommand.d.ts +5 -5
- package/{dist/types → dist-types}/commands/ListDataSourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListFunctionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListGraphqlApisCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListResolversByFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListResolversCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartSchemaCreationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateApiKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateGraphqlApiCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateResolverCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +100 -53
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/AppSync.d.ts +6 -6
- package/{dist/types → dist-types}/ts3.4/AppSyncClient.d.ts +10 -10
- package/{dist/types → dist-types}/ts3.4/commands/CreateApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateApiKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateGraphqlApiCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateResolverCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteApiKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteResolverCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/FlushApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetGraphqlApiCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetResolverCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListApiKeysCommand.d.ts +5 -5
- package/{dist/types → dist-types}/ts3.4/commands/ListDataSourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListFunctionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListGraphqlApisCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListResolversByFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListResolversCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartSchemaCreationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApiCacheCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateApiKeyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateFunctionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateResolverCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +100 -53
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/AppSync.ts +0 -1429
- package/AppSyncClient.ts +0 -374
- package/commands/CreateApiCacheCommand.ts +0 -94
- package/commands/CreateApiKeyCommand.ts +0 -95
- package/commands/CreateDataSourceCommand.ts +0 -94
- package/commands/CreateFunctionCommand.ts +0 -96
- package/commands/CreateGraphqlApiCommand.ts +0 -94
- package/commands/CreateResolverCommand.ts +0 -96
- package/commands/CreateTypeCommand.ts +0 -94
- package/commands/DeleteApiCacheCommand.ts +0 -94
- package/commands/DeleteApiKeyCommand.ts +0 -94
- package/commands/DeleteDataSourceCommand.ts +0 -94
- package/commands/DeleteFunctionCommand.ts +0 -94
- package/commands/DeleteGraphqlApiCommand.ts +0 -94
- package/commands/DeleteResolverCommand.ts +0 -94
- package/commands/DeleteTypeCommand.ts +0 -94
- package/commands/FlushApiCacheCommand.ts +0 -94
- package/commands/GetApiCacheCommand.ts +0 -94
- package/commands/GetDataSourceCommand.ts +0 -94
- package/commands/GetFunctionCommand.ts +0 -94
- package/commands/GetGraphqlApiCommand.ts +0 -94
- package/commands/GetIntrospectionSchemaCommand.ts +0 -94
- package/commands/GetResolverCommand.ts +0 -94
- package/commands/GetSchemaCreationStatusCommand.ts +0 -94
- package/commands/GetTypeCommand.ts +0 -90
- package/commands/ListApiKeysCommand.ts +0 -100
- package/commands/ListDataSourcesCommand.ts +0 -94
- package/commands/ListFunctionsCommand.ts +0 -94
- package/commands/ListGraphqlApisCommand.ts +0 -94
- package/commands/ListResolversByFunctionCommand.ts +0 -94
- package/commands/ListResolversCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTypesCommand.ts +0 -94
- package/commands/StartSchemaCreationCommand.ts +0 -96
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateApiCacheCommand.ts +0 -94
- package/commands/UpdateApiKeyCommand.ts +0 -94
- package/commands/UpdateDataSourceCommand.ts +0 -94
- package/commands/UpdateFunctionCommand.ts +0 -94
- package/commands/UpdateGraphqlApiCommand.ts +0 -94
- package/commands/UpdateResolverCommand.ts +0 -94
- package/commands/UpdateTypeCommand.ts +0 -94
- package/dist/cjs/AppSync.js.map +0 -1
- package/dist/cjs/AppSyncClient.js.map +0 -1
- package/dist/cjs/commands/CreateApiCacheCommand.js.map +0 -1
- package/dist/cjs/commands/CreateApiKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDataSourceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGraphqlApiCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResolverCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApiCacheCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteApiKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDataSourceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGraphqlApiCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResolverCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTypeCommand.js.map +0 -1
- package/dist/cjs/commands/FlushApiCacheCommand.js.map +0 -1
- package/dist/cjs/commands/GetApiCacheCommand.js.map +0 -1
- package/dist/cjs/commands/GetDataSourceCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetGraphqlApiCommand.js.map +0 -1
- package/dist/cjs/commands/GetIntrospectionSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/GetResolverCommand.js.map +0 -1
- package/dist/cjs/commands/GetSchemaCreationStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetTypeCommand.js.map +0 -1
- package/dist/cjs/commands/ListApiKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListDataSourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGraphqlApisCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolversByFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/ListResolversCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTypesCommand.js.map +0 -1
- package/dist/cjs/commands/StartSchemaCreationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApiCacheCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateApiKeyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDataSourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGraphqlApiCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResolverCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTypeCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/AppSync.js.map +0 -1
- package/dist/es/AppSyncClient.js.map +0 -1
- package/dist/es/commands/CreateApiCacheCommand.js.map +0 -1
- package/dist/es/commands/CreateApiKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateDataSourceCommand.js.map +0 -1
- package/dist/es/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/es/commands/CreateGraphqlApiCommand.js.map +0 -1
- package/dist/es/commands/CreateResolverCommand.js.map +0 -1
- package/dist/es/commands/CreateTypeCommand.js.map +0 -1
- package/dist/es/commands/DeleteApiCacheCommand.js.map +0 -1
- package/dist/es/commands/DeleteApiKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteDataSourceCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/es/commands/DeleteGraphqlApiCommand.js.map +0 -1
- package/dist/es/commands/DeleteResolverCommand.js.map +0 -1
- package/dist/es/commands/DeleteTypeCommand.js.map +0 -1
- package/dist/es/commands/FlushApiCacheCommand.js.map +0 -1
- package/dist/es/commands/GetApiCacheCommand.js.map +0 -1
- package/dist/es/commands/GetDataSourceCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetGraphqlApiCommand.js.map +0 -1
- package/dist/es/commands/GetIntrospectionSchemaCommand.js.map +0 -1
- package/dist/es/commands/GetResolverCommand.js.map +0 -1
- package/dist/es/commands/GetSchemaCreationStatusCommand.js.map +0 -1
- package/dist/es/commands/GetTypeCommand.js.map +0 -1
- package/dist/es/commands/ListApiKeysCommand.js.map +0 -1
- package/dist/es/commands/ListDataSourcesCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListGraphqlApisCommand.js.map +0 -1
- package/dist/es/commands/ListResolversByFunctionCommand.js.map +0 -1
- package/dist/es/commands/ListResolversCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTypesCommand.js.map +0 -1
- package/dist/es/commands/StartSchemaCreationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateApiCacheCommand.js.map +0 -1
- package/dist/es/commands/UpdateApiKeyCommand.js.map +0 -1
- package/dist/es/commands/UpdateDataSourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/es/commands/UpdateGraphqlApiCommand.js.map +0 -1
- package/dist/es/commands/UpdateResolverCommand.js.map +0 -1
- package/dist/es/commands/UpdateTypeCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -45
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3744
- package/protocols/Aws_restJson1.ts +0 -6209
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { FlushApiCacheRequest, FlushApiCacheResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1FlushApiCacheCommand, serializeAws_restJson1FlushApiCacheCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, FlushApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, FlushApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new FlushApiCacheCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link FlushApiCacheCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link FlushApiCacheCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var FlushApiCacheCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { FlushApiCacheRequest, FlushApiCacheResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1FlushApiCacheCommand, serializeAws_restJson1FlushApiCacheCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var FlushApiCacheCommand = (function (_super) {
|
|
24
7
|
__extends(FlushApiCacheCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function FlushApiCacheCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
FlushApiCacheCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var FlushApiCacheCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return FlushApiCacheCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { FlushApiCacheCommand };
|
|
65
|
-
//# sourceMappingURL=FlushApiCacheCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetApiCacheCommand, serializeAws_restJson1GetApiCacheCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, GetApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, GetApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new GetApiCacheCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetApiCacheCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetApiCacheCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetApiCacheCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetApiCacheCommand, serializeAws_restJson1GetApiCacheCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetApiCacheCommand = (function (_super) {
|
|
24
7
|
__extends(GetApiCacheCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetApiCacheCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetApiCacheCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetApiCacheCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetApiCacheCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetApiCacheCommand };
|
|
65
|
-
//# sourceMappingURL=GetApiCacheCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetDataSourceCommand, serializeAws_restJson1GetDataSourceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, GetDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, GetDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new GetDataSourceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetDataSourceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetDataSourceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetDataSourceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetDataSourceCommand, serializeAws_restJson1GetDataSourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetDataSourceCommand = (function (_super) {
|
|
24
7
|
__extends(GetDataSourceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetDataSourceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetDataSourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetDataSourceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetDataSourceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetDataSourceCommand };
|
|
65
|
-
//# sourceMappingURL=GetDataSourceCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetFunctionCommand, serializeAws_restJson1GetFunctionCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, GetFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, GetFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new GetFunctionCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetFunctionCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetFunctionCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetFunctionCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetFunctionCommand, serializeAws_restJson1GetFunctionCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetFunctionCommand = (function (_super) {
|
|
24
7
|
__extends(GetFunctionCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetFunctionCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetFunctionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetFunctionCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetFunctionCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetFunctionCommand };
|
|
65
|
-
//# sourceMappingURL=GetFunctionCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetGraphqlApiRequest, GetGraphqlApiResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetGraphqlApiCommand, serializeAws_restJson1GetGraphqlApiCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, GetGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, GetGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new GetGraphqlApiCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetGraphqlApiCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetGraphqlApiCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetGraphqlApiCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetGraphqlApiRequest, GetGraphqlApiResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetGraphqlApiCommand, serializeAws_restJson1GetGraphqlApiCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetGraphqlApiCommand = (function (_super) {
|
|
24
7
|
__extends(GetGraphqlApiCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetGraphqlApiCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetGraphqlApiCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetGraphqlApiCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetGraphqlApiCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetGraphqlApiCommand };
|
|
65
|
-
//# sourceMappingURL=GetGraphqlApiCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetIntrospectionSchemaRequest, GetIntrospectionSchemaResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetIntrospectionSchemaCommand, serializeAws_restJson1GetIntrospectionSchemaCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, GetIntrospectionSchemaCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, GetIntrospectionSchemaCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new GetIntrospectionSchemaCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetIntrospectionSchemaCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetIntrospectionSchemaCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetIntrospectionSchemaCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetIntrospectionSchemaRequest, GetIntrospectionSchemaResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetIntrospectionSchemaCommand, serializeAws_restJson1GetIntrospectionSchemaCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetIntrospectionSchemaCommand = (function (_super) {
|
|
24
7
|
__extends(GetIntrospectionSchemaCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetIntrospectionSchemaCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetIntrospectionSchemaCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetIntrospectionSchemaCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetIntrospectionSchemaCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetIntrospectionSchemaCommand };
|
|
65
|
-
//# sourceMappingURL=GetIntrospectionSchemaCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetResolverRequest, GetResolverResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetResolverCommand, serializeAws_restJson1GetResolverCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, GetResolverCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, GetResolverCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new GetResolverCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetResolverCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetResolverCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetResolverCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetResolverRequest, GetResolverResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetResolverCommand, serializeAws_restJson1GetResolverCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetResolverCommand = (function (_super) {
|
|
24
7
|
__extends(GetResolverCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetResolverCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetResolverCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetResolverCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetResolverCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetResolverCommand };
|
|
65
|
-
//# sourceMappingURL=GetResolverCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetSchemaCreationStatusRequest, GetSchemaCreationStatusResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetSchemaCreationStatusCommand, serializeAws_restJson1GetSchemaCreationStatusCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, GetSchemaCreationStatusCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, GetSchemaCreationStatusCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new GetSchemaCreationStatusCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetSchemaCreationStatusCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetSchemaCreationStatusCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetSchemaCreationStatusCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetSchemaCreationStatusRequest, GetSchemaCreationStatusResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetSchemaCreationStatusCommand, serializeAws_restJson1GetSchemaCreationStatusCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetSchemaCreationStatusCommand = (function (_super) {
|
|
24
7
|
__extends(GetSchemaCreationStatusCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetSchemaCreationStatusCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetSchemaCreationStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetSchemaCreationStatusCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetSchemaCreationStatusCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetSchemaCreationStatusCommand };
|
|
65
|
-
//# sourceMappingURL=GetSchemaCreationStatusCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetTypeRequest, GetTypeResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetTypeCommand, serializeAws_restJson1GetTypeCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, GetTypeCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, GetTypeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new GetTypeCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetTypeCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetTypeCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetTypeCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetTypeRequest, GetTypeResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetTypeCommand, serializeAws_restJson1GetTypeCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var GetTypeCommand = (function (_super) {
|
|
24
7
|
__extends(GetTypeCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetTypeCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetTypeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetTypeCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetTypeCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetTypeCommand };
|
|
65
|
-
//# sourceMappingURL=GetTypeCommand.js.map
|
|
@@ -1,46 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListApiKeysCommand, serializeAws_restJson1ListApiKeysCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p>API keys are deleted automatically 60 days after they expire. However, they may
|
|
10
|
-
* still be included in the response until they have actually been deleted. You can safely
|
|
11
|
-
* call <code>DeleteApiKey</code> to manually delete a key before it's automatically
|
|
12
|
-
* deleted.</p>
|
|
13
|
-
* </note>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { AppSyncClient, ListApiKeysCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
18
|
-
* // const { AppSyncClient, ListApiKeysCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
19
|
-
* const client = new AppSyncClient(config);
|
|
20
|
-
* const command = new ListApiKeysCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link ListApiKeysCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link ListApiKeysCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
var ListApiKeysCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListApiKeysCommand, serializeAws_restJson1ListApiKeysCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListApiKeysCommand = (function (_super) {
|
|
30
7
|
__extends(ListApiKeysCommand, _super);
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
8
|
function ListApiKeysCommand(input) {
|
|
34
|
-
var _this =
|
|
35
|
-
// Start section: command_constructor
|
|
36
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
37
10
|
_this.input = input;
|
|
38
11
|
return _this;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
ListApiKeysCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -68,4 +37,3 @@ var ListApiKeysCommand = /** @class */ (function (_super) {
|
|
|
68
37
|
return ListApiKeysCommand;
|
|
69
38
|
}($Command));
|
|
70
39
|
export { ListApiKeysCommand };
|
|
71
|
-
//# sourceMappingURL=ListApiKeysCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListDataSourcesCommand, serializeAws_restJson1ListDataSourcesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, ListDataSourcesCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, ListDataSourcesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new ListDataSourcesCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListDataSourcesCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListDataSourcesCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListDataSourcesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListDataSourcesCommand, serializeAws_restJson1ListDataSourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListDataSourcesCommand = (function (_super) {
|
|
24
7
|
__extends(ListDataSourcesCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListDataSourcesCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListDataSourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListDataSourcesCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListDataSourcesCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListDataSourcesCommand };
|
|
65
|
-
//# sourceMappingURL=ListDataSourcesCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListFunctionsCommand, serializeAws_restJson1ListFunctionsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { AppSyncClient, ListFunctionsCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
12
|
-
* // const { AppSyncClient, ListFunctionsCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
13
|
-
* const client = new AppSyncClient(config);
|
|
14
|
-
* const command = new ListFunctionsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListFunctionsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListFunctionsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link AppSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListFunctionsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListFunctionsCommand, serializeAws_restJson1ListFunctionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var ListFunctionsCommand = (function (_super) {
|
|
24
7
|
__extends(ListFunctionsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListFunctionsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListFunctionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListFunctionsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListFunctionsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListFunctionsCommand };
|
|
65
|
-
//# sourceMappingURL=ListFunctionsCommand.js.map
|