@aws-sdk/client-chime-sdk-media-pipelines 3.170.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-media-pipelines
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-chime-sdk-media-pipelines
@@ -48,7 +48,6 @@ import {
48
48
  UntagResourceCommandInput,
49
49
  UntagResourceCommandOutput,
50
50
  } from "./commands/UntagResourceCommand";
51
-
52
51
  export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient {
53
52
  createMediaCapturePipeline(
54
53
  args: CreateMediaCapturePipelineCommandInput,
@@ -63,7 +62,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
63
62
  options: __HttpHandlerOptions,
64
63
  cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void
65
64
  ): void;
66
-
67
65
  createMediaConcatenationPipeline(
68
66
  args: CreateMediaConcatenationPipelineCommandInput,
69
67
  options?: __HttpHandlerOptions
@@ -77,7 +75,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
77
75
  options: __HttpHandlerOptions,
78
76
  cb: (err: any, data?: CreateMediaConcatenationPipelineCommandOutput) => void
79
77
  ): void;
80
-
81
78
  createMediaLiveConnectorPipeline(
82
79
  args: CreateMediaLiveConnectorPipelineCommandInput,
83
80
  options?: __HttpHandlerOptions
@@ -91,7 +88,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
91
88
  options: __HttpHandlerOptions,
92
89
  cb: (err: any, data?: CreateMediaLiveConnectorPipelineCommandOutput) => void
93
90
  ): void;
94
-
95
91
  deleteMediaCapturePipeline(
96
92
  args: DeleteMediaCapturePipelineCommandInput,
97
93
  options?: __HttpHandlerOptions
@@ -105,7 +101,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
105
101
  options: __HttpHandlerOptions,
106
102
  cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void
107
103
  ): void;
108
-
109
104
  deleteMediaPipeline(
110
105
  args: DeleteMediaPipelineCommandInput,
111
106
  options?: __HttpHandlerOptions
@@ -119,7 +114,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
119
114
  options: __HttpHandlerOptions,
120
115
  cb: (err: any, data?: DeleteMediaPipelineCommandOutput) => void
121
116
  ): void;
122
-
123
117
  getMediaCapturePipeline(
124
118
  args: GetMediaCapturePipelineCommandInput,
125
119
  options?: __HttpHandlerOptions
@@ -133,7 +127,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
133
127
  options: __HttpHandlerOptions,
134
128
  cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void
135
129
  ): void;
136
-
137
130
  getMediaPipeline(
138
131
  args: GetMediaPipelineCommandInput,
139
132
  options?: __HttpHandlerOptions
@@ -147,7 +140,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
147
140
  options: __HttpHandlerOptions,
148
141
  cb: (err: any, data?: GetMediaPipelineCommandOutput) => void
149
142
  ): void;
150
-
151
143
  listMediaCapturePipelines(
152
144
  args: ListMediaCapturePipelinesCommandInput,
153
145
  options?: __HttpHandlerOptions
@@ -161,7 +153,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
161
153
  options: __HttpHandlerOptions,
162
154
  cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void
163
155
  ): void;
164
-
165
156
  listMediaPipelines(
166
157
  args: ListMediaPipelinesCommandInput,
167
158
  options?: __HttpHandlerOptions
@@ -175,7 +166,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
175
166
  options: __HttpHandlerOptions,
176
167
  cb: (err: any, data?: ListMediaPipelinesCommandOutput) => void
177
168
  ): void;
178
-
179
169
  listTagsForResource(
180
170
  args: ListTagsForResourceCommandInput,
181
171
  options?: __HttpHandlerOptions
@@ -189,7 +179,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
189
179
  options: __HttpHandlerOptions,
190
180
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
191
181
  ): void;
192
-
193
182
  tagResource(
194
183
  args: TagResourceCommandInput,
195
184
  options?: __HttpHandlerOptions
@@ -203,7 +192,6 @@ export declare class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient
203
192
  options: __HttpHandlerOptions,
204
193
  cb: (err: any, data?: TagResourceCommandOutput) => void
205
194
  ): void;
206
-
207
195
  untagResource(
208
196
  args: UntagResourceCommandInput,
209
197
  options?: __HttpHandlerOptions
@@ -119,47 +119,26 @@ export declare type ServiceOutputTypes =
119
119
  export interface ClientDefaults
120
120
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
121
121
  requestHandler?: __HttpHandler;
122
-
123
122
  sha256?: __HashConstructor;
124
-
125
123
  urlParser?: __UrlParser;
126
-
127
124
  bodyLengthChecker?: __BodyLengthCalculator;
128
-
129
125
  streamCollector?: __StreamCollector;
130
-
131
126
  base64Decoder?: __Decoder;
132
-
133
127
  base64Encoder?: __Encoder;
134
-
135
128
  utf8Decoder?: __Decoder;
136
-
137
129
  utf8Encoder?: __Encoder;
138
-
139
130
  runtime?: string;
140
-
141
131
  disableHostPrefix?: boolean;
142
-
143
132
  maxAttempts?: number | __Provider<number>;
144
-
145
133
  retryMode?: string | __Provider<string>;
146
-
147
134
  logger?: __Logger;
148
-
149
135
  useDualstackEndpoint?: boolean | __Provider<boolean>;
150
-
151
136
  useFipsEndpoint?: boolean | __Provider<boolean>;
152
-
153
137
  serviceId?: string;
154
-
155
138
  region?: string | __Provider<string>;
156
-
157
139
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
158
-
159
140
  regionInfoProvider?: RegionInfoProvider;
160
-
161
141
  defaultUserAgentProvider?: Provider<__UserAgent>;
162
-
163
142
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
164
143
  }
165
144
  declare type ChimeSDKMediaPipelinesClientConfigType = Partial<
@@ -172,7 +151,6 @@ declare type ChimeSDKMediaPipelinesClientConfigType = Partial<
172
151
  HostHeaderInputConfig &
173
152
  AwsAuthInputConfig &
174
153
  UserAgentInputConfig;
175
-
176
154
  export interface ChimeSDKMediaPipelinesClientConfig
177
155
  extends ChimeSDKMediaPipelinesClientConfigType {}
178
156
  declare type ChimeSDKMediaPipelinesClientResolvedConfigType =
@@ -184,10 +162,8 @@ declare type ChimeSDKMediaPipelinesClientResolvedConfigType =
184
162
  HostHeaderResolvedConfig &
185
163
  AwsAuthResolvedConfig &
186
164
  UserAgentResolvedConfig;
187
-
188
165
  export interface ChimeSDKMediaPipelinesClientResolvedConfig
189
166
  extends ChimeSDKMediaPipelinesClientResolvedConfigType {}
190
-
191
167
  export declare class ChimeSDKMediaPipelinesClient extends __Client<
192
168
  __HttpHandlerOptions,
193
169
  ServiceInputTypes,
@@ -196,7 +172,6 @@ export declare class ChimeSDKMediaPipelinesClient extends __Client<
196
172
  > {
197
173
  readonly config: ChimeSDKMediaPipelinesClientResolvedConfig;
198
174
  constructor(configuration: ChimeSDKMediaPipelinesClientConfig);
199
-
200
175
  destroy(): void;
201
176
  }
202
177
  export {};
@@ -19,7 +19,6 @@ export interface CreateMediaCapturePipelineCommandInput
19
19
  export interface CreateMediaCapturePipelineCommandOutput
20
20
  extends CreateMediaCapturePipelineResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateMediaCapturePipelineCommand extends $Command<
24
23
  CreateMediaCapturePipelineCommandInput,
25
24
  CreateMediaCapturePipelineCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateMediaCapturePipelineCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateMediaCapturePipelineCommandInput;
29
28
  constructor(input: CreateMediaCapturePipelineCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateMediaConcatenationPipelineCommandInput
19
19
  export interface CreateMediaConcatenationPipelineCommandOutput
20
20
  extends CreateMediaConcatenationPipelineResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateMediaConcatenationPipelineCommand extends $Command<
24
23
  CreateMediaConcatenationPipelineCommandInput,
25
24
  CreateMediaConcatenationPipelineCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateMediaConcatenationPipelineCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateMediaConcatenationPipelineCommandInput;
29
28
  constructor(input: CreateMediaConcatenationPipelineCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateMediaLiveConnectorPipelineCommandInput
19
19
  export interface CreateMediaLiveConnectorPipelineCommandOutput
20
20
  extends CreateMediaLiveConnectorPipelineResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateMediaLiveConnectorPipelineCommand extends $Command<
24
23
  CreateMediaLiveConnectorPipelineCommandInput,
25
24
  CreateMediaLiveConnectorPipelineCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateMediaLiveConnectorPipelineCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateMediaLiveConnectorPipelineCommandInput;
29
28
  constructor(input: CreateMediaLiveConnectorPipelineCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteMediaCapturePipelineCommandInput
15
15
  extends DeleteMediaCapturePipelineRequest {}
16
16
  export interface DeleteMediaCapturePipelineCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteMediaCapturePipelineCommand extends $Command<
20
19
  DeleteMediaCapturePipelineCommandInput,
21
20
  DeleteMediaCapturePipelineCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteMediaCapturePipelineCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteMediaCapturePipelineCommandInput;
25
24
  constructor(input: DeleteMediaCapturePipelineCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -14,7 +14,6 @@ import { DeleteMediaPipelineRequest } from "../models/models_0";
14
14
  export interface DeleteMediaPipelineCommandInput
15
15
  extends DeleteMediaPipelineRequest {}
16
16
  export interface DeleteMediaPipelineCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteMediaPipelineCommand extends $Command<
19
18
  DeleteMediaPipelineCommandInput,
20
19
  DeleteMediaPipelineCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteMediaPipelineCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteMediaPipelineCommandInput;
24
23
  constructor(input: DeleteMediaPipelineCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetMediaCapturePipelineCommandInput
19
19
  export interface GetMediaCapturePipelineCommandOutput
20
20
  extends GetMediaCapturePipelineResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetMediaCapturePipelineCommand extends $Command<
24
23
  GetMediaCapturePipelineCommandInput,
25
24
  GetMediaCapturePipelineCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetMediaCapturePipelineCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetMediaCapturePipelineCommandInput;
29
28
  constructor(input: GetMediaCapturePipelineCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetMediaPipelineCommandInput extends GetMediaPipelineRequest {}
18
18
  export interface GetMediaPipelineCommandOutput
19
19
  extends GetMediaPipelineResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetMediaPipelineCommand extends $Command<
23
22
  GetMediaPipelineCommandInput,
24
23
  GetMediaPipelineCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetMediaPipelineCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetMediaPipelineCommandInput;
28
27
  constructor(input: GetMediaPipelineCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListMediaCapturePipelinesCommandInput
19
19
  export interface ListMediaCapturePipelinesCommandOutput
20
20
  extends ListMediaCapturePipelinesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListMediaCapturePipelinesCommand extends $Command<
24
23
  ListMediaCapturePipelinesCommandInput,
25
24
  ListMediaCapturePipelinesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListMediaCapturePipelinesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListMediaCapturePipelinesCommandInput;
29
28
  constructor(input: ListMediaCapturePipelinesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListMediaPipelinesCommandInput
19
19
  export interface ListMediaPipelinesCommandOutput
20
20
  extends ListMediaPipelinesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListMediaPipelinesCommand extends $Command<
24
23
  ListMediaPipelinesCommandInput,
25
24
  ListMediaPipelinesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListMediaPipelinesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListMediaPipelinesCommandInput;
29
28
  constructor(input: ListMediaPipelinesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ChimeSDKMediaPipelinesServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -3,7 +3,6 @@ import { ChimeSDKMediaPipelinesServiceException as __BaseException } from "./Chi
3
3
  export declare enum AudioArtifactsConcatenationState {
4
4
  Enabled = "Enabled",
5
5
  }
6
-
7
6
  export interface AudioConcatenationConfiguration {
8
7
  State: AudioArtifactsConcatenationState | string | undefined;
9
8
  }
@@ -11,46 +10,33 @@ export declare enum ArtifactsConcatenationState {
11
10
  Disabled = "Disabled",
12
11
  Enabled = "Enabled",
13
12
  }
14
-
15
13
  export interface CompositedVideoConcatenationConfiguration {
16
14
  State: ArtifactsConcatenationState | string | undefined;
17
15
  }
18
-
19
16
  export interface ContentConcatenationConfiguration {
20
17
  State: ArtifactsConcatenationState | string | undefined;
21
18
  }
22
-
23
19
  export interface DataChannelConcatenationConfiguration {
24
20
  State: ArtifactsConcatenationState | string | undefined;
25
21
  }
26
-
27
22
  export interface MeetingEventsConcatenationConfiguration {
28
23
  State: ArtifactsConcatenationState | string | undefined;
29
24
  }
30
-
31
25
  export interface TranscriptionMessagesConcatenationConfiguration {
32
26
  State: ArtifactsConcatenationState | string | undefined;
33
27
  }
34
-
35
28
  export interface VideoConcatenationConfiguration {
36
29
  State: ArtifactsConcatenationState | string | undefined;
37
30
  }
38
-
39
31
  export interface ArtifactsConcatenationConfiguration {
40
32
  Audio: AudioConcatenationConfiguration | undefined;
41
-
42
33
  Video: VideoConcatenationConfiguration | undefined;
43
-
44
34
  Content: ContentConcatenationConfiguration | undefined;
45
-
46
35
  DataChannel: DataChannelConcatenationConfiguration | undefined;
47
-
48
36
  TranscriptionMessages:
49
37
  | TranscriptionMessagesConcatenationConfiguration
50
38
  | undefined;
51
-
52
39
  MeetingEvents: MeetingEventsConcatenationConfiguration | undefined;
53
-
54
40
  CompositedVideo: CompositedVideoConcatenationConfiguration | undefined;
55
41
  }
56
42
  export declare enum AudioMuxType {
@@ -58,7 +44,6 @@ export declare enum AudioMuxType {
58
44
  AudioWithActiveSpeakerVideo = "AudioWithActiveSpeakerVideo",
59
45
  AudioWithCompositedVideo = "AudioWithCompositedVideo",
60
46
  }
61
-
62
47
  export interface AudioArtifactsConfiguration {
63
48
  MuxType: AudioMuxType | string | undefined;
64
49
  }
@@ -73,14 +58,11 @@ export declare enum PresenterPosition {
73
58
  TopLeft = "TopLeft",
74
59
  TopRight = "TopRight",
75
60
  }
76
-
77
61
  export interface PresenterOnlyConfiguration {
78
62
  PresenterPosition?: PresenterPosition | string;
79
63
  }
80
-
81
64
  export interface GridViewConfiguration {
82
65
  ContentShareLayout: ContentShareLayoutOption | string | undefined;
83
-
84
66
  PresenterOnlyConfiguration?: PresenterOnlyConfiguration;
85
67
  }
86
68
  export declare enum LayoutOption {
@@ -90,12 +72,9 @@ export declare enum ResolutionOption {
90
72
  FHD = "FHD",
91
73
  HD = "HD",
92
74
  }
93
-
94
75
  export interface CompositedVideoArtifactsConfiguration {
95
76
  Layout?: LayoutOption | string;
96
-
97
77
  Resolution?: ResolutionOption | string;
98
-
99
78
  GridViewConfiguration: GridViewConfiguration | undefined;
100
79
  }
101
80
  export declare enum ContentMuxType {
@@ -105,29 +84,21 @@ export declare enum ArtifactsState {
105
84
  Disabled = "Disabled",
106
85
  Enabled = "Enabled",
107
86
  }
108
-
109
87
  export interface ContentArtifactsConfiguration {
110
88
  State: ArtifactsState | string | undefined;
111
-
112
89
  MuxType?: ContentMuxType | string;
113
90
  }
114
91
  export declare enum VideoMuxType {
115
92
  VideoOnly = "VideoOnly",
116
93
  }
117
-
118
94
  export interface VideoArtifactsConfiguration {
119
95
  State: ArtifactsState | string | undefined;
120
-
121
96
  MuxType?: VideoMuxType | string;
122
97
  }
123
-
124
98
  export interface ArtifactsConfiguration {
125
99
  Audio: AudioArtifactsConfiguration | undefined;
126
-
127
100
  Video: VideoArtifactsConfiguration | undefined;
128
-
129
101
  Content: ContentArtifactsConfiguration | undefined;
130
-
131
102
  CompositedVideo?: CompositedVideoArtifactsConfiguration;
132
103
  }
133
104
  export declare enum AudioChannelsOption {
@@ -143,33 +114,25 @@ export declare enum ErrorCode {
143
114
  ServiceUnavailable = "ServiceUnavailable",
144
115
  Throttling = "Throttling",
145
116
  }
146
-
147
117
  export declare class BadRequestException extends __BaseException {
148
118
  readonly name: "BadRequestException";
149
119
  readonly $fault: "client";
150
120
  Code?: ErrorCode | string;
151
121
  Message?: string;
152
-
153
122
  RequestId?: string;
154
-
155
123
  constructor(
156
124
  opts: __ExceptionOptionType<BadRequestException, __BaseException>
157
125
  );
158
126
  }
159
-
160
127
  export interface SelectedVideoStreams {
161
128
  AttendeeIds?: string[];
162
-
163
129
  ExternalUserIds?: string[];
164
130
  }
165
-
166
131
  export interface SourceConfiguration {
167
132
  SelectedVideoStreams?: SelectedVideoStreams;
168
133
  }
169
-
170
134
  export interface ChimeSdkMeetingConfiguration {
171
135
  SourceConfiguration?: SourceConfiguration;
172
-
173
136
  ArtifactsConfiguration?: ArtifactsConfiguration;
174
137
  }
175
138
  export declare enum MediaPipelineSinkType {
@@ -178,25 +141,17 @@ export declare enum MediaPipelineSinkType {
178
141
  export declare enum MediaPipelineSourceType {
179
142
  ChimeSdkMeeting = "ChimeSdkMeeting",
180
143
  }
181
-
182
144
  export interface Tag {
183
145
  Key: string | undefined;
184
-
185
146
  Value: string | undefined;
186
147
  }
187
148
  export interface CreateMediaCapturePipelineRequest {
188
149
  SourceType: MediaPipelineSourceType | string | undefined;
189
-
190
150
  SourceArn: string | undefined;
191
-
192
151
  SinkType: MediaPipelineSinkType | string | undefined;
193
-
194
152
  SinkArn: string | undefined;
195
-
196
153
  ClientRequestToken?: string;
197
-
198
154
  ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
199
-
200
155
  Tags?: Tag[];
201
156
  }
202
157
  export declare enum MediaPipelineStatus {
@@ -206,128 +161,94 @@ export declare enum MediaPipelineStatus {
206
161
  Stopped = "Stopped",
207
162
  Stopping = "Stopping",
208
163
  }
209
-
210
164
  export interface MediaCapturePipeline {
211
165
  MediaPipelineId?: string;
212
-
213
166
  MediaPipelineArn?: string;
214
-
215
167
  SourceType?: MediaPipelineSourceType | string;
216
-
217
168
  SourceArn?: string;
218
-
219
169
  Status?: MediaPipelineStatus | string;
220
-
221
170
  SinkType?: MediaPipelineSinkType | string;
222
-
223
171
  SinkArn?: string;
224
-
225
172
  CreatedTimestamp?: Date;
226
-
227
173
  UpdatedTimestamp?: Date;
228
-
229
174
  ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
230
175
  }
231
176
  export interface CreateMediaCapturePipelineResponse {
232
177
  MediaCapturePipeline?: MediaCapturePipeline;
233
178
  }
234
-
235
179
  export declare class ForbiddenException extends __BaseException {
236
180
  readonly name: "ForbiddenException";
237
181
  readonly $fault: "client";
238
182
  Code?: ErrorCode | string;
239
183
  Message?: string;
240
-
241
184
  RequestId?: string;
242
-
243
185
  constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
244
186
  }
245
-
246
187
  export declare class ResourceLimitExceededException extends __BaseException {
247
188
  readonly name: "ResourceLimitExceededException";
248
189
  readonly $fault: "client";
249
190
  Code?: ErrorCode | string;
250
191
  Message?: string;
251
-
252
192
  RequestId?: string;
253
-
254
193
  constructor(
255
194
  opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
256
195
  );
257
196
  }
258
-
259
197
  export declare class ServiceFailureException extends __BaseException {
260
198
  readonly name: "ServiceFailureException";
261
199
  readonly $fault: "server";
262
200
  Code?: ErrorCode | string;
263
201
  Message?: string;
264
-
265
202
  RequestId?: string;
266
-
267
203
  constructor(
268
204
  opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
269
205
  );
270
206
  }
271
-
272
207
  export declare class ServiceUnavailableException extends __BaseException {
273
208
  readonly name: "ServiceUnavailableException";
274
209
  readonly $fault: "server";
275
210
  Code?: ErrorCode | string;
276
211
  Message?: string;
277
-
278
212
  RequestId?: string;
279
-
280
213
  constructor(
281
214
  opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
282
215
  );
283
216
  }
284
-
285
217
  export declare class ThrottledClientException extends __BaseException {
286
218
  readonly name: "ThrottledClientException";
287
219
  readonly $fault: "client";
288
220
  Code?: ErrorCode | string;
289
221
  Message?: string;
290
-
291
222
  RequestId?: string;
292
-
293
223
  constructor(
294
224
  opts: __ExceptionOptionType<ThrottledClientException, __BaseException>
295
225
  );
296
226
  }
297
-
298
227
  export declare class UnauthorizedClientException extends __BaseException {
299
228
  readonly name: "UnauthorizedClientException";
300
229
  readonly $fault: "client";
301
230
  Code?: ErrorCode | string;
302
231
  Message?: string;
303
-
304
232
  RequestId?: string;
305
-
306
233
  constructor(
307
234
  opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
308
235
  );
309
236
  }
310
-
311
237
  export interface S3BucketSinkConfiguration {
312
238
  Destination: string | undefined;
313
239
  }
314
240
  export declare enum ConcatenationSinkType {
315
241
  S3Bucket = "S3Bucket",
316
242
  }
317
-
318
243
  export interface ConcatenationSink {
319
244
  Type: ConcatenationSinkType | string | undefined;
320
-
321
245
  S3BucketSinkConfiguration: S3BucketSinkConfiguration | undefined;
322
246
  }
323
-
324
247
  export interface ChimeSdkMeetingConcatenationConfiguration {
325
248
  ArtifactsConfiguration: ArtifactsConcatenationConfiguration | undefined;
326
249
  }
327
-
328
250
  export interface MediaCapturePipelineSourceConfiguration {
329
251
  MediaPipelineArn: string | undefined;
330
-
331
252
  ChimeSdkMeetingConfiguration:
332
253
  | ChimeSdkMeetingConcatenationConfiguration
333
254
  | undefined;
@@ -335,107 +256,74 @@ export interface MediaCapturePipelineSourceConfiguration {
335
256
  export declare enum ConcatenationSourceType {
336
257
  MediaCapturePipeline = "MediaCapturePipeline",
337
258
  }
338
-
339
259
  export interface ConcatenationSource {
340
260
  Type: ConcatenationSourceType | string | undefined;
341
-
342
261
  MediaCapturePipelineSourceConfiguration:
343
262
  | MediaCapturePipelineSourceConfiguration
344
263
  | undefined;
345
264
  }
346
265
  export interface CreateMediaConcatenationPipelineRequest {
347
266
  Sources: ConcatenationSource[] | undefined;
348
-
349
267
  Sinks: ConcatenationSink[] | undefined;
350
-
351
268
  ClientRequestToken?: string;
352
-
353
269
  Tags?: Tag[];
354
270
  }
355
-
356
271
  export interface MediaConcatenationPipeline {
357
272
  MediaPipelineId?: string;
358
-
359
273
  MediaPipelineArn?: string;
360
-
361
274
  Sources?: ConcatenationSource[];
362
-
363
275
  Sinks?: ConcatenationSink[];
364
-
365
276
  Status?: MediaPipelineStatus | string;
366
-
367
277
  CreatedTimestamp?: Date;
368
-
369
278
  UpdatedTimestamp?: Date;
370
279
  }
371
280
  export interface CreateMediaConcatenationPipelineResponse {
372
281
  MediaConcatenationPipeline?: MediaConcatenationPipeline;
373
282
  }
374
-
375
283
  export interface LiveConnectorRTMPConfiguration {
376
284
  Url: string | undefined;
377
-
378
285
  AudioChannels?: AudioChannelsOption | string;
379
-
380
286
  AudioSampleRate?: string;
381
287
  }
382
288
  export declare enum LiveConnectorSinkType {
383
289
  RTMP = "RTMP",
384
290
  }
385
-
386
291
  export interface LiveConnectorSinkConfiguration {
387
292
  SinkType: LiveConnectorSinkType | string | undefined;
388
-
389
293
  RTMPConfiguration: LiveConnectorRTMPConfiguration | undefined;
390
294
  }
391
295
  export declare enum LiveConnectorMuxType {
392
296
  AudioWithActiveSpeakerVideo = "AudioWithActiveSpeakerVideo",
393
297
  AudioWithCompositedVideo = "AudioWithCompositedVideo",
394
298
  }
395
-
396
299
  export interface ChimeSdkMeetingLiveConnectorConfiguration {
397
300
  Arn: string | undefined;
398
-
399
301
  MuxType: LiveConnectorMuxType | string | undefined;
400
-
401
302
  CompositedVideo?: CompositedVideoArtifactsConfiguration;
402
-
403
303
  SourceConfiguration?: SourceConfiguration;
404
304
  }
405
305
  export declare enum LiveConnectorSourceType {
406
306
  ChimeSdkMeeting = "ChimeSdkMeeting",
407
307
  }
408
-
409
308
  export interface LiveConnectorSourceConfiguration {
410
309
  SourceType: LiveConnectorSourceType | string | undefined;
411
-
412
310
  ChimeSdkMeetingLiveConnectorConfiguration:
413
311
  | ChimeSdkMeetingLiveConnectorConfiguration
414
312
  | undefined;
415
313
  }
416
314
  export interface CreateMediaLiveConnectorPipelineRequest {
417
315
  Sources: LiveConnectorSourceConfiguration[] | undefined;
418
-
419
316
  Sinks: LiveConnectorSinkConfiguration[] | undefined;
420
-
421
317
  ClientRequestToken?: string;
422
-
423
318
  Tags?: Tag[];
424
319
  }
425
-
426
320
  export interface MediaLiveConnectorPipeline {
427
321
  Sources?: LiveConnectorSourceConfiguration[];
428
-
429
322
  Sinks?: LiveConnectorSinkConfiguration[];
430
-
431
323
  MediaPipelineId?: string;
432
-
433
324
  MediaPipelineArn?: string;
434
-
435
325
  Status?: MediaPipelineStatus | string;
436
-
437
326
  CreatedTimestamp?: Date;
438
-
439
327
  UpdatedTimestamp?: Date;
440
328
  }
441
329
  export interface CreateMediaLiveConnectorPipelineResponse {
@@ -444,15 +332,12 @@ export interface CreateMediaLiveConnectorPipelineResponse {
444
332
  export interface DeleteMediaCapturePipelineRequest {
445
333
  MediaPipelineId: string | undefined;
446
334
  }
447
-
448
335
  export declare class NotFoundException extends __BaseException {
449
336
  readonly name: "NotFoundException";
450
337
  readonly $fault: "client";
451
338
  Code?: ErrorCode | string;
452
339
  Message?: string;
453
-
454
340
  RequestId?: string;
455
-
456
341
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
457
342
  }
458
343
  export interface DeleteMediaPipelineRequest {
@@ -467,12 +352,9 @@ export interface GetMediaCapturePipelineResponse {
467
352
  export interface GetMediaPipelineRequest {
468
353
  MediaPipelineId: string | undefined;
469
354
  }
470
-
471
355
  export interface MediaPipeline {
472
356
  MediaCapturePipeline?: MediaCapturePipeline;
473
-
474
357
  MediaLiveConnectorPipeline?: MediaLiveConnectorPipeline;
475
-
476
358
  MediaConcatenationPipeline?: MediaConcatenationPipeline;
477
359
  }
478
360
  export interface GetMediaPipelineResponse {
@@ -480,34 +362,26 @@ export interface GetMediaPipelineResponse {
480
362
  }
481
363
  export interface ListMediaCapturePipelinesRequest {
482
364
  NextToken?: string;
483
-
484
365
  MaxResults?: number;
485
366
  }
486
-
487
367
  export interface MediaCapturePipelineSummary {
488
368
  MediaPipelineId?: string;
489
-
490
369
  MediaPipelineArn?: string;
491
370
  }
492
371
  export interface ListMediaCapturePipelinesResponse {
493
372
  MediaCapturePipelines?: MediaCapturePipelineSummary[];
494
-
495
373
  NextToken?: string;
496
374
  }
497
375
  export interface ListMediaPipelinesRequest {
498
376
  NextToken?: string;
499
-
500
377
  MaxResults?: number;
501
378
  }
502
-
503
379
  export interface MediaPipelineSummary {
504
380
  MediaPipelineId?: string;
505
-
506
381
  MediaPipelineArn?: string;
507
382
  }
508
383
  export interface ListMediaPipelinesResponse {
509
384
  MediaPipelines?: MediaPipelineSummary[];
510
-
511
385
  NextToken?: string;
512
386
  }
513
387
  export interface ListTagsForResourceRequest {
@@ -518,235 +392,177 @@ export interface ListTagsForResourceResponse {
518
392
  }
519
393
  export interface TagResourceRequest {
520
394
  ResourceARN: string | undefined;
521
-
522
395
  Tags: Tag[] | undefined;
523
396
  }
524
397
  export interface TagResourceResponse {}
525
398
  export interface UntagResourceRequest {
526
399
  ResourceARN: string | undefined;
527
-
528
400
  TagKeys: string[] | undefined;
529
401
  }
530
402
  export interface UntagResourceResponse {}
531
-
532
403
  export declare const AudioConcatenationConfigurationFilterSensitiveLog: (
533
404
  obj: AudioConcatenationConfiguration
534
405
  ) => any;
535
-
536
406
  export declare const CompositedVideoConcatenationConfigurationFilterSensitiveLog: (
537
407
  obj: CompositedVideoConcatenationConfiguration
538
408
  ) => any;
539
-
540
409
  export declare const ContentConcatenationConfigurationFilterSensitiveLog: (
541
410
  obj: ContentConcatenationConfiguration
542
411
  ) => any;
543
-
544
412
  export declare const DataChannelConcatenationConfigurationFilterSensitiveLog: (
545
413
  obj: DataChannelConcatenationConfiguration
546
414
  ) => any;
547
-
548
415
  export declare const MeetingEventsConcatenationConfigurationFilterSensitiveLog: (
549
416
  obj: MeetingEventsConcatenationConfiguration
550
417
  ) => any;
551
-
552
418
  export declare const TranscriptionMessagesConcatenationConfigurationFilterSensitiveLog: (
553
419
  obj: TranscriptionMessagesConcatenationConfiguration
554
420
  ) => any;
555
-
556
421
  export declare const VideoConcatenationConfigurationFilterSensitiveLog: (
557
422
  obj: VideoConcatenationConfiguration
558
423
  ) => any;
559
-
560
424
  export declare const ArtifactsConcatenationConfigurationFilterSensitiveLog: (
561
425
  obj: ArtifactsConcatenationConfiguration
562
426
  ) => any;
563
-
564
427
  export declare const AudioArtifactsConfigurationFilterSensitiveLog: (
565
428
  obj: AudioArtifactsConfiguration
566
429
  ) => any;
567
-
568
430
  export declare const PresenterOnlyConfigurationFilterSensitiveLog: (
569
431
  obj: PresenterOnlyConfiguration
570
432
  ) => any;
571
-
572
433
  export declare const GridViewConfigurationFilterSensitiveLog: (
573
434
  obj: GridViewConfiguration
574
435
  ) => any;
575
-
576
436
  export declare const CompositedVideoArtifactsConfigurationFilterSensitiveLog: (
577
437
  obj: CompositedVideoArtifactsConfiguration
578
438
  ) => any;
579
-
580
439
  export declare const ContentArtifactsConfigurationFilterSensitiveLog: (
581
440
  obj: ContentArtifactsConfiguration
582
441
  ) => any;
583
-
584
442
  export declare const VideoArtifactsConfigurationFilterSensitiveLog: (
585
443
  obj: VideoArtifactsConfiguration
586
444
  ) => any;
587
-
588
445
  export declare const ArtifactsConfigurationFilterSensitiveLog: (
589
446
  obj: ArtifactsConfiguration
590
447
  ) => any;
591
-
592
448
  export declare const SelectedVideoStreamsFilterSensitiveLog: (
593
449
  obj: SelectedVideoStreams
594
450
  ) => any;
595
-
596
451
  export declare const SourceConfigurationFilterSensitiveLog: (
597
452
  obj: SourceConfiguration
598
453
  ) => any;
599
-
600
454
  export declare const ChimeSdkMeetingConfigurationFilterSensitiveLog: (
601
455
  obj: ChimeSdkMeetingConfiguration
602
456
  ) => any;
603
-
604
457
  export declare const TagFilterSensitiveLog: (obj: Tag) => any;
605
-
606
458
  export declare const CreateMediaCapturePipelineRequestFilterSensitiveLog: (
607
459
  obj: CreateMediaCapturePipelineRequest
608
460
  ) => any;
609
-
610
461
  export declare const MediaCapturePipelineFilterSensitiveLog: (
611
462
  obj: MediaCapturePipeline
612
463
  ) => any;
613
-
614
464
  export declare const CreateMediaCapturePipelineResponseFilterSensitiveLog: (
615
465
  obj: CreateMediaCapturePipelineResponse
616
466
  ) => any;
617
-
618
467
  export declare const S3BucketSinkConfigurationFilterSensitiveLog: (
619
468
  obj: S3BucketSinkConfiguration
620
469
  ) => any;
621
-
622
470
  export declare const ConcatenationSinkFilterSensitiveLog: (
623
471
  obj: ConcatenationSink
624
472
  ) => any;
625
-
626
473
  export declare const ChimeSdkMeetingConcatenationConfigurationFilterSensitiveLog: (
627
474
  obj: ChimeSdkMeetingConcatenationConfiguration
628
475
  ) => any;
629
-
630
476
  export declare const MediaCapturePipelineSourceConfigurationFilterSensitiveLog: (
631
477
  obj: MediaCapturePipelineSourceConfiguration
632
478
  ) => any;
633
-
634
479
  export declare const ConcatenationSourceFilterSensitiveLog: (
635
480
  obj: ConcatenationSource
636
481
  ) => any;
637
-
638
482
  export declare const CreateMediaConcatenationPipelineRequestFilterSensitiveLog: (
639
483
  obj: CreateMediaConcatenationPipelineRequest
640
484
  ) => any;
641
-
642
485
  export declare const MediaConcatenationPipelineFilterSensitiveLog: (
643
486
  obj: MediaConcatenationPipeline
644
487
  ) => any;
645
-
646
488
  export declare const CreateMediaConcatenationPipelineResponseFilterSensitiveLog: (
647
489
  obj: CreateMediaConcatenationPipelineResponse
648
490
  ) => any;
649
-
650
491
  export declare const LiveConnectorRTMPConfigurationFilterSensitiveLog: (
651
492
  obj: LiveConnectorRTMPConfiguration
652
493
  ) => any;
653
-
654
494
  export declare const LiveConnectorSinkConfigurationFilterSensitiveLog: (
655
495
  obj: LiveConnectorSinkConfiguration
656
496
  ) => any;
657
-
658
497
  export declare const ChimeSdkMeetingLiveConnectorConfigurationFilterSensitiveLog: (
659
498
  obj: ChimeSdkMeetingLiveConnectorConfiguration
660
499
  ) => any;
661
-
662
500
  export declare const LiveConnectorSourceConfigurationFilterSensitiveLog: (
663
501
  obj: LiveConnectorSourceConfiguration
664
502
  ) => any;
665
-
666
503
  export declare const CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog: (
667
504
  obj: CreateMediaLiveConnectorPipelineRequest
668
505
  ) => any;
669
-
670
506
  export declare const MediaLiveConnectorPipelineFilterSensitiveLog: (
671
507
  obj: MediaLiveConnectorPipeline
672
508
  ) => any;
673
-
674
509
  export declare const CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog: (
675
510
  obj: CreateMediaLiveConnectorPipelineResponse
676
511
  ) => any;
677
-
678
512
  export declare const DeleteMediaCapturePipelineRequestFilterSensitiveLog: (
679
513
  obj: DeleteMediaCapturePipelineRequest
680
514
  ) => any;
681
-
682
515
  export declare const DeleteMediaPipelineRequestFilterSensitiveLog: (
683
516
  obj: DeleteMediaPipelineRequest
684
517
  ) => any;
685
-
686
518
  export declare const GetMediaCapturePipelineRequestFilterSensitiveLog: (
687
519
  obj: GetMediaCapturePipelineRequest
688
520
  ) => any;
689
-
690
521
  export declare const GetMediaCapturePipelineResponseFilterSensitiveLog: (
691
522
  obj: GetMediaCapturePipelineResponse
692
523
  ) => any;
693
-
694
524
  export declare const GetMediaPipelineRequestFilterSensitiveLog: (
695
525
  obj: GetMediaPipelineRequest
696
526
  ) => any;
697
-
698
527
  export declare const MediaPipelineFilterSensitiveLog: (
699
528
  obj: MediaPipeline
700
529
  ) => any;
701
-
702
530
  export declare const GetMediaPipelineResponseFilterSensitiveLog: (
703
531
  obj: GetMediaPipelineResponse
704
532
  ) => any;
705
-
706
533
  export declare const ListMediaCapturePipelinesRequestFilterSensitiveLog: (
707
534
  obj: ListMediaCapturePipelinesRequest
708
535
  ) => any;
709
-
710
536
  export declare const MediaCapturePipelineSummaryFilterSensitiveLog: (
711
537
  obj: MediaCapturePipelineSummary
712
538
  ) => any;
713
-
714
539
  export declare const ListMediaCapturePipelinesResponseFilterSensitiveLog: (
715
540
  obj: ListMediaCapturePipelinesResponse
716
541
  ) => any;
717
-
718
542
  export declare const ListMediaPipelinesRequestFilterSensitiveLog: (
719
543
  obj: ListMediaPipelinesRequest
720
544
  ) => any;
721
-
722
545
  export declare const MediaPipelineSummaryFilterSensitiveLog: (
723
546
  obj: MediaPipelineSummary
724
547
  ) => any;
725
-
726
548
  export declare const ListMediaPipelinesResponseFilterSensitiveLog: (
727
549
  obj: ListMediaPipelinesResponse
728
550
  ) => any;
729
-
730
551
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
731
552
  obj: ListTagsForResourceRequest
732
553
  ) => any;
733
-
734
554
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
735
555
  obj: ListTagsForResourceResponse
736
556
  ) => any;
737
-
738
557
  export declare const TagResourceRequestFilterSensitiveLog: (
739
558
  obj: TagResourceRequest
740
559
  ) => any;
741
-
742
560
  export declare const TagResourceResponseFilterSensitiveLog: (
743
561
  obj: TagResourceResponse
744
562
  ) => any;
745
-
746
563
  export declare const UntagResourceRequestFilterSensitiveLog: (
747
564
  obj: UntagResourceRequest
748
565
  ) => any;
749
-
750
566
  export declare const UntagResourceResponseFilterSensitiveLog: (
751
567
  obj: UntagResourceResponse
752
568
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ChimeSDKMediaPipelinesClientConfig
6
5
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ChimeSDKMediaPipelinesClientConfig
6
5
  ) => {
@@ -1,5 +1,4 @@
1
1
  import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient";
2
-
3
2
  export declare const getRuntimeConfig: (
4
3
  config: ChimeSDKMediaPipelinesClientConfig
5
4
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { ChimeSDKMediaPipelinesClientConfig } from "./ChimeSDKMediaPipelinesClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ChimeSDKMediaPipelinesClientConfig
6
5
  ) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-media-pipelines",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1",