@aws-sdk/client-appintegrations 3.306.0 → 3.309.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/commands/CreateDataIntegrationCommand.js +2 -2
- package/dist-cjs/commands/CreateEventIntegrationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataIntegrationCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetDataIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetEventIntegrationCommand.js +2 -2
- package/dist-cjs/commands/ListDataIntegrationAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListDataIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/ListEventIntegrationAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListEventIntegrationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataIntegrationCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventIntegrationCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +232 -234
- package/dist-es/commands/CreateDataIntegrationCommand.js +3 -3
- package/dist-es/commands/CreateEventIntegrationCommand.js +3 -3
- package/dist-es/commands/DeleteDataIntegrationCommand.js +3 -3
- package/dist-es/commands/DeleteEventIntegrationCommand.js +3 -3
- package/dist-es/commands/GetDataIntegrationCommand.js +3 -3
- package/dist-es/commands/GetEventIntegrationCommand.js +3 -3
- package/dist-es/commands/ListDataIntegrationAssociationsCommand.js +3 -3
- package/dist-es/commands/ListDataIntegrationsCommand.js +3 -3
- package/dist-es/commands/ListEventIntegrationAssociationsCommand.js +3 -3
- package/dist-es/commands/ListEventIntegrationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataIntegrationCommand.js +3 -3
- package/dist-es/commands/UpdateEventIntegrationCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +201 -203
- package/dist-types/protocols/Aws_restJson1.d.ts +120 -30
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +30 -30
- package/package.json +6 -6
|
@@ -15,33 +15,123 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
15
15
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
16
16
|
import { UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput } from "../commands/UpdateDataIntegrationCommand";
|
|
17
17
|
import { UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput } from "../commands/UpdateEventIntegrationCommand";
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export declare const
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export declare const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
export declare const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
18
|
+
/**
|
|
19
|
+
* serializeAws_restJson1CreateDataIntegrationCommand
|
|
20
|
+
*/
|
|
21
|
+
export declare const se_CreateDataIntegrationCommand: (input: CreateDataIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
|
+
/**
|
|
23
|
+
* serializeAws_restJson1CreateEventIntegrationCommand
|
|
24
|
+
*/
|
|
25
|
+
export declare const se_CreateEventIntegrationCommand: (input: CreateEventIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
+
/**
|
|
27
|
+
* serializeAws_restJson1DeleteDataIntegrationCommand
|
|
28
|
+
*/
|
|
29
|
+
export declare const se_DeleteDataIntegrationCommand: (input: DeleteDataIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
+
/**
|
|
31
|
+
* serializeAws_restJson1DeleteEventIntegrationCommand
|
|
32
|
+
*/
|
|
33
|
+
export declare const se_DeleteEventIntegrationCommand: (input: DeleteEventIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
+
/**
|
|
35
|
+
* serializeAws_restJson1GetDataIntegrationCommand
|
|
36
|
+
*/
|
|
37
|
+
export declare const se_GetDataIntegrationCommand: (input: GetDataIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_restJson1GetEventIntegrationCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_GetEventIntegrationCommand: (input: GetEventIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_restJson1ListDataIntegrationAssociationsCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_ListDataIntegrationAssociationsCommand: (input: ListDataIntegrationAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_restJson1ListDataIntegrationsCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_ListDataIntegrationsCommand: (input: ListDataIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_restJson1ListEventIntegrationAssociationsCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_ListEventIntegrationAssociationsCommand: (input: ListEventIntegrationAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_restJson1ListEventIntegrationsCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_ListEventIntegrationsCommand: (input: ListEventIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_restJson1TagResourceCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_restJson1UpdateDataIntegrationCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_UpdateDataIntegrationCommand: (input: UpdateDataIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_restJson1UpdateEventIntegrationCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_UpdateEventIntegrationCommand: (input: UpdateEventIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* deserializeAws_restJson1CreateDataIntegrationCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const de_CreateDataIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataIntegrationCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* deserializeAws_restJson1CreateEventIntegrationCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const de_CreateEventIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventIntegrationCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* deserializeAws_restJson1DeleteDataIntegrationCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const de_DeleteDataIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataIntegrationCommandOutput>;
|
|
90
|
+
/**
|
|
91
|
+
* deserializeAws_restJson1DeleteEventIntegrationCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const de_DeleteEventIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventIntegrationCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* deserializeAws_restJson1GetDataIntegrationCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const de_GetDataIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataIntegrationCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* deserializeAws_restJson1GetEventIntegrationCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const de_GetEventIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventIntegrationCommandOutput>;
|
|
102
|
+
/**
|
|
103
|
+
* deserializeAws_restJson1ListDataIntegrationAssociationsCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const de_ListDataIntegrationAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataIntegrationAssociationsCommandOutput>;
|
|
106
|
+
/**
|
|
107
|
+
* deserializeAws_restJson1ListDataIntegrationsCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const de_ListDataIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataIntegrationsCommandOutput>;
|
|
110
|
+
/**
|
|
111
|
+
* deserializeAws_restJson1ListEventIntegrationAssociationsCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const de_ListEventIntegrationAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventIntegrationAssociationsCommandOutput>;
|
|
114
|
+
/**
|
|
115
|
+
* deserializeAws_restJson1ListEventIntegrationsCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const de_ListEventIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventIntegrationsCommandOutput>;
|
|
118
|
+
/**
|
|
119
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
122
|
+
/**
|
|
123
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
126
|
+
/**
|
|
127
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
130
|
+
/**
|
|
131
|
+
* deserializeAws_restJson1UpdateDataIntegrationCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const de_UpdateDataIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataIntegrationCommandOutput>;
|
|
134
|
+
/**
|
|
135
|
+
* deserializeAws_restJson1UpdateEventIntegrationCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const de_UpdateEventIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventIntegrationCommandOutput>;
|
|
@@ -63,123 +63,123 @@ import {
|
|
|
63
63
|
UpdateEventIntegrationCommandInput,
|
|
64
64
|
UpdateEventIntegrationCommandOutput,
|
|
65
65
|
} from "../commands/UpdateEventIntegrationCommand";
|
|
66
|
-
export declare const
|
|
66
|
+
export declare const se_CreateDataIntegrationCommand: (
|
|
67
67
|
input: CreateDataIntegrationCommandInput,
|
|
68
68
|
context: __SerdeContext
|
|
69
69
|
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const se_CreateEventIntegrationCommand: (
|
|
71
71
|
input: CreateEventIntegrationCommandInput,
|
|
72
72
|
context: __SerdeContext
|
|
73
73
|
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const se_DeleteDataIntegrationCommand: (
|
|
75
75
|
input: DeleteDataIntegrationCommandInput,
|
|
76
76
|
context: __SerdeContext
|
|
77
77
|
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const se_DeleteEventIntegrationCommand: (
|
|
79
79
|
input: DeleteEventIntegrationCommandInput,
|
|
80
80
|
context: __SerdeContext
|
|
81
81
|
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const se_GetDataIntegrationCommand: (
|
|
83
83
|
input: GetDataIntegrationCommandInput,
|
|
84
84
|
context: __SerdeContext
|
|
85
85
|
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const se_GetEventIntegrationCommand: (
|
|
87
87
|
input: GetEventIntegrationCommandInput,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_ListDataIntegrationAssociationsCommand: (
|
|
91
91
|
input: ListDataIntegrationAssociationsCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_ListDataIntegrationsCommand: (
|
|
95
95
|
input: ListDataIntegrationsCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_ListEventIntegrationAssociationsCommand: (
|
|
99
99
|
input: ListEventIntegrationAssociationsCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_ListEventIntegrationsCommand: (
|
|
103
103
|
input: ListEventIntegrationsCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
107
107
|
input: ListTagsForResourceCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_TagResourceCommand: (
|
|
111
111
|
input: TagResourceCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_UntagResourceCommand: (
|
|
115
115
|
input: UntagResourceCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_UpdateDataIntegrationCommand: (
|
|
119
119
|
input: UpdateDataIntegrationCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_UpdateEventIntegrationCommand: (
|
|
123
123
|
input: UpdateEventIntegrationCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const de_CreateDataIntegrationCommand: (
|
|
127
127
|
output: __HttpResponse,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<CreateDataIntegrationCommandOutput>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const de_CreateEventIntegrationCommand: (
|
|
131
131
|
output: __HttpResponse,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<CreateEventIntegrationCommandOutput>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const de_DeleteDataIntegrationCommand: (
|
|
135
135
|
output: __HttpResponse,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<DeleteDataIntegrationCommandOutput>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const de_DeleteEventIntegrationCommand: (
|
|
139
139
|
output: __HttpResponse,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<DeleteEventIntegrationCommandOutput>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const de_GetDataIntegrationCommand: (
|
|
143
143
|
output: __HttpResponse,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<GetDataIntegrationCommandOutput>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const de_GetEventIntegrationCommand: (
|
|
147
147
|
output: __HttpResponse,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<GetEventIntegrationCommandOutput>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const de_ListDataIntegrationAssociationsCommand: (
|
|
151
151
|
output: __HttpResponse,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<ListDataIntegrationAssociationsCommandOutput>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const de_ListDataIntegrationsCommand: (
|
|
155
155
|
output: __HttpResponse,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<ListDataIntegrationsCommandOutput>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const de_ListEventIntegrationAssociationsCommand: (
|
|
159
159
|
output: __HttpResponse,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<ListEventIntegrationAssociationsCommandOutput>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const de_ListEventIntegrationsCommand: (
|
|
163
163
|
output: __HttpResponse,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<ListEventIntegrationsCommandOutput>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
167
167
|
output: __HttpResponse,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const de_TagResourceCommand: (
|
|
171
171
|
output: __HttpResponse,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<TagResourceCommandOutput>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const de_UntagResourceCommand: (
|
|
175
175
|
output: __HttpResponse,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<UntagResourceCommandOutput>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const de_UpdateDataIntegrationCommand: (
|
|
179
179
|
output: __HttpResponse,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<UpdateDataIntegrationCommandOutput>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_UpdateEventIntegrationCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<UpdateEventIntegrationCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appintegrations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appintegrations Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.309.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,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|