@aws-sdk/client-appsync 3.288.0 → 3.290.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 (52) hide show
  1. package/dist-types/commands/AssociateApiCommand.d.ts +14 -0
  2. package/dist-types/commands/CreateApiCacheCommand.d.ts +18 -0
  3. package/dist-types/commands/CreateApiKeyCommand.d.ts +24 -0
  4. package/dist-types/commands/CreateDataSourceCommand.d.ts +18 -0
  5. package/dist-types/commands/CreateDomainNameCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateFunctionCommand.d.ts +14 -0
  7. package/dist-types/commands/CreateGraphqlApiCommand.d.ts +21 -0
  8. package/dist-types/commands/CreateResolverCommand.d.ts +18 -0
  9. package/dist-types/commands/CreateTypeCommand.d.ts +18 -0
  10. package/dist-types/commands/DeleteApiCacheCommand.d.ts +18 -0
  11. package/dist-types/commands/DeleteApiKeyCommand.d.ts +14 -0
  12. package/dist-types/commands/DeleteDataSourceCommand.d.ts +18 -0
  13. package/dist-types/commands/DeleteDomainNameCommand.d.ts +18 -0
  14. package/dist-types/commands/DeleteFunctionCommand.d.ts +14 -0
  15. package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +21 -0
  16. package/dist-types/commands/DeleteResolverCommand.d.ts +18 -0
  17. package/dist-types/commands/DeleteTypeCommand.d.ts +18 -0
  18. package/dist-types/commands/DisassociateApiCommand.d.ts +18 -0
  19. package/dist-types/commands/EvaluateCodeCommand.d.ts +11 -0
  20. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +11 -0
  21. package/dist-types/commands/FlushApiCacheCommand.d.ts +18 -0
  22. package/dist-types/commands/GetApiAssociationCommand.d.ts +14 -0
  23. package/dist-types/commands/GetApiCacheCommand.d.ts +18 -0
  24. package/dist-types/commands/GetDataSourceCommand.d.ts +18 -0
  25. package/dist-types/commands/GetDomainNameCommand.d.ts +14 -0
  26. package/dist-types/commands/GetFunctionCommand.d.ts +11 -0
  27. package/dist-types/commands/GetGraphqlApiCommand.d.ts +17 -0
  28. package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +13 -0
  29. package/dist-types/commands/GetResolverCommand.d.ts +11 -0
  30. package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +14 -0
  31. package/dist-types/commands/GetTypeCommand.d.ts +18 -0
  32. package/dist-types/commands/ListApiKeysCommand.d.ts +14 -0
  33. package/dist-types/commands/ListDataSourcesCommand.d.ts +14 -0
  34. package/dist-types/commands/ListDomainNamesCommand.d.ts +11 -0
  35. package/dist-types/commands/ListFunctionsCommand.d.ts +14 -0
  36. package/dist-types/commands/ListGraphqlApisCommand.d.ts +11 -0
  37. package/dist-types/commands/ListResolversByFunctionCommand.d.ts +14 -0
  38. package/dist-types/commands/ListResolversCommand.d.ts +14 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +20 -0
  40. package/dist-types/commands/ListTypesCommand.d.ts +18 -0
  41. package/dist-types/commands/StartSchemaCreationCommand.d.ts +18 -0
  42. package/dist-types/commands/TagResourceCommand.d.ts +20 -0
  43. package/dist-types/commands/UntagResourceCommand.d.ts +20 -0
  44. package/dist-types/commands/UpdateApiCacheCommand.d.ts +18 -0
  45. package/dist-types/commands/UpdateApiKeyCommand.d.ts +21 -0
  46. package/dist-types/commands/UpdateDataSourceCommand.d.ts +18 -0
  47. package/dist-types/commands/UpdateDomainNameCommand.d.ts +18 -0
  48. package/dist-types/commands/UpdateFunctionCommand.d.ts +14 -0
  49. package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +21 -0
  50. package/dist-types/commands/UpdateResolverCommand.d.ts +18 -0
  51. package/dist-types/commands/UpdateTypeCommand.d.ts +18 -0
  52. package/package.json +29 -29
@@ -29,6 +29,23 @@ export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __Met
29
29
  * @see {@link GetGraphqlApiCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to perform this operation on this resource.</p>
34
+ *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
37
+ * field values, and then try again.</p>
38
+ *
39
+ * @throws {@link InternalFailureException} (server fault)
40
+ * <p>An internal AppSync error occurred. Try your request again.</p>
41
+ *
42
+ * @throws {@link NotFoundException} (client fault)
43
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
44
+ *
45
+ * @throws {@link UnauthorizedException} (client fault)
46
+ * <p>You aren't authorized to perform this operation.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class GetGraphqlApiCommand extends $Command<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
34
51
  readonly input: GetGraphqlApiCommandInput;
@@ -29,6 +29,19 @@ export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSch
29
29
  * @see {@link GetIntrospectionSchemaCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link GraphQLSchemaException} (client fault)
33
+ * <p>The GraphQL schema is not valid.</p>
34
+ *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An internal AppSync error occurred. Try your request again.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>You aren't authorized to perform this operation.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetIntrospectionSchemaCommand extends $Command<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput, AppSyncClientResolvedConfig> {
34
47
  readonly input: GetIntrospectionSchemaCommandInput;
@@ -29,6 +29,17 @@ export interface GetResolverCommandOutput extends GetResolverResponse, __Metadat
29
29
  * @see {@link GetResolverCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Another modification is in progress at this time and it must complete before you can make your
34
+ * change.</p>
35
+ *
36
+ * @throws {@link NotFoundException} (client fault)
37
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
38
+ *
39
+ * @throws {@link UnauthorizedException} (client fault)
40
+ * <p>You aren't authorized to perform this operation.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class GetResolverCommand extends $Command<GetResolverCommandInput, GetResolverCommandOutput, AppSyncClientResolvedConfig> {
34
45
  readonly input: GetResolverCommandInput;
@@ -29,6 +29,20 @@ export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationS
29
29
  * @see {@link GetSchemaCreationStatusCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>An internal AppSync error occurred. Try your request again.</p>
38
+ *
39
+ * @throws {@link NotFoundException} (client fault)
40
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ * <p>You aren't authorized to perform this operation.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class GetSchemaCreationStatusCommand extends $Command<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput, AppSyncClientResolvedConfig> {
34
48
  readonly input: GetSchemaCreationStatusCommandInput;
@@ -29,6 +29,24 @@ export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer
29
29
  * @see {@link GetTypeCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link ConcurrentModificationException} (client fault)
37
+ * <p>Another modification is in progress at this time and it must complete before you can make your
38
+ * change.</p>
39
+ *
40
+ * @throws {@link InternalFailureException} (server fault)
41
+ * <p>An internal AppSync error occurred. Try your request again.</p>
42
+ *
43
+ * @throws {@link NotFoundException} (client fault)
44
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
45
+ *
46
+ * @throws {@link UnauthorizedException} (client fault)
47
+ * <p>You aren't authorized to perform this operation.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetTypeCommand extends $Command<GetTypeCommandInput, GetTypeCommandOutput, AppSyncClientResolvedConfig> {
34
52
  readonly input: GetTypeCommandInput;
@@ -34,6 +34,20 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat
34
34
  * @see {@link ListApiKeysCommandOutput} for command's `response` shape.
35
35
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
36
36
  *
37
+ * @throws {@link BadRequestException} (client fault)
38
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
39
+ * field values, and then try again.</p>
40
+ *
41
+ * @throws {@link InternalFailureException} (server fault)
42
+ * <p>An internal AppSync error occurred. Try your request again.</p>
43
+ *
44
+ * @throws {@link NotFoundException} (client fault)
45
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>You aren't authorized to perform this operation.</p>
49
+ *
50
+ *
37
51
  */
38
52
  export declare class ListApiKeysCommand extends $Command<ListApiKeysCommandInput, ListApiKeysCommandOutput, AppSyncClientResolvedConfig> {
39
53
  readonly input: ListApiKeysCommandInput;
@@ -29,6 +29,20 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
29
29
  * @see {@link ListDataSourcesCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>An internal AppSync error occurred. Try your request again.</p>
38
+ *
39
+ * @throws {@link NotFoundException} (client fault)
40
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ * <p>You aren't authorized to perform this operation.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, AppSyncClientResolvedConfig> {
34
48
  readonly input: ListDataSourcesCommandInput;
@@ -29,6 +29,17 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
29
29
  * @see {@link ListDomainNamesCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to perform this operation on this resource.</p>
34
+ *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
37
+ * field values, and then try again.</p>
38
+ *
39
+ * @throws {@link InternalFailureException} (server fault)
40
+ * <p>An internal AppSync error occurred. Try your request again.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, AppSyncClientResolvedConfig> {
34
45
  readonly input: ListDomainNamesCommandInput;
@@ -29,6 +29,20 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
29
29
  * @see {@link ListFunctionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>An internal AppSync error occurred. Try your request again.</p>
38
+ *
39
+ * @throws {@link NotFoundException} (client fault)
40
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ * <p>You aren't authorized to perform this operation.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListFunctionsCommand extends $Command<ListFunctionsCommandInput, ListFunctionsCommandOutput, AppSyncClientResolvedConfig> {
34
48
  readonly input: ListFunctionsCommandInput;
@@ -29,6 +29,17 @@ export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, _
29
29
  * @see {@link ListGraphqlApisCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>An internal AppSync error occurred. Try your request again.</p>
38
+ *
39
+ * @throws {@link UnauthorizedException} (client fault)
40
+ * <p>You aren't authorized to perform this operation.</p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class ListGraphqlApisCommand extends $Command<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput, AppSyncClientResolvedConfig> {
34
45
  readonly input: ListGraphqlApisCommandInput;
@@ -29,6 +29,20 @@ export interface ListResolversByFunctionCommandOutput extends ListResolversByFun
29
29
  * @see {@link ListResolversByFunctionCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>An internal AppSync error occurred. Try your request again.</p>
38
+ *
39
+ * @throws {@link NotFoundException} (client fault)
40
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ * <p>You aren't authorized to perform this operation.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListResolversByFunctionCommand extends $Command<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig> {
34
48
  readonly input: ListResolversByFunctionCommandInput;
@@ -29,6 +29,20 @@ export interface ListResolversCommandOutput extends ListResolversResponse, __Met
29
29
  * @see {@link ListResolversCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>An internal AppSync error occurred. Try your request again.</p>
38
+ *
39
+ * @throws {@link NotFoundException} (client fault)
40
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ * <p>You aren't authorized to perform this operation.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListResolversCommand extends $Command<ListResolversCommandInput, ListResolversCommandOutput, AppSyncClientResolvedConfig> {
34
48
  readonly input: ListResolversCommandInput;
@@ -29,6 +29,26 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to perform this operation on this resource.</p>
34
+ *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
37
+ * field values, and then try again.</p>
38
+ *
39
+ * @throws {@link InternalFailureException} (server fault)
40
+ * <p>An internal AppSync error occurred. Try your request again.</p>
41
+ *
42
+ * @throws {@link LimitExceededException} (client fault)
43
+ * <p>The request exceeded a limit. Try your request again.</p>
44
+ *
45
+ * @throws {@link NotFoundException} (client fault)
46
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
47
+ *
48
+ * @throws {@link UnauthorizedException} (client fault)
49
+ * <p>You aren't authorized to perform this operation.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig> {
34
54
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,24 @@ export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBea
29
29
  * @see {@link ListTypesCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link ConcurrentModificationException} (client fault)
37
+ * <p>Another modification is in progress at this time and it must complete before you can make your
38
+ * change.</p>
39
+ *
40
+ * @throws {@link InternalFailureException} (server fault)
41
+ * <p>An internal AppSync error occurred. Try your request again.</p>
42
+ *
43
+ * @throws {@link NotFoundException} (client fault)
44
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
45
+ *
46
+ * @throws {@link UnauthorizedException} (client fault)
47
+ * <p>You aren't authorized to perform this operation.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class ListTypesCommand extends $Command<ListTypesCommandInput, ListTypesCommandOutput, AppSyncClientResolvedConfig> {
34
52
  readonly input: ListTypesCommandInput;
@@ -31,6 +31,24 @@ export interface StartSchemaCreationCommandOutput extends StartSchemaCreationRes
31
31
  * @see {@link StartSchemaCreationCommandOutput} for command's `response` shape.
32
32
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
36
+ * field values, and then try again.</p>
37
+ *
38
+ * @throws {@link ConcurrentModificationException} (client fault)
39
+ * <p>Another modification is in progress at this time and it must complete before you can make your
40
+ * change.</p>
41
+ *
42
+ * @throws {@link InternalFailureException} (server fault)
43
+ * <p>An internal AppSync error occurred. Try your request again.</p>
44
+ *
45
+ * @throws {@link NotFoundException} (client fault)
46
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
47
+ *
48
+ * @throws {@link UnauthorizedException} (client fault)
49
+ * <p>You aren't authorized to perform this operation.</p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class StartSchemaCreationCommand extends $Command<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput, AppSyncClientResolvedConfig> {
36
54
  readonly input: StartSchemaCreationCommandInput;
@@ -29,6 +29,26 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to perform this operation on this resource.</p>
34
+ *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
37
+ * field values, and then try again.</p>
38
+ *
39
+ * @throws {@link InternalFailureException} (server fault)
40
+ * <p>An internal AppSync error occurred. Try your request again.</p>
41
+ *
42
+ * @throws {@link LimitExceededException} (client fault)
43
+ * <p>The request exceeded a limit. Try your request again.</p>
44
+ *
45
+ * @throws {@link NotFoundException} (client fault)
46
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
47
+ *
48
+ * @throws {@link UnauthorizedException} (client fault)
49
+ * <p>You aren't authorized to perform this operation.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppSyncClientResolvedConfig> {
34
54
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,26 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to perform this operation on this resource.</p>
34
+ *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
37
+ * field values, and then try again.</p>
38
+ *
39
+ * @throws {@link InternalFailureException} (server fault)
40
+ * <p>An internal AppSync error occurred. Try your request again.</p>
41
+ *
42
+ * @throws {@link LimitExceededException} (client fault)
43
+ * <p>The request exceeded a limit. Try your request again.</p>
44
+ *
45
+ * @throws {@link NotFoundException} (client fault)
46
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
47
+ *
48
+ * @throws {@link UnauthorizedException} (client fault)
49
+ * <p>You aren't authorized to perform this operation.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppSyncClientResolvedConfig> {
34
54
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,24 @@ export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __M
29
29
  * @see {@link UpdateApiCacheCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link ConcurrentModificationException} (client fault)
37
+ * <p>Another modification is in progress at this time and it must complete before you can make your
38
+ * change.</p>
39
+ *
40
+ * @throws {@link InternalFailureException} (server fault)
41
+ * <p>An internal AppSync error occurred. Try your request again.</p>
42
+ *
43
+ * @throws {@link NotFoundException} (client fault)
44
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
45
+ *
46
+ * @throws {@link UnauthorizedException} (client fault)
47
+ * <p>You aren't authorized to perform this operation.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class UpdateApiCacheCommand extends $Command<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput, AppSyncClientResolvedConfig> {
34
52
  readonly input: UpdateApiCacheCommandInput;
@@ -29,6 +29,27 @@ export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __Metad
29
29
  * @see {@link UpdateApiKeyCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link ApiKeyValidityOutOfBoundsException} (client fault)
33
+ * <p>The API key expiration must be set to a value between 1 and 365 days from creation (for
34
+ * <code>CreateApiKey</code>) or from update (for <code>UpdateApiKey</code>).</p>
35
+ *
36
+ * @throws {@link BadRequestException} (client fault)
37
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
38
+ * field values, and then try again.</p>
39
+ *
40
+ * @throws {@link InternalFailureException} (server fault)
41
+ * <p>An internal AppSync error occurred. Try your request again.</p>
42
+ *
43
+ * @throws {@link LimitExceededException} (client fault)
44
+ * <p>The request exceeded a limit. Try your request again.</p>
45
+ *
46
+ * @throws {@link NotFoundException} (client fault)
47
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
48
+ *
49
+ * @throws {@link UnauthorizedException} (client fault)
50
+ * <p>You aren't authorized to perform this operation.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class UpdateApiKeyCommand extends $Command<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, AppSyncClientResolvedConfig> {
34
55
  readonly input: UpdateApiKeyCommandInput;
@@ -29,6 +29,24 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
29
29
  * @see {@link UpdateDataSourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link ConcurrentModificationException} (client fault)
37
+ * <p>Another modification is in progress at this time and it must complete before you can make your
38
+ * change.</p>
39
+ *
40
+ * @throws {@link InternalFailureException} (server fault)
41
+ * <p>An internal AppSync error occurred. Try your request again.</p>
42
+ *
43
+ * @throws {@link NotFoundException} (client fault)
44
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
45
+ *
46
+ * @throws {@link UnauthorizedException} (client fault)
47
+ * <p>You aren't authorized to perform this operation.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, AppSyncClientResolvedConfig> {
34
52
  readonly input: UpdateDataSourceCommandInput;
@@ -29,6 +29,24 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
29
29
  * @see {@link UpdateDomainNameCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to perform this operation on this resource.</p>
34
+ *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
37
+ * field values, and then try again.</p>
38
+ *
39
+ * @throws {@link ConcurrentModificationException} (client fault)
40
+ * <p>Another modification is in progress at this time and it must complete before you can make your
41
+ * change.</p>
42
+ *
43
+ * @throws {@link InternalFailureException} (server fault)
44
+ * <p>An internal AppSync error occurred. Try your request again.</p>
45
+ *
46
+ * @throws {@link NotFoundException} (client fault)
47
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, AppSyncClientResolvedConfig> {
34
52
  readonly input: UpdateDomainNameCommandInput;
@@ -29,6 +29,20 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __M
29
29
  * @see {@link UpdateFunctionCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Another modification is in progress at this time and it must complete before you can make your
34
+ * change.</p>
35
+ *
36
+ * @throws {@link InternalFailureException} (server fault)
37
+ * <p>An internal AppSync error occurred. Try your request again.</p>
38
+ *
39
+ * @throws {@link NotFoundException} (client fault)
40
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
41
+ *
42
+ * @throws {@link UnauthorizedException} (client fault)
43
+ * <p>You aren't authorized to perform this operation.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class UpdateFunctionCommand extends $Command<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, AppSyncClientResolvedConfig> {
34
48
  readonly input: UpdateFunctionCommandInput;
@@ -29,6 +29,27 @@ export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse,
29
29
  * @see {@link UpdateGraphqlApiCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to perform this operation on this resource.</p>
34
+ *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
37
+ * field values, and then try again.</p>
38
+ *
39
+ * @throws {@link ConcurrentModificationException} (client fault)
40
+ * <p>Another modification is in progress at this time and it must complete before you can make your
41
+ * change.</p>
42
+ *
43
+ * @throws {@link InternalFailureException} (server fault)
44
+ * <p>An internal AppSync error occurred. Try your request again.</p>
45
+ *
46
+ * @throws {@link NotFoundException} (client fault)
47
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
48
+ *
49
+ * @throws {@link UnauthorizedException} (client fault)
50
+ * <p>You aren't authorized to perform this operation.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class UpdateGraphqlApiCommand extends $Command<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
34
55
  readonly input: UpdateGraphqlApiCommandInput;
@@ -29,6 +29,24 @@ export interface UpdateResolverCommandOutput extends UpdateResolverResponse, __M
29
29
  * @see {@link UpdateResolverCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link ConcurrentModificationException} (client fault)
37
+ * <p>Another modification is in progress at this time and it must complete before you can make your
38
+ * change.</p>
39
+ *
40
+ * @throws {@link InternalFailureException} (server fault)
41
+ * <p>An internal AppSync error occurred. Try your request again.</p>
42
+ *
43
+ * @throws {@link NotFoundException} (client fault)
44
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
45
+ *
46
+ * @throws {@link UnauthorizedException} (client fault)
47
+ * <p>You aren't authorized to perform this operation.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class UpdateResolverCommand extends $Command<UpdateResolverCommandInput, UpdateResolverCommandOutput, AppSyncClientResolvedConfig> {
34
52
  readonly input: UpdateResolverCommandInput;
@@ -29,6 +29,24 @@ export interface UpdateTypeCommandOutput extends UpdateTypeResponse, __MetadataB
29
29
  * @see {@link UpdateTypeCommandOutput} for command's `response` shape.
30
30
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
34
+ * field values, and then try again.</p>
35
+ *
36
+ * @throws {@link ConcurrentModificationException} (client fault)
37
+ * <p>Another modification is in progress at this time and it must complete before you can make your
38
+ * change.</p>
39
+ *
40
+ * @throws {@link InternalFailureException} (server fault)
41
+ * <p>An internal AppSync error occurred. Try your request again.</p>
42
+ *
43
+ * @throws {@link NotFoundException} (client fault)
44
+ * <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
45
+ *
46
+ * @throws {@link UnauthorizedException} (client fault)
47
+ * <p>You aren't authorized to perform this operation.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class UpdateTypeCommand extends $Command<UpdateTypeCommandInput, UpdateTypeCommandOutput, AppSyncClientResolvedConfig> {
34
52
  readonly input: UpdateTypeCommandInput;