Home
last modified time | relevance | path

Searched refs:AppSyncClient (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appsync/source/
H A DAppSyncClient.cpp77 AppSyncClient::AppSyncClient(const Client::ClientConfiguration& clientConfiguration) : in AppSyncClient() function in AppSyncClient
87 AppSyncClient::AppSyncClient(const AWSCredentials& credentials, const Client::ClientConfiguration& … in AppSyncClient() function in AppSyncClient
97 AppSyncClient::AppSyncClient(const std::shared_ptr<AWSCredentialsProvider>& credentialsProvider, in AppSyncClient() function in AppSyncClient
108 AppSyncClient::~AppSyncClient() in ~AppSyncClient()
112 void AppSyncClient::init(const Client::ClientConfiguration& config) in init()
126 void AppSyncClient::OverrideEndpoint(const Aws::String& endpoint) in OverrideEndpoint()
330 CreateTypeOutcome AppSyncClient::CreateType(const CreateTypeRequest& request) const in CreateType()
584 DeleteTypeOutcome AppSyncClient::DeleteType(const DeleteTypeRequest& request) const in DeleteType()
907 GetTypeOutcome AppSyncClient::GetType(const GetTypeRequest& request) const in GetType()
1180 ListTypesOutcome AppSyncClient::ListTypes(const ListTypesRequest& request) const in ListTypes()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appsync/include/aws/appsync/
H A DAppSyncClient.h221 class AppSyncClient; variable
229 …typedef std::function<void(const AppSyncClient*, const Model::CreateTypeRequest&, const Model::Cre…
236 …typedef std::function<void(const AppSyncClient*, const Model::DeleteTypeRequest&, const Model::Del…
245 …typedef std::function<void(const AppSyncClient*, const Model::GetTypeRequest&, const Model::GetTyp…
253 …typedef std::function<void(const AppSyncClient*, const Model::ListTypesRequest&, const Model::List…
263 …typedef std::function<void(const AppSyncClient*, const Model::UpdateTypeRequest&, const Model::Upd…
269 class AWS_APPSYNC_API AppSyncClient : public Aws::Client::AWSJsonClient
278AppSyncClient(const Aws::Client::ClientConfiguration& clientConfiguration = Aws::Client::ClientCon…
284AppSyncClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration…
290 AppSyncClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
[all …]
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/AppSync/
H A DAppSyncClient.php91 class AppSyncClient extends AwsClient {} class
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/AppSync/
H A DAppSyncClient.php91 class AppSyncClient extends AwsClient {} class