@aws-sdk/client-chatbot 3.975.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 +30 -19
- package/dist-es/Chatbot.js +21 -1
- package/dist-types/Chatbot.d.ts +64 -1
- package/dist-types/ts3.4/Chatbot.d.ts +68 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -1943,6 +1943,24 @@ class UpdateSlackChannelConfigurationCommand extends smithyClient.Command
|
|
|
1943
1943
|
.build() {
|
|
1944
1944
|
}
|
|
1945
1945
|
|
|
1946
|
+
const paginateDescribeChimeWebhookConfigurations = core.createPaginator(ChatbotClient, DescribeChimeWebhookConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1947
|
+
|
|
1948
|
+
const paginateDescribeSlackChannelConfigurations = core.createPaginator(ChatbotClient, DescribeSlackChannelConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1949
|
+
|
|
1950
|
+
const paginateDescribeSlackUserIdentities = core.createPaginator(ChatbotClient, DescribeSlackUserIdentitiesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1951
|
+
|
|
1952
|
+
const paginateDescribeSlackWorkspaces = core.createPaginator(ChatbotClient, DescribeSlackWorkspacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1953
|
+
|
|
1954
|
+
const paginateListAssociations = core.createPaginator(ChatbotClient, ListAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1955
|
+
|
|
1956
|
+
const paginateListCustomActions = core.createPaginator(ChatbotClient, ListCustomActionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1957
|
+
|
|
1958
|
+
const paginateListMicrosoftTeamsChannelConfigurations = core.createPaginator(ChatbotClient, ListMicrosoftTeamsChannelConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1959
|
+
|
|
1960
|
+
const paginateListMicrosoftTeamsConfiguredTeams = core.createPaginator(ChatbotClient, ListMicrosoftTeamsConfiguredTeamsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1961
|
+
|
|
1962
|
+
const paginateListMicrosoftTeamsUserIdentities = core.createPaginator(ChatbotClient, ListMicrosoftTeamsUserIdentitiesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1963
|
+
|
|
1946
1964
|
const commands = {
|
|
1947
1965
|
AssociateToConfigurationCommand,
|
|
1948
1966
|
CreateChimeWebhookConfigurationCommand,
|
|
@@ -1979,27 +1997,20 @@ const commands = {
|
|
|
1979
1997
|
UpdateMicrosoftTeamsChannelConfigurationCommand,
|
|
1980
1998
|
UpdateSlackChannelConfigurationCommand,
|
|
1981
1999
|
};
|
|
2000
|
+
const paginators = {
|
|
2001
|
+
paginateDescribeChimeWebhookConfigurations,
|
|
2002
|
+
paginateDescribeSlackChannelConfigurations,
|
|
2003
|
+
paginateDescribeSlackUserIdentities,
|
|
2004
|
+
paginateDescribeSlackWorkspaces,
|
|
2005
|
+
paginateListAssociations,
|
|
2006
|
+
paginateListCustomActions,
|
|
2007
|
+
paginateListMicrosoftTeamsChannelConfigurations,
|
|
2008
|
+
paginateListMicrosoftTeamsConfiguredTeams,
|
|
2009
|
+
paginateListMicrosoftTeamsUserIdentities,
|
|
2010
|
+
};
|
|
1982
2011
|
class Chatbot extends ChatbotClient {
|
|
1983
2012
|
}
|
|
1984
|
-
smithyClient.createAggregatedClient(commands, Chatbot);
|
|
1985
|
-
|
|
1986
|
-
const paginateDescribeChimeWebhookConfigurations = core.createPaginator(ChatbotClient, DescribeChimeWebhookConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1987
|
-
|
|
1988
|
-
const paginateDescribeSlackChannelConfigurations = core.createPaginator(ChatbotClient, DescribeSlackChannelConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1989
|
-
|
|
1990
|
-
const paginateDescribeSlackUserIdentities = core.createPaginator(ChatbotClient, DescribeSlackUserIdentitiesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1991
|
-
|
|
1992
|
-
const paginateDescribeSlackWorkspaces = core.createPaginator(ChatbotClient, DescribeSlackWorkspacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1993
|
-
|
|
1994
|
-
const paginateListAssociations = core.createPaginator(ChatbotClient, ListAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1995
|
-
|
|
1996
|
-
const paginateListCustomActions = core.createPaginator(ChatbotClient, ListCustomActionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1997
|
-
|
|
1998
|
-
const paginateListMicrosoftTeamsChannelConfigurations = core.createPaginator(ChatbotClient, ListMicrosoftTeamsChannelConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1999
|
-
|
|
2000
|
-
const paginateListMicrosoftTeamsConfiguredTeams = core.createPaginator(ChatbotClient, ListMicrosoftTeamsConfiguredTeamsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2001
|
-
|
|
2002
|
-
const paginateListMicrosoftTeamsUserIdentities = core.createPaginator(ChatbotClient, ListMicrosoftTeamsUserIdentitiesCommand, "NextToken", "NextToken", "MaxResults");
|
|
2013
|
+
smithyClient.createAggregatedClient(commands, Chatbot, { paginators });
|
|
2003
2014
|
|
|
2004
2015
|
const CustomActionAttachmentCriteriaOperator = {
|
|
2005
2016
|
EQUALS: "EQUALS",
|
package/dist-es/Chatbot.js
CHANGED
|
@@ -34,6 +34,15 @@ import { UpdateChimeWebhookConfigurationCommand, } from "./commands/UpdateChimeW
|
|
|
34
34
|
import { UpdateCustomActionCommand, } from "./commands/UpdateCustomActionCommand";
|
|
35
35
|
import { UpdateMicrosoftTeamsChannelConfigurationCommand, } from "./commands/UpdateMicrosoftTeamsChannelConfigurationCommand";
|
|
36
36
|
import { UpdateSlackChannelConfigurationCommand, } from "./commands/UpdateSlackChannelConfigurationCommand";
|
|
37
|
+
import { paginateDescribeChimeWebhookConfigurations } from "./pagination/DescribeChimeWebhookConfigurationsPaginator";
|
|
38
|
+
import { paginateDescribeSlackChannelConfigurations } from "./pagination/DescribeSlackChannelConfigurationsPaginator";
|
|
39
|
+
import { paginateDescribeSlackUserIdentities } from "./pagination/DescribeSlackUserIdentitiesPaginator";
|
|
40
|
+
import { paginateDescribeSlackWorkspaces } from "./pagination/DescribeSlackWorkspacesPaginator";
|
|
41
|
+
import { paginateListAssociations } from "./pagination/ListAssociationsPaginator";
|
|
42
|
+
import { paginateListCustomActions } from "./pagination/ListCustomActionsPaginator";
|
|
43
|
+
import { paginateListMicrosoftTeamsChannelConfigurations, } from "./pagination/ListMicrosoftTeamsChannelConfigurationsPaginator";
|
|
44
|
+
import { paginateListMicrosoftTeamsConfiguredTeams } from "./pagination/ListMicrosoftTeamsConfiguredTeamsPaginator";
|
|
45
|
+
import { paginateListMicrosoftTeamsUserIdentities } from "./pagination/ListMicrosoftTeamsUserIdentitiesPaginator";
|
|
37
46
|
const commands = {
|
|
38
47
|
AssociateToConfigurationCommand,
|
|
39
48
|
CreateChimeWebhookConfigurationCommand,
|
|
@@ -70,6 +79,17 @@ const commands = {
|
|
|
70
79
|
UpdateMicrosoftTeamsChannelConfigurationCommand,
|
|
71
80
|
UpdateSlackChannelConfigurationCommand,
|
|
72
81
|
};
|
|
82
|
+
const paginators = {
|
|
83
|
+
paginateDescribeChimeWebhookConfigurations,
|
|
84
|
+
paginateDescribeSlackChannelConfigurations,
|
|
85
|
+
paginateDescribeSlackUserIdentities,
|
|
86
|
+
paginateDescribeSlackWorkspaces,
|
|
87
|
+
paginateListAssociations,
|
|
88
|
+
paginateListCustomActions,
|
|
89
|
+
paginateListMicrosoftTeamsChannelConfigurations,
|
|
90
|
+
paginateListMicrosoftTeamsConfiguredTeams,
|
|
91
|
+
paginateListMicrosoftTeamsUserIdentities,
|
|
92
|
+
};
|
|
73
93
|
export class Chatbot extends ChatbotClient {
|
|
74
94
|
}
|
|
75
|
-
createAggregatedClient(commands, Chatbot);
|
|
95
|
+
createAggregatedClient(commands, Chatbot, { paginators });
|
package/dist-types/Chatbot.d.ts
CHANGED
|
@@ -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 { ChatbotClient } from "./ChatbotClient";
|
|
3
3
|
import { AssociateToConfigurationCommandInput, AssociateToConfigurationCommandOutput } from "./commands/AssociateToConfigurationCommand";
|
|
4
4
|
import { CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput } from "./commands/CreateChimeWebhookConfigurationCommand";
|
|
@@ -249,6 +249,69 @@ export interface Chatbot {
|
|
|
249
249
|
updateSlackChannelConfiguration(args: UpdateSlackChannelConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSlackChannelConfigurationCommandOutput>;
|
|
250
250
|
updateSlackChannelConfiguration(args: UpdateSlackChannelConfigurationCommandInput, cb: (err: any, data?: UpdateSlackChannelConfigurationCommandOutput) => void): void;
|
|
251
251
|
updateSlackChannelConfiguration(args: UpdateSlackChannelConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSlackChannelConfigurationCommandOutput) => void): void;
|
|
252
|
+
/**
|
|
253
|
+
* @see {@link DescribeChimeWebhookConfigurationsCommand}
|
|
254
|
+
* @param args - command input.
|
|
255
|
+
* @param paginationConfig - optional pagination config.
|
|
256
|
+
* @returns AsyncIterable of {@link DescribeChimeWebhookConfigurationsCommandOutput}.
|
|
257
|
+
*/
|
|
258
|
+
paginateDescribeChimeWebhookConfigurations(args?: DescribeChimeWebhookConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeChimeWebhookConfigurationsCommandOutput>;
|
|
259
|
+
/**
|
|
260
|
+
* @see {@link DescribeSlackChannelConfigurationsCommand}
|
|
261
|
+
* @param args - command input.
|
|
262
|
+
* @param paginationConfig - optional pagination config.
|
|
263
|
+
* @returns AsyncIterable of {@link DescribeSlackChannelConfigurationsCommandOutput}.
|
|
264
|
+
*/
|
|
265
|
+
paginateDescribeSlackChannelConfigurations(args?: DescribeSlackChannelConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeSlackChannelConfigurationsCommandOutput>;
|
|
266
|
+
/**
|
|
267
|
+
* @see {@link DescribeSlackUserIdentitiesCommand}
|
|
268
|
+
* @param args - command input.
|
|
269
|
+
* @param paginationConfig - optional pagination config.
|
|
270
|
+
* @returns AsyncIterable of {@link DescribeSlackUserIdentitiesCommandOutput}.
|
|
271
|
+
*/
|
|
272
|
+
paginateDescribeSlackUserIdentities(args?: DescribeSlackUserIdentitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeSlackUserIdentitiesCommandOutput>;
|
|
273
|
+
/**
|
|
274
|
+
* @see {@link DescribeSlackWorkspacesCommand}
|
|
275
|
+
* @param args - command input.
|
|
276
|
+
* @param paginationConfig - optional pagination config.
|
|
277
|
+
* @returns AsyncIterable of {@link DescribeSlackWorkspacesCommandOutput}.
|
|
278
|
+
*/
|
|
279
|
+
paginateDescribeSlackWorkspaces(args?: DescribeSlackWorkspacesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeSlackWorkspacesCommandOutput>;
|
|
280
|
+
/**
|
|
281
|
+
* @see {@link ListAssociationsCommand}
|
|
282
|
+
* @param args - command input.
|
|
283
|
+
* @param paginationConfig - optional pagination config.
|
|
284
|
+
* @returns AsyncIterable of {@link ListAssociationsCommandOutput}.
|
|
285
|
+
*/
|
|
286
|
+
paginateListAssociations(args: ListAssociationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAssociationsCommandOutput>;
|
|
287
|
+
/**
|
|
288
|
+
* @see {@link ListCustomActionsCommand}
|
|
289
|
+
* @param args - command input.
|
|
290
|
+
* @param paginationConfig - optional pagination config.
|
|
291
|
+
* @returns AsyncIterable of {@link ListCustomActionsCommandOutput}.
|
|
292
|
+
*/
|
|
293
|
+
paginateListCustomActions(args?: ListCustomActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomActionsCommandOutput>;
|
|
294
|
+
/**
|
|
295
|
+
* @see {@link ListMicrosoftTeamsChannelConfigurationsCommand}
|
|
296
|
+
* @param args - command input.
|
|
297
|
+
* @param paginationConfig - optional pagination config.
|
|
298
|
+
* @returns AsyncIterable of {@link ListMicrosoftTeamsChannelConfigurationsCommandOutput}.
|
|
299
|
+
*/
|
|
300
|
+
paginateListMicrosoftTeamsChannelConfigurations(args?: ListMicrosoftTeamsChannelConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMicrosoftTeamsChannelConfigurationsCommandOutput>;
|
|
301
|
+
/**
|
|
302
|
+
* @see {@link ListMicrosoftTeamsConfiguredTeamsCommand}
|
|
303
|
+
* @param args - command input.
|
|
304
|
+
* @param paginationConfig - optional pagination config.
|
|
305
|
+
* @returns AsyncIterable of {@link ListMicrosoftTeamsConfiguredTeamsCommandOutput}.
|
|
306
|
+
*/
|
|
307
|
+
paginateListMicrosoftTeamsConfiguredTeams(args?: ListMicrosoftTeamsConfiguredTeamsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMicrosoftTeamsConfiguredTeamsCommandOutput>;
|
|
308
|
+
/**
|
|
309
|
+
* @see {@link ListMicrosoftTeamsUserIdentitiesCommand}
|
|
310
|
+
* @param args - command input.
|
|
311
|
+
* @param paginationConfig - optional pagination config.
|
|
312
|
+
* @returns AsyncIterable of {@link ListMicrosoftTeamsUserIdentitiesCommandOutput}.
|
|
313
|
+
*/
|
|
314
|
+
paginateListMicrosoftTeamsUserIdentities(args?: ListMicrosoftTeamsUserIdentitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMicrosoftTeamsUserIdentitiesCommandOutput>;
|
|
252
315
|
}
|
|
253
316
|
/**
|
|
254
317
|
* <p>The <i>AWS Chatbot API Reference</i> provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions.</p>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import { ChatbotClient } from "./ChatbotClient";
|
|
3
7
|
import {
|
|
4
8
|
AssociateToConfigurationCommandInput,
|
|
@@ -649,5 +653,68 @@ export interface Chatbot {
|
|
|
649
653
|
options: __HttpHandlerOptions,
|
|
650
654
|
cb: (err: any, data?: UpdateSlackChannelConfigurationCommandOutput) => void
|
|
651
655
|
): void;
|
|
656
|
+
paginateDescribeChimeWebhookConfigurations(
|
|
657
|
+
args?: DescribeChimeWebhookConfigurationsCommandInput,
|
|
658
|
+
paginationConfig?: Pick<
|
|
659
|
+
PaginationConfiguration,
|
|
660
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
661
|
+
>
|
|
662
|
+
): Paginator<DescribeChimeWebhookConfigurationsCommandOutput>;
|
|
663
|
+
paginateDescribeSlackChannelConfigurations(
|
|
664
|
+
args?: DescribeSlackChannelConfigurationsCommandInput,
|
|
665
|
+
paginationConfig?: Pick<
|
|
666
|
+
PaginationConfiguration,
|
|
667
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
668
|
+
>
|
|
669
|
+
): Paginator<DescribeSlackChannelConfigurationsCommandOutput>;
|
|
670
|
+
paginateDescribeSlackUserIdentities(
|
|
671
|
+
args?: DescribeSlackUserIdentitiesCommandInput,
|
|
672
|
+
paginationConfig?: Pick<
|
|
673
|
+
PaginationConfiguration,
|
|
674
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
675
|
+
>
|
|
676
|
+
): Paginator<DescribeSlackUserIdentitiesCommandOutput>;
|
|
677
|
+
paginateDescribeSlackWorkspaces(
|
|
678
|
+
args?: DescribeSlackWorkspacesCommandInput,
|
|
679
|
+
paginationConfig?: Pick<
|
|
680
|
+
PaginationConfiguration,
|
|
681
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
682
|
+
>
|
|
683
|
+
): Paginator<DescribeSlackWorkspacesCommandOutput>;
|
|
684
|
+
paginateListAssociations(
|
|
685
|
+
args: ListAssociationsCommandInput,
|
|
686
|
+
paginationConfig?: Pick<
|
|
687
|
+
PaginationConfiguration,
|
|
688
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
689
|
+
>
|
|
690
|
+
): Paginator<ListAssociationsCommandOutput>;
|
|
691
|
+
paginateListCustomActions(
|
|
692
|
+
args?: ListCustomActionsCommandInput,
|
|
693
|
+
paginationConfig?: Pick<
|
|
694
|
+
PaginationConfiguration,
|
|
695
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
696
|
+
>
|
|
697
|
+
): Paginator<ListCustomActionsCommandOutput>;
|
|
698
|
+
paginateListMicrosoftTeamsChannelConfigurations(
|
|
699
|
+
args?: ListMicrosoftTeamsChannelConfigurationsCommandInput,
|
|
700
|
+
paginationConfig?: Pick<
|
|
701
|
+
PaginationConfiguration,
|
|
702
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
703
|
+
>
|
|
704
|
+
): Paginator<ListMicrosoftTeamsChannelConfigurationsCommandOutput>;
|
|
705
|
+
paginateListMicrosoftTeamsConfiguredTeams(
|
|
706
|
+
args?: ListMicrosoftTeamsConfiguredTeamsCommandInput,
|
|
707
|
+
paginationConfig?: Pick<
|
|
708
|
+
PaginationConfiguration,
|
|
709
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
710
|
+
>
|
|
711
|
+
): Paginator<ListMicrosoftTeamsConfiguredTeamsCommandOutput>;
|
|
712
|
+
paginateListMicrosoftTeamsUserIdentities(
|
|
713
|
+
args?: ListMicrosoftTeamsUserIdentitiesCommandInput,
|
|
714
|
+
paginationConfig?: Pick<
|
|
715
|
+
PaginationConfiguration,
|
|
716
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
717
|
+
>
|
|
718
|
+
): Paginator<ListMicrosoftTeamsUserIdentitiesCommandOutput>;
|
|
652
719
|
}
|
|
653
720
|
export declare class Chatbot extends ChatbotClient implements Chatbot {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chatbot",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chatbot 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-chatbot",
|
|
@@ -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",
|