@aws-sdk/client-appsync 3.616.0 → 3.618.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-cjs/index.js +61 -1
- package/dist-es/index.js +1 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListApiKeysPaginator.js +4 -0
- package/dist-es/pagination/ListDataSourcesPaginator.js +4 -0
- package/dist-es/pagination/ListDomainNamesPaginator.js +4 -0
- package/dist-es/pagination/ListFunctionsPaginator.js +4 -0
- package/dist-es/pagination/ListGraphqlApisPaginator.js +4 -0
- package/dist-es/pagination/ListResolversByFunctionPaginator.js +4 -0
- package/dist-es/pagination/ListResolversPaginator.js +4 -0
- package/dist-es/pagination/ListSourceApiAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListTypesByAssociationPaginator.js +4 -0
- package/dist-es/pagination/ListTypesPaginator.js +4 -0
- package/dist-es/pagination/index.js +11 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListApiKeysPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDomainNamesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFunctionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGraphqlApisPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResolversByFunctionPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResolversPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSourceApiAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTypesByAssociationPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListApiKeysPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDomainNamesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGraphqlApisPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResolversByFunctionPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResolversPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSourceApiAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTypesByAssociationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -130,7 +130,17 @@ __export(src_exports, {
|
|
|
130
130
|
UpdateResolverCommand: () => UpdateResolverCommand,
|
|
131
131
|
UpdateSourceApiAssociationCommand: () => UpdateSourceApiAssociationCommand,
|
|
132
132
|
UpdateTypeCommand: () => UpdateTypeCommand,
|
|
133
|
-
__Client: () => import_smithy_client.Client
|
|
133
|
+
__Client: () => import_smithy_client.Client,
|
|
134
|
+
paginateListApiKeys: () => paginateListApiKeys,
|
|
135
|
+
paginateListDataSources: () => paginateListDataSources,
|
|
136
|
+
paginateListDomainNames: () => paginateListDomainNames,
|
|
137
|
+
paginateListFunctions: () => paginateListFunctions,
|
|
138
|
+
paginateListGraphqlApis: () => paginateListGraphqlApis,
|
|
139
|
+
paginateListResolvers: () => paginateListResolvers,
|
|
140
|
+
paginateListResolversByFunction: () => paginateListResolversByFunction,
|
|
141
|
+
paginateListSourceApiAssociations: () => paginateListSourceApiAssociations,
|
|
142
|
+
paginateListTypes: () => paginateListTypes,
|
|
143
|
+
paginateListTypesByAssociation: () => paginateListTypesByAssociation
|
|
134
144
|
});
|
|
135
145
|
module.exports = __toCommonJS(src_exports);
|
|
136
146
|
|
|
@@ -3832,6 +3842,46 @@ var _AppSync = class _AppSync extends AppSyncClient {
|
|
|
3832
3842
|
__name(_AppSync, "AppSync");
|
|
3833
3843
|
var AppSync = _AppSync;
|
|
3834
3844
|
(0, import_smithy_client.createAggregatedClient)(commands, AppSync);
|
|
3845
|
+
|
|
3846
|
+
// src/pagination/ListApiKeysPaginator.ts
|
|
3847
|
+
|
|
3848
|
+
var paginateListApiKeys = (0, import_core.createPaginator)(AppSyncClient, ListApiKeysCommand, "nextToken", "nextToken", "maxResults");
|
|
3849
|
+
|
|
3850
|
+
// src/pagination/ListDataSourcesPaginator.ts
|
|
3851
|
+
|
|
3852
|
+
var paginateListDataSources = (0, import_core.createPaginator)(AppSyncClient, ListDataSourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
3853
|
+
|
|
3854
|
+
// src/pagination/ListDomainNamesPaginator.ts
|
|
3855
|
+
|
|
3856
|
+
var paginateListDomainNames = (0, import_core.createPaginator)(AppSyncClient, ListDomainNamesCommand, "nextToken", "nextToken", "maxResults");
|
|
3857
|
+
|
|
3858
|
+
// src/pagination/ListFunctionsPaginator.ts
|
|
3859
|
+
|
|
3860
|
+
var paginateListFunctions = (0, import_core.createPaginator)(AppSyncClient, ListFunctionsCommand, "nextToken", "nextToken", "maxResults");
|
|
3861
|
+
|
|
3862
|
+
// src/pagination/ListGraphqlApisPaginator.ts
|
|
3863
|
+
|
|
3864
|
+
var paginateListGraphqlApis = (0, import_core.createPaginator)(AppSyncClient, ListGraphqlApisCommand, "nextToken", "nextToken", "maxResults");
|
|
3865
|
+
|
|
3866
|
+
// src/pagination/ListResolversByFunctionPaginator.ts
|
|
3867
|
+
|
|
3868
|
+
var paginateListResolversByFunction = (0, import_core.createPaginator)(AppSyncClient, ListResolversByFunctionCommand, "nextToken", "nextToken", "maxResults");
|
|
3869
|
+
|
|
3870
|
+
// src/pagination/ListResolversPaginator.ts
|
|
3871
|
+
|
|
3872
|
+
var paginateListResolvers = (0, import_core.createPaginator)(AppSyncClient, ListResolversCommand, "nextToken", "nextToken", "maxResults");
|
|
3873
|
+
|
|
3874
|
+
// src/pagination/ListSourceApiAssociationsPaginator.ts
|
|
3875
|
+
|
|
3876
|
+
var paginateListSourceApiAssociations = (0, import_core.createPaginator)(AppSyncClient, ListSourceApiAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
3877
|
+
|
|
3878
|
+
// src/pagination/ListTypesByAssociationPaginator.ts
|
|
3879
|
+
|
|
3880
|
+
var paginateListTypesByAssociation = (0, import_core.createPaginator)(AppSyncClient, ListTypesByAssociationCommand, "nextToken", "nextToken", "maxResults");
|
|
3881
|
+
|
|
3882
|
+
// src/pagination/ListTypesPaginator.ts
|
|
3883
|
+
|
|
3884
|
+
var paginateListTypes = (0, import_core.createPaginator)(AppSyncClient, ListTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
3835
3885
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3836
3886
|
|
|
3837
3887
|
0 && (module.exports = {
|
|
@@ -3904,6 +3954,16 @@ var AppSync = _AppSync;
|
|
|
3904
3954
|
UpdateResolverCommand,
|
|
3905
3955
|
UpdateSourceApiAssociationCommand,
|
|
3906
3956
|
UpdateTypeCommand,
|
|
3957
|
+
paginateListApiKeys,
|
|
3958
|
+
paginateListDataSources,
|
|
3959
|
+
paginateListDomainNames,
|
|
3960
|
+
paginateListFunctions,
|
|
3961
|
+
paginateListGraphqlApis,
|
|
3962
|
+
paginateListResolversByFunction,
|
|
3963
|
+
paginateListResolvers,
|
|
3964
|
+
paginateListSourceApiAssociations,
|
|
3965
|
+
paginateListTypesByAssociation,
|
|
3966
|
+
paginateListTypes,
|
|
3907
3967
|
AccessDeniedException,
|
|
3908
3968
|
AuthenticationType,
|
|
3909
3969
|
AssociationStatus,
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListApiKeysCommand } from "../commands/ListApiKeysCommand";
|
|
4
|
+
export const paginateListApiKeys = createPaginator(AppSyncClient, ListApiKeysCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListDataSourcesCommand, } from "../commands/ListDataSourcesCommand";
|
|
4
|
+
export const paginateListDataSources = createPaginator(AppSyncClient, ListDataSourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListDomainNamesCommand, } from "../commands/ListDomainNamesCommand";
|
|
4
|
+
export const paginateListDomainNames = createPaginator(AppSyncClient, ListDomainNamesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListFunctionsCommand, } from "../commands/ListFunctionsCommand";
|
|
4
|
+
export const paginateListFunctions = createPaginator(AppSyncClient, ListFunctionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListGraphqlApisCommand, } from "../commands/ListGraphqlApisCommand";
|
|
4
|
+
export const paginateListGraphqlApis = createPaginator(AppSyncClient, ListGraphqlApisCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListResolversByFunctionCommand, } from "../commands/ListResolversByFunctionCommand";
|
|
4
|
+
export const paginateListResolversByFunction = createPaginator(AppSyncClient, ListResolversByFunctionCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListResolversCommand, } from "../commands/ListResolversCommand";
|
|
4
|
+
export const paginateListResolvers = createPaginator(AppSyncClient, ListResolversCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListSourceApiAssociationsCommand, } from "../commands/ListSourceApiAssociationsCommand";
|
|
4
|
+
export const paginateListSourceApiAssociations = createPaginator(AppSyncClient, ListSourceApiAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListTypesByAssociationCommand, } from "../commands/ListTypesByAssociationCommand";
|
|
4
|
+
export const paginateListTypesByAssociation = createPaginator(AppSyncClient, ListTypesByAssociationCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppSyncClient } from "../AppSyncClient";
|
|
3
|
+
import { ListTypesCommand } from "../commands/ListTypesCommand";
|
|
4
|
+
export const paginateListTypes = createPaginator(AppSyncClient, ListTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListApiKeysPaginator";
|
|
3
|
+
export * from "./ListDataSourcesPaginator";
|
|
4
|
+
export * from "./ListDomainNamesPaginator";
|
|
5
|
+
export * from "./ListFunctionsPaginator";
|
|
6
|
+
export * from "./ListGraphqlApisPaginator";
|
|
7
|
+
export * from "./ListResolversByFunctionPaginator";
|
|
8
|
+
export * from "./ListResolversPaginator";
|
|
9
|
+
export * from "./ListSourceApiAssociationsPaginator";
|
|
10
|
+
export * from "./ListTypesByAssociationPaginator";
|
|
11
|
+
export * from "./ListTypesPaginator";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,5 +10,6 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
10
10
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
11
|
export type { AppSyncExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
|
+
export * from "./pagination";
|
|
13
14
|
export * from "./models";
|
|
14
15
|
export { AppSyncServiceException } from "./models/AppSyncServiceException";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListApiKeysCommandInput, ListApiKeysCommandOutput } from "../commands/ListApiKeysCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListApiKeys: (config: AppSyncPaginationConfiguration, input: ListApiKeysCommandInput, ...rest: any[]) => Paginator<ListApiKeysCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDataSources: (config: AppSyncPaginationConfiguration, input: ListDataSourcesCommandInput, ...rest: any[]) => Paginator<ListDataSourcesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "../commands/ListDomainNamesCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDomainNames: (config: AppSyncPaginationConfiguration, input: ListDomainNamesCommandInput, ...rest: any[]) => Paginator<ListDomainNamesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListFunctions: (config: AppSyncPaginationConfiguration, input: ListFunctionsCommandInput, ...rest: any[]) => Paginator<ListFunctionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput } from "../commands/ListGraphqlApisCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListGraphqlApis: (config: AppSyncPaginationConfiguration, input: ListGraphqlApisCommandInput, ...rest: any[]) => Paginator<ListGraphqlApisCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput } from "../commands/ListResolversByFunctionCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListResolversByFunction: (config: AppSyncPaginationConfiguration, input: ListResolversByFunctionCommandInput, ...rest: any[]) => Paginator<ListResolversByFunctionCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListResolversCommandInput, ListResolversCommandOutput } from "../commands/ListResolversCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListResolvers: (config: AppSyncPaginationConfiguration, input: ListResolversCommandInput, ...rest: any[]) => Paginator<ListResolversCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommandOutput } from "../commands/ListSourceApiAssociationsCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListSourceApiAssociations: (config: AppSyncPaginationConfiguration, input: ListSourceApiAssociationsCommandInput, ...rest: any[]) => Paginator<ListSourceApiAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput } from "../commands/ListTypesByAssociationCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListTypesByAssociation: (config: AppSyncPaginationConfiguration, input: ListTypesByAssociationCommandInput, ...rest: any[]) => Paginator<ListTypesByAssociationCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListTypesCommandInput, ListTypesCommandOutput } from "../commands/ListTypesCommand";
|
|
3
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListTypes: (config: AppSyncPaginationConfiguration, input: ListTypesCommandInput, ...rest: any[]) => Paginator<ListTypesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListApiKeysPaginator";
|
|
3
|
+
export * from "./ListDataSourcesPaginator";
|
|
4
|
+
export * from "./ListDomainNamesPaginator";
|
|
5
|
+
export * from "./ListFunctionsPaginator";
|
|
6
|
+
export * from "./ListGraphqlApisPaginator";
|
|
7
|
+
export * from "./ListResolversByFunctionPaginator";
|
|
8
|
+
export * from "./ListResolversPaginator";
|
|
9
|
+
export * from "./ListSourceApiAssociationsPaginator";
|
|
10
|
+
export * from "./ListTypesByAssociationPaginator";
|
|
11
|
+
export * from "./ListTypesPaginator";
|
|
@@ -4,5 +4,6 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { AppSyncExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./pagination";
|
|
7
8
|
export * from "./models";
|
|
8
9
|
export { AppSyncServiceException } from "./models/AppSyncServiceException";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListApiKeysCommandInput,
|
|
4
|
+
ListApiKeysCommandOutput,
|
|
5
|
+
} from "../commands/ListApiKeysCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListApiKeys: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListApiKeysCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListApiKeysCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataSourcesCommandInput,
|
|
4
|
+
ListDataSourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListDataSourcesCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDataSources: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListDataSourcesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDataSourcesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDomainNamesCommandInput,
|
|
4
|
+
ListDomainNamesCommandOutput,
|
|
5
|
+
} from "../commands/ListDomainNamesCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDomainNames: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListDomainNamesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDomainNamesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListFunctionsCommandInput,
|
|
4
|
+
ListFunctionsCommandOutput,
|
|
5
|
+
} from "../commands/ListFunctionsCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListFunctions: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListFunctionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFunctionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListGraphqlApisCommandInput,
|
|
4
|
+
ListGraphqlApisCommandOutput,
|
|
5
|
+
} from "../commands/ListGraphqlApisCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListGraphqlApis: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListGraphqlApisCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListGraphqlApisCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListResolversByFunctionCommandInput,
|
|
4
|
+
ListResolversByFunctionCommandOutput,
|
|
5
|
+
} from "../commands/ListResolversByFunctionCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListResolversByFunction: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListResolversByFunctionCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListResolversByFunctionCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListResolversCommandInput,
|
|
4
|
+
ListResolversCommandOutput,
|
|
5
|
+
} from "../commands/ListResolversCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListResolvers: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListResolversCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListResolversCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSourceApiAssociationsCommandInput,
|
|
4
|
+
ListSourceApiAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListSourceApiAssociationsCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListSourceApiAssociations: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListSourceApiAssociationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSourceApiAssociationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTypesByAssociationCommandInput,
|
|
4
|
+
ListTypesByAssociationCommandOutput,
|
|
5
|
+
} from "../commands/ListTypesByAssociationCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListTypesByAssociation: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListTypesByAssociationCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListTypesByAssociationCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTypesCommandInput,
|
|
4
|
+
ListTypesCommandOutput,
|
|
5
|
+
} from "../commands/ListTypesCommand";
|
|
6
|
+
import { AppSyncPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListTypes: (
|
|
8
|
+
config: AppSyncPaginationConfiguration,
|
|
9
|
+
input: ListTypesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListTypesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListApiKeysPaginator";
|
|
3
|
+
export * from "./ListDataSourcesPaginator";
|
|
4
|
+
export * from "./ListDomainNamesPaginator";
|
|
5
|
+
export * from "./ListFunctionsPaginator";
|
|
6
|
+
export * from "./ListGraphqlApisPaginator";
|
|
7
|
+
export * from "./ListResolversByFunctionPaginator";
|
|
8
|
+
export * from "./ListResolversPaginator";
|
|
9
|
+
export * from "./ListSourceApiAssociationsPaginator";
|
|
10
|
+
export * from "./ListTypesByAssociationPaginator";
|
|
11
|
+
export * from "./ListTypesPaginator";
|
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.618.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",
|