@aws-sdk/client-chime-sdk-voice 3.974.0 → 3.978.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 +33 -21
- package/dist-es/ChimeSDKVoice.js +23 -1
- package/dist-types/ChimeSDKVoice.d.ts +71 -1
- package/dist-types/ts3.4/ChimeSDKVoice.d.ts +75 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -3593,6 +3593,26 @@ class ValidateE911AddressCommand extends smithyClient.Command
|
|
|
3593
3593
|
.build() {
|
|
3594
3594
|
}
|
|
3595
3595
|
|
|
3596
|
+
const paginateListPhoneNumberOrders = core.createPaginator(ChimeSDKVoiceClient, ListPhoneNumberOrdersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3597
|
+
|
|
3598
|
+
const paginateListPhoneNumbers = core.createPaginator(ChimeSDKVoiceClient, ListPhoneNumbersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3599
|
+
|
|
3600
|
+
const paginateListProxySessions = core.createPaginator(ChimeSDKVoiceClient, ListProxySessionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3601
|
+
|
|
3602
|
+
const paginateListSipMediaApplications = core.createPaginator(ChimeSDKVoiceClient, ListSipMediaApplicationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3603
|
+
|
|
3604
|
+
const paginateListSipRules = core.createPaginator(ChimeSDKVoiceClient, ListSipRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3605
|
+
|
|
3606
|
+
const paginateListVoiceConnectorGroups = core.createPaginator(ChimeSDKVoiceClient, ListVoiceConnectorGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3607
|
+
|
|
3608
|
+
const paginateListVoiceConnectors = core.createPaginator(ChimeSDKVoiceClient, ListVoiceConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3609
|
+
|
|
3610
|
+
const paginateListVoiceProfileDomains = core.createPaginator(ChimeSDKVoiceClient, ListVoiceProfileDomainsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3611
|
+
|
|
3612
|
+
const paginateListVoiceProfiles = core.createPaginator(ChimeSDKVoiceClient, ListVoiceProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3613
|
+
|
|
3614
|
+
const paginateSearchAvailablePhoneNumbers = core.createPaginator(ChimeSDKVoiceClient, SearchAvailablePhoneNumbersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3615
|
+
|
|
3596
3616
|
const commands = {
|
|
3597
3617
|
AssociatePhoneNumbersWithVoiceConnectorCommand,
|
|
3598
3618
|
AssociatePhoneNumbersWithVoiceConnectorGroupCommand,
|
|
@@ -3691,29 +3711,21 @@ const commands = {
|
|
|
3691
3711
|
UpdateVoiceProfileDomainCommand,
|
|
3692
3712
|
ValidateE911AddressCommand,
|
|
3693
3713
|
};
|
|
3714
|
+
const paginators = {
|
|
3715
|
+
paginateListPhoneNumberOrders,
|
|
3716
|
+
paginateListPhoneNumbers,
|
|
3717
|
+
paginateListProxySessions,
|
|
3718
|
+
paginateListSipMediaApplications,
|
|
3719
|
+
paginateListSipRules,
|
|
3720
|
+
paginateListVoiceConnectorGroups,
|
|
3721
|
+
paginateListVoiceConnectors,
|
|
3722
|
+
paginateListVoiceProfileDomains,
|
|
3723
|
+
paginateListVoiceProfiles,
|
|
3724
|
+
paginateSearchAvailablePhoneNumbers,
|
|
3725
|
+
};
|
|
3694
3726
|
class ChimeSDKVoice extends ChimeSDKVoiceClient {
|
|
3695
3727
|
}
|
|
3696
|
-
smithyClient.createAggregatedClient(commands, ChimeSDKVoice);
|
|
3697
|
-
|
|
3698
|
-
const paginateListPhoneNumberOrders = core.createPaginator(ChimeSDKVoiceClient, ListPhoneNumberOrdersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3699
|
-
|
|
3700
|
-
const paginateListPhoneNumbers = core.createPaginator(ChimeSDKVoiceClient, ListPhoneNumbersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3701
|
-
|
|
3702
|
-
const paginateListProxySessions = core.createPaginator(ChimeSDKVoiceClient, ListProxySessionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3703
|
-
|
|
3704
|
-
const paginateListSipMediaApplications = core.createPaginator(ChimeSDKVoiceClient, ListSipMediaApplicationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3705
|
-
|
|
3706
|
-
const paginateListSipRules = core.createPaginator(ChimeSDKVoiceClient, ListSipRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3707
|
-
|
|
3708
|
-
const paginateListVoiceConnectorGroups = core.createPaginator(ChimeSDKVoiceClient, ListVoiceConnectorGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3709
|
-
|
|
3710
|
-
const paginateListVoiceConnectors = core.createPaginator(ChimeSDKVoiceClient, ListVoiceConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3711
|
-
|
|
3712
|
-
const paginateListVoiceProfileDomains = core.createPaginator(ChimeSDKVoiceClient, ListVoiceProfileDomainsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3713
|
-
|
|
3714
|
-
const paginateListVoiceProfiles = core.createPaginator(ChimeSDKVoiceClient, ListVoiceProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3715
|
-
|
|
3716
|
-
const paginateSearchAvailablePhoneNumbers = core.createPaginator(ChimeSDKVoiceClient, SearchAvailablePhoneNumbersCommand, "NextToken", "NextToken", "MaxResults");
|
|
3728
|
+
smithyClient.createAggregatedClient(commands, ChimeSDKVoice, { paginators });
|
|
3717
3729
|
|
|
3718
3730
|
const ErrorCode = {
|
|
3719
3731
|
AccessDenied: "AccessDenied",
|
package/dist-es/ChimeSDKVoice.js
CHANGED
|
@@ -96,6 +96,16 @@ import { UpdateVoiceConnectorGroupCommand, } from "./commands/UpdateVoiceConnect
|
|
|
96
96
|
import { UpdateVoiceProfileCommand, } from "./commands/UpdateVoiceProfileCommand";
|
|
97
97
|
import { UpdateVoiceProfileDomainCommand, } from "./commands/UpdateVoiceProfileDomainCommand";
|
|
98
98
|
import { ValidateE911AddressCommand, } from "./commands/ValidateE911AddressCommand";
|
|
99
|
+
import { paginateListPhoneNumberOrders } from "./pagination/ListPhoneNumberOrdersPaginator";
|
|
100
|
+
import { paginateListPhoneNumbers } from "./pagination/ListPhoneNumbersPaginator";
|
|
101
|
+
import { paginateListProxySessions } from "./pagination/ListProxySessionsPaginator";
|
|
102
|
+
import { paginateListSipMediaApplications } from "./pagination/ListSipMediaApplicationsPaginator";
|
|
103
|
+
import { paginateListSipRules } from "./pagination/ListSipRulesPaginator";
|
|
104
|
+
import { paginateListVoiceConnectorGroups } from "./pagination/ListVoiceConnectorGroupsPaginator";
|
|
105
|
+
import { paginateListVoiceConnectors } from "./pagination/ListVoiceConnectorsPaginator";
|
|
106
|
+
import { paginateListVoiceProfileDomains } from "./pagination/ListVoiceProfileDomainsPaginator";
|
|
107
|
+
import { paginateListVoiceProfiles } from "./pagination/ListVoiceProfilesPaginator";
|
|
108
|
+
import { paginateSearchAvailablePhoneNumbers } from "./pagination/SearchAvailablePhoneNumbersPaginator";
|
|
99
109
|
const commands = {
|
|
100
110
|
AssociatePhoneNumbersWithVoiceConnectorCommand,
|
|
101
111
|
AssociatePhoneNumbersWithVoiceConnectorGroupCommand,
|
|
@@ -194,6 +204,18 @@ const commands = {
|
|
|
194
204
|
UpdateVoiceProfileDomainCommand,
|
|
195
205
|
ValidateE911AddressCommand,
|
|
196
206
|
};
|
|
207
|
+
const paginators = {
|
|
208
|
+
paginateListPhoneNumberOrders,
|
|
209
|
+
paginateListPhoneNumbers,
|
|
210
|
+
paginateListProxySessions,
|
|
211
|
+
paginateListSipMediaApplications,
|
|
212
|
+
paginateListSipRules,
|
|
213
|
+
paginateListVoiceConnectorGroups,
|
|
214
|
+
paginateListVoiceConnectors,
|
|
215
|
+
paginateListVoiceProfileDomains,
|
|
216
|
+
paginateListVoiceProfiles,
|
|
217
|
+
paginateSearchAvailablePhoneNumbers,
|
|
218
|
+
};
|
|
197
219
|
export class ChimeSDKVoice extends ChimeSDKVoiceClient {
|
|
198
220
|
}
|
|
199
|
-
createAggregatedClient(commands, ChimeSDKVoice);
|
|
221
|
+
createAggregatedClient(commands, ChimeSDKVoice, { 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 { ChimeSDKVoiceClient } from "./ChimeSDKVoiceClient";
|
|
3
3
|
import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
|
|
4
4
|
import { AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
|
|
@@ -685,6 +685,76 @@ export interface ChimeSDKVoice {
|
|
|
685
685
|
validateE911Address(args: ValidateE911AddressCommandInput, options?: __HttpHandlerOptions): Promise<ValidateE911AddressCommandOutput>;
|
|
686
686
|
validateE911Address(args: ValidateE911AddressCommandInput, cb: (err: any, data?: ValidateE911AddressCommandOutput) => void): void;
|
|
687
687
|
validateE911Address(args: ValidateE911AddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateE911AddressCommandOutput) => void): void;
|
|
688
|
+
/**
|
|
689
|
+
* @see {@link ListPhoneNumberOrdersCommand}
|
|
690
|
+
* @param args - command input.
|
|
691
|
+
* @param paginationConfig - optional pagination config.
|
|
692
|
+
* @returns AsyncIterable of {@link ListPhoneNumberOrdersCommandOutput}.
|
|
693
|
+
*/
|
|
694
|
+
paginateListPhoneNumberOrders(args?: ListPhoneNumberOrdersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPhoneNumberOrdersCommandOutput>;
|
|
695
|
+
/**
|
|
696
|
+
* @see {@link ListPhoneNumbersCommand}
|
|
697
|
+
* @param args - command input.
|
|
698
|
+
* @param paginationConfig - optional pagination config.
|
|
699
|
+
* @returns AsyncIterable of {@link ListPhoneNumbersCommandOutput}.
|
|
700
|
+
*/
|
|
701
|
+
paginateListPhoneNumbers(args?: ListPhoneNumbersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPhoneNumbersCommandOutput>;
|
|
702
|
+
/**
|
|
703
|
+
* @see {@link ListProxySessionsCommand}
|
|
704
|
+
* @param args - command input.
|
|
705
|
+
* @param paginationConfig - optional pagination config.
|
|
706
|
+
* @returns AsyncIterable of {@link ListProxySessionsCommandOutput}.
|
|
707
|
+
*/
|
|
708
|
+
paginateListProxySessions(args: ListProxySessionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListProxySessionsCommandOutput>;
|
|
709
|
+
/**
|
|
710
|
+
* @see {@link ListSipMediaApplicationsCommand}
|
|
711
|
+
* @param args - command input.
|
|
712
|
+
* @param paginationConfig - optional pagination config.
|
|
713
|
+
* @returns AsyncIterable of {@link ListSipMediaApplicationsCommandOutput}.
|
|
714
|
+
*/
|
|
715
|
+
paginateListSipMediaApplications(args?: ListSipMediaApplicationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSipMediaApplicationsCommandOutput>;
|
|
716
|
+
/**
|
|
717
|
+
* @see {@link ListSipRulesCommand}
|
|
718
|
+
* @param args - command input.
|
|
719
|
+
* @param paginationConfig - optional pagination config.
|
|
720
|
+
* @returns AsyncIterable of {@link ListSipRulesCommandOutput}.
|
|
721
|
+
*/
|
|
722
|
+
paginateListSipRules(args?: ListSipRulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSipRulesCommandOutput>;
|
|
723
|
+
/**
|
|
724
|
+
* @see {@link ListVoiceConnectorGroupsCommand}
|
|
725
|
+
* @param args - command input.
|
|
726
|
+
* @param paginationConfig - optional pagination config.
|
|
727
|
+
* @returns AsyncIterable of {@link ListVoiceConnectorGroupsCommandOutput}.
|
|
728
|
+
*/
|
|
729
|
+
paginateListVoiceConnectorGroups(args?: ListVoiceConnectorGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVoiceConnectorGroupsCommandOutput>;
|
|
730
|
+
/**
|
|
731
|
+
* @see {@link ListVoiceConnectorsCommand}
|
|
732
|
+
* @param args - command input.
|
|
733
|
+
* @param paginationConfig - optional pagination config.
|
|
734
|
+
* @returns AsyncIterable of {@link ListVoiceConnectorsCommandOutput}.
|
|
735
|
+
*/
|
|
736
|
+
paginateListVoiceConnectors(args?: ListVoiceConnectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVoiceConnectorsCommandOutput>;
|
|
737
|
+
/**
|
|
738
|
+
* @see {@link ListVoiceProfileDomainsCommand}
|
|
739
|
+
* @param args - command input.
|
|
740
|
+
* @param paginationConfig - optional pagination config.
|
|
741
|
+
* @returns AsyncIterable of {@link ListVoiceProfileDomainsCommandOutput}.
|
|
742
|
+
*/
|
|
743
|
+
paginateListVoiceProfileDomains(args?: ListVoiceProfileDomainsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVoiceProfileDomainsCommandOutput>;
|
|
744
|
+
/**
|
|
745
|
+
* @see {@link ListVoiceProfilesCommand}
|
|
746
|
+
* @param args - command input.
|
|
747
|
+
* @param paginationConfig - optional pagination config.
|
|
748
|
+
* @returns AsyncIterable of {@link ListVoiceProfilesCommandOutput}.
|
|
749
|
+
*/
|
|
750
|
+
paginateListVoiceProfiles(args: ListVoiceProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVoiceProfilesCommandOutput>;
|
|
751
|
+
/**
|
|
752
|
+
* @see {@link SearchAvailablePhoneNumbersCommand}
|
|
753
|
+
* @param args - command input.
|
|
754
|
+
* @param paginationConfig - optional pagination config.
|
|
755
|
+
* @returns AsyncIterable of {@link SearchAvailablePhoneNumbersCommandOutput}.
|
|
756
|
+
*/
|
|
757
|
+
paginateSearchAvailablePhoneNumbers(args?: SearchAvailablePhoneNumbersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchAvailablePhoneNumbersCommandOutput>;
|
|
688
758
|
}
|
|
689
759
|
/**
|
|
690
760
|
* <p>The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications. Developers can
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import { ChimeSDKVoiceClient } from "./ChimeSDKVoiceClient";
|
|
3
7
|
import {
|
|
4
8
|
AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
@@ -1795,6 +1799,76 @@ export interface ChimeSDKVoice {
|
|
|
1795
1799
|
options: __HttpHandlerOptions,
|
|
1796
1800
|
cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
|
|
1797
1801
|
): void;
|
|
1802
|
+
paginateListPhoneNumberOrders(
|
|
1803
|
+
args?: ListPhoneNumberOrdersCommandInput,
|
|
1804
|
+
paginationConfig?: Pick<
|
|
1805
|
+
PaginationConfiguration,
|
|
1806
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1807
|
+
>
|
|
1808
|
+
): Paginator<ListPhoneNumberOrdersCommandOutput>;
|
|
1809
|
+
paginateListPhoneNumbers(
|
|
1810
|
+
args?: ListPhoneNumbersCommandInput,
|
|
1811
|
+
paginationConfig?: Pick<
|
|
1812
|
+
PaginationConfiguration,
|
|
1813
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1814
|
+
>
|
|
1815
|
+
): Paginator<ListPhoneNumbersCommandOutput>;
|
|
1816
|
+
paginateListProxySessions(
|
|
1817
|
+
args: ListProxySessionsCommandInput,
|
|
1818
|
+
paginationConfig?: Pick<
|
|
1819
|
+
PaginationConfiguration,
|
|
1820
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1821
|
+
>
|
|
1822
|
+
): Paginator<ListProxySessionsCommandOutput>;
|
|
1823
|
+
paginateListSipMediaApplications(
|
|
1824
|
+
args?: ListSipMediaApplicationsCommandInput,
|
|
1825
|
+
paginationConfig?: Pick<
|
|
1826
|
+
PaginationConfiguration,
|
|
1827
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1828
|
+
>
|
|
1829
|
+
): Paginator<ListSipMediaApplicationsCommandOutput>;
|
|
1830
|
+
paginateListSipRules(
|
|
1831
|
+
args?: ListSipRulesCommandInput,
|
|
1832
|
+
paginationConfig?: Pick<
|
|
1833
|
+
PaginationConfiguration,
|
|
1834
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1835
|
+
>
|
|
1836
|
+
): Paginator<ListSipRulesCommandOutput>;
|
|
1837
|
+
paginateListVoiceConnectorGroups(
|
|
1838
|
+
args?: ListVoiceConnectorGroupsCommandInput,
|
|
1839
|
+
paginationConfig?: Pick<
|
|
1840
|
+
PaginationConfiguration,
|
|
1841
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1842
|
+
>
|
|
1843
|
+
): Paginator<ListVoiceConnectorGroupsCommandOutput>;
|
|
1844
|
+
paginateListVoiceConnectors(
|
|
1845
|
+
args?: ListVoiceConnectorsCommandInput,
|
|
1846
|
+
paginationConfig?: Pick<
|
|
1847
|
+
PaginationConfiguration,
|
|
1848
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1849
|
+
>
|
|
1850
|
+
): Paginator<ListVoiceConnectorsCommandOutput>;
|
|
1851
|
+
paginateListVoiceProfileDomains(
|
|
1852
|
+
args?: ListVoiceProfileDomainsCommandInput,
|
|
1853
|
+
paginationConfig?: Pick<
|
|
1854
|
+
PaginationConfiguration,
|
|
1855
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1856
|
+
>
|
|
1857
|
+
): Paginator<ListVoiceProfileDomainsCommandOutput>;
|
|
1858
|
+
paginateListVoiceProfiles(
|
|
1859
|
+
args: ListVoiceProfilesCommandInput,
|
|
1860
|
+
paginationConfig?: Pick<
|
|
1861
|
+
PaginationConfiguration,
|
|
1862
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1863
|
+
>
|
|
1864
|
+
): Paginator<ListVoiceProfilesCommandOutput>;
|
|
1865
|
+
paginateSearchAvailablePhoneNumbers(
|
|
1866
|
+
args?: SearchAvailablePhoneNumbersCommandInput,
|
|
1867
|
+
paginationConfig?: Pick<
|
|
1868
|
+
PaginationConfiguration,
|
|
1869
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1870
|
+
>
|
|
1871
|
+
): Paginator<SearchAvailablePhoneNumbersCommandOutput>;
|
|
1798
1872
|
}
|
|
1799
1873
|
export declare class ChimeSDKVoice
|
|
1800
1874
|
extends ChimeSDKVoiceClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-voice",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Voice Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.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-chime-sdk-voice",
|
|
@@ -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.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
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",
|