@aws-sdk/client-chime-sdk-meetings 3.478.0 → 3.484.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 (69) 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-es/commands/BatchCreateAttendeeCommand.js +18 -41
  19. package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +18 -41
  20. package/dist-es/commands/CreateAttendeeCommand.js +18 -41
  21. package/dist-es/commands/CreateMeetingCommand.js +18 -41
  22. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +18 -41
  23. package/dist-es/commands/DeleteAttendeeCommand.js +18 -41
  24. package/dist-es/commands/DeleteMeetingCommand.js +18 -41
  25. package/dist-es/commands/GetAttendeeCommand.js +18 -41
  26. package/dist-es/commands/GetMeetingCommand.js +18 -41
  27. package/dist-es/commands/ListAttendeesCommand.js +18 -41
  28. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  29. package/dist-es/commands/StartMeetingTranscriptionCommand.js +18 -41
  30. package/dist-es/commands/StopMeetingTranscriptionCommand.js +18 -41
  31. package/dist-es/commands/TagResourceCommand.js +18 -41
  32. package/dist-es/commands/UntagResourceCommand.js +18 -41
  33. package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +18 -41
  34. package/dist-es/endpoint/EndpointParameters.js +6 -0
  35. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +6 -21
  36. package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +6 -21
  37. package/dist-types/commands/CreateAttendeeCommand.d.ts +6 -21
  38. package/dist-types/commands/CreateMeetingCommand.d.ts +6 -21
  39. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +6 -21
  40. package/dist-types/commands/DeleteAttendeeCommand.d.ts +6 -21
  41. package/dist-types/commands/DeleteMeetingCommand.d.ts +6 -21
  42. package/dist-types/commands/GetAttendeeCommand.d.ts +6 -21
  43. package/dist-types/commands/GetMeetingCommand.d.ts +6 -21
  44. package/dist-types/commands/ListAttendeesCommand.d.ts +6 -21
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  46. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +6 -21
  47. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +6 -21
  48. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  49. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  50. package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +6 -21
  51. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  52. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +12 -24
  54. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +14 -23
  55. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +12 -24
  57. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +12 -24
  64. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  69. package/package.json +11 -11
@@ -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 { CreateAttendeeRequestFilterSensitiveLog, CreateAttendeeResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_CreateAttendeeCommand, se_CreateAttendeeCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class CreateAttendeeCommand 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, CreateAttendeeCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMeetingsClient";
27
- const commandName = "CreateAttendeeCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: CreateAttendeeRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: CreateAttendeeResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeMeetingsSDKService",
36
- operation: "CreateAttendee",
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_CreateAttendeeCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_CreateAttendeeCommand(output, context);
47
- }
8
+ export class CreateAttendeeCommand 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", "CreateAttendee", {})
20
+ .n("ChimeSDKMeetingsClient", "CreateAttendeeCommand")
21
+ .f(CreateAttendeeRequestFilterSensitiveLog, CreateAttendeeResponseFilterSensitiveLog)
22
+ .ser(se_CreateAttendeeCommand)
23
+ .de(de_CreateAttendeeCommand)
24
+ .build() {
48
25
  }
@@ -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 { CreateMeetingRequestFilterSensitiveLog, CreateMeetingResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_CreateMeetingCommand, se_CreateMeetingCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class CreateMeetingCommand 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, CreateMeetingCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMeetingsClient";
27
- const commandName = "CreateMeetingCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: CreateMeetingRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: CreateMeetingResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeMeetingsSDKService",
36
- operation: "CreateMeeting",
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_CreateMeetingCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_CreateMeetingCommand(output, context);
47
- }
8
+ export class CreateMeetingCommand 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", "CreateMeeting", {})
20
+ .n("ChimeSDKMeetingsClient", "CreateMeetingCommand")
21
+ .f(CreateMeetingRequestFilterSensitiveLog, CreateMeetingResponseFilterSensitiveLog)
22
+ .ser(se_CreateMeetingCommand)
23
+ .de(de_CreateMeetingCommand)
24
+ .build() {
48
25
  }
@@ -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 { CreateMeetingWithAttendeesRequestFilterSensitiveLog, CreateMeetingWithAttendeesResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_CreateMeetingWithAttendeesCommand, se_CreateMeetingWithAttendeesCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class CreateMeetingWithAttendeesCommand 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, CreateMeetingWithAttendeesCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMeetingsClient";
27
- const commandName = "CreateMeetingWithAttendeesCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: CreateMeetingWithAttendeesRequestFilterSensitiveLog,
33
- outputFilterSensitiveLog: CreateMeetingWithAttendeesResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeMeetingsSDKService",
36
- operation: "CreateMeetingWithAttendees",
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_CreateMeetingWithAttendeesCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_CreateMeetingWithAttendeesCommand(output, context);
47
- }
8
+ export class CreateMeetingWithAttendeesCommand 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", "CreateMeetingWithAttendees", {})
20
+ .n("ChimeSDKMeetingsClient", "CreateMeetingWithAttendeesCommand")
21
+ .f(CreateMeetingWithAttendeesRequestFilterSensitiveLog, CreateMeetingWithAttendeesResponseFilterSensitiveLog)
22
+ .ser(se_CreateMeetingWithAttendeesCommand)
23
+ .de(de_CreateMeetingWithAttendeesCommand)
24
+ .build() {
48
25
  }
@@ -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_DeleteAttendeeCommand, se_DeleteAttendeeCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteAttendeeCommand 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, DeleteAttendeeCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMeetingsClient";
26
- const commandName = "DeleteAttendeeCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeMeetingsSDKService",
35
- operation: "DeleteAttendee",
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_DeleteAttendeeCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteAttendeeCommand(output, context);
46
- }
7
+ export class DeleteAttendeeCommand 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", "DeleteAttendee", {})
19
+ .n("ChimeSDKMeetingsClient", "DeleteAttendeeCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteAttendeeCommand)
22
+ .de(de_DeleteAttendeeCommand)
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_DeleteMeetingCommand, se_DeleteMeetingCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteMeetingCommand 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, DeleteMeetingCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ChimeSDKMeetingsClient";
26
- const commandName = "DeleteMeetingCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "ChimeMeetingsSDKService",
35
- operation: "DeleteMeeting",
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_DeleteMeetingCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteMeetingCommand(output, context);
46
- }
7
+ export class DeleteMeetingCommand 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", "DeleteMeeting", {})
19
+ .n("ChimeSDKMeetingsClient", "DeleteMeetingCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteMeetingCommand)
22
+ .de(de_DeleteMeetingCommand)
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 { GetAttendeeResponseFilterSensitiveLog } from "../models/models_0";
6
6
  import { de_GetAttendeeCommand, se_GetAttendeeCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class GetAttendeeCommand 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, GetAttendeeCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMeetingsClient";
27
- const commandName = "GetAttendeeCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: GetAttendeeResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeMeetingsSDKService",
36
- operation: "GetAttendee",
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_GetAttendeeCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_GetAttendeeCommand(output, context);
47
- }
8
+ export class GetAttendeeCommand 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", "GetAttendee", {})
20
+ .n("ChimeSDKMeetingsClient", "GetAttendeeCommand")
21
+ .f(void 0, GetAttendeeResponseFilterSensitiveLog)
22
+ .ser(se_GetAttendeeCommand)
23
+ .de(de_GetAttendeeCommand)
24
+ .build() {
48
25
  }
@@ -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 { GetMeetingResponseFilterSensitiveLog } from "../models/models_0";
6
6
  import { de_GetMeetingCommand, se_GetMeetingCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class GetMeetingCommand 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, GetMeetingCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMeetingsClient";
27
- const commandName = "GetMeetingCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: GetMeetingResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeMeetingsSDKService",
36
- operation: "GetMeeting",
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_GetMeetingCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_GetMeetingCommand(output, context);
47
- }
8
+ export class GetMeetingCommand 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", "GetMeeting", {})
20
+ .n("ChimeSDKMeetingsClient", "GetMeetingCommand")
21
+ .f(void 0, GetMeetingResponseFilterSensitiveLog)
22
+ .ser(se_GetMeetingCommand)
23
+ .de(de_GetMeetingCommand)
24
+ .build() {
48
25
  }
@@ -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 { ListAttendeesResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_ListAttendeesCommand, se_ListAttendeesCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class ListAttendeesCommand 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, ListAttendeesCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ChimeSDKMeetingsClient";
27
- const commandName = "ListAttendeesCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: ListAttendeesResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "ChimeMeetingsSDKService",
36
- operation: "ListAttendees",
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_ListAttendeesCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_ListAttendeesCommand(output, context);
47
- }
8
+ export class ListAttendeesCommand 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", "ListAttendees", {})
20
+ .n("ChimeSDKMeetingsClient", "ListAttendeesCommand")
21
+ .f(void 0, ListAttendeesResponseFilterSensitiveLog)
22
+ .ser(se_ListAttendeesCommand)
23
+ .de(de_ListAttendeesCommand)
24
+ .build() {
48
25
  }
@@ -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
  }