@aws-sdk/client-appsync 3.775.0 → 3.777.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateApiCommand.d.ts +1 -0
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +1 -0
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +1 -0
- package/dist-types/commands/CreateApiCacheCommand.d.ts +1 -0
- package/dist-types/commands/CreateApiCommand.d.ts +1 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +1 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +1 -0
- package/dist-types/commands/CreateResolverCommand.d.ts +1 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +1 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResolverCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateApiCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +1 -0
- package/dist-types/commands/EvaluateCodeCommand.d.ts +1 -0
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +1 -0
- package/dist-types/commands/FlushApiCacheCommand.d.ts +1 -0
- package/dist-types/commands/GetApiAssociationCommand.d.ts +1 -0
- package/dist-types/commands/GetApiCacheCommand.d.ts +1 -0
- package/dist-types/commands/GetApiCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +1 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +1 -0
- package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +1 -0
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +1 -0
- package/dist-types/commands/GetResolverCommand.d.ts +1 -0
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +1 -0
- package/dist-types/commands/GetTypeCommand.d.ts +1 -0
- package/dist-types/commands/ListApiKeysCommand.d.ts +1 -0
- package/dist-types/commands/ListApisCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelNamespacesCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +1 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +1 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +1 -0
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +1 -0
- package/dist-types/commands/ListResolversCommand.d.ts +1 -0
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +1 -0
- package/dist-types/commands/ListTypesCommand.d.ts +1 -0
- package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +1 -0
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +1 -0
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +1 -0
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +1 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateChannelNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +1 -0
- package/dist-types/commands/UpdateResolverCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTypeCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -74,6 +74,7 @@ declare const AssociateApiCommand_base: {
|
|
|
74
74
|
* @throws {@link AppSyncServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class AssociateApiCommand extends AssociateApiCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const AssociateMergedGraphqlApiCommand_base: {
|
|
|
95
95
|
* @throws {@link AppSyncServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class AssociateMergedGraphqlApiCommand extends AssociateMergedGraphqlApiCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const AssociateSourceGraphqlApiCommand_base: {
|
|
|
95
95
|
* @throws {@link AppSyncServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class AssociateSourceGraphqlApiCommand extends AssociateSourceGraphqlApiCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const CreateApiCacheCommand_base: {
|
|
|
86
86
|
* @throws {@link AppSyncServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateApiCacheCommand extends CreateApiCacheCommand_base {
|
|
@@ -175,6 +175,7 @@ declare const CreateApiCommand_base: {
|
|
|
175
175
|
* @throws {@link AppSyncServiceException}
|
|
176
176
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
177
177
|
*
|
|
178
|
+
*
|
|
178
179
|
* @public
|
|
179
180
|
*/
|
|
180
181
|
export declare class CreateApiCommand extends CreateApiCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const CreateApiKeyCommand_base: {
|
|
|
85
85
|
* @throws {@link AppSyncServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const CreateChannelNamespaceCommand_base: {
|
|
|
115
115
|
* @throws {@link AppSyncServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class CreateChannelNamespaceCommand extends CreateChannelNamespaceCommand_base {
|
|
@@ -174,6 +174,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
174
174
|
* @throws {@link AppSyncServiceException}
|
|
175
175
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
176
176
|
*
|
|
177
|
+
*
|
|
177
178
|
* @public
|
|
178
179
|
*/
|
|
179
180
|
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateDomainNameCommand_base: {
|
|
|
79
79
|
* @throws {@link AppSyncServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const CreateFunctionCommand_base: {
|
|
|
115
115
|
* @throws {@link AppSyncServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
|
|
@@ -206,6 +206,7 @@ declare const CreateGraphqlApiCommand_base: {
|
|
|
206
206
|
* @throws {@link AppSyncServiceException}
|
|
207
207
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
208
208
|
*
|
|
209
|
+
*
|
|
209
210
|
* @public
|
|
210
211
|
*/
|
|
211
212
|
export declare class CreateGraphqlApiCommand extends CreateGraphqlApiCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const CreateResolverCommand_base: {
|
|
|
138
138
|
* @throws {@link AppSyncServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class CreateResolverCommand extends CreateResolverCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const CreateTypeCommand_base: {
|
|
|
80
80
|
* @throws {@link AppSyncServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateTypeCommand extends CreateTypeCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteApiCacheCommand_base: {
|
|
|
70
70
|
* @throws {@link AppSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteApiCacheCommand extends DeleteApiCacheCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DeleteApiCommand_base: {
|
|
|
73
73
|
* @throws {@link AppSyncServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteApiCommand extends DeleteApiCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeleteApiKeyCommand_base: {
|
|
|
67
67
|
* @throws {@link AppSyncServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeleteChannelNamespaceCommand_base: {
|
|
|
74
74
|
* @throws {@link AppSyncServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteChannelNamespaceCommand extends DeleteChannelNamespaceCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
71
71
|
* @throws {@link AppSyncServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
70
70
|
* @throws {@link AppSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteFunctionCommand_base: {
|
|
|
71
71
|
* @throws {@link AppSyncServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DeleteGraphqlApiCommand_base: {
|
|
|
73
73
|
* @throws {@link AppSyncServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteGraphqlApiCommand extends DeleteGraphqlApiCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteResolverCommand_base: {
|
|
|
72
72
|
* @throws {@link AppSyncServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteResolverCommand extends DeleteResolverCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteTypeCommand_base: {
|
|
|
71
71
|
* @throws {@link AppSyncServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteTypeCommand extends DeleteTypeCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DisassociateApiCommand_base: {
|
|
|
70
70
|
* @throws {@link AppSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DisassociateApiCommand extends DisassociateApiCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DisassociateMergedGraphqlApiCommand_base: {
|
|
|
74
74
|
* @throws {@link AppSyncServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DisassociateMergedGraphqlApiCommand extends DisassociateMergedGraphqlApiCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DisassociateSourceGraphqlApiCommand_base: {
|
|
|
74
74
|
* @throws {@link AppSyncServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DisassociateSourceGraphqlApiCommand extends DisassociateSourceGraphqlApiCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const EvaluateCodeCommand_base: {
|
|
|
94
94
|
* @throws {@link AppSyncServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class EvaluateCodeCommand extends EvaluateCodeCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const EvaluateMappingTemplateCommand_base: {
|
|
|
79
79
|
* @throws {@link AppSyncServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class EvaluateMappingTemplateCommand extends EvaluateMappingTemplateCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const FlushApiCacheCommand_base: {
|
|
|
70
70
|
* @throws {@link AppSyncServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class FlushApiCacheCommand extends FlushApiCacheCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetApiAssociationCommand_base: {
|
|
|
73
73
|
* @throws {@link AppSyncServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetApiAssociationCommand extends GetApiAssociationCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const GetApiCacheCommand_base: {
|
|
|
80
80
|
* @throws {@link AppSyncServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetApiCacheCommand extends GetApiCacheCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const GetApiCommand_base: {
|
|
|
127
127
|
* @throws {@link AppSyncServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class GetApiCommand extends GetApiCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const GetChannelNamespaceCommand_base: {
|
|
|
92
92
|
* @throws {@link AppSyncServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetChannelNamespaceCommand extends GetChannelNamespaceCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const GetDataSourceCommand_base: {
|
|
|
125
125
|
* @throws {@link AppSyncServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const GetDataSourceIntrospectionCommand_base: {
|
|
|
116
116
|
* @throws {@link AppSyncServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class GetDataSourceIntrospectionCommand extends GetDataSourceIntrospectionCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const GetDomainNameCommand_base: {
|
|
|
78
78
|
* @throws {@link AppSyncServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const GetFunctionCommand_base: {
|
|
|
88
88
|
* @throws {@link AppSyncServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetFunctionCommand extends GetFunctionCommand_base {
|
|
@@ -143,6 +143,7 @@ declare const GetGraphqlApiCommand_base: {
|
|
|
143
143
|
* @throws {@link AppSyncServiceException}
|
|
144
144
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
145
145
|
*
|
|
146
|
+
*
|
|
146
147
|
* @public
|
|
147
148
|
*/
|
|
148
149
|
export declare class GetGraphqlApiCommand extends GetGraphqlApiCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
74
74
|
* @throws {@link AppSyncServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetGraphqlApiEnvironmentVariablesCommand extends GetGraphqlApiEnvironmentVariablesCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetIntrospectionSchemaCommand_base: {
|
|
|
76
76
|
* @throws {@link AppSyncServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetIntrospectionSchemaCommand extends GetIntrospectionSchemaCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const GetResolverCommand_base: {
|
|
|
100
100
|
* @throws {@link AppSyncServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class GetResolverCommand extends GetResolverCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const GetSchemaCreationStatusCommand_base: {
|
|
|
69
69
|
* @throws {@link AppSyncServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetSchemaCreationStatusCommand extends GetSchemaCreationStatusCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const GetSourceApiAssociationCommand_base: {
|
|
|
83
83
|
* @throws {@link AppSyncServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetSourceApiAssociationCommand extends GetSourceApiAssociationCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListApiKeysCommand_base: {
|
|
|
84
84
|
* @throws {@link AppSyncServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListApiKeysCommand extends ListApiKeysCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const ListApisCommand_base: {
|
|
|
127
127
|
* @throws {@link AppSyncServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class ListApisCommand extends ListApisCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ListChannelNamespacesCommand_base: {
|
|
|
96
96
|
* @throws {@link AppSyncServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ListChannelNamespacesCommand extends ListChannelNamespacesCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
125
125
|
* @throws {@link AppSyncServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListDomainNamesCommand_base: {
|
|
|
78
78
|
* @throws {@link AppSyncServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListFunctionsCommand_base: {
|
|
|
95
95
|
* @throws {@link AppSyncServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const ListGraphqlApisCommand_base: {
|
|
|
142
142
|
* @throws {@link AppSyncServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class ListGraphqlApisCommand extends ListGraphqlApisCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const ListResolversByFunctionCommand_base: {
|
|
|
107
107
|
* @throws {@link AppSyncServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class ListResolversByFunctionCommand extends ListResolversByFunctionCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const ListResolversCommand_base: {
|
|
|
107
107
|
* @throws {@link AppSyncServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class ListResolversCommand extends ListResolversCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListSourceApiAssociationsCommand_base: {
|
|
|
81
81
|
* @throws {@link AppSyncServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListSourceApiAssociationsCommand extends ListSourceApiAssociationsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link AppSyncServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListTypesByAssociationCommand_base: {
|
|
|
85
85
|
* @throws {@link AppSyncServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListTypesByAssociationCommand extends ListTypesByAssociationCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListTypesCommand_base: {
|
|
|
84
84
|
* @throws {@link AppSyncServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListTypesCommand extends ListTypesCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const PutGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
127
127
|
* @throws {@link AppSyncServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class PutGraphqlApiEnvironmentVariablesCommand extends PutGraphqlApiEnvironmentVariablesCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const StartDataSourceIntrospectionCommand_base: {
|
|
|
75
75
|
* @throws {@link AppSyncServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class StartDataSourceIntrospectionCommand extends StartDataSourceIntrospectionCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const StartSchemaCreationCommand_base: {
|
|
|
75
75
|
* @throws {@link AppSyncServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class StartSchemaCreationCommand extends StartSchemaCreationCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const StartSchemaMergeCommand_base: {
|
|
|
74
74
|
* @throws {@link AppSyncServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class StartSchemaMergeCommand extends StartSchemaMergeCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const TagResourceCommand_base: {
|
|
|
75
75
|
* @throws {@link AppSyncServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const UntagResourceCommand_base: {
|
|
|
75
75
|
* @throws {@link AppSyncServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const UpdateApiCacheCommand_base: {
|
|
|
84
84
|
* @throws {@link AppSyncServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpdateApiCacheCommand extends UpdateApiCacheCommand_base {
|
|
@@ -175,6 +175,7 @@ declare const UpdateApiCommand_base: {
|
|
|
175
175
|
* @throws {@link AppSyncServiceException}
|
|
176
176
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
177
177
|
*
|
|
178
|
+
*
|
|
178
179
|
* @public
|
|
179
180
|
*/
|
|
180
181
|
export declare class UpdateApiCommand extends UpdateApiCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const UpdateApiKeyCommand_base: {
|
|
|
83
83
|
* @throws {@link AppSyncServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateApiKeyCommand extends UpdateApiKeyCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const UpdateChannelNamespaceCommand_base: {
|
|
|
107
107
|
* @throws {@link AppSyncServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class UpdateChannelNamespaceCommand extends UpdateChannelNamespaceCommand_base {
|
|
@@ -174,6 +174,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
174
174
|
* @throws {@link AppSyncServiceException}
|
|
175
175
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
176
176
|
*
|
|
177
|
+
*
|
|
177
178
|
* @public
|
|
178
179
|
*/
|
|
179
180
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
83
83
|
* @throws {@link AppSyncServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const UpdateFunctionCommand_base: {
|
|
|
114
114
|
* @throws {@link AppSyncServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class UpdateFunctionCommand extends UpdateFunctionCommand_base {
|
|
@@ -203,6 +203,7 @@ declare const UpdateGraphqlApiCommand_base: {
|
|
|
203
203
|
* @throws {@link AppSyncServiceException}
|
|
204
204
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
205
205
|
*
|
|
206
|
+
*
|
|
206
207
|
* @public
|
|
207
208
|
*/
|
|
208
209
|
export declare class UpdateGraphqlApiCommand extends UpdateGraphqlApiCommand_base {
|
|
@@ -136,6 +136,7 @@ declare const UpdateResolverCommand_base: {
|
|
|
136
136
|
* @throws {@link AppSyncServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
138
138
|
*
|
|
139
|
+
*
|
|
139
140
|
* @public
|
|
140
141
|
*/
|
|
141
142
|
export declare class UpdateResolverCommand extends UpdateResolverCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const UpdateSourceApiAssociationCommand_base: {
|
|
|
91
91
|
* @throws {@link AppSyncServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class UpdateSourceApiAssociationCommand extends UpdateSourceApiAssociationCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UpdateTypeCommand_base: {
|
|
|
81
81
|
* @throws {@link AppSyncServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateTypeCommand extends UpdateTypeCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appsync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appsync",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|