@aws-sdk/client-customer-profiles 3.975.0 → 3.980.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
CHANGED
|
@@ -4303,6 +4303,28 @@ class UpdateRecommenderCommand extends smithyClient.Command
|
|
|
4303
4303
|
.build() {
|
|
4304
4304
|
}
|
|
4305
4305
|
|
|
4306
|
+
const paginateGetSimilarProfiles = core.createPaginator(CustomerProfilesClient, GetSimilarProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4307
|
+
|
|
4308
|
+
const paginateListDomainLayouts = core.createPaginator(CustomerProfilesClient, ListDomainLayoutsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4309
|
+
|
|
4310
|
+
const paginateListDomainObjectTypes = core.createPaginator(CustomerProfilesClient, ListDomainObjectTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4311
|
+
|
|
4312
|
+
const paginateListEventStreams = core.createPaginator(CustomerProfilesClient, ListEventStreamsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4313
|
+
|
|
4314
|
+
const paginateListEventTriggers = core.createPaginator(CustomerProfilesClient, ListEventTriggersCommand, "NextToken", "NextToken", "MaxResults");
|
|
4315
|
+
|
|
4316
|
+
const paginateListObjectTypeAttributes = core.createPaginator(CustomerProfilesClient, ListObjectTypeAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4317
|
+
|
|
4318
|
+
const paginateListRecommenderRecipes = core.createPaginator(CustomerProfilesClient, ListRecommenderRecipesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4319
|
+
|
|
4320
|
+
const paginateListRecommenders = core.createPaginator(CustomerProfilesClient, ListRecommendersCommand, "NextToken", "NextToken", "MaxResults");
|
|
4321
|
+
|
|
4322
|
+
const paginateListRuleBasedMatches = core.createPaginator(CustomerProfilesClient, ListRuleBasedMatchesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4323
|
+
|
|
4324
|
+
const paginateListSegmentDefinitions = core.createPaginator(CustomerProfilesClient, ListSegmentDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4325
|
+
|
|
4326
|
+
const paginateListUploadJobs = core.createPaginator(CustomerProfilesClient, ListUploadJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4327
|
+
|
|
4306
4328
|
const commands = {
|
|
4307
4329
|
AddProfileKeyCommand,
|
|
4308
4330
|
BatchGetCalculatedAttributeForProfileCommand,
|
|
@@ -4403,31 +4425,22 @@ const commands = {
|
|
|
4403
4425
|
UpdateProfileCommand,
|
|
4404
4426
|
UpdateRecommenderCommand,
|
|
4405
4427
|
};
|
|
4428
|
+
const paginators = {
|
|
4429
|
+
paginateGetSimilarProfiles,
|
|
4430
|
+
paginateListDomainLayouts,
|
|
4431
|
+
paginateListDomainObjectTypes,
|
|
4432
|
+
paginateListEventStreams,
|
|
4433
|
+
paginateListEventTriggers,
|
|
4434
|
+
paginateListObjectTypeAttributes,
|
|
4435
|
+
paginateListRecommenderRecipes,
|
|
4436
|
+
paginateListRecommenders,
|
|
4437
|
+
paginateListRuleBasedMatches,
|
|
4438
|
+
paginateListSegmentDefinitions,
|
|
4439
|
+
paginateListUploadJobs,
|
|
4440
|
+
};
|
|
4406
4441
|
class CustomerProfiles extends CustomerProfilesClient {
|
|
4407
4442
|
}
|
|
4408
|
-
smithyClient.createAggregatedClient(commands, CustomerProfiles);
|
|
4409
|
-
|
|
4410
|
-
const paginateGetSimilarProfiles = core.createPaginator(CustomerProfilesClient, GetSimilarProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4411
|
-
|
|
4412
|
-
const paginateListDomainLayouts = core.createPaginator(CustomerProfilesClient, ListDomainLayoutsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4413
|
-
|
|
4414
|
-
const paginateListDomainObjectTypes = core.createPaginator(CustomerProfilesClient, ListDomainObjectTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4415
|
-
|
|
4416
|
-
const paginateListEventStreams = core.createPaginator(CustomerProfilesClient, ListEventStreamsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4417
|
-
|
|
4418
|
-
const paginateListEventTriggers = core.createPaginator(CustomerProfilesClient, ListEventTriggersCommand, "NextToken", "NextToken", "MaxResults");
|
|
4419
|
-
|
|
4420
|
-
const paginateListObjectTypeAttributes = core.createPaginator(CustomerProfilesClient, ListObjectTypeAttributesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4421
|
-
|
|
4422
|
-
const paginateListRecommenderRecipes = core.createPaginator(CustomerProfilesClient, ListRecommenderRecipesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4423
|
-
|
|
4424
|
-
const paginateListRecommenders = core.createPaginator(CustomerProfilesClient, ListRecommendersCommand, "NextToken", "NextToken", "MaxResults");
|
|
4425
|
-
|
|
4426
|
-
const paginateListRuleBasedMatches = core.createPaginator(CustomerProfilesClient, ListRuleBasedMatchesCommand, "NextToken", "NextToken", "MaxResults");
|
|
4427
|
-
|
|
4428
|
-
const paginateListSegmentDefinitions = core.createPaginator(CustomerProfilesClient, ListSegmentDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4429
|
-
|
|
4430
|
-
const paginateListUploadJobs = core.createPaginator(CustomerProfilesClient, ListUploadJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4443
|
+
smithyClient.createAggregatedClient(commands, CustomerProfiles, { paginators });
|
|
4431
4444
|
|
|
4432
4445
|
const ActionType = {
|
|
4433
4446
|
ADDED_PROFILE_KEY: "ADDED_PROFILE_KEY",
|
|
@@ -98,6 +98,17 @@ import { UpdateEventTriggerCommand, } from "./commands/UpdateEventTriggerCommand
|
|
|
98
98
|
import { UpdateProfileCommand, } from "./commands/UpdateProfileCommand";
|
|
99
99
|
import { UpdateRecommenderCommand, } from "./commands/UpdateRecommenderCommand";
|
|
100
100
|
import { CustomerProfilesClient } from "./CustomerProfilesClient";
|
|
101
|
+
import { paginateGetSimilarProfiles } from "./pagination/GetSimilarProfilesPaginator";
|
|
102
|
+
import { paginateListDomainLayouts } from "./pagination/ListDomainLayoutsPaginator";
|
|
103
|
+
import { paginateListDomainObjectTypes } from "./pagination/ListDomainObjectTypesPaginator";
|
|
104
|
+
import { paginateListEventStreams } from "./pagination/ListEventStreamsPaginator";
|
|
105
|
+
import { paginateListEventTriggers } from "./pagination/ListEventTriggersPaginator";
|
|
106
|
+
import { paginateListObjectTypeAttributes } from "./pagination/ListObjectTypeAttributesPaginator";
|
|
107
|
+
import { paginateListRecommenderRecipes } from "./pagination/ListRecommenderRecipesPaginator";
|
|
108
|
+
import { paginateListRecommenders } from "./pagination/ListRecommendersPaginator";
|
|
109
|
+
import { paginateListRuleBasedMatches } from "./pagination/ListRuleBasedMatchesPaginator";
|
|
110
|
+
import { paginateListSegmentDefinitions } from "./pagination/ListSegmentDefinitionsPaginator";
|
|
111
|
+
import { paginateListUploadJobs } from "./pagination/ListUploadJobsPaginator";
|
|
101
112
|
const commands = {
|
|
102
113
|
AddProfileKeyCommand,
|
|
103
114
|
BatchGetCalculatedAttributeForProfileCommand,
|
|
@@ -198,6 +209,19 @@ const commands = {
|
|
|
198
209
|
UpdateProfileCommand,
|
|
199
210
|
UpdateRecommenderCommand,
|
|
200
211
|
};
|
|
212
|
+
const paginators = {
|
|
213
|
+
paginateGetSimilarProfiles,
|
|
214
|
+
paginateListDomainLayouts,
|
|
215
|
+
paginateListDomainObjectTypes,
|
|
216
|
+
paginateListEventStreams,
|
|
217
|
+
paginateListEventTriggers,
|
|
218
|
+
paginateListObjectTypeAttributes,
|
|
219
|
+
paginateListRecommenderRecipes,
|
|
220
|
+
paginateListRecommenders,
|
|
221
|
+
paginateListRuleBasedMatches,
|
|
222
|
+
paginateListSegmentDefinitions,
|
|
223
|
+
paginateListUploadJobs,
|
|
224
|
+
};
|
|
201
225
|
export class CustomerProfiles extends CustomerProfilesClient {
|
|
202
226
|
}
|
|
203
|
-
createAggregatedClient(commands, CustomerProfiles);
|
|
227
|
+
createAggregatedClient(commands, CustomerProfiles, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";
|
|
3
3
|
import { BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput } from "./commands/BatchGetCalculatedAttributeForProfileCommand";
|
|
4
4
|
import { BatchGetProfileCommandInput, BatchGetProfileCommandOutput } from "./commands/BatchGetProfileCommand";
|
|
@@ -690,6 +690,83 @@ export interface CustomerProfiles {
|
|
|
690
690
|
updateRecommender(args: UpdateRecommenderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRecommenderCommandOutput>;
|
|
691
691
|
updateRecommender(args: UpdateRecommenderCommandInput, cb: (err: any, data?: UpdateRecommenderCommandOutput) => void): void;
|
|
692
692
|
updateRecommender(args: UpdateRecommenderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecommenderCommandOutput) => void): void;
|
|
693
|
+
/**
|
|
694
|
+
* @see {@link GetSimilarProfilesCommand}
|
|
695
|
+
* @param args - command input.
|
|
696
|
+
* @param paginationConfig - optional pagination config.
|
|
697
|
+
* @returns AsyncIterable of {@link GetSimilarProfilesCommandOutput}.
|
|
698
|
+
*/
|
|
699
|
+
paginateGetSimilarProfiles(args: GetSimilarProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetSimilarProfilesCommandOutput>;
|
|
700
|
+
/**
|
|
701
|
+
* @see {@link ListDomainLayoutsCommand}
|
|
702
|
+
* @param args - command input.
|
|
703
|
+
* @param paginationConfig - optional pagination config.
|
|
704
|
+
* @returns AsyncIterable of {@link ListDomainLayoutsCommandOutput}.
|
|
705
|
+
*/
|
|
706
|
+
paginateListDomainLayouts(args: ListDomainLayoutsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDomainLayoutsCommandOutput>;
|
|
707
|
+
/**
|
|
708
|
+
* @see {@link ListDomainObjectTypesCommand}
|
|
709
|
+
* @param args - command input.
|
|
710
|
+
* @param paginationConfig - optional pagination config.
|
|
711
|
+
* @returns AsyncIterable of {@link ListDomainObjectTypesCommandOutput}.
|
|
712
|
+
*/
|
|
713
|
+
paginateListDomainObjectTypes(args: ListDomainObjectTypesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDomainObjectTypesCommandOutput>;
|
|
714
|
+
/**
|
|
715
|
+
* @see {@link ListEventStreamsCommand}
|
|
716
|
+
* @param args - command input.
|
|
717
|
+
* @param paginationConfig - optional pagination config.
|
|
718
|
+
* @returns AsyncIterable of {@link ListEventStreamsCommandOutput}.
|
|
719
|
+
*/
|
|
720
|
+
paginateListEventStreams(args: ListEventStreamsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEventStreamsCommandOutput>;
|
|
721
|
+
/**
|
|
722
|
+
* @see {@link ListEventTriggersCommand}
|
|
723
|
+
* @param args - command input.
|
|
724
|
+
* @param paginationConfig - optional pagination config.
|
|
725
|
+
* @returns AsyncIterable of {@link ListEventTriggersCommandOutput}.
|
|
726
|
+
*/
|
|
727
|
+
paginateListEventTriggers(args: ListEventTriggersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEventTriggersCommandOutput>;
|
|
728
|
+
/**
|
|
729
|
+
* @see {@link ListObjectTypeAttributesCommand}
|
|
730
|
+
* @param args - command input.
|
|
731
|
+
* @param paginationConfig - optional pagination config.
|
|
732
|
+
* @returns AsyncIterable of {@link ListObjectTypeAttributesCommandOutput}.
|
|
733
|
+
*/
|
|
734
|
+
paginateListObjectTypeAttributes(args: ListObjectTypeAttributesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListObjectTypeAttributesCommandOutput>;
|
|
735
|
+
/**
|
|
736
|
+
* @see {@link ListRecommenderRecipesCommand}
|
|
737
|
+
* @param args - command input.
|
|
738
|
+
* @param paginationConfig - optional pagination config.
|
|
739
|
+
* @returns AsyncIterable of {@link ListRecommenderRecipesCommandOutput}.
|
|
740
|
+
*/
|
|
741
|
+
paginateListRecommenderRecipes(args?: ListRecommenderRecipesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommenderRecipesCommandOutput>;
|
|
742
|
+
/**
|
|
743
|
+
* @see {@link ListRecommendersCommand}
|
|
744
|
+
* @param args - command input.
|
|
745
|
+
* @param paginationConfig - optional pagination config.
|
|
746
|
+
* @returns AsyncIterable of {@link ListRecommendersCommandOutput}.
|
|
747
|
+
*/
|
|
748
|
+
paginateListRecommenders(args: ListRecommendersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommendersCommandOutput>;
|
|
749
|
+
/**
|
|
750
|
+
* @see {@link ListRuleBasedMatchesCommand}
|
|
751
|
+
* @param args - command input.
|
|
752
|
+
* @param paginationConfig - optional pagination config.
|
|
753
|
+
* @returns AsyncIterable of {@link ListRuleBasedMatchesCommandOutput}.
|
|
754
|
+
*/
|
|
755
|
+
paginateListRuleBasedMatches(args: ListRuleBasedMatchesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRuleBasedMatchesCommandOutput>;
|
|
756
|
+
/**
|
|
757
|
+
* @see {@link ListSegmentDefinitionsCommand}
|
|
758
|
+
* @param args - command input.
|
|
759
|
+
* @param paginationConfig - optional pagination config.
|
|
760
|
+
* @returns AsyncIterable of {@link ListSegmentDefinitionsCommandOutput}.
|
|
761
|
+
*/
|
|
762
|
+
paginateListSegmentDefinitions(args: ListSegmentDefinitionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSegmentDefinitionsCommandOutput>;
|
|
763
|
+
/**
|
|
764
|
+
* @see {@link ListUploadJobsCommand}
|
|
765
|
+
* @param args - command input.
|
|
766
|
+
* @param paginationConfig - optional pagination config.
|
|
767
|
+
* @returns AsyncIterable of {@link ListUploadJobsCommandOutput}.
|
|
768
|
+
*/
|
|
769
|
+
paginateListUploadJobs(args: ListUploadJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUploadJobsCommandOutput>;
|
|
693
770
|
}
|
|
694
771
|
/**
|
|
695
772
|
* <fullname>Amazon Connect Customer Profiles</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
AddProfileKeyCommandInput,
|
|
4
8
|
AddProfileKeyCommandOutput,
|
|
@@ -1706,6 +1710,83 @@ export interface CustomerProfiles {
|
|
|
1706
1710
|
options: __HttpHandlerOptions,
|
|
1707
1711
|
cb: (err: any, data?: UpdateRecommenderCommandOutput) => void
|
|
1708
1712
|
): void;
|
|
1713
|
+
paginateGetSimilarProfiles(
|
|
1714
|
+
args: GetSimilarProfilesCommandInput,
|
|
1715
|
+
paginationConfig?: Pick<
|
|
1716
|
+
PaginationConfiguration,
|
|
1717
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1718
|
+
>
|
|
1719
|
+
): Paginator<GetSimilarProfilesCommandOutput>;
|
|
1720
|
+
paginateListDomainLayouts(
|
|
1721
|
+
args: ListDomainLayoutsCommandInput,
|
|
1722
|
+
paginationConfig?: Pick<
|
|
1723
|
+
PaginationConfiguration,
|
|
1724
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1725
|
+
>
|
|
1726
|
+
): Paginator<ListDomainLayoutsCommandOutput>;
|
|
1727
|
+
paginateListDomainObjectTypes(
|
|
1728
|
+
args: ListDomainObjectTypesCommandInput,
|
|
1729
|
+
paginationConfig?: Pick<
|
|
1730
|
+
PaginationConfiguration,
|
|
1731
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1732
|
+
>
|
|
1733
|
+
): Paginator<ListDomainObjectTypesCommandOutput>;
|
|
1734
|
+
paginateListEventStreams(
|
|
1735
|
+
args: ListEventStreamsCommandInput,
|
|
1736
|
+
paginationConfig?: Pick<
|
|
1737
|
+
PaginationConfiguration,
|
|
1738
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1739
|
+
>
|
|
1740
|
+
): Paginator<ListEventStreamsCommandOutput>;
|
|
1741
|
+
paginateListEventTriggers(
|
|
1742
|
+
args: ListEventTriggersCommandInput,
|
|
1743
|
+
paginationConfig?: Pick<
|
|
1744
|
+
PaginationConfiguration,
|
|
1745
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1746
|
+
>
|
|
1747
|
+
): Paginator<ListEventTriggersCommandOutput>;
|
|
1748
|
+
paginateListObjectTypeAttributes(
|
|
1749
|
+
args: ListObjectTypeAttributesCommandInput,
|
|
1750
|
+
paginationConfig?: Pick<
|
|
1751
|
+
PaginationConfiguration,
|
|
1752
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1753
|
+
>
|
|
1754
|
+
): Paginator<ListObjectTypeAttributesCommandOutput>;
|
|
1755
|
+
paginateListRecommenderRecipes(
|
|
1756
|
+
args?: ListRecommenderRecipesCommandInput,
|
|
1757
|
+
paginationConfig?: Pick<
|
|
1758
|
+
PaginationConfiguration,
|
|
1759
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1760
|
+
>
|
|
1761
|
+
): Paginator<ListRecommenderRecipesCommandOutput>;
|
|
1762
|
+
paginateListRecommenders(
|
|
1763
|
+
args: ListRecommendersCommandInput,
|
|
1764
|
+
paginationConfig?: Pick<
|
|
1765
|
+
PaginationConfiguration,
|
|
1766
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1767
|
+
>
|
|
1768
|
+
): Paginator<ListRecommendersCommandOutput>;
|
|
1769
|
+
paginateListRuleBasedMatches(
|
|
1770
|
+
args: ListRuleBasedMatchesCommandInput,
|
|
1771
|
+
paginationConfig?: Pick<
|
|
1772
|
+
PaginationConfiguration,
|
|
1773
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1774
|
+
>
|
|
1775
|
+
): Paginator<ListRuleBasedMatchesCommandOutput>;
|
|
1776
|
+
paginateListSegmentDefinitions(
|
|
1777
|
+
args: ListSegmentDefinitionsCommandInput,
|
|
1778
|
+
paginationConfig?: Pick<
|
|
1779
|
+
PaginationConfiguration,
|
|
1780
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1781
|
+
>
|
|
1782
|
+
): Paginator<ListSegmentDefinitionsCommandOutput>;
|
|
1783
|
+
paginateListUploadJobs(
|
|
1784
|
+
args: ListUploadJobsCommandInput,
|
|
1785
|
+
paginationConfig?: Pick<
|
|
1786
|
+
PaginationConfiguration,
|
|
1787
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1788
|
+
>
|
|
1789
|
+
): Paginator<ListUploadJobsCommandOutput>;
|
|
1709
1790
|
}
|
|
1710
1791
|
export declare class CustomerProfiles
|
|
1711
1792
|
extends CustomerProfilesClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-customer-profiles",
|
|
3
3
|
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-customer-profiles",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|