@aws-sdk/client-appsync 3.458.0 → 3.460.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 +16 -0
- package/dist-cjs/AppSync.js +4 -0
- package/dist-cjs/commands/GetDataSourceIntrospectionCommand.js +51 -0
- package/dist-cjs/commands/StartDataSourceIntrospectionCommand.js +51 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +6 -1
- package/dist-cjs/protocols/Aws_restJson1.js +182 -3
- package/dist-es/AppSync.js +4 -0
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +47 -0
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +47 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +176 -1
- package/dist-types/AppSync.d.ts +14 -0
- package/dist-types/AppSyncClient.d.ts +4 -2
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +135 -0
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +94 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +270 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/AppSync.d.ts +34 -0
- package/dist-types/ts3.4/AppSyncClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +58 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +12 -12
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, take, withBaseException, } from "@smithy/smithy-client";
|
|
2
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
3
|
import { AppSyncServiceException as __BaseException } from "../models/AppSyncServiceException";
|
|
4
4
|
import { AccessDeniedException, ApiKeyLimitExceededException, ApiKeyValidityOutOfBoundsException, ApiLimitExceededException, BadRequestException, ConcurrentModificationException, GraphQLSchemaException, InternalFailureException, LimitExceededException, NotFoundException, UnauthorizedException, } from "../models/models_0";
|
|
5
5
|
export const se_AssociateApiCommand = async (input, context) => {
|
|
@@ -587,6 +587,29 @@ export const se_GetDataSourceCommand = async (input, context) => {
|
|
|
587
587
|
body,
|
|
588
588
|
});
|
|
589
589
|
};
|
|
590
|
+
export const se_GetDataSourceIntrospectionCommand = async (input, context) => {
|
|
591
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
592
|
+
const headers = {};
|
|
593
|
+
let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
|
|
594
|
+
"/v1/datasources/introspections/{introspectionId}";
|
|
595
|
+
resolvedPath = __resolvedPath(resolvedPath, input, "introspectionId", () => input.introspectionId, "{introspectionId}", false);
|
|
596
|
+
const query = map({
|
|
597
|
+
includeModelsSDL: [() => input.includeModelsSDL !== void 0, () => input.includeModelsSDL.toString()],
|
|
598
|
+
nextToken: [, input.nextToken],
|
|
599
|
+
maxResults: [() => input.maxResults !== void 0, () => input.maxResults.toString()],
|
|
600
|
+
});
|
|
601
|
+
let body;
|
|
602
|
+
return new __HttpRequest({
|
|
603
|
+
protocol,
|
|
604
|
+
hostname,
|
|
605
|
+
port,
|
|
606
|
+
method: "GET",
|
|
607
|
+
headers,
|
|
608
|
+
path: resolvedPath,
|
|
609
|
+
query,
|
|
610
|
+
body,
|
|
611
|
+
});
|
|
612
|
+
};
|
|
590
613
|
export const se_GetDomainNameCommand = async (input, context) => {
|
|
591
614
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
592
615
|
const headers = {};
|
|
@@ -965,6 +988,26 @@ export const se_ListTypesByAssociationCommand = async (input, context) => {
|
|
|
965
988
|
body,
|
|
966
989
|
});
|
|
967
990
|
};
|
|
991
|
+
export const se_StartDataSourceIntrospectionCommand = async (input, context) => {
|
|
992
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
993
|
+
const headers = {
|
|
994
|
+
"content-type": "application/json",
|
|
995
|
+
};
|
|
996
|
+
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v1/datasources/introspections";
|
|
997
|
+
let body;
|
|
998
|
+
body = JSON.stringify(take(input, {
|
|
999
|
+
rdsDataApiConfig: (_) => _json(_),
|
|
1000
|
+
}));
|
|
1001
|
+
return new __HttpRequest({
|
|
1002
|
+
protocol,
|
|
1003
|
+
hostname,
|
|
1004
|
+
port,
|
|
1005
|
+
method: "POST",
|
|
1006
|
+
headers,
|
|
1007
|
+
path: resolvedPath,
|
|
1008
|
+
body,
|
|
1009
|
+
});
|
|
1010
|
+
};
|
|
968
1011
|
export const se_StartSchemaCreationCommand = async (input, context) => {
|
|
969
1012
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
970
1013
|
const headers = {
|
|
@@ -2496,6 +2539,48 @@ const de_GetDataSourceCommandError = async (output, context) => {
|
|
|
2496
2539
|
});
|
|
2497
2540
|
}
|
|
2498
2541
|
};
|
|
2542
|
+
export const de_GetDataSourceIntrospectionCommand = async (output, context) => {
|
|
2543
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2544
|
+
return de_GetDataSourceIntrospectionCommandError(output, context);
|
|
2545
|
+
}
|
|
2546
|
+
const contents = map({
|
|
2547
|
+
$metadata: deserializeMetadata(output),
|
|
2548
|
+
});
|
|
2549
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2550
|
+
const doc = take(data, {
|
|
2551
|
+
introspectionId: __expectString,
|
|
2552
|
+
introspectionResult: (_) => de_DataSourceIntrospectionResult(_, context),
|
|
2553
|
+
introspectionStatus: __expectString,
|
|
2554
|
+
introspectionStatusDetail: __expectString,
|
|
2555
|
+
});
|
|
2556
|
+
Object.assign(contents, doc);
|
|
2557
|
+
return contents;
|
|
2558
|
+
};
|
|
2559
|
+
const de_GetDataSourceIntrospectionCommandError = async (output, context) => {
|
|
2560
|
+
const parsedOutput = {
|
|
2561
|
+
...output,
|
|
2562
|
+
body: await parseErrorBody(output.body, context),
|
|
2563
|
+
};
|
|
2564
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2565
|
+
switch (errorCode) {
|
|
2566
|
+
case "BadRequestException":
|
|
2567
|
+
case "com.amazonaws.appsync#BadRequestException":
|
|
2568
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
2569
|
+
case "InternalFailureException":
|
|
2570
|
+
case "com.amazonaws.appsync#InternalFailureException":
|
|
2571
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
2572
|
+
case "NotFoundException":
|
|
2573
|
+
case "com.amazonaws.appsync#NotFoundException":
|
|
2574
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
2575
|
+
default:
|
|
2576
|
+
const parsedBody = parsedOutput.body;
|
|
2577
|
+
return throwDefaultError({
|
|
2578
|
+
output,
|
|
2579
|
+
parsedBody,
|
|
2580
|
+
errorCode,
|
|
2581
|
+
});
|
|
2582
|
+
}
|
|
2583
|
+
};
|
|
2499
2584
|
export const de_GetDomainNameCommand = async (output, context) => {
|
|
2500
2585
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2501
2586
|
return de_GetDomainNameCommandError(output, context);
|
|
@@ -3308,6 +3393,50 @@ const de_ListTypesByAssociationCommandError = async (output, context) => {
|
|
|
3308
3393
|
});
|
|
3309
3394
|
}
|
|
3310
3395
|
};
|
|
3396
|
+
export const de_StartDataSourceIntrospectionCommand = async (output, context) => {
|
|
3397
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3398
|
+
return de_StartDataSourceIntrospectionCommandError(output, context);
|
|
3399
|
+
}
|
|
3400
|
+
const contents = map({
|
|
3401
|
+
$metadata: deserializeMetadata(output),
|
|
3402
|
+
});
|
|
3403
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3404
|
+
const doc = take(data, {
|
|
3405
|
+
introspectionId: __expectString,
|
|
3406
|
+
introspectionStatus: __expectString,
|
|
3407
|
+
introspectionStatusDetail: __expectString,
|
|
3408
|
+
});
|
|
3409
|
+
Object.assign(contents, doc);
|
|
3410
|
+
return contents;
|
|
3411
|
+
};
|
|
3412
|
+
const de_StartDataSourceIntrospectionCommandError = async (output, context) => {
|
|
3413
|
+
const parsedOutput = {
|
|
3414
|
+
...output,
|
|
3415
|
+
body: await parseErrorBody(output.body, context),
|
|
3416
|
+
};
|
|
3417
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3418
|
+
switch (errorCode) {
|
|
3419
|
+
case "BadRequestException":
|
|
3420
|
+
case "com.amazonaws.appsync#BadRequestException":
|
|
3421
|
+
throw await de_BadRequestExceptionRes(parsedOutput, context);
|
|
3422
|
+
case "InternalFailureException":
|
|
3423
|
+
case "com.amazonaws.appsync#InternalFailureException":
|
|
3424
|
+
throw await de_InternalFailureExceptionRes(parsedOutput, context);
|
|
3425
|
+
case "NotFoundException":
|
|
3426
|
+
case "com.amazonaws.appsync#NotFoundException":
|
|
3427
|
+
throw await de_NotFoundExceptionRes(parsedOutput, context);
|
|
3428
|
+
case "UnauthorizedException":
|
|
3429
|
+
case "com.amazonaws.appsync#UnauthorizedException":
|
|
3430
|
+
throw await de_UnauthorizedExceptionRes(parsedOutput, context);
|
|
3431
|
+
default:
|
|
3432
|
+
const parsedBody = parsedOutput.body;
|
|
3433
|
+
return throwDefaultError({
|
|
3434
|
+
output,
|
|
3435
|
+
parsedBody,
|
|
3436
|
+
errorCode,
|
|
3437
|
+
});
|
|
3438
|
+
}
|
|
3439
|
+
};
|
|
3311
3440
|
export const de_StartSchemaCreationCommand = async (output, context) => {
|
|
3312
3441
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3313
3442
|
return de_StartSchemaCreationCommandError(output, context);
|
|
@@ -4040,6 +4169,52 @@ const de_UnauthorizedExceptionRes = async (parsedOutput, context) => {
|
|
|
4040
4169
|
});
|
|
4041
4170
|
return __decorateServiceException(exception, parsedOutput.body);
|
|
4042
4171
|
};
|
|
4172
|
+
const de_DataSourceIntrospectionModel = (output, context) => {
|
|
4173
|
+
return take(output, {
|
|
4174
|
+
fields: (_) => de_DataSourceIntrospectionModelFields(_, context),
|
|
4175
|
+
indexes: _json,
|
|
4176
|
+
name: __expectString,
|
|
4177
|
+
primaryKey: _json,
|
|
4178
|
+
sdl: __expectString,
|
|
4179
|
+
});
|
|
4180
|
+
};
|
|
4181
|
+
const de_DataSourceIntrospectionModelField = (output, context) => {
|
|
4182
|
+
return take(output, {
|
|
4183
|
+
length: __expectLong,
|
|
4184
|
+
name: __expectString,
|
|
4185
|
+
type: (_) => de_DataSourceIntrospectionModelFieldType(_, context),
|
|
4186
|
+
});
|
|
4187
|
+
};
|
|
4188
|
+
const de_DataSourceIntrospectionModelFields = (output, context) => {
|
|
4189
|
+
const retVal = (output || [])
|
|
4190
|
+
.filter((e) => e != null)
|
|
4191
|
+
.map((entry) => {
|
|
4192
|
+
return de_DataSourceIntrospectionModelField(entry, context);
|
|
4193
|
+
});
|
|
4194
|
+
return retVal;
|
|
4195
|
+
};
|
|
4196
|
+
const de_DataSourceIntrospectionModelFieldType = (output, context) => {
|
|
4197
|
+
return take(output, {
|
|
4198
|
+
kind: __expectString,
|
|
4199
|
+
name: __expectString,
|
|
4200
|
+
type: (_) => de_DataSourceIntrospectionModelFieldType(_, context),
|
|
4201
|
+
values: _json,
|
|
4202
|
+
});
|
|
4203
|
+
};
|
|
4204
|
+
const de_DataSourceIntrospectionModels = (output, context) => {
|
|
4205
|
+
const retVal = (output || [])
|
|
4206
|
+
.filter((e) => e != null)
|
|
4207
|
+
.map((entry) => {
|
|
4208
|
+
return de_DataSourceIntrospectionModel(entry, context);
|
|
4209
|
+
});
|
|
4210
|
+
return retVal;
|
|
4211
|
+
};
|
|
4212
|
+
const de_DataSourceIntrospectionResult = (output, context) => {
|
|
4213
|
+
return take(output, {
|
|
4214
|
+
models: (_) => de_DataSourceIntrospectionModels(_, context),
|
|
4215
|
+
nextToken: __expectString,
|
|
4216
|
+
});
|
|
4217
|
+
};
|
|
4043
4218
|
const de_SourceApiAssociation = (output, context) => {
|
|
4044
4219
|
return take(output, {
|
|
4045
4220
|
associationArn: __expectString,
|
package/dist-types/AppSync.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ import { FlushApiCacheCommandInput, FlushApiCacheCommandOutput } from "./command
|
|
|
28
28
|
import { GetApiAssociationCommandInput, GetApiAssociationCommandOutput } from "./commands/GetApiAssociationCommand";
|
|
29
29
|
import { GetApiCacheCommandInput, GetApiCacheCommandOutput } from "./commands/GetApiCacheCommand";
|
|
30
30
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
31
|
+
import { GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput } from "./commands/GetDataSourceIntrospectionCommand";
|
|
31
32
|
import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "./commands/GetDomainNameCommand";
|
|
32
33
|
import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
|
|
33
34
|
import { GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput } from "./commands/GetGraphqlApiCommand";
|
|
@@ -47,6 +48,7 @@ import { ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommand
|
|
|
47
48
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
48
49
|
import { ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput } from "./commands/ListTypesByAssociationCommand";
|
|
49
50
|
import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
|
|
51
|
+
import { StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput } from "./commands/StartDataSourceIntrospectionCommand";
|
|
50
52
|
import { StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput } from "./commands/StartSchemaCreationCommand";
|
|
51
53
|
import { StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput } from "./commands/StartSchemaMergeCommand";
|
|
52
54
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
@@ -229,6 +231,12 @@ export interface AppSync {
|
|
|
229
231
|
getDataSource(args: GetDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<GetDataSourceCommandOutput>;
|
|
230
232
|
getDataSource(args: GetDataSourceCommandInput, cb: (err: any, data?: GetDataSourceCommandOutput) => void): void;
|
|
231
233
|
getDataSource(args: GetDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataSourceCommandOutput) => void): void;
|
|
234
|
+
/**
|
|
235
|
+
* @see {@link GetDataSourceIntrospectionCommand}
|
|
236
|
+
*/
|
|
237
|
+
getDataSourceIntrospection(args: GetDataSourceIntrospectionCommandInput, options?: __HttpHandlerOptions): Promise<GetDataSourceIntrospectionCommandOutput>;
|
|
238
|
+
getDataSourceIntrospection(args: GetDataSourceIntrospectionCommandInput, cb: (err: any, data?: GetDataSourceIntrospectionCommandOutput) => void): void;
|
|
239
|
+
getDataSourceIntrospection(args: GetDataSourceIntrospectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataSourceIntrospectionCommandOutput) => void): void;
|
|
232
240
|
/**
|
|
233
241
|
* @see {@link GetDomainNameCommand}
|
|
234
242
|
*/
|
|
@@ -343,6 +351,12 @@ export interface AppSync {
|
|
|
343
351
|
listTypesByAssociation(args: ListTypesByAssociationCommandInput, options?: __HttpHandlerOptions): Promise<ListTypesByAssociationCommandOutput>;
|
|
344
352
|
listTypesByAssociation(args: ListTypesByAssociationCommandInput, cb: (err: any, data?: ListTypesByAssociationCommandOutput) => void): void;
|
|
345
353
|
listTypesByAssociation(args: ListTypesByAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTypesByAssociationCommandOutput) => void): void;
|
|
354
|
+
/**
|
|
355
|
+
* @see {@link StartDataSourceIntrospectionCommand}
|
|
356
|
+
*/
|
|
357
|
+
startDataSourceIntrospection(args: StartDataSourceIntrospectionCommandInput, options?: __HttpHandlerOptions): Promise<StartDataSourceIntrospectionCommandOutput>;
|
|
358
|
+
startDataSourceIntrospection(args: StartDataSourceIntrospectionCommandInput, cb: (err: any, data?: StartDataSourceIntrospectionCommandOutput) => void): void;
|
|
359
|
+
startDataSourceIntrospection(args: StartDataSourceIntrospectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataSourceIntrospectionCommandOutput) => void): void;
|
|
346
360
|
/**
|
|
347
361
|
* @see {@link StartSchemaCreationCommand}
|
|
348
362
|
*/
|
|
@@ -36,6 +36,7 @@ import { FlushApiCacheCommandInput, FlushApiCacheCommandOutput } from "./command
|
|
|
36
36
|
import { GetApiAssociationCommandInput, GetApiAssociationCommandOutput } from "./commands/GetApiAssociationCommand";
|
|
37
37
|
import { GetApiCacheCommandInput, GetApiCacheCommandOutput } from "./commands/GetApiCacheCommand";
|
|
38
38
|
import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
|
|
39
|
+
import { GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput } from "./commands/GetDataSourceIntrospectionCommand";
|
|
39
40
|
import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "./commands/GetDomainNameCommand";
|
|
40
41
|
import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
|
|
41
42
|
import { GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput } from "./commands/GetGraphqlApiCommand";
|
|
@@ -55,6 +56,7 @@ import { ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommand
|
|
|
55
56
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
56
57
|
import { ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput } from "./commands/ListTypesByAssociationCommand";
|
|
57
58
|
import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand";
|
|
59
|
+
import { StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput } from "./commands/StartDataSourceIntrospectionCommand";
|
|
58
60
|
import { StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput } from "./commands/StartSchemaCreationCommand";
|
|
59
61
|
import { StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput } from "./commands/StartSchemaMergeCommand";
|
|
60
62
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
@@ -74,11 +76,11 @@ export { __Client };
|
|
|
74
76
|
/**
|
|
75
77
|
* @public
|
|
76
78
|
*/
|
|
77
|
-
export type ServiceInputTypes = AssociateApiCommandInput | AssociateMergedGraphqlApiCommandInput | AssociateSourceGraphqlApiCommandInput | CreateApiCacheCommandInput | CreateApiKeyCommandInput | CreateDataSourceCommandInput | CreateDomainNameCommandInput | CreateFunctionCommandInput | CreateGraphqlApiCommandInput | CreateResolverCommandInput | CreateTypeCommandInput | DeleteApiCacheCommandInput | DeleteApiKeyCommandInput | DeleteDataSourceCommandInput | DeleteDomainNameCommandInput | DeleteFunctionCommandInput | DeleteGraphqlApiCommandInput | DeleteResolverCommandInput | DeleteTypeCommandInput | DisassociateApiCommandInput | DisassociateMergedGraphqlApiCommandInput | DisassociateSourceGraphqlApiCommandInput | EvaluateCodeCommandInput | EvaluateMappingTemplateCommandInput | FlushApiCacheCommandInput | GetApiAssociationCommandInput | GetApiCacheCommandInput | GetDataSourceCommandInput | GetDomainNameCommandInput | GetFunctionCommandInput | GetGraphqlApiCommandInput | GetIntrospectionSchemaCommandInput | GetResolverCommandInput | GetSchemaCreationStatusCommandInput | GetSourceApiAssociationCommandInput | GetTypeCommandInput | ListApiKeysCommandInput | ListDataSourcesCommandInput | ListDomainNamesCommandInput | ListFunctionsCommandInput | ListGraphqlApisCommandInput | ListResolversByFunctionCommandInput | ListResolversCommandInput | ListSourceApiAssociationsCommandInput | ListTagsForResourceCommandInput | ListTypesByAssociationCommandInput | ListTypesCommandInput | StartSchemaCreationCommandInput | StartSchemaMergeCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApiCacheCommandInput | UpdateApiKeyCommandInput | UpdateDataSourceCommandInput | UpdateDomainNameCommandInput | UpdateFunctionCommandInput | UpdateGraphqlApiCommandInput | UpdateResolverCommandInput | UpdateSourceApiAssociationCommandInput | UpdateTypeCommandInput;
|
|
79
|
+
export type ServiceInputTypes = AssociateApiCommandInput | AssociateMergedGraphqlApiCommandInput | AssociateSourceGraphqlApiCommandInput | CreateApiCacheCommandInput | CreateApiKeyCommandInput | CreateDataSourceCommandInput | CreateDomainNameCommandInput | CreateFunctionCommandInput | CreateGraphqlApiCommandInput | CreateResolverCommandInput | CreateTypeCommandInput | DeleteApiCacheCommandInput | DeleteApiKeyCommandInput | DeleteDataSourceCommandInput | DeleteDomainNameCommandInput | DeleteFunctionCommandInput | DeleteGraphqlApiCommandInput | DeleteResolverCommandInput | DeleteTypeCommandInput | DisassociateApiCommandInput | DisassociateMergedGraphqlApiCommandInput | DisassociateSourceGraphqlApiCommandInput | EvaluateCodeCommandInput | EvaluateMappingTemplateCommandInput | FlushApiCacheCommandInput | GetApiAssociationCommandInput | GetApiCacheCommandInput | GetDataSourceCommandInput | GetDataSourceIntrospectionCommandInput | GetDomainNameCommandInput | GetFunctionCommandInput | GetGraphqlApiCommandInput | GetIntrospectionSchemaCommandInput | GetResolverCommandInput | GetSchemaCreationStatusCommandInput | GetSourceApiAssociationCommandInput | GetTypeCommandInput | ListApiKeysCommandInput | ListDataSourcesCommandInput | ListDomainNamesCommandInput | ListFunctionsCommandInput | ListGraphqlApisCommandInput | ListResolversByFunctionCommandInput | ListResolversCommandInput | ListSourceApiAssociationsCommandInput | ListTagsForResourceCommandInput | ListTypesByAssociationCommandInput | ListTypesCommandInput | StartDataSourceIntrospectionCommandInput | StartSchemaCreationCommandInput | StartSchemaMergeCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApiCacheCommandInput | UpdateApiKeyCommandInput | UpdateDataSourceCommandInput | UpdateDomainNameCommandInput | UpdateFunctionCommandInput | UpdateGraphqlApiCommandInput | UpdateResolverCommandInput | UpdateSourceApiAssociationCommandInput | UpdateTypeCommandInput;
|
|
78
80
|
/**
|
|
79
81
|
* @public
|
|
80
82
|
*/
|
|
81
|
-
export type ServiceOutputTypes = AssociateApiCommandOutput | AssociateMergedGraphqlApiCommandOutput | AssociateSourceGraphqlApiCommandOutput | CreateApiCacheCommandOutput | CreateApiKeyCommandOutput | CreateDataSourceCommandOutput | CreateDomainNameCommandOutput | CreateFunctionCommandOutput | CreateGraphqlApiCommandOutput | CreateResolverCommandOutput | CreateTypeCommandOutput | DeleteApiCacheCommandOutput | DeleteApiKeyCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainNameCommandOutput | DeleteFunctionCommandOutput | DeleteGraphqlApiCommandOutput | DeleteResolverCommandOutput | DeleteTypeCommandOutput | DisassociateApiCommandOutput | DisassociateMergedGraphqlApiCommandOutput | DisassociateSourceGraphqlApiCommandOutput | EvaluateCodeCommandOutput | EvaluateMappingTemplateCommandOutput | FlushApiCacheCommandOutput | GetApiAssociationCommandOutput | GetApiCacheCommandOutput | GetDataSourceCommandOutput | GetDomainNameCommandOutput | GetFunctionCommandOutput | GetGraphqlApiCommandOutput | GetIntrospectionSchemaCommandOutput | GetResolverCommandOutput | GetSchemaCreationStatusCommandOutput | GetSourceApiAssociationCommandOutput | GetTypeCommandOutput | ListApiKeysCommandOutput | ListDataSourcesCommandOutput | ListDomainNamesCommandOutput | ListFunctionsCommandOutput | ListGraphqlApisCommandOutput | ListResolversByFunctionCommandOutput | ListResolversCommandOutput | ListSourceApiAssociationsCommandOutput | ListTagsForResourceCommandOutput | ListTypesByAssociationCommandOutput | ListTypesCommandOutput | StartSchemaCreationCommandOutput | StartSchemaMergeCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApiCacheCommandOutput | UpdateApiKeyCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainNameCommandOutput | UpdateFunctionCommandOutput | UpdateGraphqlApiCommandOutput | UpdateResolverCommandOutput | UpdateSourceApiAssociationCommandOutput | UpdateTypeCommandOutput;
|
|
83
|
+
export type ServiceOutputTypes = AssociateApiCommandOutput | AssociateMergedGraphqlApiCommandOutput | AssociateSourceGraphqlApiCommandOutput | CreateApiCacheCommandOutput | CreateApiKeyCommandOutput | CreateDataSourceCommandOutput | CreateDomainNameCommandOutput | CreateFunctionCommandOutput | CreateGraphqlApiCommandOutput | CreateResolverCommandOutput | CreateTypeCommandOutput | DeleteApiCacheCommandOutput | DeleteApiKeyCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainNameCommandOutput | DeleteFunctionCommandOutput | DeleteGraphqlApiCommandOutput | DeleteResolverCommandOutput | DeleteTypeCommandOutput | DisassociateApiCommandOutput | DisassociateMergedGraphqlApiCommandOutput | DisassociateSourceGraphqlApiCommandOutput | EvaluateCodeCommandOutput | EvaluateMappingTemplateCommandOutput | FlushApiCacheCommandOutput | GetApiAssociationCommandOutput | GetApiCacheCommandOutput | GetDataSourceCommandOutput | GetDataSourceIntrospectionCommandOutput | GetDomainNameCommandOutput | GetFunctionCommandOutput | GetGraphqlApiCommandOutput | GetIntrospectionSchemaCommandOutput | GetResolverCommandOutput | GetSchemaCreationStatusCommandOutput | GetSourceApiAssociationCommandOutput | GetTypeCommandOutput | ListApiKeysCommandOutput | ListDataSourcesCommandOutput | ListDomainNamesCommandOutput | ListFunctionsCommandOutput | ListGraphqlApisCommandOutput | ListResolversByFunctionCommandOutput | ListResolversCommandOutput | ListSourceApiAssociationsCommandOutput | ListTagsForResourceCommandOutput | ListTypesByAssociationCommandOutput | ListTypesCommandOutput | StartDataSourceIntrospectionCommandOutput | StartSchemaCreationCommandOutput | StartSchemaMergeCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApiCacheCommandOutput | UpdateApiKeyCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainNameCommandOutput | UpdateFunctionCommandOutput | UpdateGraphqlApiCommandOutput | UpdateResolverCommandOutput | UpdateSourceApiAssociationCommandOutput | UpdateTypeCommandOutput;
|
|
82
84
|
/**
|
|
83
85
|
* @public
|
|
84
86
|
*/
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
|
+
import { GetDataSourceIntrospectionRequest, GetDataSourceIntrospectionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetDataSourceIntrospectionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetDataSourceIntrospectionCommandInput extends GetDataSourceIntrospectionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetDataSourceIntrospectionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDataSourceIntrospectionCommandOutput extends GetDataSourceIntrospectionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Retrieves the record of an existing introspection. If the retrieval is successful, the result of the
|
|
27
|
+
* instrospection will also be returned. If the retrieval fails the operation, an error message will be returned
|
|
28
|
+
* instead.</p>
|
|
29
|
+
* @example
|
|
30
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
+
* ```javascript
|
|
32
|
+
* import { AppSyncClient, GetDataSourceIntrospectionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
33
|
+
* // const { AppSyncClient, GetDataSourceIntrospectionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
34
|
+
* const client = new AppSyncClient(config);
|
|
35
|
+
* const input = { // GetDataSourceIntrospectionRequest
|
|
36
|
+
* introspectionId: "STRING_VALUE", // required
|
|
37
|
+
* includeModelsSDL: true || false,
|
|
38
|
+
* nextToken: "STRING_VALUE",
|
|
39
|
+
* maxResults: Number("int"),
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetDataSourceIntrospectionCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetDataSourceIntrospectionResponse
|
|
44
|
+
* // introspectionId: "STRING_VALUE",
|
|
45
|
+
* // introspectionStatus: "PROCESSING" || "FAILED" || "SUCCESS",
|
|
46
|
+
* // introspectionStatusDetail: "STRING_VALUE",
|
|
47
|
+
* // introspectionResult: { // DataSourceIntrospectionResult
|
|
48
|
+
* // models: [ // DataSourceIntrospectionModels
|
|
49
|
+
* // { // DataSourceIntrospectionModel
|
|
50
|
+
* // name: "STRING_VALUE",
|
|
51
|
+
* // fields: [ // DataSourceIntrospectionModelFields
|
|
52
|
+
* // { // DataSourceIntrospectionModelField
|
|
53
|
+
* // name: "STRING_VALUE",
|
|
54
|
+
* // type: { // DataSourceIntrospectionModelFieldType
|
|
55
|
+
* // kind: "STRING_VALUE",
|
|
56
|
+
* // name: "STRING_VALUE",
|
|
57
|
+
* // type: {
|
|
58
|
+
* // kind: "STRING_VALUE",
|
|
59
|
+
* // name: "STRING_VALUE",
|
|
60
|
+
* // type: "<DataSourceIntrospectionModelFieldType>",
|
|
61
|
+
* // values: [ // DataSourceIntrospectionModelFieldTypeValues
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // },
|
|
65
|
+
* // values: [
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // length: Number("long"),
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // primaryKey: { // DataSourceIntrospectionModelIndex
|
|
73
|
+
* // name: "STRING_VALUE",
|
|
74
|
+
* // fields: [ // DataSourceIntrospectionModelIndexFields
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // },
|
|
78
|
+
* // indexes: [ // DataSourceIntrospectionModelIndexes
|
|
79
|
+
* // {
|
|
80
|
+
* // name: "STRING_VALUE",
|
|
81
|
+
* // fields: [
|
|
82
|
+
* // "STRING_VALUE",
|
|
83
|
+
* // ],
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // sdl: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // nextToken: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // };
|
|
92
|
+
*
|
|
93
|
+
* ```
|
|
94
|
+
*
|
|
95
|
+
* @param GetDataSourceIntrospectionCommandInput - {@link GetDataSourceIntrospectionCommandInput}
|
|
96
|
+
* @returns {@link GetDataSourceIntrospectionCommandOutput}
|
|
97
|
+
* @see {@link GetDataSourceIntrospectionCommandInput} for command's `input` shape.
|
|
98
|
+
* @see {@link GetDataSourceIntrospectionCommandOutput} for command's `response` shape.
|
|
99
|
+
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
100
|
+
*
|
|
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
|
+
* missing. Check the field values, and then try again.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
106
|
+
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
107
|
+
*
|
|
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>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link AppSyncServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
114
|
+
*
|
|
115
|
+
*/
|
|
116
|
+
export declare class GetDataSourceIntrospectionCommand extends $Command<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig> {
|
|
117
|
+
readonly input: GetDataSourceIntrospectionCommandInput;
|
|
118
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
constructor(input: GetDataSourceIntrospectionCommandInput);
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
*/
|
|
126
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput>;
|
|
127
|
+
/**
|
|
128
|
+
* @internal
|
|
129
|
+
*/
|
|
130
|
+
private serialize;
|
|
131
|
+
/**
|
|
132
|
+
* @internal
|
|
133
|
+
*/
|
|
134
|
+
private deserialize;
|
|
135
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
|
+
import { StartDataSourceIntrospectionRequest, StartDataSourceIntrospectionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StartDataSourceIntrospectionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StartDataSourceIntrospectionCommandInput extends StartDataSourceIntrospectionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StartDataSourceIntrospectionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StartDataSourceIntrospectionCommandOutput extends StartDataSourceIntrospectionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates a new introspection. Returns the <code>introspectionId</code> of the new introspection after its
|
|
27
|
+
* creation. </p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { AppSyncClient, StartDataSourceIntrospectionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
32
|
+
* // const { AppSyncClient, StartDataSourceIntrospectionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
33
|
+
* const client = new AppSyncClient(config);
|
|
34
|
+
* const input = { // StartDataSourceIntrospectionRequest
|
|
35
|
+
* rdsDataApiConfig: { // RdsDataApiConfig
|
|
36
|
+
* resourceArn: "STRING_VALUE", // required
|
|
37
|
+
* secretArn: "STRING_VALUE", // required
|
|
38
|
+
* databaseName: "STRING_VALUE", // required
|
|
39
|
+
* },
|
|
40
|
+
* };
|
|
41
|
+
* const command = new StartDataSourceIntrospectionCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // StartDataSourceIntrospectionResponse
|
|
44
|
+
* // introspectionId: "STRING_VALUE",
|
|
45
|
+
* // introspectionStatus: "PROCESSING" || "FAILED" || "SUCCESS",
|
|
46
|
+
* // introspectionStatusDetail: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param StartDataSourceIntrospectionCommandInput - {@link StartDataSourceIntrospectionCommandInput}
|
|
52
|
+
* @returns {@link StartDataSourceIntrospectionCommandOutput}
|
|
53
|
+
* @see {@link StartDataSourceIntrospectionCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link StartDataSourceIntrospectionCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
56
|
+
*
|
|
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
|
+
* missing. Check the field values, and then try again.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
62
|
+
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
63
|
+
*
|
|
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>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
69
|
+
* <p>You aren't authorized to perform this operation.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link AppSyncServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from AppSync service.</p>
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
export declare class StartDataSourceIntrospectionCommand extends $Command<StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig> {
|
|
76
|
+
readonly input: StartDataSourceIntrospectionCommandInput;
|
|
77
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
constructor(input: StartDataSourceIntrospectionCommandInput);
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
private deserialize;
|
|
94
|
+
}
|
|
@@ -26,6 +26,7 @@ export * from "./FlushApiCacheCommand";
|
|
|
26
26
|
export * from "./GetApiAssociationCommand";
|
|
27
27
|
export * from "./GetApiCacheCommand";
|
|
28
28
|
export * from "./GetDataSourceCommand";
|
|
29
|
+
export * from "./GetDataSourceIntrospectionCommand";
|
|
29
30
|
export * from "./GetDomainNameCommand";
|
|
30
31
|
export * from "./GetFunctionCommand";
|
|
31
32
|
export * from "./GetGraphqlApiCommand";
|
|
@@ -45,6 +46,7 @@ export * from "./ListSourceApiAssociationsCommand";
|
|
|
45
46
|
export * from "./ListTagsForResourceCommand";
|
|
46
47
|
export * from "./ListTypesByAssociationCommand";
|
|
47
48
|
export * from "./ListTypesCommand";
|
|
49
|
+
export * from "./StartDataSourceIntrospectionCommand";
|
|
48
50
|
export * from "./StartSchemaCreationCommand";
|
|
49
51
|
export * from "./StartSchemaMergeCommand";
|
|
50
52
|
export * from "./TagResourceCommand";
|