@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.
Files changed (43) hide show
  1. package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +2 -2
  2. package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +2 -2
  3. package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +2 -2
  4. package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteMediaPipelineCommand.js +2 -2
  9. package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +2 -2
  10. package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +2 -2
  11. package/dist-cjs/commands/GetMediaPipelineCommand.js +2 -2
  12. package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +2 -2
  13. package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +2 -2
  14. package/dist-cjs/commands/ListMediaPipelinesCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  17. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  18. package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +2 -2
  20. package/dist-cjs/protocols/Aws_restJson1.js +574 -613
  21. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +3 -3
  22. package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +3 -3
  23. package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +3 -3
  24. package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +3 -3
  25. package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +3 -3
  26. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +3 -3
  27. package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +3 -3
  28. package/dist-es/commands/DeleteMediaPipelineCommand.js +3 -3
  29. package/dist-es/commands/GetMediaCapturePipelineCommand.js +3 -3
  30. package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +3 -3
  31. package/dist-es/commands/GetMediaPipelineCommand.js +3 -3
  32. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +3 -3
  33. package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +3 -3
  34. package/dist-es/commands/ListMediaPipelinesCommand.js +3 -3
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  36. package/dist-es/commands/TagResourceCommand.js +3 -3
  37. package/dist-es/commands/UntagResourceCommand.js +3 -3
  38. package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +3 -3
  39. package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +3 -3
  40. package/dist-es/protocols/Aws_restJson1.js +535 -574
  41. package/dist-types/protocols/Aws_restJson1.d.ts +152 -38
  42. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +38 -38
  43. 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
- export declare const serializeAws_restJson1CreateMediaCapturePipelineCommand: (input: CreateMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_restJson1CreateMediaConcatenationPipelineCommand: (input: CreateMediaConcatenationPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_restJson1CreateMediaInsightsPipelineCommand: (input: CreateMediaInsightsPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand: (input: CreateMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_restJson1CreateMediaLiveConnectorPipelineCommand: (input: CreateMediaLiveConnectorPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1DeleteMediaCapturePipelineCommand: (input: DeleteMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand: (input: DeleteMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1DeleteMediaPipelineCommand: (input: DeleteMediaPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1GetMediaCapturePipelineCommand: (input: GetMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand: (input: GetMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1GetMediaPipelineCommand: (input: GetMediaPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1ListMediaCapturePipelinesCommand: (input: ListMediaCapturePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand: (input: ListMediaInsightsPipelineConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1ListMediaPipelinesCommand: (input: ListMediaPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand: (input: UpdateMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand: (input: UpdateMediaInsightsPipelineStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const deserializeAws_restJson1CreateMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaCapturePipelineCommandOutput>;
42
- export declare const deserializeAws_restJson1CreateMediaConcatenationPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaConcatenationPipelineCommandOutput>;
43
- export declare const deserializeAws_restJson1CreateMediaInsightsPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaInsightsPipelineCommandOutput>;
44
- export declare const deserializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaInsightsPipelineConfigurationCommandOutput>;
45
- export declare const deserializeAws_restJson1CreateMediaLiveConnectorPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaLiveConnectorPipelineCommandOutput>;
46
- export declare const deserializeAws_restJson1DeleteMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaCapturePipelineCommandOutput>;
47
- export declare const deserializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaInsightsPipelineConfigurationCommandOutput>;
48
- export declare const deserializeAws_restJson1DeleteMediaPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaPipelineCommandOutput>;
49
- export declare const deserializeAws_restJson1GetMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaCapturePipelineCommandOutput>;
50
- export declare const deserializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaInsightsPipelineConfigurationCommandOutput>;
51
- export declare const deserializeAws_restJson1GetMediaPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaPipelineCommandOutput>;
52
- export declare const deserializeAws_restJson1ListMediaCapturePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaCapturePipelinesCommandOutput>;
53
- export declare const deserializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaInsightsPipelineConfigurationsCommandOutput>;
54
- export declare const deserializeAws_restJson1ListMediaPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaPipelinesCommandOutput>;
55
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
56
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
57
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
58
- export declare const deserializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMediaInsightsPipelineConfigurationCommandOutput>;
59
- export declare const deserializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMediaInsightsPipelineStatusCommandOutput>;
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 serializeAws_restJson1CreateMediaCapturePipelineCommand: (
82
+ export declare const se_CreateMediaCapturePipelineCommand: (
83
83
  input: CreateMediaCapturePipelineCommandInput,
84
84
  context: __SerdeContext
85
85
  ) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1CreateMediaConcatenationPipelineCommand: (
86
+ export declare const se_CreateMediaConcatenationPipelineCommand: (
87
87
  input: CreateMediaConcatenationPipelineCommandInput,
88
88
  context: __SerdeContext
89
89
  ) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1CreateMediaInsightsPipelineCommand: (
90
+ export declare const se_CreateMediaInsightsPipelineCommand: (
91
91
  input: CreateMediaInsightsPipelineCommandInput,
92
92
  context: __SerdeContext
93
93
  ) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand: (
94
+ export declare const se_CreateMediaInsightsPipelineConfigurationCommand: (
95
95
  input: CreateMediaInsightsPipelineConfigurationCommandInput,
96
96
  context: __SerdeContext
97
97
  ) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1CreateMediaLiveConnectorPipelineCommand: (
98
+ export declare const se_CreateMediaLiveConnectorPipelineCommand: (
99
99
  input: CreateMediaLiveConnectorPipelineCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1DeleteMediaCapturePipelineCommand: (
102
+ export declare const se_DeleteMediaCapturePipelineCommand: (
103
103
  input: DeleteMediaCapturePipelineCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand: (
106
+ export declare const se_DeleteMediaInsightsPipelineConfigurationCommand: (
107
107
  input: DeleteMediaInsightsPipelineConfigurationCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1DeleteMediaPipelineCommand: (
110
+ export declare const se_DeleteMediaPipelineCommand: (
111
111
  input: DeleteMediaPipelineCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1GetMediaCapturePipelineCommand: (
114
+ export declare const se_GetMediaCapturePipelineCommand: (
115
115
  input: GetMediaCapturePipelineCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand: (
118
+ export declare const se_GetMediaInsightsPipelineConfigurationCommand: (
119
119
  input: GetMediaInsightsPipelineConfigurationCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1GetMediaPipelineCommand: (
122
+ export declare const se_GetMediaPipelineCommand: (
123
123
  input: GetMediaPipelineCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1ListMediaCapturePipelinesCommand: (
126
+ export declare const se_ListMediaCapturePipelinesCommand: (
127
127
  input: ListMediaCapturePipelinesCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand: (
130
+ export declare const se_ListMediaInsightsPipelineConfigurationsCommand: (
131
131
  input: ListMediaInsightsPipelineConfigurationsCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1ListMediaPipelinesCommand: (
134
+ export declare const se_ListMediaPipelinesCommand: (
135
135
  input: ListMediaPipelinesCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
138
+ export declare const se_ListTagsForResourceCommand: (
139
139
  input: ListTagsForResourceCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1TagResourceCommand: (
142
+ export declare const se_TagResourceCommand: (
143
143
  input: TagResourceCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1UntagResourceCommand: (
146
+ export declare const se_UntagResourceCommand: (
147
147
  input: UntagResourceCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand: (
150
+ export declare const se_UpdateMediaInsightsPipelineConfigurationCommand: (
151
151
  input: UpdateMediaInsightsPipelineConfigurationCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand: (
154
+ export declare const se_UpdateMediaInsightsPipelineStatusCommand: (
155
155
  input: UpdateMediaInsightsPipelineStatusCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const deserializeAws_restJson1CreateMediaCapturePipelineCommand: (
158
+ export declare const de_CreateMediaCapturePipelineCommand: (
159
159
  output: __HttpResponse,
160
160
  context: __SerdeContext
161
161
  ) => Promise<CreateMediaCapturePipelineCommandOutput>;
162
- export declare const deserializeAws_restJson1CreateMediaConcatenationPipelineCommand: (
162
+ export declare const de_CreateMediaConcatenationPipelineCommand: (
163
163
  output: __HttpResponse,
164
164
  context: __SerdeContext
165
165
  ) => Promise<CreateMediaConcatenationPipelineCommandOutput>;
166
- export declare const deserializeAws_restJson1CreateMediaInsightsPipelineCommand: (
166
+ export declare const de_CreateMediaInsightsPipelineCommand: (
167
167
  output: __HttpResponse,
168
168
  context: __SerdeContext
169
169
  ) => Promise<CreateMediaInsightsPipelineCommandOutput>;
170
- export declare const deserializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand: (
170
+ export declare const de_CreateMediaInsightsPipelineConfigurationCommand: (
171
171
  output: __HttpResponse,
172
172
  context: __SerdeContext
173
173
  ) => Promise<CreateMediaInsightsPipelineConfigurationCommandOutput>;
174
- export declare const deserializeAws_restJson1CreateMediaLiveConnectorPipelineCommand: (
174
+ export declare const de_CreateMediaLiveConnectorPipelineCommand: (
175
175
  output: __HttpResponse,
176
176
  context: __SerdeContext
177
177
  ) => Promise<CreateMediaLiveConnectorPipelineCommandOutput>;
178
- export declare const deserializeAws_restJson1DeleteMediaCapturePipelineCommand: (
178
+ export declare const de_DeleteMediaCapturePipelineCommand: (
179
179
  output: __HttpResponse,
180
180
  context: __SerdeContext
181
181
  ) => Promise<DeleteMediaCapturePipelineCommandOutput>;
182
- export declare const deserializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand: (
182
+ export declare const de_DeleteMediaInsightsPipelineConfigurationCommand: (
183
183
  output: __HttpResponse,
184
184
  context: __SerdeContext
185
185
  ) => Promise<DeleteMediaInsightsPipelineConfigurationCommandOutput>;
186
- export declare const deserializeAws_restJson1DeleteMediaPipelineCommand: (
186
+ export declare const de_DeleteMediaPipelineCommand: (
187
187
  output: __HttpResponse,
188
188
  context: __SerdeContext
189
189
  ) => Promise<DeleteMediaPipelineCommandOutput>;
190
- export declare const deserializeAws_restJson1GetMediaCapturePipelineCommand: (
190
+ export declare const de_GetMediaCapturePipelineCommand: (
191
191
  output: __HttpResponse,
192
192
  context: __SerdeContext
193
193
  ) => Promise<GetMediaCapturePipelineCommandOutput>;
194
- export declare const deserializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand: (
194
+ export declare const de_GetMediaInsightsPipelineConfigurationCommand: (
195
195
  output: __HttpResponse,
196
196
  context: __SerdeContext
197
197
  ) => Promise<GetMediaInsightsPipelineConfigurationCommandOutput>;
198
- export declare const deserializeAws_restJson1GetMediaPipelineCommand: (
198
+ export declare const de_GetMediaPipelineCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<GetMediaPipelineCommandOutput>;
202
- export declare const deserializeAws_restJson1ListMediaCapturePipelinesCommand: (
202
+ export declare const de_ListMediaCapturePipelinesCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<ListMediaCapturePipelinesCommandOutput>;
206
- export declare const deserializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand: (
206
+ export declare const de_ListMediaInsightsPipelineConfigurationsCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<ListMediaInsightsPipelineConfigurationsCommandOutput>;
210
- export declare const deserializeAws_restJson1ListMediaPipelinesCommand: (
210
+ export declare const de_ListMediaPipelinesCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<ListMediaPipelinesCommandOutput>;
214
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
214
+ export declare const de_ListTagsForResourceCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<ListTagsForResourceCommandOutput>;
218
- export declare const deserializeAws_restJson1TagResourceCommand: (
218
+ export declare const de_TagResourceCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<TagResourceCommandOutput>;
222
- export declare const deserializeAws_restJson1UntagResourceCommand: (
222
+ export declare const de_UntagResourceCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<UntagResourceCommandOutput>;
226
- export declare const deserializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand: (
226
+ export declare const de_UpdateMediaInsightsPipelineConfigurationCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<UpdateMediaInsightsPipelineConfigurationCommandOutput>;
230
- export declare const deserializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand: (
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.303.0",
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.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
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.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
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"