@aws-sdk/client-appsync 3.614.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 +66 -6
- package/dist-es/AppSyncClient.js +5 -5
- 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/AppSyncClient.d.ts +2 -2
- 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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppSyncClient.d.ts +2 -2
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +18 -18
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
|
|
|
@@ -236,19 +246,19 @@ var _AppSyncClient = class _AppSyncClient extends import_smithy_client.Client {
|
|
|
236
246
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
237
247
|
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
238
248
|
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
239
|
-
const _config_4 = (0,
|
|
240
|
-
const _config_5 = (0,
|
|
241
|
-
const _config_6 = (0,
|
|
249
|
+
const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
|
|
250
|
+
const _config_5 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_4);
|
|
251
|
+
const _config_6 = (0, import_middleware_retry.resolveRetryConfig)(_config_5);
|
|
242
252
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
243
253
|
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
244
254
|
super(_config_8);
|
|
245
255
|
this.config = _config_8;
|
|
246
|
-
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
247
|
-
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
248
256
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
249
257
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
250
258
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
251
259
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
260
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
261
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
252
262
|
this.middlewareStack.use(
|
|
253
263
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
254
264
|
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
|
|
@@ -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/AppSyncClient.js
CHANGED
|
@@ -19,19 +19,19 @@ export class AppSyncClient extends __Client {
|
|
|
19
19
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
20
20
|
const _config_2 = resolveRegionConfig(_config_1);
|
|
21
21
|
const _config_3 = resolveEndpointConfig(_config_2);
|
|
22
|
-
const _config_4 =
|
|
23
|
-
const _config_5 =
|
|
24
|
-
const _config_6 =
|
|
22
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
23
|
+
const _config_5 = resolveUserAgentConfig(_config_4);
|
|
24
|
+
const _config_6 = resolveRetryConfig(_config_5);
|
|
25
25
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
26
26
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
27
27
|
super(_config_8);
|
|
28
28
|
this.config = _config_8;
|
|
29
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
30
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
31
29
|
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
32
30
|
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
33
31
|
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
34
32
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
33
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
34
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
35
35
|
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
36
36
|
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
|
|
37
37
|
identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
|
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";
|
|
@@ -195,7 +195,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
195
195
|
/**
|
|
196
196
|
* @public
|
|
197
197
|
*/
|
|
198
|
-
export type AppSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> &
|
|
198
|
+
export type AppSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & UserAgentInputConfig & RetryInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
|
199
199
|
/**
|
|
200
200
|
* @public
|
|
201
201
|
*
|
|
@@ -206,7 +206,7 @@ export interface AppSyncClientConfig extends AppSyncClientConfigType {
|
|
|
206
206
|
/**
|
|
207
207
|
* @public
|
|
208
208
|
*/
|
|
209
|
-
export type AppSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> &
|
|
209
|
+
export type AppSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
|
210
210
|
/**
|
|
211
211
|
* @public
|
|
212
212
|
*
|
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";
|
|
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: AppSyncClientConfig) => {
|
|
|
32
32
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
33
|
}) => import("@smithy/types").EndpointV2;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
35
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
36
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
38
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppSyncHttpAuthSchemeProvider;
|
|
39
39
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: AppSyncClientConfig) => {
|
|
|
32
32
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
33
|
}) => import("@smithy/types").EndpointV2;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
35
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
36
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
38
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppSyncHttpAuthSchemeProvider;
|
|
39
39
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -31,8 +31,8 @@ export declare const getRuntimeConfig: (config: AppSyncClientConfig) => {
|
|
|
31
31
|
logger?: import("@smithy/types").Logger | undefined;
|
|
32
32
|
}) => import("@smithy/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
35
34
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
35
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
36
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
37
37
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppSyncHttpAuthSchemeProvider;
|
|
38
38
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -469,9 +469,9 @@ export type AppSyncClientConfigType = Partial<
|
|
|
469
469
|
ClientDefaults &
|
|
470
470
|
RegionInputConfig &
|
|
471
471
|
EndpointInputConfig<EndpointParameters> &
|
|
472
|
-
RetryInputConfig &
|
|
473
472
|
HostHeaderInputConfig &
|
|
474
473
|
UserAgentInputConfig &
|
|
474
|
+
RetryInputConfig &
|
|
475
475
|
HttpAuthSchemeInputConfig &
|
|
476
476
|
ClientInputEndpointParameters;
|
|
477
477
|
export interface AppSyncClientConfig extends AppSyncClientConfigType {}
|
|
@@ -481,9 +481,9 @@ export type AppSyncClientResolvedConfigType =
|
|
|
481
481
|
RuntimeExtensionsConfig &
|
|
482
482
|
RegionResolvedConfig &
|
|
483
483
|
EndpointResolvedConfig<EndpointParameters> &
|
|
484
|
-
RetryResolvedConfig &
|
|
485
484
|
HostHeaderResolvedConfig &
|
|
486
485
|
UserAgentResolvedConfig &
|
|
486
|
+
RetryResolvedConfig &
|
|
487
487
|
HttpAuthSchemeResolvedConfig &
|
|
488
488
|
ClientResolvedEndpointParameters;
|
|
489
489
|
export interface AppSyncClientResolvedConfig
|
|
@@ -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";
|
|
@@ -56,11 +56,11 @@ export declare const getRuntimeConfig: (config: AppSyncClientConfig) => {
|
|
|
56
56
|
}
|
|
57
57
|
) => import("@smithy/types").EndpointV2;
|
|
58
58
|
tls?: boolean | undefined;
|
|
59
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
59
60
|
retryStrategy?:
|
|
60
61
|
| import("@smithy/types").RetryStrategy
|
|
61
62
|
| import("@smithy/types").RetryStrategyV2
|
|
62
63
|
| undefined;
|
|
63
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
64
64
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
65
65
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppSyncHttpAuthSchemeProvider;
|
|
66
66
|
credentials?:
|
|
@@ -60,11 +60,11 @@ export declare const getRuntimeConfig: (config: AppSyncClientConfig) => {
|
|
|
60
60
|
}
|
|
61
61
|
) => import("@smithy/types").EndpointV2;
|
|
62
62
|
tls?: boolean | undefined;
|
|
63
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
63
64
|
retryStrategy?:
|
|
64
65
|
| import("@smithy/types").RetryStrategy
|
|
65
66
|
| import("@smithy/types").RetryStrategyV2
|
|
66
67
|
| undefined;
|
|
67
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
68
68
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
69
69
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppSyncHttpAuthSchemeProvider;
|
|
70
70
|
credentials?:
|
|
@@ -50,11 +50,11 @@ export declare const getRuntimeConfig: (config: AppSyncClientConfig) => {
|
|
|
50
50
|
}
|
|
51
51
|
) => import("@smithy/types").EndpointV2;
|
|
52
52
|
tls?: boolean | undefined;
|
|
53
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
53
54
|
retryStrategy?:
|
|
54
55
|
| import("@smithy/types").RetryStrategy
|
|
55
56
|
| import("@smithy/types").RetryStrategyV2
|
|
56
57
|
| undefined;
|
|
57
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
58
58
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
59
59
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppSyncHttpAuthSchemeProvider;
|
|
60
60
|
credentials?:
|
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",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.616.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.616.0",
|
|
25
|
+
"@aws-sdk/core": "3.616.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.616.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.616.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.616.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.616.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
32
32
|
"@aws-sdk/types": "3.609.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.614.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|
|
37
|
-
"@smithy/core": "^2.2.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
37
|
+
"@smithy/core": "^2.2.7",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.2",
|
|
39
39
|
"@smithy/hash-node": "^3.0.3",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.4",
|
|
42
42
|
"@smithy/middleware-endpoint": "^3.0.5",
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.10",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.3",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.3",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.4",
|
|
47
|
-
"@smithy/node-http-handler": "^3.1.
|
|
48
|
-
"@smithy/protocol-http": "^4.0.
|
|
49
|
-
"@smithy/smithy-client": "^3.1.
|
|
47
|
+
"@smithy/node-http-handler": "^3.1.3",
|
|
48
|
+
"@smithy/protocol-http": "^4.0.4",
|
|
49
|
+
"@smithy/smithy-client": "^3.1.8",
|
|
50
50
|
"@smithy/types": "^3.3.0",
|
|
51
51
|
"@smithy/url-parser": "^3.0.3",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.10",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.10",
|
|
57
57
|
"@smithy/util-endpoints": "^2.0.5",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.3",
|
|
59
59
|
"@smithy/util-retry": "^3.0.3",
|
|
60
|
-
"@smithy/util-stream": "^3.0
|
|
60
|
+
"@smithy/util-stream": "^3.1.0",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|