@aws-sdk/client-chime-sdk-meetings 3.650.0 → 3.654.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 (33) hide show
  1. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateAttendeeCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateMeetingCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteAttendeeCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteMeetingCommand.d.ts +11 -0
  8. package/dist-types/commands/GetAttendeeCommand.d.ts +11 -0
  9. package/dist-types/commands/GetMeetingCommand.d.ts +11 -0
  10. package/dist-types/commands/ListAttendeesCommand.d.ts +11 -0
  11. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  12. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +11 -0
  13. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +11 -0
  14. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  15. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +11 -0
  17. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +12 -1
  18. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +12 -1
  33. package/package.json +35 -35
@@ -113,4 +113,15 @@ declare const BatchCreateAttendeeCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class BatchCreateAttendeeCommand extends BatchCreateAttendeeCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: BatchCreateAttendeeRequest;
120
+ output: BatchCreateAttendeeResponse;
121
+ };
122
+ sdk: {
123
+ input: BatchCreateAttendeeCommandInput;
124
+ output: BatchCreateAttendeeCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -117,4 +117,15 @@ declare const BatchUpdateAttendeeCapabilitiesExceptCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends BatchUpdateAttendeeCapabilitiesExceptCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: BatchUpdateAttendeeCapabilitiesExceptRequest;
124
+ output: {};
125
+ };
126
+ sdk: {
127
+ input: BatchUpdateAttendeeCapabilitiesExceptCommandInput;
128
+ output: BatchUpdateAttendeeCapabilitiesExceptCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -104,4 +104,15 @@ declare const CreateAttendeeCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class CreateAttendeeCommand extends CreateAttendeeCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: CreateAttendeeRequest;
111
+ output: CreateAttendeeResponse;
112
+ };
113
+ sdk: {
114
+ input: CreateAttendeeCommandInput;
115
+ output: CreateAttendeeCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -153,4 +153,15 @@ declare const CreateMeetingCommand_base: {
153
153
  * @public
154
154
  */
155
155
  export declare class CreateMeetingCommand extends CreateMeetingCommand_base {
156
+ /** @internal type navigation helper, not in runtime. */
157
+ protected static __types: {
158
+ api: {
159
+ input: CreateMeetingRequest;
160
+ output: CreateMeetingResponse;
161
+ };
162
+ sdk: {
163
+ input: CreateMeetingCommandInput;
164
+ output: CreateMeetingCommandOutput;
165
+ };
166
+ };
156
167
  }
@@ -182,4 +182,15 @@ declare const CreateMeetingWithAttendeesCommand_base: {
182
182
  * @public
183
183
  */
184
184
  export declare class CreateMeetingWithAttendeesCommand extends CreateMeetingWithAttendeesCommand_base {
185
+ /** @internal type navigation helper, not in runtime. */
186
+ protected static __types: {
187
+ api: {
188
+ input: CreateMeetingWithAttendeesRequest;
189
+ output: CreateMeetingWithAttendeesResponse;
190
+ };
191
+ sdk: {
192
+ input: CreateMeetingWithAttendeesCommandInput;
193
+ output: CreateMeetingWithAttendeesCommandOutput;
194
+ };
195
+ };
185
196
  }
@@ -80,4 +80,15 @@ declare const DeleteAttendeeCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DeleteAttendeeCommand extends DeleteAttendeeCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DeleteAttendeeRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: DeleteAttendeeCommandInput;
91
+ output: DeleteAttendeeCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -79,4 +79,15 @@ declare const DeleteMeetingCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DeleteMeetingCommand extends DeleteMeetingCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteMeetingRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: DeleteMeetingCommandInput;
90
+ output: DeleteMeetingCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -92,4 +92,15 @@ declare const GetAttendeeCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class GetAttendeeCommand extends GetAttendeeCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: GetAttendeeRequest;
99
+ output: GetAttendeeResponse;
100
+ };
101
+ sdk: {
102
+ input: GetAttendeeCommandInput;
103
+ output: GetAttendeeCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -114,4 +114,15 @@ declare const GetMeetingCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class GetMeetingCommand extends GetMeetingCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: GetMeetingRequest;
121
+ output: GetMeetingResponse;
122
+ };
123
+ sdk: {
124
+ input: GetMeetingCommandInput;
125
+ output: GetMeetingCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -96,4 +96,15 @@ declare const ListAttendeesCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListAttendeesCommand extends ListAttendeesCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListAttendeesRequest;
103
+ output: ListAttendeesResponse;
104
+ };
105
+ sdk: {
106
+ input: ListAttendeesCommandInput;
107
+ output: ListAttendeesCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -86,4 +86,15 @@ declare const ListTagsForResourceCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListTagsForResourceRequest;
93
+ output: ListTagsForResourceResponse;
94
+ };
95
+ sdk: {
96
+ input: ListTagsForResourceCommandInput;
97
+ output: ListTagsForResourceCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -124,4 +124,15 @@ declare const StartMeetingTranscriptionCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class StartMeetingTranscriptionCommand extends StartMeetingTranscriptionCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: StartMeetingTranscriptionRequest;
131
+ output: {};
132
+ };
133
+ sdk: {
134
+ input: StartMeetingTranscriptionCommandInput;
135
+ output: StartMeetingTranscriptionCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -89,4 +89,15 @@ declare const StopMeetingTranscriptionCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class StopMeetingTranscriptionCommand extends StopMeetingTranscriptionCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: StopMeetingTranscriptionRequest;
96
+ output: {};
97
+ };
98
+ sdk: {
99
+ input: StopMeetingTranscriptionCommandInput;
100
+ output: StopMeetingTranscriptionCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -88,4 +88,15 @@ declare const TagResourceCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class TagResourceCommand extends TagResourceCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: TagResourceRequest;
95
+ output: {};
96
+ };
97
+ sdk: {
98
+ input: TagResourceCommandInput;
99
+ output: TagResourceCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -103,4 +103,15 @@ declare const UntagResourceCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: UntagResourceRequest;
110
+ output: {};
111
+ };
112
+ sdk: {
113
+ input: UntagResourceCommandInput;
114
+ output: UntagResourceCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -124,4 +124,15 @@ declare const UpdateAttendeeCapabilitiesCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class UpdateAttendeeCapabilitiesCommand extends UpdateAttendeeCapabilitiesCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: UpdateAttendeeCapabilitiesRequest;
131
+ output: UpdateAttendeeCapabilitiesResponse;
132
+ };
133
+ sdk: {
134
+ input: UpdateAttendeeCapabilitiesCommandInput;
135
+ output: UpdateAttendeeCapabilitiesCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -37,4 +37,15 @@ declare const BatchCreateAttendeeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchCreateAttendeeCommand extends BatchCreateAttendeeCommand_base {}
40
+ export declare class BatchCreateAttendeeCommand extends BatchCreateAttendeeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchCreateAttendeeRequest;
44
+ output: BatchCreateAttendeeResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchCreateAttendeeCommandInput;
48
+ output: BatchCreateAttendeeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const BatchUpdateAttendeeCapabilitiesExceptCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends BatchUpdateAttendeeCapabilitiesExceptCommand_base {}
36
+ export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends BatchUpdateAttendeeCapabilitiesExceptCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: BatchUpdateAttendeeCapabilitiesExceptRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: BatchUpdateAttendeeCapabilitiesExceptCommandInput;
44
+ output: BatchUpdateAttendeeCapabilitiesExceptCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateAttendeeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateAttendeeCommand extends CreateAttendeeCommand_base {}
39
+ export declare class CreateAttendeeCommand extends CreateAttendeeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateAttendeeRequest;
43
+ output: CreateAttendeeResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateAttendeeCommandInput;
47
+ output: CreateAttendeeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateMeetingCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateMeetingCommand extends CreateMeetingCommand_base {}
39
+ export declare class CreateMeetingCommand extends CreateMeetingCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateMeetingRequest;
43
+ output: CreateMeetingResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateMeetingCommandInput;
47
+ output: CreateMeetingCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateMeetingWithAttendeesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateMeetingWithAttendeesCommand extends CreateMeetingWithAttendeesCommand_base {}
40
+ export declare class CreateMeetingWithAttendeesCommand extends CreateMeetingWithAttendeesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateMeetingWithAttendeesRequest;
44
+ output: CreateMeetingWithAttendeesResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateMeetingWithAttendeesCommandInput;
48
+ output: CreateMeetingWithAttendeesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const DeleteAttendeeCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteAttendeeCommand extends DeleteAttendeeCommand_base {}
34
+ export declare class DeleteAttendeeCommand extends DeleteAttendeeCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteAttendeeRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteAttendeeCommandInput;
42
+ output: DeleteAttendeeCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteMeetingCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteMeetingCommand extends DeleteMeetingCommand_base {}
34
+ export declare class DeleteMeetingCommand extends DeleteMeetingCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteMeetingRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteMeetingCommandInput;
42
+ output: DeleteMeetingCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const GetAttendeeCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAttendeeCommand extends GetAttendeeCommand_base {}
36
+ export declare class GetAttendeeCommand extends GetAttendeeCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetAttendeeRequest;
40
+ output: GetAttendeeResponse;
41
+ };
42
+ sdk: {
43
+ input: GetAttendeeCommandInput;
44
+ output: GetAttendeeCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetMeetingCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetMeetingCommand extends GetMeetingCommand_base {}
36
+ export declare class GetMeetingCommand extends GetMeetingCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetMeetingRequest;
40
+ output: GetMeetingResponse;
41
+ };
42
+ sdk: {
43
+ input: GetMeetingCommandInput;
44
+ output: GetMeetingCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListAttendeesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListAttendeesCommand extends ListAttendeesCommand_base {}
39
+ export declare class ListAttendeesCommand extends ListAttendeesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListAttendeesRequest;
43
+ output: ListAttendeesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListAttendeesCommandInput;
47
+ output: ListAttendeesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const StartMeetingTranscriptionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartMeetingTranscriptionCommand extends StartMeetingTranscriptionCommand_base {}
36
+ export declare class StartMeetingTranscriptionCommand extends StartMeetingTranscriptionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StartMeetingTranscriptionRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: StartMeetingTranscriptionCommandInput;
44
+ output: StartMeetingTranscriptionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const StopMeetingTranscriptionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StopMeetingTranscriptionCommand extends StopMeetingTranscriptionCommand_base {}
36
+ export declare class StopMeetingTranscriptionCommand extends StopMeetingTranscriptionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StopMeetingTranscriptionRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: StopMeetingTranscriptionCommandInput;
44
+ output: StopMeetingTranscriptionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateAttendeeCapabilitiesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateAttendeeCapabilitiesCommand extends UpdateAttendeeCapabilitiesCommand_base {}
40
+ export declare class UpdateAttendeeCapabilitiesCommand extends UpdateAttendeeCapabilitiesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAttendeeCapabilitiesRequest;
44
+ output: UpdateAttendeeCapabilitiesResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateAttendeeCapabilitiesCommandInput;
48
+ output: UpdateAttendeeCapabilitiesCommandOutput;
49
+ };
50
+ };
51
+ }
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.650.0",
4
+ "version": "3.654.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,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"