@aws-sdk/client-chime-sdk-meetings 3.477.0 → 3.481.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.
Files changed (73) hide show
  1. package/dist-cjs/commands/BatchCreateAttendeeCommand.js +18 -41
  2. package/dist-cjs/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAttendeeCommand.js +18 -41
  4. package/dist-cjs/commands/CreateMeetingCommand.js +18 -41
  5. package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAttendeeCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteMeetingCommand.js +18 -41
  8. package/dist-cjs/commands/GetAttendeeCommand.js +18 -41
  9. package/dist-cjs/commands/GetMeetingCommand.js +18 -41
  10. package/dist-cjs/commands/ListAttendeesCommand.js +18 -41
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  12. package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +18 -41
  13. package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +18 -41
  14. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  15. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  16. package/dist-cjs/commands/UpdateAttendeeCapabilitiesCommand.js +18 -41
  17. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  18. package/dist-cjs/pagination/ListAttendeesPaginator.js +2 -24
  19. package/dist-es/commands/BatchCreateAttendeeCommand.js +18 -41
  20. package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +18 -41
  21. package/dist-es/commands/CreateAttendeeCommand.js +18 -41
  22. package/dist-es/commands/CreateMeetingCommand.js +18 -41
  23. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +18 -41
  24. package/dist-es/commands/DeleteAttendeeCommand.js +18 -41
  25. package/dist-es/commands/DeleteMeetingCommand.js +18 -41
  26. package/dist-es/commands/GetAttendeeCommand.js +18 -41
  27. package/dist-es/commands/GetMeetingCommand.js +18 -41
  28. package/dist-es/commands/ListAttendeesCommand.js +18 -41
  29. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  30. package/dist-es/commands/StartMeetingTranscriptionCommand.js +18 -41
  31. package/dist-es/commands/StopMeetingTranscriptionCommand.js +18 -41
  32. package/dist-es/commands/TagResourceCommand.js +18 -41
  33. package/dist-es/commands/UntagResourceCommand.js +18 -41
  34. package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +18 -41
  35. package/dist-es/endpoint/EndpointParameters.js +6 -0
  36. package/dist-es/pagination/ListAttendeesPaginator.js +2 -23
  37. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +6 -21
  38. package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +6 -21
  39. package/dist-types/commands/CreateAttendeeCommand.d.ts +6 -21
  40. package/dist-types/commands/CreateMeetingCommand.d.ts +6 -21
  41. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +6 -21
  42. package/dist-types/commands/DeleteAttendeeCommand.d.ts +6 -21
  43. package/dist-types/commands/DeleteMeetingCommand.d.ts +6 -21
  44. package/dist-types/commands/GetAttendeeCommand.d.ts +6 -21
  45. package/dist-types/commands/GetMeetingCommand.d.ts +6 -21
  46. package/dist-types/commands/ListAttendeesCommand.d.ts +6 -21
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  48. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +6 -21
  49. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +6 -21
  50. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  51. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  52. package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +6 -21
  53. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  54. package/dist-types/pagination/ListAttendeesPaginator.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +12 -24
  57. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +12 -24
  60. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +12 -24
  71. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  72. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +3 -3
  73. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ListTagsForResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMeetingsClient";
26
- const commandName = "ListTagsForResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeMeetingsSDKService",
35
- operation: "ListTagsForResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListTagsForResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListTagsForResourceCommand(output, context);
46
- }
7
+ export class ListTagsForResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeMeetingsSDKService", "ListTagsForResource", {})
19
+ .n("ChimeSDKMeetingsClient", "ListTagsForResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTagsForResourceCommand)
22
+ .de(de_ListTagsForResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StartMeetingTranscriptionCommand, se_StartMeetingTranscriptionCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StartMeetingTranscriptionCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StartMeetingTranscriptionCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMeetingsClient";
26
- const commandName = "StartMeetingTranscriptionCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeMeetingsSDKService",
35
- operation: "StartMeetingTranscription",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StartMeetingTranscriptionCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StartMeetingTranscriptionCommand(output, context);
46
- }
7
+ export class StartMeetingTranscriptionCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeMeetingsSDKService", "StartMeetingTranscription", {})
19
+ .n("ChimeSDKMeetingsClient", "StartMeetingTranscriptionCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StartMeetingTranscriptionCommand)
22
+ .de(de_StartMeetingTranscriptionCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StopMeetingTranscriptionCommand, se_StopMeetingTranscriptionCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StopMeetingTranscriptionCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StopMeetingTranscriptionCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMeetingsClient";
26
- const commandName = "StopMeetingTranscriptionCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeMeetingsSDKService",
35
- operation: "StopMeetingTranscription",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StopMeetingTranscriptionCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StopMeetingTranscriptionCommand(output, context);
46
- }
7
+ export class StopMeetingTranscriptionCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeMeetingsSDKService", "StopMeetingTranscription", {})
19
+ .n("ChimeSDKMeetingsClient", "StopMeetingTranscriptionCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StopMeetingTranscriptionCommand)
22
+ .de(de_StopMeetingTranscriptionCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class TagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMeetingsClient";
26
- const commandName = "TagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeMeetingsSDKService",
35
- operation: "TagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_TagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_TagResourceCommand(output, context);
46
- }
7
+ export class TagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeMeetingsSDKService", "TagResource", {})
19
+ .n("ChimeSDKMeetingsClient", "TagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_TagResourceCommand)
22
+ .de(de_TagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UntagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMeetingsClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeMeetingsSDKService",
35
- operation: "UntagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("ChimeMeetingsSDKService", "UntagResource", {})
19
+ .n("ChimeSDKMeetingsClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { UpdateAttendeeCapabilitiesResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_UpdateAttendeeCapabilitiesCommand, se_UpdateAttendeeCapabilitiesCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class UpdateAttendeeCapabilitiesCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateAttendeeCapabilitiesCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMeetingsClient";
27
- const commandName = "UpdateAttendeeCapabilitiesCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: UpdateAttendeeCapabilitiesResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeMeetingsSDKService",
36
- operation: "UpdateAttendeeCapabilities",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_UpdateAttendeeCapabilitiesCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_UpdateAttendeeCapabilitiesCommand(output, context);
47
- }
8
+ export class UpdateAttendeeCapabilitiesCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("ChimeMeetingsSDKService", "UpdateAttendeeCapabilities", {})
20
+ .n("ChimeSDKMeetingsClient", "UpdateAttendeeCapabilitiesCommand")
21
+ .f(void 0, UpdateAttendeeCapabilitiesResponseFilterSensitiveLog)
22
+ .ser(se_UpdateAttendeeCapabilitiesCommand)
23
+ .de(de_UpdateAttendeeCapabilitiesCommand)
24
+ .build() {
48
25
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "chime",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,25 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
1
2
  import { ChimeSDKMeetingsClient } from "../ChimeSDKMeetingsClient";
2
3
  import { ListAttendeesCommand, } from "../commands/ListAttendeesCommand";
3
- const makePagedClientRequest = async (client, input, ...args) => {
4
- return await client.send(new ListAttendeesCommand(input), ...args);
5
- };
6
- export async function* paginateListAttendees(config, input, ...additionalArguments) {
7
- let token = config.startingToken || undefined;
8
- let hasNext = true;
9
- let page;
10
- while (hasNext) {
11
- input.NextToken = token;
12
- input["MaxResults"] = config.pageSize;
13
- if (config.client instanceof ChimeSDKMeetingsClient) {
14
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
- }
16
- else {
17
- throw new Error("Invalid client, expected ChimeSDKMeetings | ChimeSDKMeetingsClient");
18
- }
19
- yield page;
20
- const prevToken = token;
21
- token = page.NextToken;
22
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
- }
24
- return undefined;
25
- }
4
+ export const paginateListAttendees = createPaginator(ChimeSDKMeetingsClient, ListAttendeesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { BatchCreateAttendeeRequest, BatchCreateAttendeeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchCreateAttendeeCommandInput extends BatchCreateAttendeeRequ
21
20
  */
22
21
  export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchCreateAttendeeCommand_base: {
24
+ new (input: BatchCreateAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
@@ -107,23 +110,5 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
107
110
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
108
111
  *
109
112
  */
110
- export declare class BatchCreateAttendeeCommand extends $Command<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
111
- readonly input: BatchCreateAttendeeCommandInput;
112
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
113
- /**
114
- * @public
115
- */
116
- constructor(input: BatchCreateAttendeeCommandInput);
117
- /**
118
- * @internal
119
- */
120
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput>;
121
- /**
122
- * @internal
123
- */
124
- private serialize;
125
- /**
126
- * @internal
127
- */
128
- private deserialize;
113
+ export declare class BatchCreateAttendeeCommand extends BatchCreateAttendeeCommand_base {
129
114
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { BatchUpdateAttendeeCapabilitiesExceptRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandInput extends Batch
21
20
  */
22
21
  export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const BatchUpdateAttendeeCapabilitiesExceptCommand_base: {
24
+ new (input: BatchUpdateAttendeeCapabilitiesExceptCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code> table.</p>
@@ -111,23 +114,5 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
111
114
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
112
115
  *
113
116
  */
114
- export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
115
- readonly input: BatchUpdateAttendeeCapabilitiesExceptCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: BatchUpdateAttendeeCapabilitiesExceptCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends BatchUpdateAttendeeCapabilitiesExceptCommand_base {
133
118
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { CreateAttendeeRequest, CreateAttendeeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {
21
20
  */
22
21
  export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAttendeeCommand_base: {
24
+ new (input: CreateAttendeeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -98,23 +101,5 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
98
101
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
99
102
  *
100
103
  */
101
- export declare class CreateAttendeeCommand extends $Command<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
102
- readonly input: CreateAttendeeCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: CreateAttendeeCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAttendeeCommandInput, CreateAttendeeCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class CreateAttendeeCommand extends CreateAttendeeCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
5
4
  import { CreateMeetingRequest, CreateMeetingResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateMeetingCommandInput extends CreateMeetingRequest {
21
20
  */
22
21
  export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateMeetingCommand_base: {
24
+ new (input: CreateMeetingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see
@@ -147,23 +150,5 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
147
150
  * <p>Base exception class for all service exceptions from ChimeSDKMeetings service.</p>
148
151
  *
149
152
  */
150
- export declare class CreateMeetingCommand extends $Command<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
151
- readonly input: CreateMeetingCommandInput;
152
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
153
- /**
154
- * @public
155
- */
156
- constructor(input: CreateMeetingCommandInput);
157
- /**
158
- * @internal
159
- */
160
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMeetingsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMeetingCommandInput, CreateMeetingCommandOutput>;
161
- /**
162
- * @internal
163
- */
164
- private serialize;
165
- /**
166
- * @internal
167
- */
168
- private deserialize;
153
+ export declare class CreateMeetingCommand extends CreateMeetingCommand_base {
169
154
  }