@aws-sdk/client-chime-sdk-media-pipelines 3.303.0 → 3.309.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +2 -2
- package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +2 -2
- package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +2 -2
- package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +2 -2
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +2 -2
- package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteMediaPipelineCommand.js +2 -2
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +2 -2
- package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetMediaPipelineCommand.js +2 -2
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +2 -2
- package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListMediaPipelinesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +574 -613
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +3 -3
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +3 -3
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +3 -3
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +3 -3
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +3 -3
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteMediaPipelineCommand.js +3 -3
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +3 -3
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +3 -3
- package/dist-es/commands/GetMediaPipelineCommand.js +3 -3
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +3 -3
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListMediaPipelinesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +535 -574
- package/dist-types/protocols/Aws_restJson1.d.ts +152 -38
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +38 -38
- package/package.json +29 -29
|
@@ -19,41 +19,155 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
19
19
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
20
20
|
import { UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput } from "../commands/UpdateMediaInsightsPipelineConfigurationCommand";
|
|
21
21
|
import { UpdateMediaInsightsPipelineStatusCommandInput, UpdateMediaInsightsPipelineStatusCommandOutput } from "../commands/UpdateMediaInsightsPipelineStatusCommand";
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export declare const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
export declare const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
22
|
+
/**
|
|
23
|
+
* serializeAws_restJson1CreateMediaCapturePipelineCommand
|
|
24
|
+
*/
|
|
25
|
+
export declare const se_CreateMediaCapturePipelineCommand: (input: CreateMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
+
/**
|
|
27
|
+
* serializeAws_restJson1CreateMediaConcatenationPipelineCommand
|
|
28
|
+
*/
|
|
29
|
+
export declare const se_CreateMediaConcatenationPipelineCommand: (input: CreateMediaConcatenationPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
+
/**
|
|
31
|
+
* serializeAws_restJson1CreateMediaInsightsPipelineCommand
|
|
32
|
+
*/
|
|
33
|
+
export declare const se_CreateMediaInsightsPipelineCommand: (input: CreateMediaInsightsPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
+
/**
|
|
35
|
+
* serializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand
|
|
36
|
+
*/
|
|
37
|
+
export declare const se_CreateMediaInsightsPipelineConfigurationCommand: (input: CreateMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_restJson1CreateMediaLiveConnectorPipelineCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_CreateMediaLiveConnectorPipelineCommand: (input: CreateMediaLiveConnectorPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_restJson1DeleteMediaCapturePipelineCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_DeleteMediaCapturePipelineCommand: (input: DeleteMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_DeleteMediaInsightsPipelineConfigurationCommand: (input: DeleteMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_restJson1DeleteMediaPipelineCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_DeleteMediaPipelineCommand: (input: DeleteMediaPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_restJson1GetMediaCapturePipelineCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_GetMediaCapturePipelineCommand: (input: GetMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_GetMediaInsightsPipelineConfigurationCommand: (input: GetMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_restJson1GetMediaPipelineCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_GetMediaPipelineCommand: (input: GetMediaPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_restJson1ListMediaCapturePipelinesCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_ListMediaCapturePipelinesCommand: (input: ListMediaCapturePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_ListMediaInsightsPipelineConfigurationsCommand: (input: ListMediaInsightsPipelineConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_restJson1ListMediaPipelinesCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_ListMediaPipelinesCommand: (input: ListMediaPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_restJson1TagResourceCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_UpdateMediaInsightsPipelineConfigurationCommand: (input: UpdateMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_UpdateMediaInsightsPipelineStatusCommand: (input: UpdateMediaInsightsPipelineStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* deserializeAws_restJson1CreateMediaCapturePipelineCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const de_CreateMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaCapturePipelineCommandOutput>;
|
|
102
|
+
/**
|
|
103
|
+
* deserializeAws_restJson1CreateMediaConcatenationPipelineCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const de_CreateMediaConcatenationPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaConcatenationPipelineCommandOutput>;
|
|
106
|
+
/**
|
|
107
|
+
* deserializeAws_restJson1CreateMediaInsightsPipelineCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const de_CreateMediaInsightsPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaInsightsPipelineCommandOutput>;
|
|
110
|
+
/**
|
|
111
|
+
* deserializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const de_CreateMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
114
|
+
/**
|
|
115
|
+
* deserializeAws_restJson1CreateMediaLiveConnectorPipelineCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const de_CreateMediaLiveConnectorPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaLiveConnectorPipelineCommandOutput>;
|
|
118
|
+
/**
|
|
119
|
+
* deserializeAws_restJson1DeleteMediaCapturePipelineCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const de_DeleteMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaCapturePipelineCommandOutput>;
|
|
122
|
+
/**
|
|
123
|
+
* deserializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const de_DeleteMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaInsightsPipelineConfigurationCommandOutput>;
|
|
126
|
+
/**
|
|
127
|
+
* deserializeAws_restJson1DeleteMediaPipelineCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const de_DeleteMediaPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaPipelineCommandOutput>;
|
|
130
|
+
/**
|
|
131
|
+
* deserializeAws_restJson1GetMediaCapturePipelineCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const de_GetMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaCapturePipelineCommandOutput>;
|
|
134
|
+
/**
|
|
135
|
+
* deserializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const de_GetMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaInsightsPipelineConfigurationCommandOutput>;
|
|
138
|
+
/**
|
|
139
|
+
* deserializeAws_restJson1GetMediaPipelineCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const de_GetMediaPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaPipelineCommandOutput>;
|
|
142
|
+
/**
|
|
143
|
+
* deserializeAws_restJson1ListMediaCapturePipelinesCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const de_ListMediaCapturePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaCapturePipelinesCommandOutput>;
|
|
146
|
+
/**
|
|
147
|
+
* deserializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const de_ListMediaInsightsPipelineConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaInsightsPipelineConfigurationsCommandOutput>;
|
|
150
|
+
/**
|
|
151
|
+
* deserializeAws_restJson1ListMediaPipelinesCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const de_ListMediaPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaPipelinesCommandOutput>;
|
|
154
|
+
/**
|
|
155
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
158
|
+
/**
|
|
159
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
162
|
+
/**
|
|
163
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
166
|
+
/**
|
|
167
|
+
* deserializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const de_UpdateMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
170
|
+
/**
|
|
171
|
+
* deserializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const de_UpdateMediaInsightsPipelineStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMediaInsightsPipelineStatusCommandOutput>;
|
|
@@ -79,155 +79,155 @@ import {
|
|
|
79
79
|
UpdateMediaInsightsPipelineStatusCommandInput,
|
|
80
80
|
UpdateMediaInsightsPipelineStatusCommandOutput,
|
|
81
81
|
} from "../commands/UpdateMediaInsightsPipelineStatusCommand";
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const se_CreateMediaCapturePipelineCommand: (
|
|
83
83
|
input: CreateMediaCapturePipelineCommandInput,
|
|
84
84
|
context: __SerdeContext
|
|
85
85
|
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const se_CreateMediaConcatenationPipelineCommand: (
|
|
87
87
|
input: CreateMediaConcatenationPipelineCommandInput,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_CreateMediaInsightsPipelineCommand: (
|
|
91
91
|
input: CreateMediaInsightsPipelineCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_CreateMediaInsightsPipelineConfigurationCommand: (
|
|
95
95
|
input: CreateMediaInsightsPipelineConfigurationCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_CreateMediaLiveConnectorPipelineCommand: (
|
|
99
99
|
input: CreateMediaLiveConnectorPipelineCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_DeleteMediaCapturePipelineCommand: (
|
|
103
103
|
input: DeleteMediaCapturePipelineCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_DeleteMediaInsightsPipelineConfigurationCommand: (
|
|
107
107
|
input: DeleteMediaInsightsPipelineConfigurationCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_DeleteMediaPipelineCommand: (
|
|
111
111
|
input: DeleteMediaPipelineCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_GetMediaCapturePipelineCommand: (
|
|
115
115
|
input: GetMediaCapturePipelineCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_GetMediaInsightsPipelineConfigurationCommand: (
|
|
119
119
|
input: GetMediaInsightsPipelineConfigurationCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_GetMediaPipelineCommand: (
|
|
123
123
|
input: GetMediaPipelineCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_ListMediaCapturePipelinesCommand: (
|
|
127
127
|
input: ListMediaCapturePipelinesCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_ListMediaInsightsPipelineConfigurationsCommand: (
|
|
131
131
|
input: ListMediaInsightsPipelineConfigurationsCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_ListMediaPipelinesCommand: (
|
|
135
135
|
input: ListMediaPipelinesCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
139
139
|
input: ListTagsForResourceCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_TagResourceCommand: (
|
|
143
143
|
input: TagResourceCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_UntagResourceCommand: (
|
|
147
147
|
input: UntagResourceCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_UpdateMediaInsightsPipelineConfigurationCommand: (
|
|
151
151
|
input: UpdateMediaInsightsPipelineConfigurationCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_UpdateMediaInsightsPipelineStatusCommand: (
|
|
155
155
|
input: UpdateMediaInsightsPipelineStatusCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const de_CreateMediaCapturePipelineCommand: (
|
|
159
159
|
output: __HttpResponse,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<CreateMediaCapturePipelineCommandOutput>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const de_CreateMediaConcatenationPipelineCommand: (
|
|
163
163
|
output: __HttpResponse,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<CreateMediaConcatenationPipelineCommandOutput>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const de_CreateMediaInsightsPipelineCommand: (
|
|
167
167
|
output: __HttpResponse,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<CreateMediaInsightsPipelineCommandOutput>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const de_CreateMediaInsightsPipelineConfigurationCommand: (
|
|
171
171
|
output: __HttpResponse,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<CreateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const de_CreateMediaLiveConnectorPipelineCommand: (
|
|
175
175
|
output: __HttpResponse,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<CreateMediaLiveConnectorPipelineCommandOutput>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const de_DeleteMediaCapturePipelineCommand: (
|
|
179
179
|
output: __HttpResponse,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<DeleteMediaCapturePipelineCommandOutput>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_DeleteMediaInsightsPipelineConfigurationCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<DeleteMediaInsightsPipelineConfigurationCommandOutput>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const de_DeleteMediaPipelineCommand: (
|
|
187
187
|
output: __HttpResponse,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<DeleteMediaPipelineCommandOutput>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_GetMediaCapturePipelineCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<GetMediaCapturePipelineCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_GetMediaInsightsPipelineConfigurationCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<GetMediaInsightsPipelineConfigurationCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_GetMediaPipelineCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<GetMediaPipelineCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_ListMediaCapturePipelinesCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<ListMediaCapturePipelinesCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_ListMediaInsightsPipelineConfigurationsCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<ListMediaInsightsPipelineConfigurationsCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_ListMediaPipelinesCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<ListMediaPipelinesCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_TagResourceCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<TagResourceCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_UntagResourceCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<UntagResourceCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_UpdateMediaInsightsPipelineConfigurationCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<UpdateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_UpdateMediaInsightsPipelineStatusCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<UpdateMediaInsightsPipelineStatusCommandOutput>;
|
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.
|
|
4
|
+
"version": "3.309.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",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|