@aws-sdk/client-appsync 3.476.0 → 3.478.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/README.md +2 -2
- package/dist-cjs/models/models_0.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +376 -828
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +377 -829
- package/dist-types/AppSync.d.ts +2 -2
- package/dist-types/AppSyncClient.d.ts +2 -2
- package/dist-types/commands/AssociateApiCommand.d.ts +3 -4
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +5 -6
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +5 -6
- package/dist-types/commands/CreateApiCacheCommand.d.ts +5 -6
- package/dist-types/commands/CreateApiKeyCommand.d.ts +3 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +5 -6
- package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -2
- package/dist-types/commands/CreateFunctionCommand.d.ts +4 -6
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +10 -4
- package/dist-types/commands/CreateResolverCommand.d.ts +7 -8
- package/dist-types/commands/CreateTypeCommand.d.ts +5 -6
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +5 -6
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +3 -4
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +5 -6
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +5 -6
- package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -4
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +5 -6
- package/dist-types/commands/DeleteResolverCommand.d.ts +5 -6
- package/dist-types/commands/DeleteTypeCommand.d.ts +5 -6
- package/dist-types/commands/DisassociateApiCommand.d.ts +5 -6
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +5 -6
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +5 -6
- package/dist-types/commands/EvaluateCodeCommand.d.ts +7 -8
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +7 -8
- package/dist-types/commands/FlushApiCacheCommand.d.ts +5 -6
- package/dist-types/commands/GetApiAssociationCommand.d.ts +3 -4
- package/dist-types/commands/GetApiCacheCommand.d.ts +5 -6
- package/dist-types/commands/GetDataSourceCommand.d.ts +5 -6
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +3 -4
- package/dist-types/commands/GetDomainNameCommand.d.ts +3 -4
- package/dist-types/commands/GetFunctionCommand.d.ts +3 -4
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +6 -4
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +1 -2
- package/dist-types/commands/GetResolverCommand.d.ts +3 -4
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +3 -4
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +3 -4
- package/dist-types/commands/GetTypeCommand.d.ts +5 -6
- package/dist-types/commands/ListApiKeysCommand.d.ts +6 -8
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -4
- package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -2
- package/dist-types/commands/ListFunctionsCommand.d.ts +3 -4
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +5 -2
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +3 -4
- package/dist-types/commands/ListResolversCommand.d.ts +3 -4
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +3 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -4
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +5 -6
- package/dist-types/commands/ListTypesCommand.d.ts +5 -6
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +3 -4
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +7 -8
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +5 -6
- package/dist-types/commands/TagResourceCommand.d.ts +3 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -4
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +5 -6
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +3 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +5 -6
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +5 -6
- package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -4
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +11 -6
- package/dist-types/commands/UpdateResolverCommand.d.ts +5 -6
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +5 -6
- package/dist-types/commands/UpdateTypeCommand.d.ts +5 -6
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +431 -383
- package/dist-types/ts3.4/models/models_0.d.ts +15 -0
- package/package.json +7 -6
|
@@ -23,12 +23,11 @@ export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTem
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Evaluates a given template and returns the response. The mapping template can be a
|
|
27
|
-
*
|
|
28
|
-
* <p>Request templates take the incoming request after a GraphQL operation is parsed and
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
* field output type.</p>
|
|
26
|
+
* <p>Evaluates a given template and returns the response. The mapping template can be a request or response
|
|
27
|
+
* template.</p>
|
|
28
|
+
* <p>Request templates take the incoming request after a GraphQL operation is parsed and convert it into a
|
|
29
|
+
* request configuration for the selected data source operation. Response templates interpret responses from the
|
|
30
|
+
* data source and map it to the shape of the GraphQL field output type.</p>
|
|
32
31
|
* <p>Mapping templates are written in the Apache Velocity Template Language (VTL).</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,8 +63,8 @@ export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTem
|
|
|
64
63
|
* <p>You don't have access to perform this operation on this resource.</p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link BadRequestException} (client fault)
|
|
67
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
68
|
-
*
|
|
66
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
67
|
+
* field values, and then try again.</p>
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link InternalFailureException} (server fault)
|
|
71
70
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
@@ -46,19 +46,18 @@ export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __Met
|
|
|
46
46
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
* @throws {@link BadRequestException} (client fault)
|
|
49
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
50
|
-
*
|
|
49
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
50
|
+
* field values, and then try again.</p>
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
53
|
-
* <p>Another modification is in progress at this time and it must complete before you can
|
|
54
|
-
*
|
|
53
|
+
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
54
|
+
* change.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link InternalFailureException} (server fault)
|
|
57
57
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link NotFoundException} (client fault)
|
|
60
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
61
|
-
* again.</p>
|
|
60
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link UnauthorizedException} (client fault)
|
|
64
63
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -56,15 +56,14 @@ export interface GetApiAssociationCommandOutput extends GetApiAssociationRespons
|
|
|
56
56
|
* <p>You don't have access to perform this operation on this resource.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link BadRequestException} (client fault)
|
|
59
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
60
|
-
*
|
|
59
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
60
|
+
* field values, and then try again.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InternalFailureException} (server fault)
|
|
63
63
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link NotFoundException} (client fault)
|
|
66
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
67
|
-
* again.</p>
|
|
66
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link AppSyncServiceException}
|
|
70
69
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
@@ -55,19 +55,18 @@ export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __Metadat
|
|
|
55
55
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link BadRequestException} (client fault)
|
|
58
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
59
|
-
*
|
|
58
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
59
|
+
* field values, and then try again.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
62
|
-
* <p>Another modification is in progress at this time and it must complete before you can
|
|
63
|
-
*
|
|
62
|
+
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
63
|
+
* change.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link InternalFailureException} (server fault)
|
|
66
66
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link NotFoundException} (client fault)
|
|
69
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
70
|
-
* again.</p>
|
|
69
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
71
70
|
*
|
|
72
71
|
* @throws {@link UnauthorizedException} (client fault)
|
|
73
72
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -100,19 +100,18 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
|
|
|
100
100
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
101
101
|
*
|
|
102
102
|
* @throws {@link BadRequestException} (client fault)
|
|
103
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
104
|
-
*
|
|
103
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
104
|
+
* field values, and then try again.</p>
|
|
105
105
|
*
|
|
106
106
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
107
|
-
* <p>Another modification is in progress at this time and it must complete before you can
|
|
108
|
-
*
|
|
107
|
+
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
108
|
+
* change.</p>
|
|
109
109
|
*
|
|
110
110
|
* @throws {@link InternalFailureException} (server fault)
|
|
111
111
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
112
112
|
*
|
|
113
113
|
* @throws {@link NotFoundException} (client fault)
|
|
114
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
115
|
-
* again.</p>
|
|
114
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
116
115
|
*
|
|
117
116
|
* @throws {@link UnauthorizedException} (client fault)
|
|
118
117
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -99,15 +99,14 @@ export interface GetDataSourceIntrospectionCommandOutput extends GetDataSourceIn
|
|
|
99
99
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link BadRequestException} (client fault)
|
|
102
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
103
|
-
*
|
|
102
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
103
|
+
* field values, and then try again.</p>
|
|
104
104
|
*
|
|
105
105
|
* @throws {@link InternalFailureException} (server fault)
|
|
106
106
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link NotFoundException} (client fault)
|
|
109
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
110
|
-
* again.</p>
|
|
109
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
111
110
|
*
|
|
112
111
|
* @throws {@link AppSyncServiceException}
|
|
113
112
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
@@ -57,15 +57,14 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
|
|
|
57
57
|
* <p>You don't have access to perform this operation on this resource.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link BadRequestException} (client fault)
|
|
60
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
61
|
-
*
|
|
60
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
61
|
+
* field values, and then try again.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InternalFailureException} (server fault)
|
|
64
64
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link NotFoundException} (client fault)
|
|
67
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
68
|
-
* again.</p>
|
|
67
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link AppSyncServiceException}
|
|
71
70
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
@@ -71,12 +71,11 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
71
71
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
74
|
-
* <p>Another modification is in progress at this time and it must complete before you can
|
|
75
|
-
*
|
|
74
|
+
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
75
|
+
* change.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link NotFoundException} (client fault)
|
|
78
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
79
|
-
* again.</p>
|
|
78
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
80
79
|
*
|
|
81
80
|
* @throws {@link UnauthorizedException} (client fault)
|
|
82
81
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -100,6 +100,9 @@ export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __Met
|
|
|
100
100
|
* // mergedApiExecutionRoleArn: "STRING_VALUE",
|
|
101
101
|
* // owner: "STRING_VALUE",
|
|
102
102
|
* // ownerContact: "STRING_VALUE",
|
|
103
|
+
* // introspectionConfig: "ENABLED" || "DISABLED",
|
|
104
|
+
* // queryDepthLimit: Number("int"),
|
|
105
|
+
* // resolverCountLimit: Number("int"),
|
|
103
106
|
* // },
|
|
104
107
|
* // };
|
|
105
108
|
*
|
|
@@ -115,15 +118,14 @@ export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __Met
|
|
|
115
118
|
* <p>You don't have access to perform this operation on this resource.</p>
|
|
116
119
|
*
|
|
117
120
|
* @throws {@link BadRequestException} (client fault)
|
|
118
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
119
|
-
*
|
|
121
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
122
|
+
* field values, and then try again.</p>
|
|
120
123
|
*
|
|
121
124
|
* @throws {@link InternalFailureException} (server fault)
|
|
122
125
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
123
126
|
*
|
|
124
127
|
* @throws {@link NotFoundException} (client fault)
|
|
125
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
126
|
-
* again.</p>
|
|
128
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
127
129
|
*
|
|
128
130
|
* @throws {@link UnauthorizedException} (client fault)
|
|
129
131
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -63,8 +63,7 @@ export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSch
|
|
|
63
63
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link NotFoundException} (client fault)
|
|
66
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
67
|
-
* again.</p>
|
|
66
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link UnauthorizedException} (client fault)
|
|
70
69
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -82,12 +82,11 @@ export interface GetResolverCommandOutput extends GetResolverResponse, __Metadat
|
|
|
82
82
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
85
|
-
* <p>Another modification is in progress at this time and it must complete before you can
|
|
86
|
-
*
|
|
85
|
+
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
86
|
+
* change.</p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link NotFoundException} (client fault)
|
|
89
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
90
|
-
* again.</p>
|
|
89
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
91
90
|
*
|
|
92
91
|
* @throws {@link UnauthorizedException} (client fault)
|
|
93
92
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -49,15 +49,14 @@ export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationS
|
|
|
49
49
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
* @throws {@link BadRequestException} (client fault)
|
|
52
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
53
|
-
*
|
|
52
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
53
|
+
* field values, and then try again.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link InternalFailureException} (server fault)
|
|
56
56
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link NotFoundException} (client fault)
|
|
59
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
60
|
-
* again.</p>
|
|
59
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
61
60
|
*
|
|
62
61
|
* @throws {@link UnauthorizedException} (client fault)
|
|
63
62
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -63,15 +63,14 @@ export interface GetSourceApiAssociationCommandOutput extends GetSourceApiAssoci
|
|
|
63
63
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link BadRequestException} (client fault)
|
|
66
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
67
|
-
*
|
|
66
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
67
|
+
* field values, and then try again.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link InternalFailureException} (server fault)
|
|
70
70
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link NotFoundException} (client fault)
|
|
73
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
74
|
-
* again.</p>
|
|
73
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
75
74
|
*
|
|
76
75
|
* @throws {@link UnauthorizedException} (client fault)
|
|
77
76
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -56,19 +56,18 @@ export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer
|
|
|
56
56
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link BadRequestException} (client fault)
|
|
59
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
60
|
-
*
|
|
59
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
60
|
+
* field values, and then try again.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
63
|
-
* <p>Another modification is in progress at this time and it must complete before you can
|
|
64
|
-
*
|
|
63
|
+
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
64
|
+
* change.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link InternalFailureException} (server fault)
|
|
67
67
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link NotFoundException} (client fault)
|
|
70
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
71
|
-
* again.</p>
|
|
70
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
72
71
|
*
|
|
73
72
|
* @throws {@link UnauthorizedException} (client fault)
|
|
74
73
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -25,10 +25,9 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat
|
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Lists the API keys for a given API.</p>
|
|
27
27
|
* <note>
|
|
28
|
-
* <p>API keys are deleted automatically 60 days after they expire. However, they may still
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
* deleted.</p>
|
|
28
|
+
* <p>API keys are deleted automatically 60 days after they expire. However, they may still be included in the
|
|
29
|
+
* response until they have actually been deleted. You can safely call <code>DeleteApiKey</code> to manually
|
|
30
|
+
* delete a key before it's automatically deleted.</p>
|
|
32
31
|
* </note>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,15 +63,14 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat
|
|
|
64
63
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link BadRequestException} (client fault)
|
|
67
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
68
|
-
*
|
|
66
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
67
|
+
* field values, and then try again.</p>
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link InternalFailureException} (server fault)
|
|
71
70
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
72
71
|
*
|
|
73
72
|
* @throws {@link NotFoundException} (client fault)
|
|
74
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
75
|
-
* again.</p>
|
|
73
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
76
74
|
*
|
|
77
75
|
* @throws {@link UnauthorizedException} (client fault)
|
|
78
76
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -104,15 +104,14 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
104
104
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
105
105
|
*
|
|
106
106
|
* @throws {@link BadRequestException} (client fault)
|
|
107
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
108
|
-
*
|
|
107
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
108
|
+
* field values, and then try again.</p>
|
|
109
109
|
*
|
|
110
110
|
* @throws {@link InternalFailureException} (server fault)
|
|
111
111
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
112
112
|
*
|
|
113
113
|
* @throws {@link NotFoundException} (client fault)
|
|
114
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
115
|
-
* again.</p>
|
|
114
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
116
115
|
*
|
|
117
116
|
* @throws {@link UnauthorizedException} (client fault)
|
|
118
117
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -61,8 +61,8 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
|
|
|
61
61
|
* <p>You don't have access to perform this operation on this resource.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link BadRequestException} (client fault)
|
|
64
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
65
|
-
*
|
|
64
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
65
|
+
* field values, and then try again.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InternalFailureException} (server fault)
|
|
68
68
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
@@ -75,15 +75,14 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
|
|
|
75
75
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link BadRequestException} (client fault)
|
|
78
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
79
|
-
*
|
|
78
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
79
|
+
* field values, and then try again.</p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link InternalFailureException} (server fault)
|
|
82
82
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link NotFoundException} (client fault)
|
|
85
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
86
|
-
* again.</p>
|
|
85
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
87
86
|
*
|
|
88
87
|
* @throws {@link UnauthorizedException} (client fault)
|
|
89
88
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -104,6 +104,9 @@ export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, _
|
|
|
104
104
|
* // mergedApiExecutionRoleArn: "STRING_VALUE",
|
|
105
105
|
* // owner: "STRING_VALUE",
|
|
106
106
|
* // ownerContact: "STRING_VALUE",
|
|
107
|
+
* // introspectionConfig: "ENABLED" || "DISABLED",
|
|
108
|
+
* // queryDepthLimit: Number("int"),
|
|
109
|
+
* // resolverCountLimit: Number("int"),
|
|
107
110
|
* // },
|
|
108
111
|
* // ],
|
|
109
112
|
* // nextToken: "STRING_VALUE",
|
|
@@ -118,8 +121,8 @@ export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, _
|
|
|
118
121
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
119
122
|
*
|
|
120
123
|
* @throws {@link BadRequestException} (client fault)
|
|
121
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
122
|
-
*
|
|
124
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
125
|
+
* field values, and then try again.</p>
|
|
123
126
|
*
|
|
124
127
|
* @throws {@link InternalFailureException} (server fault)
|
|
125
128
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
@@ -86,15 +86,14 @@ export interface ListResolversByFunctionCommandOutput extends ListResolversByFun
|
|
|
86
86
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link BadRequestException} (client fault)
|
|
89
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
90
|
-
*
|
|
89
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
90
|
+
* field values, and then try again.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link InternalFailureException} (server fault)
|
|
93
93
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link NotFoundException} (client fault)
|
|
96
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
97
|
-
* again.</p>
|
|
96
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
98
97
|
*
|
|
99
98
|
* @throws {@link UnauthorizedException} (client fault)
|
|
100
99
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -86,15 +86,14 @@ export interface ListResolversCommandOutput extends ListResolversResponse, __Met
|
|
|
86
86
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link BadRequestException} (client fault)
|
|
89
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
90
|
-
*
|
|
89
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
90
|
+
* field values, and then try again.</p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link InternalFailureException} (server fault)
|
|
93
93
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
94
94
|
*
|
|
95
95
|
* @throws {@link NotFoundException} (client fault)
|
|
96
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
97
|
-
* again.</p>
|
|
96
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
98
97
|
*
|
|
99
98
|
* @throws {@link UnauthorizedException} (client fault)
|
|
100
99
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -61,15 +61,14 @@ export interface ListSourceApiAssociationsCommandOutput extends ListSourceApiAss
|
|
|
61
61
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link BadRequestException} (client fault)
|
|
64
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
65
|
-
*
|
|
64
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
65
|
+
* field values, and then try again.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InternalFailureException} (server fault)
|
|
68
68
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link NotFoundException} (client fault)
|
|
71
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
72
|
-
* again.</p>
|
|
71
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
73
72
|
*
|
|
74
73
|
* @throws {@link UnauthorizedException} (client fault)
|
|
75
74
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -53,8 +53,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
53
53
|
* <p>You don't have access to perform this operation on this resource.</p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link BadRequestException} (client fault)
|
|
56
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
57
|
-
*
|
|
56
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
57
|
+
* field values, and then try again.</p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link InternalFailureException} (server fault)
|
|
60
60
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
@@ -63,8 +63,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
63
63
|
* <p>The request exceeded a limit. Try your request again.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link NotFoundException} (client fault)
|
|
66
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
67
|
-
* again.</p>
|
|
66
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link UnauthorizedException} (client fault)
|
|
70
69
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -61,19 +61,18 @@ export interface ListTypesByAssociationCommandOutput extends ListTypesByAssociat
|
|
|
61
61
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link BadRequestException} (client fault)
|
|
64
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
65
|
-
*
|
|
64
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
65
|
+
* field values, and then try again.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
68
|
-
* <p>Another modification is in progress at this time and it must complete before you can
|
|
69
|
-
*
|
|
68
|
+
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
69
|
+
* change.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link InternalFailureException} (server fault)
|
|
72
72
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link NotFoundException} (client fault)
|
|
75
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
76
|
-
* again.</p>
|
|
75
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
77
76
|
*
|
|
78
77
|
* @throws {@link UnauthorizedException} (client fault)
|
|
79
78
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -60,19 +60,18 @@ export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBea
|
|
|
60
60
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link BadRequestException} (client fault)
|
|
63
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
64
|
-
*
|
|
63
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
64
|
+
* field values, and then try again.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
67
|
-
* <p>Another modification is in progress at this time and it must complete before you can
|
|
68
|
-
*
|
|
67
|
+
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
68
|
+
* change.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link InternalFailureException} (server fault)
|
|
71
71
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link NotFoundException} (client fault)
|
|
74
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
75
|
-
* again.</p>
|
|
74
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
76
75
|
*
|
|
77
76
|
* @throws {@link UnauthorizedException} (client fault)
|
|
78
77
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -55,15 +55,14 @@ export interface StartDataSourceIntrospectionCommandOutput extends StartDataSour
|
|
|
55
55
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link BadRequestException} (client fault)
|
|
58
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
59
|
-
*
|
|
58
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
59
|
+
* field values, and then try again.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link InternalFailureException} (server fault)
|
|
62
62
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link NotFoundException} (client fault)
|
|
65
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
66
|
-
* again.</p>
|
|
65
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
67
66
|
*
|
|
68
67
|
* @throws {@link UnauthorizedException} (client fault)
|
|
69
68
|
* <p>You aren't authorized to perform this operation.</p>
|
|
@@ -24,8 +24,8 @@ export interface StartSchemaCreationCommandOutput extends StartSchemaCreationRes
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Adds a new schema to your GraphQL API.</p>
|
|
27
|
-
* <p>This operation is asynchronous. Use to
|
|
28
|
-
*
|
|
27
|
+
* <p>This operation is asynchronous. Use to determine when it has
|
|
28
|
+
* completed.</p>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
31
|
* ```javascript
|
|
@@ -51,19 +51,18 @@ export interface StartSchemaCreationCommandOutput extends StartSchemaCreationRes
|
|
|
51
51
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link BadRequestException} (client fault)
|
|
54
|
-
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
55
|
-
*
|
|
54
|
+
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
55
|
+
* field values, and then try again.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
58
|
-
* <p>Another modification is in progress at this time and it must complete before you can
|
|
59
|
-
*
|
|
58
|
+
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
59
|
+
* change.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link InternalFailureException} (server fault)
|
|
62
62
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link NotFoundException} (client fault)
|
|
65
|
-
* <p>The resource specified in the request was not found. Check the resource, and then try
|
|
66
|
-
* again.</p>
|
|
65
|
+
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
67
66
|
*
|
|
68
67
|
* @throws {@link UnauthorizedException} (client fault)
|
|
69
68
|
* <p>You aren't authorized to perform this operation.</p>
|