@aws-sdk/client-chime-sdk-meetings 3.42.0 → 3.47.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 +45 -0
- package/dist-cjs/endpoints.js +21 -1
- package/dist-cjs/models/models_0.js +32 -39
- package/dist-cjs/protocols/Aws_restJson1.js +50 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +21 -1
- package/dist-es/models/models_0.js +31 -28
- package/dist-es/protocols/Aws_restJson1.js +43 -6
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/ChimeSDKMeetings.d.ts +2 -1
- package/dist-types/ChimeSDKMeetingsClient.d.ts +5 -1
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +93 -38
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +54 -26
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -90,8 +90,11 @@ export var serializeAws_restJson1CreateMeetingCommand = function (input, context
|
|
|
90
90
|
"content-type": "application/json",
|
|
91
91
|
};
|
|
92
92
|
resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings";
|
|
93
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.ExternalMeetingId !== undefined &&
|
|
94
|
-
input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId })), (input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion })), (input.
|
|
93
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.ExternalMeetingId !== undefined &&
|
|
94
|
+
input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId })), (input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion })), (input.MeetingFeatures !== undefined &&
|
|
95
|
+
input.MeetingFeatures !== null && {
|
|
96
|
+
MeetingFeatures: serializeAws_restJson1MeetingFeaturesConfiguration(input.MeetingFeatures, context),
|
|
97
|
+
})), (input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId })), (input.NotificationsConfiguration !== undefined &&
|
|
95
98
|
input.NotificationsConfiguration !== null && {
|
|
96
99
|
NotificationsConfiguration: serializeAws_restJson1NotificationsConfiguration(input.NotificationsConfiguration, context),
|
|
97
100
|
})));
|
|
@@ -122,11 +125,14 @@ export var serializeAws_restJson1CreateMeetingWithAttendeesCommand = function (i
|
|
|
122
125
|
query = {
|
|
123
126
|
operation: "create-attendees",
|
|
124
127
|
};
|
|
125
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Attendees !== undefined &&
|
|
128
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Attendees !== undefined &&
|
|
126
129
|
input.Attendees !== null && {
|
|
127
130
|
Attendees: serializeAws_restJson1CreateMeetingWithAttendeesRequestItemList(input.Attendees, context),
|
|
128
131
|
})), { ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }), (input.ExternalMeetingId !== undefined &&
|
|
129
|
-
input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId })), (input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion })), (input.
|
|
132
|
+
input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId })), (input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion })), (input.MeetingFeatures !== undefined &&
|
|
133
|
+
input.MeetingFeatures !== null && {
|
|
134
|
+
MeetingFeatures: serializeAws_restJson1MeetingFeaturesConfiguration(input.MeetingFeatures, context),
|
|
135
|
+
})), (input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId })), (input.NotificationsConfiguration !== undefined &&
|
|
130
136
|
input.NotificationsConfiguration !== null && {
|
|
131
137
|
NotificationsConfiguration: serializeAws_restJson1NotificationsConfiguration(input.NotificationsConfiguration, context),
|
|
132
138
|
})));
|
|
@@ -1532,6 +1538,9 @@ var deserializeAws_restJson1UnprocessableEntityExceptionResponse = function (par
|
|
|
1532
1538
|
return [2, contents];
|
|
1533
1539
|
});
|
|
1534
1540
|
}); };
|
|
1541
|
+
var serializeAws_restJson1AudioFeatures = function (input, context) {
|
|
1542
|
+
return __assign({}, (input.EchoReduction !== undefined && input.EchoReduction !== null && { EchoReduction: input.EchoReduction }));
|
|
1543
|
+
};
|
|
1535
1544
|
var serializeAws_restJson1CreateAttendeeRequestItem = function (input, context) {
|
|
1536
1545
|
return __assign({}, (input.ExternalUserId !== undefined &&
|
|
1537
1546
|
input.ExternalUserId !== null && { ExternalUserId: input.ExternalUserId }));
|
|
@@ -1557,15 +1566,28 @@ var serializeAws_restJson1CreateMeetingWithAttendeesRequestItemList = function (
|
|
|
1557
1566
|
});
|
|
1558
1567
|
};
|
|
1559
1568
|
var serializeAws_restJson1EngineTranscribeMedicalSettings = function (input, context) {
|
|
1560
|
-
return __assign(__assign(__assign(__assign(__assign(
|
|
1569
|
+
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
|
|
1570
|
+
input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.Specialty !== undefined && input.Specialty !== null && { Specialty: input.Specialty })), (input.Type !== undefined && input.Type !== null && { Type: input.Type })), (input.VocabularyName !== undefined &&
|
|
1561
1571
|
input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
|
|
1562
1572
|
};
|
|
1563
1573
|
var serializeAws_restJson1EngineTranscribeSettings = function (input, context) {
|
|
1564
|
-
return __assign(__assign(__assign(__assign(__assign(
|
|
1574
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
|
|
1575
|
+
input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType })), (input.ContentRedactionType !== undefined &&
|
|
1576
|
+
input.ContentRedactionType !== null && { ContentRedactionType: input.ContentRedactionType })), (input.EnablePartialResultsStabilization !== undefined &&
|
|
1577
|
+
input.EnablePartialResultsStabilization !== null && {
|
|
1578
|
+
EnablePartialResultsStabilization: input.EnablePartialResultsStabilization,
|
|
1579
|
+
})), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.LanguageModelName !== undefined &&
|
|
1580
|
+
input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName })), (input.PartialResultsStability !== undefined &&
|
|
1581
|
+
input.PartialResultsStability !== null && { PartialResultsStability: input.PartialResultsStability })), (input.PiiEntityTypes !== undefined &&
|
|
1582
|
+
input.PiiEntityTypes !== null && { PiiEntityTypes: input.PiiEntityTypes })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.VocabularyFilterMethod !== undefined &&
|
|
1565
1583
|
input.VocabularyFilterMethod !== null && { VocabularyFilterMethod: input.VocabularyFilterMethod })), (input.VocabularyFilterName !== undefined &&
|
|
1566
1584
|
input.VocabularyFilterName !== null && { VocabularyFilterName: input.VocabularyFilterName })), (input.VocabularyName !== undefined &&
|
|
1567
1585
|
input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
|
|
1568
1586
|
};
|
|
1587
|
+
var serializeAws_restJson1MeetingFeaturesConfiguration = function (input, context) {
|
|
1588
|
+
return __assign({}, (input.Audio !== undefined &&
|
|
1589
|
+
input.Audio !== null && { Audio: serializeAws_restJson1AudioFeatures(input.Audio, context) }));
|
|
1590
|
+
};
|
|
1569
1591
|
var serializeAws_restJson1NotificationsConfiguration = function (input, context) {
|
|
1570
1592
|
return __assign(__assign(__assign({}, (input.LambdaFunctionArn !== undefined &&
|
|
1571
1593
|
input.LambdaFunctionArn !== null && { LambdaFunctionArn: input.LambdaFunctionArn })), (input.SnsTopicArn !== undefined && input.SnsTopicArn !== null && { SnsTopicArn: input.SnsTopicArn })), (input.SqsQueueArn !== undefined && input.SqsQueueArn !== null && { SqsQueueArn: input.SqsQueueArn }));
|
|
@@ -1596,6 +1618,11 @@ var deserializeAws_restJson1AttendeeList = function (output, context) {
|
|
|
1596
1618
|
return deserializeAws_restJson1Attendee(entry, context);
|
|
1597
1619
|
});
|
|
1598
1620
|
};
|
|
1621
|
+
var deserializeAws_restJson1AudioFeatures = function (output, context) {
|
|
1622
|
+
return {
|
|
1623
|
+
EchoReduction: __expectString(output.EchoReduction),
|
|
1624
|
+
};
|
|
1625
|
+
};
|
|
1599
1626
|
var deserializeAws_restJson1BatchCreateAttendeeErrorList = function (output, context) {
|
|
1600
1627
|
return (output || [])
|
|
1601
1628
|
.filter(function (e) { return e != null; })
|
|
@@ -1632,10 +1659,20 @@ var deserializeAws_restJson1Meeting = function (output, context) {
|
|
|
1632
1659
|
? deserializeAws_restJson1MediaPlacement(output.MediaPlacement, context)
|
|
1633
1660
|
: undefined,
|
|
1634
1661
|
MediaRegion: __expectString(output.MediaRegion),
|
|
1662
|
+
MeetingFeatures: output.MeetingFeatures !== undefined && output.MeetingFeatures !== null
|
|
1663
|
+
? deserializeAws_restJson1MeetingFeaturesConfiguration(output.MeetingFeatures, context)
|
|
1664
|
+
: undefined,
|
|
1635
1665
|
MeetingHostId: __expectString(output.MeetingHostId),
|
|
1636
1666
|
MeetingId: __expectString(output.MeetingId),
|
|
1637
1667
|
};
|
|
1638
1668
|
};
|
|
1669
|
+
var deserializeAws_restJson1MeetingFeaturesConfiguration = function (output, context) {
|
|
1670
|
+
return {
|
|
1671
|
+
Audio: output.Audio !== undefined && output.Audio !== null
|
|
1672
|
+
? deserializeAws_restJson1AudioFeatures(output.Audio, context)
|
|
1673
|
+
: undefined,
|
|
1674
|
+
};
|
|
1675
|
+
};
|
|
1639
1676
|
var deserializeMetadata = function (output) {
|
|
1640
1677
|
var _a;
|
|
1641
1678
|
return ({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
5
|
-
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
|
+
import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
7
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
8
8
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
@@ -10,8 +10,17 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
|
10
10
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
11
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
12
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
14
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
13
15
|
export var getRuntimeConfig = function (config) {
|
|
14
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
18
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
15
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
16
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
21
|
+
switch (_a.label) {
|
|
22
|
+
case 0: return [4, defaultConfigProvider()];
|
|
23
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
24
|
+
}
|
|
25
|
+
}); }); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
17
26
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,21 +1,28 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@aws-sdk/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
9
|
-
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
|
+
import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
10
10
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
11
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
12
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
-
import {
|
|
15
|
+
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
|
+
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
16
17
|
export var getRuntimeConfig = function (config) {
|
|
17
18
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
|
-
|
|
19
|
+
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
|
+
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
19
21
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new
|
|
22
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new RequestHandler(defaultConfigProvider), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(__assign(__assign({}, NODE_RETRY_MODE_CONFIG_OPTIONS), { default: function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
23
|
+
switch (_a.label) {
|
|
24
|
+
case 0: return [4, defaultConfigProvider()];
|
|
25
|
+
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
|
|
26
|
+
}
|
|
27
|
+
}); }); } })), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
28
|
};
|
|
@@ -18,7 +18,8 @@ import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOu
|
|
|
18
18
|
*/
|
|
19
19
|
export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
|
|
20
20
|
/**
|
|
21
|
-
* <p>Creates
|
|
21
|
+
* <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
|
|
22
|
+
* <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>
|
|
22
23
|
*/
|
|
23
24
|
batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateAttendeeCommandOutput>;
|
|
24
25
|
batchCreateAttendee(args: BatchCreateAttendeeCommandInput, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
|
|
10
10
|
import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
|
|
@@ -119,6 +119,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
119
119
|
* @internal
|
|
120
120
|
*/
|
|
121
121
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
122
|
+
/**
|
|
123
|
+
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
124
|
+
*/
|
|
125
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
122
126
|
}
|
|
123
127
|
declare type ChimeSDKMeetingsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
124
128
|
/**
|
|
@@ -7,7 +7,8 @@ export interface BatchCreateAttendeeCommandInput extends BatchCreateAttendeeRequ
|
|
|
7
7
|
export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates
|
|
10
|
+
* <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
|
|
11
|
+
* <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>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -34,6 +34,25 @@ export declare namespace Attendee {
|
|
|
34
34
|
*/
|
|
35
35
|
const filterSensitiveLog: (obj: Attendee) => any;
|
|
36
36
|
}
|
|
37
|
+
export declare enum MeetingFeatureStatus {
|
|
38
|
+
AVAILABLE = "AVAILABLE",
|
|
39
|
+
UNAVAILABLE = "UNAVAILABLE"
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.</p>
|
|
43
|
+
*/
|
|
44
|
+
export interface AudioFeatures {
|
|
45
|
+
/**
|
|
46
|
+
* <p>Makes echo reduction available to clients who connect to the meeting.</p>
|
|
47
|
+
*/
|
|
48
|
+
EchoReduction?: MeetingFeatureStatus | string;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace AudioFeatures {
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
*/
|
|
54
|
+
const filterSensitiveLog: (obj: AudioFeatures) => any;
|
|
55
|
+
}
|
|
37
56
|
/**
|
|
38
57
|
* <p>The input parameters don't match the service's restrictions.</p>
|
|
39
58
|
*/
|
|
@@ -47,12 +66,6 @@ export interface BadRequestException extends __SmithyException, $MetadataBearer
|
|
|
47
66
|
*/
|
|
48
67
|
RequestId?: string;
|
|
49
68
|
}
|
|
50
|
-
export declare namespace BadRequestException {
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
|
-
const filterSensitiveLog: (obj: BadRequestException) => any;
|
|
55
|
-
}
|
|
56
69
|
/**
|
|
57
70
|
* <p>The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.</p>
|
|
58
71
|
*/
|
|
@@ -136,12 +149,6 @@ export interface ForbiddenException extends __SmithyException, $MetadataBearer {
|
|
|
136
149
|
*/
|
|
137
150
|
RequestId?: string;
|
|
138
151
|
}
|
|
139
|
-
export declare namespace ForbiddenException {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
const filterSensitiveLog: (obj: ForbiddenException) => any;
|
|
144
|
-
}
|
|
145
152
|
/**
|
|
146
153
|
* <p>The request exceeds the resource limit.</p>
|
|
147
154
|
*/
|
|
@@ -155,12 +162,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
155
162
|
*/
|
|
156
163
|
RequestId?: string;
|
|
157
164
|
}
|
|
158
|
-
export declare namespace LimitExceededException {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
163
|
-
}
|
|
164
165
|
/**
|
|
165
166
|
* <p>One or more of the resources in the request does not exist in the system.</p>
|
|
166
167
|
*/
|
|
@@ -174,12 +175,6 @@ export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
|
174
175
|
*/
|
|
175
176
|
RequestId?: string;
|
|
176
177
|
}
|
|
177
|
-
export declare namespace NotFoundException {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
182
|
-
}
|
|
183
178
|
/**
|
|
184
179
|
* <p>The service is currently unavailable.</p>
|
|
185
180
|
*/
|
|
@@ -197,12 +192,6 @@ export interface ServiceUnavailableException extends __SmithyException, $Metadat
|
|
|
197
192
|
*/
|
|
198
193
|
RetryAfterSeconds?: string;
|
|
199
194
|
}
|
|
200
|
-
export declare namespace ServiceUnavailableException {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
|
|
205
|
-
}
|
|
206
195
|
/**
|
|
207
196
|
* <p>The user isn't authorized to request a resource.</p>
|
|
208
197
|
*/
|
|
@@ -216,12 +205,6 @@ export interface UnauthorizedException extends __SmithyException, $MetadataBeare
|
|
|
216
205
|
*/
|
|
217
206
|
RequestId?: string;
|
|
218
207
|
}
|
|
219
|
-
export declare namespace UnauthorizedException {
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
const filterSensitiveLog: (obj: UnauthorizedException) => any;
|
|
224
|
-
}
|
|
225
208
|
export interface CreateAttendeeRequest {
|
|
226
209
|
/**
|
|
227
210
|
* <p>The unique ID of the meeting.</p>
|
|
@@ -263,11 +246,20 @@ export interface UnprocessableEntityException extends __SmithyException, $Metada
|
|
|
263
246
|
*/
|
|
264
247
|
RequestId?: string;
|
|
265
248
|
}
|
|
266
|
-
|
|
249
|
+
/**
|
|
250
|
+
* <p>The configuration settings of the features available to a meeting.</p>
|
|
251
|
+
*/
|
|
252
|
+
export interface MeetingFeaturesConfiguration {
|
|
253
|
+
/**
|
|
254
|
+
* <p>The configuration settings for the audio features available to a meeting. </p>
|
|
255
|
+
*/
|
|
256
|
+
Audio?: AudioFeatures;
|
|
257
|
+
}
|
|
258
|
+
export declare namespace MeetingFeaturesConfiguration {
|
|
267
259
|
/**
|
|
268
260
|
* @internal
|
|
269
261
|
*/
|
|
270
|
-
const filterSensitiveLog: (obj:
|
|
262
|
+
const filterSensitiveLog: (obj: MeetingFeaturesConfiguration) => any;
|
|
271
263
|
}
|
|
272
264
|
/**
|
|
273
265
|
* <p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>
|
|
@@ -353,6 +345,10 @@ export interface CreateMeetingRequest {
|
|
|
353
345
|
* <p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>
|
|
354
346
|
*/
|
|
355
347
|
NotificationsConfiguration?: NotificationsConfiguration;
|
|
348
|
+
/**
|
|
349
|
+
* <p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>
|
|
350
|
+
*/
|
|
351
|
+
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
356
352
|
}
|
|
357
353
|
export declare namespace CreateMeetingRequest {
|
|
358
354
|
/**
|
|
@@ -432,6 +428,10 @@ export interface Meeting {
|
|
|
432
428
|
* <p>The media placement for the meeting.</p>
|
|
433
429
|
*/
|
|
434
430
|
MediaPlacement?: MediaPlacement;
|
|
431
|
+
/**
|
|
432
|
+
* <p>The features available to a meeting, such as Amazon Voice Focus.</p>
|
|
433
|
+
*/
|
|
434
|
+
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
435
435
|
}
|
|
436
436
|
export declare namespace Meeting {
|
|
437
437
|
/**
|
|
@@ -469,6 +469,10 @@ export interface CreateMeetingWithAttendeesRequest {
|
|
|
469
469
|
* <p>The external meeting ID.</p>
|
|
470
470
|
*/
|
|
471
471
|
ExternalMeetingId: string | undefined;
|
|
472
|
+
/**
|
|
473
|
+
* <p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>
|
|
474
|
+
*/
|
|
475
|
+
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
472
476
|
/**
|
|
473
477
|
* <p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>
|
|
474
478
|
*/
|
|
@@ -621,6 +625,9 @@ export declare namespace ListAttendeesResponse {
|
|
|
621
625
|
*/
|
|
622
626
|
const filterSensitiveLog: (obj: ListAttendeesResponse) => any;
|
|
623
627
|
}
|
|
628
|
+
export declare enum TranscribeMedicalContentIdentificationType {
|
|
629
|
+
PHI = "PHI"
|
|
630
|
+
}
|
|
624
631
|
export declare enum TranscribeMedicalLanguageCode {
|
|
625
632
|
EN_US = "en-US"
|
|
626
633
|
}
|
|
@@ -669,6 +676,10 @@ export interface EngineTranscribeMedicalSettings {
|
|
|
669
676
|
* <p>The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.</p>
|
|
670
677
|
*/
|
|
671
678
|
Region?: TranscribeMedicalRegion | string;
|
|
679
|
+
/**
|
|
680
|
+
* <p>Set this field to <code>PHI</code> to identify personal health information in the transcription output.</p>
|
|
681
|
+
*/
|
|
682
|
+
ContentIdentificationType?: TranscribeMedicalContentIdentificationType | string;
|
|
672
683
|
}
|
|
673
684
|
export declare namespace EngineTranscribeMedicalSettings {
|
|
674
685
|
/**
|
|
@@ -676,6 +687,12 @@ export declare namespace EngineTranscribeMedicalSettings {
|
|
|
676
687
|
*/
|
|
677
688
|
const filterSensitiveLog: (obj: EngineTranscribeMedicalSettings) => any;
|
|
678
689
|
}
|
|
690
|
+
export declare enum TranscribeContentIdentificationType {
|
|
691
|
+
PII = "PII"
|
|
692
|
+
}
|
|
693
|
+
export declare enum TranscribeContentRedactionType {
|
|
694
|
+
PII = "PII"
|
|
695
|
+
}
|
|
679
696
|
export declare enum TranscribeLanguageCode {
|
|
680
697
|
DE_DE = "de-DE",
|
|
681
698
|
EN_AU = "en-AU",
|
|
@@ -690,6 +707,11 @@ export declare enum TranscribeLanguageCode {
|
|
|
690
707
|
PT_BR = "pt-BR",
|
|
691
708
|
ZH_CN = "zh-CN"
|
|
692
709
|
}
|
|
710
|
+
export declare enum TranscribePartialResultsStability {
|
|
711
|
+
HIGH = "high",
|
|
712
|
+
LOW = "low",
|
|
713
|
+
MEDIUM = "medium"
|
|
714
|
+
}
|
|
693
715
|
export declare enum TranscribeRegion {
|
|
694
716
|
AP_NORTHEAST_1 = "ap-northeast-1",
|
|
695
717
|
AP_NORTHEAST_2 = "ap-northeast-2",
|
|
@@ -733,6 +755,39 @@ export interface EngineTranscribeSettings {
|
|
|
733
755
|
* <p>The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.</p>
|
|
734
756
|
*/
|
|
735
757
|
Region?: TranscribeRegion | string;
|
|
758
|
+
/**
|
|
759
|
+
* <p>Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.</p>
|
|
760
|
+
*/
|
|
761
|
+
EnablePartialResultsStabilization?: boolean;
|
|
762
|
+
/**
|
|
763
|
+
* <p>The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.</p>
|
|
764
|
+
*/
|
|
765
|
+
PartialResultsStability?: TranscribePartialResultsStability | string;
|
|
766
|
+
/**
|
|
767
|
+
* <p>Set this field to <code>PII</code> to identify personally identifiable information in the transcription output.</p>
|
|
768
|
+
*/
|
|
769
|
+
ContentIdentificationType?: TranscribeContentIdentificationType | string;
|
|
770
|
+
/**
|
|
771
|
+
* <p>Set this field to <code>PII</code> to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.</p>
|
|
772
|
+
*
|
|
773
|
+
* <p>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>
|
|
774
|
+
*/
|
|
775
|
+
ContentRedactionType?: TranscribeContentRedactionType | string;
|
|
776
|
+
/**
|
|
777
|
+
* <p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p>
|
|
778
|
+
*
|
|
779
|
+
* <p>PIIEntityTypes must be comma-separated. The available values are:
|
|
780
|
+
* <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>,
|
|
781
|
+
* <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p>
|
|
782
|
+
*
|
|
783
|
+
* <p>
|
|
784
|
+
* <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>
|
|
785
|
+
*/
|
|
786
|
+
PiiEntityTypes?: string;
|
|
787
|
+
/**
|
|
788
|
+
* <p>The name of the language model used during transcription.</p>
|
|
789
|
+
*/
|
|
790
|
+
LanguageModelName?: string;
|
|
736
791
|
}
|
|
737
792
|
export declare namespace EngineTranscribeSettings {
|
|
738
793
|
/**
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
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>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
|
|
10
10
|
import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
|
|
@@ -62,6 +62,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
62
62
|
regionInfoProvider?: RegionInfoProvider;
|
|
63
63
|
|
|
64
64
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
65
|
+
|
|
66
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
65
67
|
}
|
|
66
68
|
declare type ChimeSDKMeetingsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
67
69
|
|