@aws-sdk/client-chime 3.37.0 → 3.38.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/CHANGELOG.md +13 -0
- package/dist-cjs/commands/index.js +193 -0
- package/dist-cjs/index.js +4 -219
- package/dist-cjs/pagination/index.js +30 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/commands/index.js +190 -0
- package/dist-es/index.js +4 -219
- package/dist-es/pagination/index.js +27 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/index.d.ts +190 -0
- package/dist-types/index.d.ts +4 -219
- package/dist-types/models/models_0.d.ts +8 -0
- package/dist-types/pagination/index.d.ts +27 -0
- package/dist-types/ts3.4/commands/index.d.ts +190 -0
- package/dist-types/ts3.4/index.d.ts +4 -219
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +27 -0
- package/package.json +24 -24
|
@@ -1,220 +1,5 @@
|
|
|
1
|
-
export * from "./ChimeClient";
|
|
2
1
|
export * from "./Chime";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchCreateAttendeeCommand";
|
|
8
|
-
export * from "./commands/BatchCreateChannelMembershipCommand";
|
|
9
|
-
export * from "./commands/BatchCreateRoomMembershipCommand";
|
|
10
|
-
export * from "./commands/BatchDeletePhoneNumberCommand";
|
|
11
|
-
export * from "./commands/BatchSuspendUserCommand";
|
|
12
|
-
export * from "./commands/BatchUnsuspendUserCommand";
|
|
13
|
-
export * from "./commands/BatchUpdatePhoneNumberCommand";
|
|
14
|
-
export * from "./commands/BatchUpdateUserCommand";
|
|
15
|
-
export * from "./commands/CreateAccountCommand";
|
|
16
|
-
export * from "./commands/CreateAppInstanceCommand";
|
|
17
|
-
export * from "./commands/CreateAppInstanceAdminCommand";
|
|
18
|
-
export * from "./commands/CreateAppInstanceUserCommand";
|
|
19
|
-
export * from "./commands/CreateAttendeeCommand";
|
|
20
|
-
export * from "./commands/CreateBotCommand";
|
|
21
|
-
export * from "./commands/CreateChannelCommand";
|
|
22
|
-
export * from "./commands/CreateChannelBanCommand";
|
|
23
|
-
export * from "./commands/CreateChannelMembershipCommand";
|
|
24
|
-
export * from "./commands/CreateChannelModeratorCommand";
|
|
25
|
-
export * from "./commands/CreateMediaCapturePipelineCommand";
|
|
26
|
-
export * from "./commands/CreateMeetingCommand";
|
|
27
|
-
export * from "./commands/CreateMeetingDialOutCommand";
|
|
28
|
-
export * from "./commands/CreateMeetingWithAttendeesCommand";
|
|
29
|
-
export * from "./commands/CreatePhoneNumberOrderCommand";
|
|
30
|
-
export * from "./commands/CreateProxySessionCommand";
|
|
31
|
-
export * from "./commands/CreateRoomCommand";
|
|
32
|
-
export * from "./commands/CreateRoomMembershipCommand";
|
|
33
|
-
export * from "./commands/CreateSipMediaApplicationCommand";
|
|
34
|
-
export * from "./commands/CreateSipMediaApplicationCallCommand";
|
|
35
|
-
export * from "./commands/CreateSipRuleCommand";
|
|
36
|
-
export * from "./commands/CreateUserCommand";
|
|
37
|
-
export * from "./commands/CreateVoiceConnectorCommand";
|
|
38
|
-
export * from "./commands/CreateVoiceConnectorGroupCommand";
|
|
39
|
-
export * from "./commands/DeleteAccountCommand";
|
|
40
|
-
export * from "./commands/DeleteAppInstanceCommand";
|
|
41
|
-
export * from "./commands/DeleteAppInstanceAdminCommand";
|
|
42
|
-
export * from "./commands/DeleteAppInstanceStreamingConfigurationsCommand";
|
|
43
|
-
export * from "./commands/DeleteAppInstanceUserCommand";
|
|
44
|
-
export * from "./commands/DeleteAttendeeCommand";
|
|
45
|
-
export * from "./commands/DeleteChannelCommand";
|
|
46
|
-
export * from "./commands/DeleteChannelBanCommand";
|
|
47
|
-
export * from "./commands/DeleteChannelMembershipCommand";
|
|
48
|
-
export * from "./commands/DeleteChannelMessageCommand";
|
|
49
|
-
export * from "./commands/DeleteChannelModeratorCommand";
|
|
50
|
-
export * from "./commands/DeleteEventsConfigurationCommand";
|
|
51
|
-
export * from "./commands/DeleteMediaCapturePipelineCommand";
|
|
52
|
-
export * from "./commands/DeleteMeetingCommand";
|
|
53
|
-
export * from "./commands/DeletePhoneNumberCommand";
|
|
54
|
-
export * from "./commands/DeleteProxySessionCommand";
|
|
55
|
-
export * from "./commands/DeleteRoomCommand";
|
|
56
|
-
export * from "./commands/DeleteRoomMembershipCommand";
|
|
57
|
-
export * from "./commands/DeleteSipMediaApplicationCommand";
|
|
58
|
-
export * from "./commands/DeleteSipRuleCommand";
|
|
59
|
-
export * from "./commands/DeleteVoiceConnectorCommand";
|
|
60
|
-
export * from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
61
|
-
export * from "./commands/DeleteVoiceConnectorGroupCommand";
|
|
62
|
-
export * from "./commands/DeleteVoiceConnectorOriginationCommand";
|
|
63
|
-
export * from "./commands/DeleteVoiceConnectorProxyCommand";
|
|
64
|
-
export * from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
|
|
65
|
-
export * from "./commands/DeleteVoiceConnectorTerminationCommand";
|
|
66
|
-
export * from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
|
|
67
|
-
export * from "./commands/DescribeAppInstanceCommand";
|
|
68
|
-
export * from "./commands/DescribeAppInstanceAdminCommand";
|
|
69
|
-
export * from "./commands/DescribeAppInstanceUserCommand";
|
|
70
|
-
export * from "./commands/DescribeChannelCommand";
|
|
71
|
-
export * from "./commands/DescribeChannelBanCommand";
|
|
72
|
-
export * from "./commands/DescribeChannelMembershipCommand";
|
|
73
|
-
export * from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
|
|
74
|
-
export * from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
|
|
75
|
-
export * from "./commands/DescribeChannelModeratorCommand";
|
|
76
|
-
export * from "./commands/DisassociatePhoneNumberFromUserCommand";
|
|
77
|
-
export * from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
|
|
78
|
-
export * from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
|
|
79
|
-
export * from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
|
|
80
|
-
export * from "./commands/GetAccountCommand";
|
|
81
|
-
export * from "./commands/GetAccountSettingsCommand";
|
|
82
|
-
export * from "./commands/GetAppInstanceRetentionSettingsCommand";
|
|
83
|
-
export * from "./commands/GetAppInstanceStreamingConfigurationsCommand";
|
|
84
|
-
export * from "./commands/GetAttendeeCommand";
|
|
85
|
-
export * from "./commands/GetBotCommand";
|
|
86
|
-
export * from "./commands/GetChannelMessageCommand";
|
|
87
|
-
export * from "./commands/GetEventsConfigurationCommand";
|
|
88
|
-
export * from "./commands/GetGlobalSettingsCommand";
|
|
89
|
-
export * from "./commands/GetMediaCapturePipelineCommand";
|
|
90
|
-
export * from "./commands/GetMeetingCommand";
|
|
91
|
-
export * from "./commands/GetMessagingSessionEndpointCommand";
|
|
92
|
-
export * from "./commands/GetPhoneNumberCommand";
|
|
93
|
-
export * from "./commands/GetPhoneNumberOrderCommand";
|
|
94
|
-
export * from "./commands/GetPhoneNumberSettingsCommand";
|
|
95
|
-
export * from "./commands/GetProxySessionCommand";
|
|
96
|
-
export * from "./commands/GetRetentionSettingsCommand";
|
|
97
|
-
export * from "./commands/GetRoomCommand";
|
|
98
|
-
export * from "./commands/GetSipMediaApplicationCommand";
|
|
99
|
-
export * from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
|
|
100
|
-
export * from "./commands/GetSipRuleCommand";
|
|
101
|
-
export * from "./commands/GetUserCommand";
|
|
102
|
-
export * from "./commands/GetUserSettingsCommand";
|
|
103
|
-
export * from "./commands/GetVoiceConnectorCommand";
|
|
104
|
-
export * from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
105
|
-
export * from "./commands/GetVoiceConnectorGroupCommand";
|
|
106
|
-
export * from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
|
|
107
|
-
export * from "./commands/GetVoiceConnectorOriginationCommand";
|
|
108
|
-
export * from "./commands/GetVoiceConnectorProxyCommand";
|
|
109
|
-
export * from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
|
|
110
|
-
export * from "./commands/GetVoiceConnectorTerminationCommand";
|
|
111
|
-
export * from "./commands/GetVoiceConnectorTerminationHealthCommand";
|
|
112
|
-
export * from "./commands/InviteUsersCommand";
|
|
113
|
-
export * from "./commands/ListAccountsCommand";
|
|
114
|
-
export * from "./pagination/ListAccountsPaginator";
|
|
115
|
-
export * from "./commands/ListAppInstanceAdminsCommand";
|
|
116
|
-
export * from "./pagination/ListAppInstanceAdminsPaginator";
|
|
117
|
-
export * from "./commands/ListAppInstancesCommand";
|
|
118
|
-
export * from "./pagination/ListAppInstancesPaginator";
|
|
119
|
-
export * from "./commands/ListAppInstanceUsersCommand";
|
|
120
|
-
export * from "./pagination/ListAppInstanceUsersPaginator";
|
|
121
|
-
export * from "./commands/ListAttendeesCommand";
|
|
122
|
-
export * from "./pagination/ListAttendeesPaginator";
|
|
123
|
-
export * from "./commands/ListAttendeeTagsCommand";
|
|
124
|
-
export * from "./commands/ListBotsCommand";
|
|
125
|
-
export * from "./pagination/ListBotsPaginator";
|
|
126
|
-
export * from "./commands/ListChannelBansCommand";
|
|
127
|
-
export * from "./pagination/ListChannelBansPaginator";
|
|
128
|
-
export * from "./commands/ListChannelMembershipsCommand";
|
|
129
|
-
export * from "./pagination/ListChannelMembershipsPaginator";
|
|
130
|
-
export * from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
|
|
131
|
-
export * from "./pagination/ListChannelMembershipsForAppInstanceUserPaginator";
|
|
132
|
-
export * from "./commands/ListChannelMessagesCommand";
|
|
133
|
-
export * from "./pagination/ListChannelMessagesPaginator";
|
|
134
|
-
export * from "./commands/ListChannelModeratorsCommand";
|
|
135
|
-
export * from "./pagination/ListChannelModeratorsPaginator";
|
|
136
|
-
export * from "./commands/ListChannelsCommand";
|
|
137
|
-
export * from "./pagination/ListChannelsPaginator";
|
|
138
|
-
export * from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
|
|
139
|
-
export * from "./pagination/ListChannelsModeratedByAppInstanceUserPaginator";
|
|
140
|
-
export * from "./commands/ListMediaCapturePipelinesCommand";
|
|
141
|
-
export * from "./pagination/ListMediaCapturePipelinesPaginator";
|
|
142
|
-
export * from "./commands/ListMeetingsCommand";
|
|
143
|
-
export * from "./pagination/ListMeetingsPaginator";
|
|
144
|
-
export * from "./commands/ListMeetingTagsCommand";
|
|
145
|
-
export * from "./commands/ListPhoneNumberOrdersCommand";
|
|
146
|
-
export * from "./pagination/ListPhoneNumberOrdersPaginator";
|
|
147
|
-
export * from "./commands/ListPhoneNumbersCommand";
|
|
148
|
-
export * from "./pagination/ListPhoneNumbersPaginator";
|
|
149
|
-
export * from "./commands/ListProxySessionsCommand";
|
|
150
|
-
export * from "./pagination/ListProxySessionsPaginator";
|
|
151
|
-
export * from "./commands/ListRoomMembershipsCommand";
|
|
152
|
-
export * from "./pagination/ListRoomMembershipsPaginator";
|
|
153
|
-
export * from "./commands/ListRoomsCommand";
|
|
154
|
-
export * from "./pagination/ListRoomsPaginator";
|
|
155
|
-
export * from "./commands/ListSipMediaApplicationsCommand";
|
|
156
|
-
export * from "./pagination/ListSipMediaApplicationsPaginator";
|
|
157
|
-
export * from "./commands/ListSipRulesCommand";
|
|
158
|
-
export * from "./pagination/ListSipRulesPaginator";
|
|
159
|
-
export * from "./commands/ListSupportedPhoneNumberCountriesCommand";
|
|
160
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
161
|
-
export * from "./commands/ListUsersCommand";
|
|
162
|
-
export * from "./pagination/ListUsersPaginator";
|
|
163
|
-
export * from "./commands/ListVoiceConnectorGroupsCommand";
|
|
164
|
-
export * from "./pagination/ListVoiceConnectorGroupsPaginator";
|
|
165
|
-
export * from "./commands/ListVoiceConnectorsCommand";
|
|
166
|
-
export * from "./pagination/ListVoiceConnectorsPaginator";
|
|
167
|
-
export * from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
|
|
168
|
-
export * from "./commands/LogoutUserCommand";
|
|
169
|
-
export * from "./commands/PutAppInstanceRetentionSettingsCommand";
|
|
170
|
-
export * from "./commands/PutAppInstanceStreamingConfigurationsCommand";
|
|
171
|
-
export * from "./commands/PutEventsConfigurationCommand";
|
|
172
|
-
export * from "./commands/PutRetentionSettingsCommand";
|
|
173
|
-
export * from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
|
|
174
|
-
export * from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
175
|
-
export * from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
|
|
176
|
-
export * from "./commands/PutVoiceConnectorOriginationCommand";
|
|
177
|
-
export * from "./commands/PutVoiceConnectorProxyCommand";
|
|
178
|
-
export * from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
|
|
179
|
-
export * from "./commands/PutVoiceConnectorTerminationCommand";
|
|
180
|
-
export * from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
|
|
181
|
-
export * from "./commands/RedactChannelMessageCommand";
|
|
182
|
-
export * from "./commands/RedactConversationMessageCommand";
|
|
183
|
-
export * from "./commands/RedactRoomMessageCommand";
|
|
184
|
-
export * from "./commands/RegenerateSecurityTokenCommand";
|
|
185
|
-
export * from "./commands/ResetPersonalPINCommand";
|
|
186
|
-
export * from "./commands/RestorePhoneNumberCommand";
|
|
187
|
-
export * from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
188
|
-
export * from "./pagination/SearchAvailablePhoneNumbersPaginator";
|
|
189
|
-
export * from "./commands/SendChannelMessageCommand";
|
|
190
|
-
export * from "./commands/StartMeetingTranscriptionCommand";
|
|
191
|
-
export * from "./commands/StopMeetingTranscriptionCommand";
|
|
192
|
-
export * from "./commands/TagAttendeeCommand";
|
|
193
|
-
export * from "./commands/TagMeetingCommand";
|
|
194
|
-
export * from "./commands/TagResourceCommand";
|
|
195
|
-
export * from "./commands/UntagAttendeeCommand";
|
|
196
|
-
export * from "./commands/UntagMeetingCommand";
|
|
197
|
-
export * from "./commands/UntagResourceCommand";
|
|
198
|
-
export * from "./commands/UpdateAccountCommand";
|
|
199
|
-
export * from "./commands/UpdateAccountSettingsCommand";
|
|
200
|
-
export * from "./commands/UpdateAppInstanceCommand";
|
|
201
|
-
export * from "./commands/UpdateAppInstanceUserCommand";
|
|
202
|
-
export * from "./commands/UpdateBotCommand";
|
|
203
|
-
export * from "./commands/UpdateChannelCommand";
|
|
204
|
-
export * from "./commands/UpdateChannelMessageCommand";
|
|
205
|
-
export * from "./commands/UpdateChannelReadMarkerCommand";
|
|
206
|
-
export * from "./commands/UpdateGlobalSettingsCommand";
|
|
207
|
-
export * from "./commands/UpdatePhoneNumberCommand";
|
|
208
|
-
export * from "./commands/UpdatePhoneNumberSettingsCommand";
|
|
209
|
-
export * from "./commands/UpdateProxySessionCommand";
|
|
210
|
-
export * from "./commands/UpdateRoomCommand";
|
|
211
|
-
export * from "./commands/UpdateRoomMembershipCommand";
|
|
212
|
-
export * from "./commands/UpdateSipMediaApplicationCommand";
|
|
213
|
-
export * from "./commands/UpdateSipMediaApplicationCallCommand";
|
|
214
|
-
export * from "./commands/UpdateSipRuleCommand";
|
|
215
|
-
export * from "./commands/UpdateUserCommand";
|
|
216
|
-
export * from "./commands/UpdateUserSettingsCommand";
|
|
217
|
-
export * from "./commands/UpdateVoiceConnectorCommand";
|
|
218
|
-
export * from "./commands/UpdateVoiceConnectorGroupCommand";
|
|
219
|
-
export * from "./pagination/Interfaces";
|
|
220
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ChimeClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -1999,6 +1999,8 @@ export interface VoiceConnector {
|
|
|
1999
1999
|
CreatedTimestamp?: Date;
|
|
2000
2000
|
|
|
2001
2001
|
UpdatedTimestamp?: Date;
|
|
2002
|
+
|
|
2003
|
+
VoiceConnectorArn?: string;
|
|
2002
2004
|
}
|
|
2003
2005
|
export declare namespace VoiceConnector {
|
|
2004
2006
|
|
|
@@ -2045,6 +2047,8 @@ export interface VoiceConnectorGroup {
|
|
|
2045
2047
|
CreatedTimestamp?: Date;
|
|
2046
2048
|
|
|
2047
2049
|
UpdatedTimestamp?: Date;
|
|
2050
|
+
|
|
2051
|
+
VoiceConnectorGroupArn?: string;
|
|
2048
2052
|
}
|
|
2049
2053
|
export declare namespace VoiceConnectorGroup {
|
|
2050
2054
|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAccountsPaginator";
|
|
3
|
+
export * from "./ListAppInstanceAdminsPaginator";
|
|
4
|
+
export * from "./ListAppInstanceUsersPaginator";
|
|
5
|
+
export * from "./ListAppInstancesPaginator";
|
|
6
|
+
export * from "./ListAttendeesPaginator";
|
|
7
|
+
export * from "./ListBotsPaginator";
|
|
8
|
+
export * from "./ListChannelBansPaginator";
|
|
9
|
+
export * from "./ListChannelMembershipsForAppInstanceUserPaginator";
|
|
10
|
+
export * from "./ListChannelMembershipsPaginator";
|
|
11
|
+
export * from "./ListChannelMessagesPaginator";
|
|
12
|
+
export * from "./ListChannelModeratorsPaginator";
|
|
13
|
+
export * from "./ListChannelsModeratedByAppInstanceUserPaginator";
|
|
14
|
+
export * from "./ListChannelsPaginator";
|
|
15
|
+
export * from "./ListMediaCapturePipelinesPaginator";
|
|
16
|
+
export * from "./ListMeetingsPaginator";
|
|
17
|
+
export * from "./ListPhoneNumberOrdersPaginator";
|
|
18
|
+
export * from "./ListPhoneNumbersPaginator";
|
|
19
|
+
export * from "./ListProxySessionsPaginator";
|
|
20
|
+
export * from "./ListRoomMembershipsPaginator";
|
|
21
|
+
export * from "./ListRoomsPaginator";
|
|
22
|
+
export * from "./ListSipMediaApplicationsPaginator";
|
|
23
|
+
export * from "./ListSipRulesPaginator";
|
|
24
|
+
export * from "./ListUsersPaginator";
|
|
25
|
+
export * from "./ListVoiceConnectorGroupsPaginator";
|
|
26
|
+
export * from "./ListVoiceConnectorsPaginator";
|
|
27
|
+
export * from "./SearchAvailablePhoneNumbersPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
59
59
|
"downlevel-dts": "0.7.0",
|