@aws-sdk/client-chime-sdk-meetings
Advanced tools
Comparing version 3.54.1 to 3.55.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) | ||
### Features | ||
* **clients:** update clients as of 03/21/2022 ([#3455](https://github.com/aws/aws-sdk-js-v3/issues/3455)) ([7cd40a5](https://github.com/aws/aws-sdk-js-v3/commit/7cd40a5aeaddf03b8d27e814b3a2b441c1217dfb)) | ||
## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15) | ||
@@ -8,0 +19,0 @@ |
@@ -15,17 +15,17 @@ "use strict"; | ||
constructor(configuration) { | ||
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration); | ||
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0); | ||
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1); | ||
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2); | ||
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3); | ||
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4); | ||
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5); | ||
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); | ||
const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0); | ||
const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1); | ||
const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2); | ||
const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3); | ||
const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4); | ||
const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5); | ||
super(_config_6); | ||
this.config = _config_6; | ||
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config)); | ||
this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config)); | ||
this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config)); | ||
this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config)); | ||
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config)); | ||
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config)); | ||
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); | ||
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); | ||
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); | ||
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config)); | ||
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config)); | ||
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config)); | ||
} | ||
@@ -32,0 +32,0 @@ destroy() { |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1BatchCreateAttendeeCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1BatchCreateAttendeeCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1BatchCreateAttendeeCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1BatchCreateAttendeeCommand)(output, context); | ||
} | ||
} | ||
exports.BatchCreateAttendeeCommand = BatchCreateAttendeeCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1CreateAttendeeCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1CreateAttendeeCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1CreateAttendeeCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAttendeeCommand)(output, context); | ||
} | ||
} | ||
exports.CreateAttendeeCommand = CreateAttendeeCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1CreateMeetingCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1CreateMeetingCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1CreateMeetingCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMeetingCommand)(output, context); | ||
} | ||
} | ||
exports.CreateMeetingCommand = CreateMeetingCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1CreateMeetingWithAttendeesCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1CreateMeetingWithAttendeesCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1CreateMeetingWithAttendeesCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMeetingWithAttendeesCommand)(output, context); | ||
} | ||
} | ||
exports.CreateMeetingWithAttendeesCommand = CreateMeetingWithAttendeesCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1DeleteAttendeeCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1DeleteAttendeeCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1DeleteAttendeeCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAttendeeCommand)(output, context); | ||
} | ||
} | ||
exports.DeleteAttendeeCommand = DeleteAttendeeCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1DeleteMeetingCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1DeleteMeetingCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1DeleteMeetingCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMeetingCommand)(output, context); | ||
} | ||
} | ||
exports.DeleteMeetingCommand = DeleteMeetingCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1GetAttendeeCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1GetAttendeeCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1GetAttendeeCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1GetAttendeeCommand)(output, context); | ||
} | ||
} | ||
exports.GetAttendeeCommand = GetAttendeeCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1GetMeetingCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1GetMeetingCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1GetMeetingCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1GetMeetingCommand)(output, context); | ||
} | ||
} | ||
exports.GetMeetingCommand = GetMeetingCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1ListAttendeesCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1ListAttendeesCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1ListAttendeesCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1ListAttendeesCommand)(output, context); | ||
} | ||
} | ||
exports.ListAttendeesCommand = ListAttendeesCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1StartMeetingTranscriptionCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1StartMeetingTranscriptionCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1StartMeetingTranscriptionCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1StartMeetingTranscriptionCommand)(output, context); | ||
} | ||
} | ||
exports.StartMeetingTranscriptionCommand = StartMeetingTranscriptionCommand; |
@@ -14,3 +14,3 @@ "use strict"; | ||
resolveMiddleware(clientStack, configuration, options) { | ||
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize)); | ||
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); | ||
const stack = clientStack.concat(this.middlewareStack); | ||
@@ -31,8 +31,8 @@ const { logger } = configuration; | ||
serialize(input, context) { | ||
return Aws_restJson1_1.serializeAws_restJson1StopMeetingTranscriptionCommand(input, context); | ||
return (0, Aws_restJson1_1.serializeAws_restJson1StopMeetingTranscriptionCommand)(input, context); | ||
} | ||
deserialize(output, context) { | ||
return Aws_restJson1_1.deserializeAws_restJson1StopMeetingTranscriptionCommand(output, context); | ||
return (0, Aws_restJson1_1.deserializeAws_restJson1StopMeetingTranscriptionCommand)(output, context); | ||
} | ||
} | ||
exports.StopMeetingTranscriptionCommand = StopMeetingTranscriptionCommand; |
@@ -144,3 +144,3 @@ "use strict"; | ||
}; | ||
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, { | ||
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, { | ||
...options, | ||
@@ -147,0 +147,0 @@ signingService: "chime", |
@@ -20,3 +20,3 @@ "use strict"; | ||
} | ||
resolvedPath = resolvedPath.replace("{MeetingId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{MeetingId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -59,3 +59,3 @@ else { | ||
} | ||
resolvedPath = resolvedPath.replace("{MeetingId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{MeetingId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -90,3 +90,3 @@ else { | ||
body = JSON.stringify({ | ||
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(), | ||
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(), | ||
...(input.ExternalMeetingId !== undefined && | ||
@@ -104,2 +104,4 @@ input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId }), | ||
}), | ||
...(input.PrimaryMeetingId !== undefined && | ||
input.PrimaryMeetingId !== null && { PrimaryMeetingId: input.PrimaryMeetingId }), | ||
}); | ||
@@ -133,3 +135,3 @@ return new protocol_http_1.HttpRequest({ | ||
}), | ||
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(), | ||
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(), | ||
...(input.ExternalMeetingId !== undefined && | ||
@@ -147,2 +149,4 @@ input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId }), | ||
}), | ||
...(input.PrimaryMeetingId !== undefined && | ||
input.PrimaryMeetingId !== null && { PrimaryMeetingId: input.PrimaryMeetingId }), | ||
}); | ||
@@ -171,3 +175,3 @@ return new protocol_http_1.HttpRequest({ | ||
} | ||
resolvedPath = resolvedPath.replace("{MeetingId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{MeetingId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -182,3 +186,3 @@ else { | ||
} | ||
resolvedPath = resolvedPath.replace("{AttendeeId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{AttendeeId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -209,3 +213,3 @@ else { | ||
} | ||
resolvedPath = resolvedPath.replace("{MeetingId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{MeetingId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -237,3 +241,3 @@ else { | ||
} | ||
resolvedPath = resolvedPath.replace("{MeetingId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{MeetingId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -248,3 +252,3 @@ else { | ||
} | ||
resolvedPath = resolvedPath.replace("{AttendeeId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{AttendeeId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -275,3 +279,3 @@ else { | ||
} | ||
resolvedPath = resolvedPath.replace("{MeetingId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{MeetingId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -302,3 +306,3 @@ else { | ||
} | ||
resolvedPath = resolvedPath.replace("{MeetingId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{MeetingId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -336,3 +340,3 @@ else { | ||
} | ||
resolvedPath = resolvedPath.replace("{MeetingId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{MeetingId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -373,3 +377,3 @@ else { | ||
} | ||
resolvedPath = resolvedPath.replace("{MeetingId}", smithy_client_1.extendedEncodeURIComponent(labelValue)); | ||
resolvedPath = resolvedPath.replace("{MeetingId}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue)); | ||
} | ||
@@ -404,3 +408,3 @@ else { | ||
}; | ||
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body"); | ||
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); | ||
if (data.Attendees !== undefined && data.Attendees !== null) { | ||
@@ -449,3 +453,3 @@ contents.Attendees = deserializeAws_restJson1AttendeeList(data.Attendees, context); | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -461,3 +465,3 @@ }; | ||
}; | ||
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body"); | ||
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); | ||
if (data.Attendee !== undefined && data.Attendee !== null) { | ||
@@ -506,3 +510,3 @@ contents.Attendee = deserializeAws_restJson1Attendee(data.Attendee, context); | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -518,3 +522,3 @@ }; | ||
}; | ||
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body"); | ||
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); | ||
if (data.Meeting !== undefined && data.Meeting !== null) { | ||
@@ -554,3 +558,3 @@ contents.Meeting = deserializeAws_restJson1Meeting(data.Meeting, context); | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -568,3 +572,3 @@ }; | ||
}; | ||
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body"); | ||
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); | ||
if (data.Attendees !== undefined && data.Attendees !== null) { | ||
@@ -610,3 +614,3 @@ contents.Attendees = deserializeAws_restJson1AttendeeList(data.Attendees, context); | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -647,3 +651,3 @@ }; | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -684,3 +688,3 @@ }; | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -696,3 +700,3 @@ }; | ||
}; | ||
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body"); | ||
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); | ||
if (data.Attendee !== undefined && data.Attendee !== null) { | ||
@@ -729,3 +733,3 @@ contents.Attendee = deserializeAws_restJson1Attendee(data.Attendee, context); | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -741,3 +745,3 @@ }; | ||
}; | ||
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body"); | ||
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); | ||
if (data.Meeting !== undefined && data.Meeting !== null) { | ||
@@ -774,3 +778,3 @@ contents.Meeting = deserializeAws_restJson1Meeting(data.Meeting, context); | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -787,3 +791,3 @@ }; | ||
}; | ||
const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body"); | ||
const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); | ||
if (data.Attendees !== undefined && data.Attendees !== null) { | ||
@@ -793,3 +797,3 @@ contents.Attendees = deserializeAws_restJson1AttendeeList(data.Attendees, context); | ||
if (data.NextToken !== undefined && data.NextToken !== null) { | ||
contents.NextToken = smithy_client_1.expectString(data.NextToken); | ||
contents.NextToken = (0, smithy_client_1.expectString)(data.NextToken); | ||
} | ||
@@ -824,3 +828,3 @@ return Promise.resolve(contents); | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -876,3 +880,3 @@ }; | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -925,3 +929,3 @@ }; | ||
}); | ||
throw smithy_client_1.decorateServiceException(response, parsedBody); | ||
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody); | ||
} | ||
@@ -933,9 +937,9 @@ }; | ||
if (data.Code !== undefined && data.Code !== null) { | ||
contents.Code = smithy_client_1.expectString(data.Code); | ||
contents.Code = (0, smithy_client_1.expectString)(data.Code); | ||
} | ||
if (data.Message !== undefined && data.Message !== null) { | ||
contents.Message = smithy_client_1.expectString(data.Message); | ||
contents.Message = (0, smithy_client_1.expectString)(data.Message); | ||
} | ||
if (data.RequestId !== undefined && data.RequestId !== null) { | ||
contents.RequestId = smithy_client_1.expectString(data.RequestId); | ||
contents.RequestId = (0, smithy_client_1.expectString)(data.RequestId); | ||
} | ||
@@ -946,3 +950,3 @@ const exception = new models_0_1.BadRequestException({ | ||
}); | ||
return smithy_client_1.decorateServiceException(exception, parsedOutput.body); | ||
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); | ||
}; | ||
@@ -953,9 +957,9 @@ const deserializeAws_restJson1ForbiddenExceptionResponse = async (parsedOutput, context) => { | ||
if (data.Code !== undefined && data.Code !== null) { | ||
contents.Code = smithy_client_1.expectString(data.Code); | ||
contents.Code = (0, smithy_client_1.expectString)(data.Code); | ||
} | ||
if (data.Message !== undefined && data.Message !== null) { | ||
contents.Message = smithy_client_1.expectString(data.Message); | ||
contents.Message = (0, smithy_client_1.expectString)(data.Message); | ||
} | ||
if (data.RequestId !== undefined && data.RequestId !== null) { | ||
contents.RequestId = smithy_client_1.expectString(data.RequestId); | ||
contents.RequestId = (0, smithy_client_1.expectString)(data.RequestId); | ||
} | ||
@@ -966,3 +970,3 @@ const exception = new models_0_1.ForbiddenException({ | ||
}); | ||
return smithy_client_1.decorateServiceException(exception, parsedOutput.body); | ||
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); | ||
}; | ||
@@ -973,9 +977,9 @@ const deserializeAws_restJson1LimitExceededExceptionResponse = async (parsedOutput, context) => { | ||
if (data.Code !== undefined && data.Code !== null) { | ||
contents.Code = smithy_client_1.expectString(data.Code); | ||
contents.Code = (0, smithy_client_1.expectString)(data.Code); | ||
} | ||
if (data.Message !== undefined && data.Message !== null) { | ||
contents.Message = smithy_client_1.expectString(data.Message); | ||
contents.Message = (0, smithy_client_1.expectString)(data.Message); | ||
} | ||
if (data.RequestId !== undefined && data.RequestId !== null) { | ||
contents.RequestId = smithy_client_1.expectString(data.RequestId); | ||
contents.RequestId = (0, smithy_client_1.expectString)(data.RequestId); | ||
} | ||
@@ -986,3 +990,3 @@ const exception = new models_0_1.LimitExceededException({ | ||
}); | ||
return smithy_client_1.decorateServiceException(exception, parsedOutput.body); | ||
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); | ||
}; | ||
@@ -993,9 +997,9 @@ const deserializeAws_restJson1NotFoundExceptionResponse = async (parsedOutput, context) => { | ||
if (data.Code !== undefined && data.Code !== null) { | ||
contents.Code = smithy_client_1.expectString(data.Code); | ||
contents.Code = (0, smithy_client_1.expectString)(data.Code); | ||
} | ||
if (data.Message !== undefined && data.Message !== null) { | ||
contents.Message = smithy_client_1.expectString(data.Message); | ||
contents.Message = (0, smithy_client_1.expectString)(data.Message); | ||
} | ||
if (data.RequestId !== undefined && data.RequestId !== null) { | ||
contents.RequestId = smithy_client_1.expectString(data.RequestId); | ||
contents.RequestId = (0, smithy_client_1.expectString)(data.RequestId); | ||
} | ||
@@ -1006,3 +1010,3 @@ const exception = new models_0_1.NotFoundException({ | ||
}); | ||
return smithy_client_1.decorateServiceException(exception, parsedOutput.body); | ||
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); | ||
}; | ||
@@ -1016,9 +1020,9 @@ const deserializeAws_restJson1ServiceUnavailableExceptionResponse = async (parsedOutput, context) => { | ||
if (data.Code !== undefined && data.Code !== null) { | ||
contents.Code = smithy_client_1.expectString(data.Code); | ||
contents.Code = (0, smithy_client_1.expectString)(data.Code); | ||
} | ||
if (data.Message !== undefined && data.Message !== null) { | ||
contents.Message = smithy_client_1.expectString(data.Message); | ||
contents.Message = (0, smithy_client_1.expectString)(data.Message); | ||
} | ||
if (data.RequestId !== undefined && data.RequestId !== null) { | ||
contents.RequestId = smithy_client_1.expectString(data.RequestId); | ||
contents.RequestId = (0, smithy_client_1.expectString)(data.RequestId); | ||
} | ||
@@ -1029,3 +1033,3 @@ const exception = new models_0_1.ServiceUnavailableException({ | ||
}); | ||
return smithy_client_1.decorateServiceException(exception, parsedOutput.body); | ||
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); | ||
}; | ||
@@ -1036,9 +1040,9 @@ const deserializeAws_restJson1UnauthorizedExceptionResponse = async (parsedOutput, context) => { | ||
if (data.Code !== undefined && data.Code !== null) { | ||
contents.Code = smithy_client_1.expectString(data.Code); | ||
contents.Code = (0, smithy_client_1.expectString)(data.Code); | ||
} | ||
if (data.Message !== undefined && data.Message !== null) { | ||
contents.Message = smithy_client_1.expectString(data.Message); | ||
contents.Message = (0, smithy_client_1.expectString)(data.Message); | ||
} | ||
if (data.RequestId !== undefined && data.RequestId !== null) { | ||
contents.RequestId = smithy_client_1.expectString(data.RequestId); | ||
contents.RequestId = (0, smithy_client_1.expectString)(data.RequestId); | ||
} | ||
@@ -1049,3 +1053,3 @@ const exception = new models_0_1.UnauthorizedException({ | ||
}); | ||
return smithy_client_1.decorateServiceException(exception, parsedOutput.body); | ||
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); | ||
}; | ||
@@ -1056,9 +1060,9 @@ const deserializeAws_restJson1UnprocessableEntityExceptionResponse = async (parsedOutput, context) => { | ||
if (data.Code !== undefined && data.Code !== null) { | ||
contents.Code = smithy_client_1.expectString(data.Code); | ||
contents.Code = (0, smithy_client_1.expectString)(data.Code); | ||
} | ||
if (data.Message !== undefined && data.Message !== null) { | ||
contents.Message = smithy_client_1.expectString(data.Message); | ||
contents.Message = (0, smithy_client_1.expectString)(data.Message); | ||
} | ||
if (data.RequestId !== undefined && data.RequestId !== null) { | ||
contents.RequestId = smithy_client_1.expectString(data.RequestId); | ||
contents.RequestId = (0, smithy_client_1.expectString)(data.RequestId); | ||
} | ||
@@ -1069,3 +1073,3 @@ const exception = new models_0_1.UnprocessableEntityException({ | ||
}); | ||
return smithy_client_1.decorateServiceException(exception, parsedOutput.body); | ||
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); | ||
}; | ||
@@ -1175,5 +1179,5 @@ const serializeAws_restJson1AudioFeatures = (input, context) => { | ||
return { | ||
AttendeeId: smithy_client_1.expectString(output.AttendeeId), | ||
ExternalUserId: smithy_client_1.expectString(output.ExternalUserId), | ||
JoinToken: smithy_client_1.expectString(output.JoinToken), | ||
AttendeeId: (0, smithy_client_1.expectString)(output.AttendeeId), | ||
ExternalUserId: (0, smithy_client_1.expectString)(output.ExternalUserId), | ||
JoinToken: (0, smithy_client_1.expectString)(output.JoinToken), | ||
}; | ||
@@ -1194,3 +1198,3 @@ }; | ||
return { | ||
EchoReduction: smithy_client_1.expectString(output.EchoReduction), | ||
EchoReduction: (0, smithy_client_1.expectString)(output.EchoReduction), | ||
}; | ||
@@ -1211,5 +1215,5 @@ }; | ||
return { | ||
ErrorCode: smithy_client_1.expectString(output.ErrorCode), | ||
ErrorMessage: smithy_client_1.expectString(output.ErrorMessage), | ||
ExternalUserId: smithy_client_1.expectString(output.ExternalUserId), | ||
ErrorCode: (0, smithy_client_1.expectString)(output.ErrorCode), | ||
ErrorMessage: (0, smithy_client_1.expectString)(output.ErrorMessage), | ||
ExternalUserId: (0, smithy_client_1.expectString)(output.ExternalUserId), | ||
}; | ||
@@ -1219,10 +1223,10 @@ }; | ||
return { | ||
AudioFallbackUrl: smithy_client_1.expectString(output.AudioFallbackUrl), | ||
AudioHostUrl: smithy_client_1.expectString(output.AudioHostUrl), | ||
EventIngestionUrl: smithy_client_1.expectString(output.EventIngestionUrl), | ||
ScreenDataUrl: smithy_client_1.expectString(output.ScreenDataUrl), | ||
ScreenSharingUrl: smithy_client_1.expectString(output.ScreenSharingUrl), | ||
ScreenViewingUrl: smithy_client_1.expectString(output.ScreenViewingUrl), | ||
SignalingUrl: smithy_client_1.expectString(output.SignalingUrl), | ||
TurnControlUrl: smithy_client_1.expectString(output.TurnControlUrl), | ||
AudioFallbackUrl: (0, smithy_client_1.expectString)(output.AudioFallbackUrl), | ||
AudioHostUrl: (0, smithy_client_1.expectString)(output.AudioHostUrl), | ||
EventIngestionUrl: (0, smithy_client_1.expectString)(output.EventIngestionUrl), | ||
ScreenDataUrl: (0, smithy_client_1.expectString)(output.ScreenDataUrl), | ||
ScreenSharingUrl: (0, smithy_client_1.expectString)(output.ScreenSharingUrl), | ||
ScreenViewingUrl: (0, smithy_client_1.expectString)(output.ScreenViewingUrl), | ||
SignalingUrl: (0, smithy_client_1.expectString)(output.SignalingUrl), | ||
TurnControlUrl: (0, smithy_client_1.expectString)(output.TurnControlUrl), | ||
}; | ||
@@ -1232,12 +1236,13 @@ }; | ||
return { | ||
ExternalMeetingId: smithy_client_1.expectString(output.ExternalMeetingId), | ||
ExternalMeetingId: (0, smithy_client_1.expectString)(output.ExternalMeetingId), | ||
MediaPlacement: output.MediaPlacement !== undefined && output.MediaPlacement !== null | ||
? deserializeAws_restJson1MediaPlacement(output.MediaPlacement, context) | ||
: undefined, | ||
MediaRegion: smithy_client_1.expectString(output.MediaRegion), | ||
MediaRegion: (0, smithy_client_1.expectString)(output.MediaRegion), | ||
MeetingFeatures: output.MeetingFeatures !== undefined && output.MeetingFeatures !== null | ||
? deserializeAws_restJson1MeetingFeaturesConfiguration(output.MeetingFeatures, context) | ||
: undefined, | ||
MeetingHostId: smithy_client_1.expectString(output.MeetingHostId), | ||
MeetingId: smithy_client_1.expectString(output.MeetingId), | ||
MeetingHostId: (0, smithy_client_1.expectString)(output.MeetingHostId), | ||
MeetingId: (0, smithy_client_1.expectString)(output.MeetingId), | ||
PrimaryMeetingId: (0, smithy_client_1.expectString)(output.PrimaryMeetingId), | ||
}; | ||
@@ -1244,0 +1249,0 @@ }; |
@@ -20,5 +20,5 @@ "use strict"; | ||
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; | ||
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config); | ||
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config); | ||
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); | ||
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config); | ||
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); | ||
return { | ||
@@ -33,5 +33,5 @@ ...clientSharedValues, | ||
credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : ((_) => () => Promise.reject(new Error("Credential is missing"))), | ||
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), | ||
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), | ||
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS, | ||
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"), | ||
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, invalid_dependency_1.invalidProvider)("Region is missing"), | ||
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider), | ||
@@ -38,0 +38,0 @@ retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE), |
@@ -22,5 +22,5 @@ "use strict"; | ||
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; | ||
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config); | ||
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); | ||
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); | ||
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config); | ||
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); | ||
return { | ||
@@ -34,8 +34,8 @@ ...clientSharedValues, | ||
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength, | ||
credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : client_sts_1.decorateDefaultCredentialProvider(credential_provider_node_1.defaultProvider), | ||
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), | ||
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS), | ||
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS), | ||
credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (0, client_sts_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider), | ||
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), | ||
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS), | ||
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS), | ||
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider), | ||
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({ | ||
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (0, node_config_provider_1.loadConfig)({ | ||
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS, | ||
@@ -46,4 +46,4 @@ default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE, | ||
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector, | ||
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), | ||
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), | ||
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), | ||
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), | ||
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8, | ||
@@ -50,0 +50,0 @@ utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8, |
@@ -8,3 +8,3 @@ "use strict"; | ||
var _a; | ||
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config); | ||
const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config); | ||
return { | ||
@@ -11,0 +11,0 @@ ...browserDefaults, |
@@ -26,3 +26,3 @@ import { __extends } from "tslib"; | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -41,3 +41,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -56,3 +56,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -71,3 +71,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -86,3 +86,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -101,3 +101,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -116,3 +116,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -131,3 +131,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -146,3 +146,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -161,3 +161,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -176,3 +176,3 @@ } | ||
if (typeof optionsOrCb !== "object") | ||
throw new Error("Expect http options but get " + typeof optionsOrCb); | ||
throw new Error("Expect http options but get ".concat(typeof optionsOrCb)); | ||
this.send(command, optionsOrCb || {}, cb); | ||
@@ -179,0 +179,0 @@ } |
@@ -13,3 +13,3 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
switch (_a.label) { | ||
case 0: return [4, client.send.apply(client, __spreadArray([new ListAttendeesCommand(input)], __read(args)))]; | ||
case 0: return [4, client.send.apply(client, __spreadArray([new ListAttendeesCommand(input)], __read(args), false))]; | ||
case 1: return [2, _a.sent()]; | ||
@@ -28,3 +28,3 @@ } | ||
switch (_a.label) { | ||
case 0: return [4, client.listAttendees.apply(client, __spreadArray([input], __read(args)))]; | ||
case 0: return [4, client.listAttendees.apply(client, __spreadArray([input], __read(args), false))]; | ||
case 1: return [2, _a.sent()]; | ||
@@ -53,3 +53,3 @@ } | ||
if (!(config.client instanceof ChimeSDKMeetings)) return [3, 3]; | ||
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
case 2: | ||
@@ -60,3 +60,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof ChimeSDKMeetingsClient)) return [3, 5]; | ||
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))]; | ||
case 4: | ||
@@ -63,0 +63,0 @@ page = _a.sent(); |
@@ -364,2 +364,6 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; | ||
MeetingFeatures?: MeetingFeaturesConfiguration; | ||
/** | ||
* <p>When specified, replicates the media from the primary meeting to the new meeting.</p> | ||
*/ | ||
PrimaryMeetingId?: string; | ||
} | ||
@@ -449,2 +453,6 @@ export declare namespace CreateMeetingRequest { | ||
MeetingFeatures?: MeetingFeaturesConfiguration; | ||
/** | ||
* <p>When specified, replicates the media from the primary meeting to this meeting.</p> | ||
*/ | ||
PrimaryMeetingId?: string; | ||
} | ||
@@ -522,2 +530,6 @@ export declare namespace Meeting { | ||
Attendees: CreateAttendeeRequestItem[] | undefined; | ||
/** | ||
* <p>When specified, replicates the media from the primary meeting to the new meeting.</p> | ||
*/ | ||
PrimaryMeetingId?: string; | ||
} | ||
@@ -524,0 +536,0 @@ export declare namespace CreateMeetingWithAttendeesRequest { |
@@ -24,7 +24,7 @@ import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient"; | ||
serviceId: string; | ||
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>; | ||
region: string | import("@aws-sdk/types").Provider<any>; | ||
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>; | ||
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider; | ||
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>; | ||
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>; | ||
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>; | ||
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined; | ||
@@ -31,0 +31,0 @@ tls?: boolean | undefined; |
@@ -203,2 +203,4 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; | ||
MeetingFeatures?: MeetingFeaturesConfiguration; | ||
PrimaryMeetingId?: string; | ||
} | ||
@@ -246,2 +248,4 @@ export declare namespace CreateMeetingRequest { | ||
MeetingFeatures?: MeetingFeaturesConfiguration; | ||
PrimaryMeetingId?: string; | ||
} | ||
@@ -275,2 +279,4 @@ export declare namespace Meeting { | ||
Attendees: CreateAttendeeRequestItem[] | undefined; | ||
PrimaryMeetingId?: string; | ||
} | ||
@@ -277,0 +283,0 @@ export declare namespace CreateMeetingWithAttendeesRequest { |
@@ -22,7 +22,7 @@ import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient"; | ||
serviceId: string; | ||
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>; | ||
region: string | import("@aws-sdk/types").Provider<any>; | ||
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>; | ||
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider; | ||
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>; | ||
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>; | ||
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>; | ||
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined; | ||
@@ -29,0 +29,0 @@ tls?: boolean | undefined; |
{ | ||
"name": "@aws-sdk/client-chime-sdk-meetings", | ||
"description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native", | ||
"version": "3.54.1", | ||
"version": "3.55.0", | ||
"scripts": { | ||
@@ -21,37 +21,37 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/client-sts": "3.54.1", | ||
"@aws-sdk/config-resolver": "3.54.1", | ||
"@aws-sdk/credential-provider-node": "3.54.1", | ||
"@aws-sdk/fetch-http-handler": "3.54.1", | ||
"@aws-sdk/hash-node": "3.54.1", | ||
"@aws-sdk/invalid-dependency": "3.54.1", | ||
"@aws-sdk/middleware-content-length": "3.54.1", | ||
"@aws-sdk/middleware-host-header": "3.54.1", | ||
"@aws-sdk/middleware-logger": "3.54.1", | ||
"@aws-sdk/middleware-retry": "3.54.1", | ||
"@aws-sdk/middleware-serde": "3.54.1", | ||
"@aws-sdk/middleware-signing": "3.54.1", | ||
"@aws-sdk/middleware-stack": "3.54.1", | ||
"@aws-sdk/middleware-user-agent": "3.54.1", | ||
"@aws-sdk/node-config-provider": "3.54.1", | ||
"@aws-sdk/node-http-handler": "3.54.1", | ||
"@aws-sdk/protocol-http": "3.54.1", | ||
"@aws-sdk/smithy-client": "3.54.1", | ||
"@aws-sdk/types": "3.54.1", | ||
"@aws-sdk/url-parser": "3.54.1", | ||
"@aws-sdk/util-base64-browser": "3.52.0", | ||
"@aws-sdk/util-base64-node": "3.52.0", | ||
"@aws-sdk/util-body-length-browser": "3.54.0", | ||
"@aws-sdk/util-body-length-node": "3.54.0", | ||
"@aws-sdk/util-defaults-mode-browser": "3.54.1", | ||
"@aws-sdk/util-defaults-mode-node": "3.54.1", | ||
"@aws-sdk/util-user-agent-browser": "3.54.1", | ||
"@aws-sdk/util-user-agent-node": "3.54.1", | ||
"@aws-sdk/util-utf8-browser": "3.52.0", | ||
"@aws-sdk/util-utf8-node": "3.52.0", | ||
"tslib": "^2.3.0", | ||
"@aws-sdk/client-sts": "3.55.0", | ||
"@aws-sdk/config-resolver": "3.55.0", | ||
"@aws-sdk/credential-provider-node": "3.55.0", | ||
"@aws-sdk/fetch-http-handler": "3.55.0", | ||
"@aws-sdk/hash-node": "3.55.0", | ||
"@aws-sdk/invalid-dependency": "3.55.0", | ||
"@aws-sdk/middleware-content-length": "3.55.0", | ||
"@aws-sdk/middleware-host-header": "3.55.0", | ||
"@aws-sdk/middleware-logger": "3.55.0", | ||
"@aws-sdk/middleware-retry": "3.55.0", | ||
"@aws-sdk/middleware-serde": "3.55.0", | ||
"@aws-sdk/middleware-signing": "3.55.0", | ||
"@aws-sdk/middleware-stack": "3.55.0", | ||
"@aws-sdk/middleware-user-agent": "3.55.0", | ||
"@aws-sdk/node-config-provider": "3.55.0", | ||
"@aws-sdk/node-http-handler": "3.55.0", | ||
"@aws-sdk/protocol-http": "3.55.0", | ||
"@aws-sdk/smithy-client": "3.55.0", | ||
"@aws-sdk/types": "3.55.0", | ||
"@aws-sdk/url-parser": "3.55.0", | ||
"@aws-sdk/util-base64-browser": "3.55.0", | ||
"@aws-sdk/util-base64-node": "3.55.0", | ||
"@aws-sdk/util-body-length-browser": "3.55.0", | ||
"@aws-sdk/util-body-length-node": "3.55.0", | ||
"@aws-sdk/util-defaults-mode-browser": "3.55.0", | ||
"@aws-sdk/util-defaults-mode-node": "3.55.0", | ||
"@aws-sdk/util-user-agent-browser": "3.55.0", | ||
"@aws-sdk/util-user-agent-node": "3.55.0", | ||
"@aws-sdk/util-utf8-browser": "3.55.0", | ||
"@aws-sdk/util-utf8-node": "3.55.0", | ||
"tslib": "^2.3.1", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/service-client-documentation-generator": "3.52.0", | ||
"@aws-sdk/service-client-documentation-generator": "3.55.0", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -64,3 +64,3 @@ "@types/node": "^12.7.5", | ||
"typedoc": "0.19.2", | ||
"typescript": "~4.3.5" | ||
"typescript": "~4.6.2" | ||
}, | ||
@@ -67,0 +67,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
452136
8095
+ Added@aws-sdk/abort-controller@3.55.0(transitive)
+ Added@aws-sdk/client-sso@3.55.0(transitive)
+ Added@aws-sdk/client-sts@3.55.0(transitive)
+ Added@aws-sdk/config-resolver@3.55.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.55.0(transitive)
+ Added@aws-sdk/credential-provider-imds@3.55.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.55.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.55.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.55.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.55.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.55.0(transitive)
+ Added@aws-sdk/fetch-http-handler@3.55.0(transitive)
+ Added@aws-sdk/hash-node@3.55.0(transitive)
+ Added@aws-sdk/invalid-dependency@3.55.0(transitive)
+ Added@aws-sdk/is-array-buffer@3.55.0(transitive)
+ Added@aws-sdk/middleware-content-length@3.55.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.55.0(transitive)
+ Added@aws-sdk/middleware-logger@3.55.0(transitive)
+ Added@aws-sdk/middleware-retry@3.55.0(transitive)
+ Added@aws-sdk/middleware-sdk-sts@3.55.0(transitive)
+ Added@aws-sdk/middleware-serde@3.55.0(transitive)
+ Added@aws-sdk/middleware-signing@3.55.0(transitive)
+ Added@aws-sdk/middleware-stack@3.55.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.55.0(transitive)
+ Added@aws-sdk/node-config-provider@3.55.0(transitive)
+ Added@aws-sdk/node-http-handler@3.55.0(transitive)
+ Added@aws-sdk/property-provider@3.55.0(transitive)
+ Added@aws-sdk/protocol-http@3.55.0(transitive)
+ Added@aws-sdk/querystring-builder@3.55.0(transitive)
+ Added@aws-sdk/querystring-parser@3.55.0(transitive)
+ Added@aws-sdk/service-error-classification@3.55.0(transitive)
+ Added@aws-sdk/shared-ini-file-loader@3.55.0(transitive)
+ Added@aws-sdk/signature-v4@3.55.0(transitive)
+ Added@aws-sdk/smithy-client@3.55.0(transitive)
+ Added@aws-sdk/types@3.55.0(transitive)
+ Added@aws-sdk/url-parser@3.55.0(transitive)
+ Added@aws-sdk/util-base64-browser@3.55.0(transitive)
+ Added@aws-sdk/util-base64-node@3.55.0(transitive)
+ Added@aws-sdk/util-body-length-browser@3.55.0(transitive)
+ Added@aws-sdk/util-body-length-node@3.55.0(transitive)
+ Added@aws-sdk/util-buffer-from@3.55.0(transitive)
+ Added@aws-sdk/util-config-provider@3.55.0(transitive)
+ Added@aws-sdk/util-defaults-mode-browser@3.55.0(transitive)
+ Added@aws-sdk/util-defaults-mode-node@3.55.0(transitive)
+ Added@aws-sdk/util-hex-encoding@3.55.0(transitive)
+ Added@aws-sdk/util-uri-escape@3.55.0(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.55.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.55.0(transitive)
+ Added@aws-sdk/util-utf8-browser@3.55.0(transitive)
+ Added@aws-sdk/util-utf8-node@3.55.0(transitive)
- Removed@aws-sdk/abort-controller@3.54.1(transitive)
- Removed@aws-sdk/client-sso@3.54.1(transitive)
- Removed@aws-sdk/client-sts@3.54.1(transitive)
- Removed@aws-sdk/config-resolver@3.54.1(transitive)
- Removed@aws-sdk/credential-provider-env@3.54.1(transitive)
- Removed@aws-sdk/credential-provider-imds@3.54.1(transitive)
- Removed@aws-sdk/credential-provider-ini@3.54.1(transitive)
- Removed@aws-sdk/credential-provider-node@3.54.1(transitive)
- Removed@aws-sdk/credential-provider-process@3.54.1(transitive)
- Removed@aws-sdk/credential-provider-sso@3.54.1(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.54.1(transitive)
- Removed@aws-sdk/fetch-http-handler@3.54.1(transitive)
- Removed@aws-sdk/hash-node@3.54.1(transitive)
- Removed@aws-sdk/invalid-dependency@3.54.1(transitive)
- Removed@aws-sdk/is-array-buffer@3.52.0(transitive)
- Removed@aws-sdk/middleware-content-length@3.54.1(transitive)
- Removed@aws-sdk/middleware-host-header@3.54.1(transitive)
- Removed@aws-sdk/middleware-logger@3.54.1(transitive)
- Removed@aws-sdk/middleware-retry@3.54.1(transitive)
- Removed@aws-sdk/middleware-sdk-sts@3.54.1(transitive)
- Removed@aws-sdk/middleware-serde@3.54.1(transitive)
- Removed@aws-sdk/middleware-signing@3.54.1(transitive)
- Removed@aws-sdk/middleware-stack@3.54.1(transitive)
- Removed@aws-sdk/middleware-user-agent@3.54.1(transitive)
- Removed@aws-sdk/node-config-provider@3.54.1(transitive)
- Removed@aws-sdk/node-http-handler@3.54.1(transitive)
- Removed@aws-sdk/property-provider@3.54.1(transitive)
- Removed@aws-sdk/protocol-http@3.54.1(transitive)
- Removed@aws-sdk/querystring-builder@3.54.1(transitive)
- Removed@aws-sdk/querystring-parser@3.54.1(transitive)
- Removed@aws-sdk/service-error-classification@3.54.1(transitive)
- Removed@aws-sdk/shared-ini-file-loader@3.54.1(transitive)
- Removed@aws-sdk/signature-v4@3.54.1(transitive)
- Removed@aws-sdk/smithy-client@3.54.1(transitive)
- Removed@aws-sdk/types@3.54.1(transitive)
- Removed@aws-sdk/url-parser@3.54.1(transitive)
- Removed@aws-sdk/util-base64-browser@3.52.0(transitive)
- Removed@aws-sdk/util-base64-node@3.52.0(transitive)
- Removed@aws-sdk/util-body-length-browser@3.54.0(transitive)
- Removed@aws-sdk/util-body-length-node@3.54.0(transitive)
- Removed@aws-sdk/util-buffer-from@3.52.0(transitive)
- Removed@aws-sdk/util-config-provider@3.52.0(transitive)
- Removed@aws-sdk/util-defaults-mode-browser@3.54.1(transitive)
- Removed@aws-sdk/util-defaults-mode-node@3.54.1(transitive)
- Removed@aws-sdk/util-hex-encoding@3.52.0(transitive)
- Removed@aws-sdk/util-uri-escape@3.52.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.54.1(transitive)
- Removed@aws-sdk/util-user-agent-node@3.54.1(transitive)
- Removed@aws-sdk/util-utf8-browser@3.52.0(transitive)
- Removed@aws-sdk/util-utf8-node@3.52.0(transitive)
Updated@aws-sdk/client-sts@3.55.0
Updated@aws-sdk/hash-node@3.55.0
Updated@aws-sdk/types@3.55.0
Updated@aws-sdk/url-parser@3.55.0
Updatedtslib@^2.3.1