@aws-sdk/client-partnercentral-selling 3.775.0 → 3.782.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-types/commands/AcceptEngagementInvitationCommand.d.ts +1 -0
- package/dist-types/commands/AssignOpportunityCommand.d.ts +1 -0
- package/dist-types/commands/AssociateOpportunityCommand.d.ts +1 -0
- package/dist-types/commands/CreateEngagementCommand.d.ts +1 -0
- package/dist-types/commands/CreateEngagementInvitationCommand.d.ts +1 -0
- package/dist-types/commands/CreateOpportunityCommand.d.ts +1 -0
- package/dist-types/commands/CreateResourceSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateResourceSnapshotJobCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourceSnapshotJobCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateOpportunityCommand.d.ts +1 -0
- package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetEngagementCommand.d.ts +1 -0
- package/dist-types/commands/GetEngagementInvitationCommand.d.ts +1 -0
- package/dist-types/commands/GetOpportunityCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceSnapshotJobCommand.d.ts +1 -0
- package/dist-types/commands/GetSellingSystemSettingsCommand.d.ts +1 -0
- package/dist-types/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +1 -0
- package/dist-types/commands/ListEngagementFromOpportunityTasksCommand.d.ts +1 -0
- package/dist-types/commands/ListEngagementInvitationsCommand.d.ts +1 -0
- package/dist-types/commands/ListEngagementMembersCommand.d.ts +1 -0
- package/dist-types/commands/ListEngagementResourceAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/ListEngagementsCommand.d.ts +1 -0
- package/dist-types/commands/ListOpportunitiesCommand.d.ts +1 -0
- package/dist-types/commands/ListResourceSnapshotJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListResourceSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutSellingSystemSettingsCommand.d.ts +1 -0
- package/dist-types/commands/RejectEngagementInvitationCommand.d.ts +1 -0
- package/dist-types/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +1 -0
- package/dist-types/commands/StartEngagementFromOpportunityTaskCommand.d.ts +1 -0
- package/dist-types/commands/StartResourceSnapshotJobCommand.d.ts +1 -0
- package/dist-types/commands/StopResourceSnapshotJobCommand.d.ts +1 -0
- package/dist-types/commands/SubmitOpportunityCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateOpportunityCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -92,6 +92,7 @@ declare const AcceptEngagementInvitationCommand_base: {
|
|
|
92
92
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class AcceptEngagementInvitationCommand extends AcceptEngagementInvitationCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const AssignOpportunityCommand_base: {
|
|
|
95
95
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class AssignOpportunityCommand extends AssignOpportunityCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const AssociateOpportunityCommand_base: {
|
|
|
122
122
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class AssociateOpportunityCommand extends AssociateOpportunityCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const CreateEngagementCommand_base: {
|
|
|
119
119
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class CreateEngagementCommand extends CreateEngagementCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const CreateEngagementInvitationCommand_base: {
|
|
|
140
140
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class CreateEngagementInvitationCommand extends CreateEngagementInvitationCommand_base {
|
|
@@ -221,6 +221,7 @@ declare const CreateOpportunityCommand_base: {
|
|
|
221
221
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
222
222
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
223
223
|
*
|
|
224
|
+
*
|
|
224
225
|
* @public
|
|
225
226
|
*/
|
|
226
227
|
export declare class CreateOpportunityCommand extends CreateOpportunityCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const CreateResourceSnapshotCommand_base: {
|
|
|
99
99
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class CreateResourceSnapshotCommand extends CreateResourceSnapshotCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const CreateResourceSnapshotJobCommand_base: {
|
|
|
107
107
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreateResourceSnapshotJobCommand extends CreateResourceSnapshotJobCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const DeleteResourceSnapshotJobCommand_base: {
|
|
|
84
84
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DeleteResourceSnapshotJobCommand extends DeleteResourceSnapshotJobCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const DisassociateOpportunityCommand_base: {
|
|
|
93
93
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DisassociateOpportunityCommand extends DisassociateOpportunityCommand_base {
|
|
@@ -146,6 +146,7 @@ declare const GetAwsOpportunitySummaryCommand_base: {
|
|
|
146
146
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
147
147
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
148
148
|
*
|
|
149
|
+
*
|
|
149
150
|
* @public
|
|
150
151
|
*/
|
|
151
152
|
export declare class GetAwsOpportunitySummaryCommand extends GetAwsOpportunitySummaryCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const GetEngagementCommand_base: {
|
|
|
105
105
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class GetEngagementCommand extends GetEngagementCommand_base {
|
|
@@ -149,6 +149,7 @@ declare const GetEngagementInvitationCommand_base: {
|
|
|
149
149
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
150
150
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
151
151
|
*
|
|
152
|
+
*
|
|
152
153
|
* @public
|
|
153
154
|
*/
|
|
154
155
|
export declare class GetEngagementInvitationCommand extends GetEngagementInvitationCommand_base {
|
|
@@ -205,6 +205,7 @@ declare const GetOpportunityCommand_base: {
|
|
|
205
205
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
206
206
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
207
207
|
*
|
|
208
|
+
*
|
|
208
209
|
* @public
|
|
209
210
|
*/
|
|
210
211
|
export declare class GetOpportunityCommand extends GetOpportunityCommand_base {
|
|
@@ -169,6 +169,7 @@ declare const GetResourceSnapshotCommand_base: {
|
|
|
169
169
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
170
170
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
171
171
|
*
|
|
172
|
+
*
|
|
172
173
|
* @public
|
|
173
174
|
*/
|
|
174
175
|
export declare class GetResourceSnapshotCommand extends GetResourceSnapshotCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetResourceSnapshotJobCommand_base: {
|
|
|
90
90
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetResourceSnapshotJobCommand extends GetResourceSnapshotJobCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const GetSellingSystemSettingsCommand_base: {
|
|
|
79
79
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetSellingSystemSettingsCommand extends GetSellingSystemSettingsCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const ListEngagementByAcceptingInvitationTasksCommand_base: {
|
|
|
109
109
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class ListEngagementByAcceptingInvitationTasksCommand extends ListEngagementByAcceptingInvitationTasksCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const ListEngagementFromOpportunityTasksCommand_base: {
|
|
|
110
110
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class ListEngagementFromOpportunityTasksCommand extends ListEngagementFromOpportunityTasksCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const ListEngagementInvitationsCommand_base: {
|
|
|
126
126
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class ListEngagementInvitationsCommand extends ListEngagementInvitationsCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListEngagementMembersCommand_base: {
|
|
|
90
90
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListEngagementMembersCommand extends ListEngagementMembersCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListEngagementResourceAssociationsCommand_base: {
|
|
|
93
93
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListEngagementResourceAssociationsCommand extends ListEngagementResourceAssociationsCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const ListEngagementsCommand_base: {
|
|
|
104
104
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class ListEngagementsCommand extends ListEngagementsCommand_base {
|
|
@@ -175,6 +175,7 @@ declare const ListOpportunitiesCommand_base: {
|
|
|
175
175
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
176
176
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
177
177
|
*
|
|
178
|
+
*
|
|
178
179
|
* @public
|
|
179
180
|
*/
|
|
180
181
|
export declare class ListOpportunitiesCommand extends ListOpportunitiesCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListResourceSnapshotJobsCommand_base: {
|
|
|
95
95
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListResourceSnapshotJobsCommand extends ListResourceSnapshotJobsCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const ListResourceSnapshotsCommand_base: {
|
|
|
113
113
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class ListResourceSnapshotsCommand extends ListResourceSnapshotsCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const ListSolutionsCommand_base: {
|
|
|
106
106
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class ListSolutionsCommand extends ListSolutionsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
88
88
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const PutSellingSystemSettingsCommand_base: {
|
|
|
80
80
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class PutSellingSystemSettingsCommand extends PutSellingSystemSettingsCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const RejectEngagementInvitationCommand_base: {
|
|
|
92
92
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class RejectEngagementInvitationCommand extends RejectEngagementInvitationCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const StartEngagementByAcceptingInvitationTaskCommand_base: {
|
|
|
118
118
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class StartEngagementByAcceptingInvitationTaskCommand extends StartEngagementByAcceptingInvitationTaskCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const StartEngagementFromOpportunityTaskCommand_base: {
|
|
|
121
121
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class StartEngagementFromOpportunityTaskCommand extends StartEngagementFromOpportunityTaskCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const StartResourceSnapshotJobCommand_base: {
|
|
|
76
76
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class StartResourceSnapshotJobCommand extends StartResourceSnapshotJobCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const StopResourceSnapshotJobCommand_base: {
|
|
|
76
76
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class StopResourceSnapshotJobCommand extends StopResourceSnapshotJobCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const SubmitOpportunityCommand_base: {
|
|
|
87
87
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class SubmitOpportunityCommand extends SubmitOpportunityCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const TagResourceCommand_base: {
|
|
|
94
94
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const UntagResourceCommand_base: {
|
|
|
91
91
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -195,6 +195,7 @@ declare const UpdateOpportunityCommand_base: {
|
|
|
195
195
|
* @throws {@link PartnerCentralSellingServiceException}
|
|
196
196
|
* <p>Base exception class for all service exceptions from PartnerCentralSelling service.</p>
|
|
197
197
|
*
|
|
198
|
+
*
|
|
198
199
|
* @public
|
|
199
200
|
*/
|
|
200
201
|
export declare class UpdateOpportunityCommand extends UpdateOpportunityCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-partnercentral-selling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Partnercentral Selling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|