@aws-sdk/client-chime-sdk-meetings 3.899.0 → 3.906.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.
@@ -192,6 +192,10 @@ export class ConflictException extends __BaseException {
192
192
  this.RequestId = opts.RequestId;
193
193
  }
194
194
  }
195
+ export const MediaPlacementNetworkType = {
196
+ DUAL_STACK: "DualStack",
197
+ IPV4_ONLY: "Ipv4Only",
198
+ };
195
199
  export const ContentResolution = {
196
200
  FHD: "FHD",
197
201
  NONE: "None",
@@ -64,6 +64,7 @@ export const se_CreateMeetingCommand = async (input, context) => {
64
64
  body = JSON.stringify(take(input, {
65
65
  ClientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
66
66
  ExternalMeetingId: [],
67
+ MediaPlacementNetworkType: [],
67
68
  MediaRegion: [],
68
69
  MeetingFeatures: (_) => _json(_),
69
70
  MeetingHostId: [],
@@ -89,6 +90,7 @@ export const se_CreateMeetingWithAttendeesCommand = async (input, context) => {
89
90
  Attendees: (_) => _json(_),
90
91
  ClientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
91
92
  ExternalMeetingId: [],
93
+ MediaPlacementNetworkType: [],
92
94
  MediaRegion: [],
93
95
  MeetingFeatures: (_) => _json(_),
94
96
  MeetingHostId: [],
@@ -117,7 +117,7 @@ export interface ChimeSDKMeetings {
117
117
  /**
118
118
  * <p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and
119
119
  * receive meeting notifications. For more information about the meeting APIs, see
120
- * <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
120
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
121
121
  * @public
122
122
  */
123
123
  export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient implements ChimeSDKMeetings {
@@ -187,7 +187,7 @@ export interface ChimeSDKMeetingsClientResolvedConfig extends ChimeSDKMeetingsCl
187
187
  /**
188
188
  * <p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and
189
189
  * receive meeting notifications. For more information about the meeting APIs, see
190
- * <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
190
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
191
191
  * @public
192
192
  */
193
193
  export declare class ChimeSDKMeetingsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKMeetingsClientResolvedConfig> {
@@ -28,7 +28,7 @@ declare const BatchCreateAttendeeCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
31
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>
31
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -48,6 +48,15 @@ declare const BatchUpdateAttendeeCapabilitiesExceptCommand_base: {
48
48
  * to receive and you set your <code>content</code> capability to not receive.</p>
49
49
  * </li>
50
50
  * <li>
51
+ * <p>If meeting features is defined as <code>Video:MaxResolution:None</code> but
52
+ * <code>Content:MaxResolution</code> is defined as something other than
53
+ * <code>None</code> and attendee capabilities are not defined in the API
54
+ * request, then the default attendee video capability is set to
55
+ * <code>Receive</code> and attendee content capability is set to
56
+ * <code>SendReceive</code>. This is because content <code>SendReceive</code>
57
+ * requires video to be at least <code>Receive</code>.</p>
58
+ * </li>
59
+ * <li>
51
60
  * <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
52
61
  * and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
53
62
  * </li>
@@ -29,7 +29,7 @@ declare const CreateAttendeeCommand_base: {
29
29
  /**
30
30
  * <p>
31
31
  * Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
32
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
32
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
33
33
  * in the
34
34
  * <i>Amazon Chime Developer Guide</i>.
35
35
  * </p>
@@ -28,12 +28,25 @@ declare const CreateMeetingCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see
31
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
32
- * in the <i>Amazon Chime Developer Guide</i>. For more information about the Amazon Chime SDK, see
33
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
31
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions">Available Regions</a> and
32
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html">Using meeting Regions</a>, both
33
+ * in the <i>Amazon Chime SDK Developer Guide</i>. For more information about the Amazon Chime SDK, see
34
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
34
35
  * in the
35
- * <i>Amazon Chime Developer Guide</i>.
36
+ * <i>Amazon Chime SDK Developer Guide</i>.
36
37
  * </p>
38
+ * <note>
39
+ * <p>If you use this API in conjuction with the and APIs, and you don't specify the
40
+ * <code>MeetingFeatures.Content.MaxResolution</code> or <code>MeetingFeatures.Video.MaxResolution</code> parameters, the following defaults are used:</p>
41
+ * <ul>
42
+ * <li>
43
+ * <p>Content.MaxResolution: FHD</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>Video.MaxResolution: HD</p>
47
+ * </li>
48
+ * </ul>
49
+ * </note>
37
50
  * @example
38
51
  * Use a bare-bones client and the command you need to make an API call.
39
52
  * ```javascript
@@ -76,6 +89,7 @@ declare const CreateMeetingCommand_base: {
76
89
  * Value: "STRING_VALUE", // required
77
90
  * },
78
91
  * ],
92
+ * MediaPlacementNetworkType: "Ipv4Only" || "DualStack",
79
93
  * };
80
94
  * const command = new CreateMeetingCommand(input);
81
95
  * const response = await client.send(command);
@@ -29,11 +29,25 @@ declare const CreateMeetingWithAttendeesCommand_base: {
29
29
  /**
30
30
  * <p>
31
31
  * Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see
32
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
33
- * in the <i>Amazon Chime Developer Guide</i>. For more information about the Amazon Chime SDK, see
34
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
35
- * in the <i>Amazon Chime Developer Guide</i>.
32
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions">Available Regions</a> and
33
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html">Using meeting Regions</a>, both
34
+ * in the <i>Amazon Chime SDK Developer Guide</i>. For more information about the Amazon Chime SDK, see
35
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
36
+ * in the
37
+ * <i>Amazon Chime SDK Developer Guide</i>.
36
38
  * </p>
39
+ * <note>
40
+ * <p>If you use this API in conjuction with the and APIs, and you don't specify the
41
+ * <code>MeetingFeatures.Content.MaxResolution</code> or <code>MeetingFeatures.Video.MaxResolution</code> parameters, the following defaults are used:</p>
42
+ * <ul>
43
+ * <li>
44
+ * <p>Content.MaxResolution: FHD</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Video.MaxResolution: HD</p>
48
+ * </li>
49
+ * </ul>
50
+ * </note>
37
51
  * @example
38
52
  * Use a bare-bones client and the command you need to make an API call.
39
53
  * ```javascript
@@ -86,6 +100,7 @@ declare const CreateMeetingWithAttendeesCommand_base: {
86
100
  * Value: "STRING_VALUE", // required
87
101
  * },
88
102
  * ],
103
+ * MediaPlacementNetworkType: "Ipv4Only" || "DualStack",
89
104
  * };
90
105
  * const command = new CreateMeetingWithAttendeesCommand(input);
91
106
  * const response = await client.send(command);
@@ -29,7 +29,7 @@ declare const DeleteAttendeeCommand_base: {
29
29
  /**
30
30
  * <p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
31
31
  * <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see
32
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
32
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
33
33
  * in the <i>Amazon Chime Developer Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -29,7 +29,7 @@ declare const DeleteMeetingCommand_base: {
29
29
  /**
30
30
  * <p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from
31
31
  * joining the meeting. For more information about the Amazon Chime SDK, see
32
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the
32
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the
33
33
  * <i>Amazon Chime Developer Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -29,7 +29,7 @@ declare const GetAttendeeCommand_base: {
29
29
  /**
30
30
  * <p>
31
31
  * Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see
32
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
32
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
33
33
  * in the <i>Amazon Chime Developer Guide</i>.
34
34
  * </p>
35
35
  * @example
@@ -28,7 +28,7 @@ declare const GetMeetingCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see
31
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
31
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
32
32
  * in the <i>Amazon Chime Developer Guide</i>.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -29,7 +29,7 @@ declare const ListAttendeesCommand_base: {
29
29
  /**
30
30
  * <p>
31
31
  * Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
32
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
32
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
33
33
  * in the <i>Amazon Chime Developer Guide</i>.
34
34
  * </p>
35
35
  * @example
@@ -48,6 +48,15 @@ declare const UpdateAttendeeCapabilitiesCommand_base: {
48
48
  * to receive and you set your <code>content</code> capability to not receive.</p>
49
49
  * </li>
50
50
  * <li>
51
+ * <p>If meeting features is defined as <code>Video:MaxResolution:None</code> but
52
+ * <code>Content:MaxResolution</code> is defined as something other than
53
+ * <code>None</code> and attendee capabilities are not defined in the API
54
+ * request, then the default attendee video capability is set to
55
+ * <code>Receive</code> and attendee content capability is set to
56
+ * <code>SendReceive</code>. This is because content <code>SendReceive</code>
57
+ * requires video to be at least <code>Receive</code>.</p>
58
+ * </li>
59
+ * <li>
51
60
  * <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
52
61
  * and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
53
62
  * </li>
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * <p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and
3
3
  * receive meeting notifications. For more information about the meeting APIs, see
4
- * <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
4
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
5
5
  *
6
6
  * @packageDocumentation
7
7
  */
@@ -36,6 +36,15 @@ export type MediaCapabilities = (typeof MediaCapabilities)[keyof typeof MediaCap
36
36
  * <code>video</code> capability to receive and you set your <code>content</code> capability to not receive.</p>
37
37
  * </li>
38
38
  * <li>
39
+ * <p>If meeting features is defined as <code>Video:MaxResolution:None</code> but
40
+ * <code>Content:MaxResolution</code> is defined as something other than
41
+ * <code>None</code> and attendee capabilities are not defined in the API
42
+ * request, then the default attendee video capability is set to
43
+ * <code>Receive</code> and attendee content capability is set to
44
+ * <code>SendReceive</code>. This is because content <code>SendReceive</code>
45
+ * requires video to be at least <code>Receive</code>.</p>
46
+ * </li>
47
+ * <li>
39
48
  * <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
40
49
  * and an attendee unmutes their microphone, audio flows from the attendee to the other meeting participants.</p>
41
50
  * </li>
@@ -120,6 +129,15 @@ export interface Attendee {
120
129
  * to receive and you set your <code>content</code> capability to not receive.</p>
121
130
  * </li>
122
131
  * <li>
132
+ * <p>If meeting features is defined as <code>Video:MaxResolution:None</code> but
133
+ * <code>Content:MaxResolution</code> is defined as something other than
134
+ * <code>None</code> and attendee capabilities are not defined in the API
135
+ * request, then the default attendee video capability is set to
136
+ * <code>Receive</code> and attendee content capability is set to
137
+ * <code>SendReceive</code>. This is because content <code>SendReceive</code>
138
+ * requires video to be at least <code>Receive</code>.</p>
139
+ * </li>
140
+ * <li>
123
141
  * <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
124
142
  * and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
125
143
  * </li>
@@ -512,6 +530,15 @@ export interface CreateAttendeeRequest {
512
530
  * to receive and you set your <code>content</code> capability to not receive.</p>
513
531
  * </li>
514
532
  * <li>
533
+ * <p>If meeting features is defined as <code>Video:MaxResolution:None</code> but
534
+ * <code>Content:MaxResolution</code> is defined as something other than
535
+ * <code>None</code> and attendee capabilities are not defined in the API
536
+ * request, then the default attendee video capability is set to
537
+ * <code>Receive</code> and attendee content capability is set to
538
+ * <code>SendReceive</code>. This is because content <code>SendReceive</code>
539
+ * requires video to be at least <code>Receive</code>.</p>
540
+ * </li>
541
+ * <li>
515
542
  * <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> ,
516
543
  * and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p>
517
544
  * </li>
@@ -534,6 +561,18 @@ export interface CreateAttendeeResponse {
534
561
  */
535
562
  Attendee?: Attendee | undefined;
536
563
  }
564
+ /**
565
+ * @public
566
+ * @enum
567
+ */
568
+ export declare const MediaPlacementNetworkType: {
569
+ readonly DUAL_STACK: "DualStack";
570
+ readonly IPV4_ONLY: "Ipv4Only";
571
+ };
572
+ /**
573
+ * @public
574
+ */
575
+ export type MediaPlacementNetworkType = (typeof MediaPlacementNetworkType)[keyof typeof MediaPlacementNetworkType];
537
576
  /**
538
577
  * @public
539
578
  * @enum
@@ -773,6 +812,11 @@ export interface CreateMeetingRequest {
773
812
  * @public
774
813
  */
775
814
  Tags?: Tag[] | undefined;
815
+ /**
816
+ * <p>The type of network for the media placement. Either IPv4 only or dual-stack (IPv4 and IPv6).</p>
817
+ * @public
818
+ */
819
+ MediaPlacementNetworkType?: MediaPlacementNetworkType | undefined;
776
820
  }
777
821
  /**
778
822
  * <p>A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.</p>
@@ -992,6 +1036,11 @@ export interface CreateMeetingWithAttendeesRequest {
992
1036
  * @public
993
1037
  */
994
1038
  Tags?: Tag[] | undefined;
1039
+ /**
1040
+ * <p>The type of network for the media placement. Either IPv4 only or dual-stack (IPv4 and IPv6).</p>
1041
+ * @public
1042
+ */
1043
+ MediaPlacementNetworkType?: MediaPlacementNetworkType | undefined;
995
1044
  }
996
1045
  /**
997
1046
  * @public
@@ -159,6 +159,12 @@ export interface CreateAttendeeRequest {
159
159
  export interface CreateAttendeeResponse {
160
160
  Attendee?: Attendee | undefined;
161
161
  }
162
+ export declare const MediaPlacementNetworkType: {
163
+ readonly DUAL_STACK: "DualStack";
164
+ readonly IPV4_ONLY: "Ipv4Only";
165
+ };
166
+ export type MediaPlacementNetworkType =
167
+ (typeof MediaPlacementNetworkType)[keyof typeof MediaPlacementNetworkType];
162
168
  export declare const ContentResolution: {
163
169
  readonly FHD: "FHD";
164
170
  readonly NONE: "None";
@@ -204,6 +210,7 @@ export interface CreateMeetingRequest {
204
210
  PrimaryMeetingId?: string | undefined;
205
211
  TenantIds?: string[] | undefined;
206
212
  Tags?: Tag[] | undefined;
213
+ MediaPlacementNetworkType?: MediaPlacementNetworkType | undefined;
207
214
  }
208
215
  export interface MediaPlacement {
209
216
  AudioHostUrl?: string | undefined;
@@ -240,6 +247,7 @@ export interface CreateMeetingWithAttendeesRequest {
240
247
  PrimaryMeetingId?: string | undefined;
241
248
  TenantIds?: string[] | undefined;
242
249
  Tags?: Tag[] | undefined;
250
+ MediaPlacementNetworkType?: MediaPlacementNetworkType | undefined;
243
251
  }
244
252
  export interface CreateMeetingWithAttendeesResponse {
245
253
  Meeting?: Meeting | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-meetings",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
4
- "version": "3.899.0",
4
+ "version": "3.906.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-meetings",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.899.0",
24
- "@aws-sdk/credential-provider-node": "3.899.0",
25
- "@aws-sdk/middleware-host-header": "3.893.0",
26
- "@aws-sdk/middleware-logger": "3.893.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.899.0",
29
- "@aws-sdk/region-config-resolver": "3.893.0",
30
- "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.895.0",
32
- "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.899.0",
34
- "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.13.0",
36
- "@smithy/fetch-http-handler": "^5.2.1",
37
- "@smithy/hash-node": "^4.1.1",
38
- "@smithy/invalid-dependency": "^4.1.1",
39
- "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.5",
41
- "@smithy/middleware-retry": "^4.3.1",
42
- "@smithy/middleware-serde": "^4.1.1",
43
- "@smithy/middleware-stack": "^4.1.1",
44
- "@smithy/node-config-provider": "^4.2.2",
45
- "@smithy/node-http-handler": "^4.2.1",
46
- "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.5",
48
- "@smithy/types": "^4.5.0",
49
- "@smithy/url-parser": "^4.1.1",
50
- "@smithy/util-base64": "^4.1.0",
51
- "@smithy/util-body-length-browser": "^4.1.0",
52
- "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.5",
54
- "@smithy/util-defaults-mode-node": "^4.1.5",
55
- "@smithy/util-endpoints": "^3.1.2",
56
- "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.2",
58
- "@smithy/util-utf8": "^4.1.0",
59
- "@smithy/uuid": "^1.0.0",
23
+ "@aws-sdk/core": "3.906.0",
24
+ "@aws-sdk/credential-provider-node": "3.906.0",
25
+ "@aws-sdk/middleware-host-header": "3.901.0",
26
+ "@aws-sdk/middleware-logger": "3.901.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.901.0",
28
+ "@aws-sdk/middleware-user-agent": "3.906.0",
29
+ "@aws-sdk/region-config-resolver": "3.901.0",
30
+ "@aws-sdk/types": "3.901.0",
31
+ "@aws-sdk/util-endpoints": "3.901.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.901.0",
33
+ "@aws-sdk/util-user-agent-node": "3.906.0",
34
+ "@smithy/config-resolver": "^4.3.0",
35
+ "@smithy/core": "^3.14.0",
36
+ "@smithy/fetch-http-handler": "^5.3.0",
37
+ "@smithy/hash-node": "^4.2.0",
38
+ "@smithy/invalid-dependency": "^4.2.0",
39
+ "@smithy/middleware-content-length": "^4.2.0",
40
+ "@smithy/middleware-endpoint": "^4.3.0",
41
+ "@smithy/middleware-retry": "^4.4.0",
42
+ "@smithy/middleware-serde": "^4.2.0",
43
+ "@smithy/middleware-stack": "^4.2.0",
44
+ "@smithy/node-config-provider": "^4.3.0",
45
+ "@smithy/node-http-handler": "^4.3.0",
46
+ "@smithy/protocol-http": "^5.3.0",
47
+ "@smithy/smithy-client": "^4.7.0",
48
+ "@smithy/types": "^4.6.0",
49
+ "@smithy/url-parser": "^4.2.0",
50
+ "@smithy/util-base64": "^4.2.0",
51
+ "@smithy/util-body-length-browser": "^4.2.0",
52
+ "@smithy/util-body-length-node": "^4.2.0",
53
+ "@smithy/util-defaults-mode-browser": "^4.2.0",
54
+ "@smithy/util-defaults-mode-node": "^4.2.0",
55
+ "@smithy/util-endpoints": "^3.2.0",
56
+ "@smithy/util-middleware": "^4.2.0",
57
+ "@smithy/util-retry": "^4.2.0",
58
+ "@smithy/util-utf8": "^4.2.0",
59
+ "@smithy/uuid": "^1.1.0",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {