@aws-sdk/client-chime-sdk-meetings 3.758.0 → 3.774.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +22 -22
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AttendeeFilterSensitiveLog: () => AttendeeFilterSensitiveLog,
|
|
25
25
|
BadRequestException: () => BadRequestException,
|
|
26
26
|
BatchCreateAttendeeCommand: () => BatchCreateAttendeeCommand,
|
|
@@ -87,7 +87,7 @@ __export(src_exports, {
|
|
|
87
87
|
__Client: () => import_smithy_client.Client,
|
|
88
88
|
paginateListAttendees: () => paginateListAttendees
|
|
89
89
|
});
|
|
90
|
-
module.exports = __toCommonJS(
|
|
90
|
+
module.exports = __toCommonJS(index_exports);
|
|
91
91
|
|
|
92
92
|
// src/ChimeSDKMeetingsClient.ts
|
|
93
93
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -214,9 +214,9 @@ var ChimeSDKMeetingsClient = class extends import_smithy_client.Client {
|
|
|
214
214
|
this.middlewareStack.use(
|
|
215
215
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
216
216
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultChimeSDKMeetingsHttpAuthSchemeParametersProvider,
|
|
217
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
217
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
218
218
|
"aws.auth#sigv4": config.credentials
|
|
219
|
-
})
|
|
219
|
+
}), "identityProviderConfigProvider")
|
|
220
220
|
})
|
|
221
221
|
);
|
|
222
222
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -811,7 +811,7 @@ var se_BatchCreateAttendeeCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
811
811
|
let body;
|
|
812
812
|
body = JSON.stringify(
|
|
813
813
|
(0, import_smithy_client.take)(input, {
|
|
814
|
-
Attendees: (_) => (0, import_smithy_client._json)(_)
|
|
814
|
+
Attendees: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attendees")
|
|
815
815
|
})
|
|
816
816
|
);
|
|
817
817
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -830,8 +830,8 @@ var se_BatchUpdateAttendeeCapabilitiesExceptCommand = /* @__PURE__ */ __name(asy
|
|
|
830
830
|
let body;
|
|
831
831
|
body = JSON.stringify(
|
|
832
832
|
(0, import_smithy_client.take)(input, {
|
|
833
|
-
Capabilities: (_) => (0, import_smithy_client._json)(_),
|
|
834
|
-
ExcludedAttendeeIds: (_) => (0, import_smithy_client._json)(_)
|
|
833
|
+
Capabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Capabilities"),
|
|
834
|
+
ExcludedAttendeeIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExcludedAttendeeIds")
|
|
835
835
|
})
|
|
836
836
|
);
|
|
837
837
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -847,7 +847,7 @@ var se_CreateAttendeeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
847
847
|
let body;
|
|
848
848
|
body = JSON.stringify(
|
|
849
849
|
(0, import_smithy_client.take)(input, {
|
|
850
|
-
Capabilities: (_) => (0, import_smithy_client._json)(_),
|
|
850
|
+
Capabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Capabilities"),
|
|
851
851
|
ExternalUserId: []
|
|
852
852
|
})
|
|
853
853
|
);
|
|
@@ -866,12 +866,12 @@ var se_CreateMeetingCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
866
866
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
867
867
|
ExternalMeetingId: [],
|
|
868
868
|
MediaRegion: [],
|
|
869
|
-
MeetingFeatures: (_) => (0, import_smithy_client._json)(_),
|
|
869
|
+
MeetingFeatures: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MeetingFeatures"),
|
|
870
870
|
MeetingHostId: [],
|
|
871
|
-
NotificationsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
871
|
+
NotificationsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NotificationsConfiguration"),
|
|
872
872
|
PrimaryMeetingId: [],
|
|
873
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
874
|
-
TenantIds: (_) => (0, import_smithy_client._json)(_)
|
|
873
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
874
|
+
TenantIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TenantIds")
|
|
875
875
|
})
|
|
876
876
|
);
|
|
877
877
|
b.m("POST").h(headers).b(body);
|
|
@@ -889,16 +889,16 @@ var se_CreateMeetingWithAttendeesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
889
889
|
let body;
|
|
890
890
|
body = JSON.stringify(
|
|
891
891
|
(0, import_smithy_client.take)(input, {
|
|
892
|
-
Attendees: (_) => (0, import_smithy_client._json)(_),
|
|
892
|
+
Attendees: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Attendees"),
|
|
893
893
|
ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
894
894
|
ExternalMeetingId: [],
|
|
895
895
|
MediaRegion: [],
|
|
896
|
-
MeetingFeatures: (_) => (0, import_smithy_client._json)(_),
|
|
896
|
+
MeetingFeatures: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MeetingFeatures"),
|
|
897
897
|
MeetingHostId: [],
|
|
898
|
-
NotificationsConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
898
|
+
NotificationsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NotificationsConfiguration"),
|
|
899
899
|
PrimaryMeetingId: [],
|
|
900
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
901
|
-
TenantIds: (_) => (0, import_smithy_client._json)(_)
|
|
900
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
901
|
+
TenantIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TenantIds")
|
|
902
902
|
})
|
|
903
903
|
);
|
|
904
904
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -979,7 +979,7 @@ var se_StartMeetingTranscriptionCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
979
979
|
let body;
|
|
980
980
|
body = JSON.stringify(
|
|
981
981
|
(0, import_smithy_client.take)(input, {
|
|
982
|
-
TranscriptionConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
982
|
+
TranscriptionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TranscriptionConfiguration")
|
|
983
983
|
})
|
|
984
984
|
);
|
|
985
985
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1010,7 +1010,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1010
1010
|
body = JSON.stringify(
|
|
1011
1011
|
(0, import_smithy_client.take)(input, {
|
|
1012
1012
|
ResourceARN: [],
|
|
1013
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1013
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1014
1014
|
})
|
|
1015
1015
|
);
|
|
1016
1016
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1029,7 +1029,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1029
1029
|
body = JSON.stringify(
|
|
1030
1030
|
(0, import_smithy_client.take)(input, {
|
|
1031
1031
|
ResourceARN: [],
|
|
1032
|
-
TagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
1032
|
+
TagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TagKeys")
|
|
1033
1033
|
})
|
|
1034
1034
|
);
|
|
1035
1035
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -1046,7 +1046,7 @@ var se_UpdateAttendeeCapabilitiesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1046
1046
|
let body;
|
|
1047
1047
|
body = JSON.stringify(
|
|
1048
1048
|
(0, import_smithy_client.take)(input, {
|
|
1049
|
-
Capabilities: (_) => (0, import_smithy_client._json)(_)
|
|
1049
|
+
Capabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Capabilities")
|
|
1050
1050
|
})
|
|
1051
1051
|
);
|
|
1052
1052
|
b.m("PUT").h(headers).b(body);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-meetings",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-meetings",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|