@aws-sdk/client-kinesis-video 3.650.0 → 3.654.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateSignalingChannelCommand.d.ts +11 -0
- package/dist-types/commands/CreateStreamCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStreamCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStreamCommand.d.ts +11 -0
- package/dist-types/commands/GetDataEndpointCommand.d.ts +11 -0
- package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +11 -0
- package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListSignalingChannelsCommand.d.ts +11 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +11 -0
- package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TagStreamCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagStreamCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataRetentionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStreamCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -107,4 +107,15 @@ declare const CreateSignalingChannelCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class CreateSignalingChannelCommand extends CreateSignalingChannelCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: CreateSignalingChannelInput;
|
|
114
|
+
output: CreateSignalingChannelOutput;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: CreateSignalingChannelCommandInput;
|
|
118
|
+
output: CreateSignalingChannelCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -112,4 +112,15 @@ declare const CreateStreamCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class CreateStreamCommand extends CreateStreamCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: CreateStreamInput;
|
|
119
|
+
output: CreateStreamOutput;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: CreateStreamCommandInput;
|
|
123
|
+
output: CreateStreamCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteEdgeConfigurationCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteEdgeConfigurationCommand extends DeleteEdgeConfigurationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteEdgeConfigurationInput;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteEdgeConfigurationCommandInput;
|
|
86
|
+
output: DeleteEdgeConfigurationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -96,4 +96,15 @@ declare const DeleteSignalingChannelCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class DeleteSignalingChannelCommand extends DeleteSignalingChannelCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DeleteSignalingChannelInput;
|
|
103
|
+
output: {};
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DeleteSignalingChannelCommandInput;
|
|
107
|
+
output: DeleteSignalingChannelCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -103,4 +103,15 @@ declare const DeleteStreamCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: DeleteStreamInput;
|
|
110
|
+
output: {};
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: DeleteStreamCommandInput;
|
|
114
|
+
output: DeleteStreamCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -125,4 +125,15 @@ declare const DescribeEdgeConfigurationCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class DescribeEdgeConfigurationCommand extends DescribeEdgeConfigurationCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: DescribeEdgeConfigurationInput;
|
|
132
|
+
output: DescribeEdgeConfigurationOutput;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: DescribeEdgeConfigurationCommandInput;
|
|
136
|
+
output: DescribeEdgeConfigurationCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -85,4 +85,15 @@ declare const DescribeImageGenerationConfigurationCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DescribeImageGenerationConfigurationCommand extends DescribeImageGenerationConfigurationCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DescribeImageGenerationConfigurationInput;
|
|
92
|
+
output: DescribeImageGenerationConfigurationOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DescribeImageGenerationConfigurationCommandInput;
|
|
96
|
+
output: DescribeImageGenerationConfigurationCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -80,4 +80,15 @@ declare const DescribeMappedResourceConfigurationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DescribeMappedResourceConfigurationCommand extends DescribeMappedResourceConfigurationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DescribeMappedResourceConfigurationInput;
|
|
87
|
+
output: DescribeMappedResourceConfigurationOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DescribeMappedResourceConfigurationCommandInput;
|
|
91
|
+
output: DescribeMappedResourceConfigurationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -75,4 +75,15 @@ declare const DescribeMediaStorageConfigurationCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DescribeMediaStorageConfigurationCommand extends DescribeMediaStorageConfigurationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DescribeMediaStorageConfigurationInput;
|
|
82
|
+
output: DescribeMediaStorageConfigurationOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DescribeMediaStorageConfigurationCommandInput;
|
|
86
|
+
output: DescribeMediaStorageConfigurationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -76,4 +76,15 @@ declare const DescribeNotificationConfigurationCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DescribeNotificationConfigurationCommand extends DescribeNotificationConfigurationCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DescribeNotificationConfigurationInput;
|
|
83
|
+
output: DescribeNotificationConfigurationOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DescribeNotificationConfigurationCommandInput;
|
|
87
|
+
output: DescribeNotificationConfigurationCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -83,4 +83,15 @@ declare const DescribeSignalingChannelCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DescribeSignalingChannelCommand extends DescribeSignalingChannelCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DescribeSignalingChannelInput;
|
|
90
|
+
output: DescribeSignalingChannelOutput;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DescribeSignalingChannelCommandInput;
|
|
94
|
+
output: DescribeSignalingChannelCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -82,4 +82,15 @@ declare const DescribeStreamCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DescribeStreamInput;
|
|
89
|
+
output: DescribeStreamOutput;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DescribeStreamCommandInput;
|
|
93
|
+
output: DescribeStreamCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -82,4 +82,15 @@ declare const GetDataEndpointCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetDataEndpointCommand extends GetDataEndpointCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: GetDataEndpointInput;
|
|
89
|
+
output: GetDataEndpointOutput;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: GetDataEndpointCommandInput;
|
|
93
|
+
output: GetDataEndpointCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -114,4 +114,15 @@ declare const GetSignalingChannelEndpointCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class GetSignalingChannelEndpointCommand extends GetSignalingChannelEndpointCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: GetSignalingChannelEndpointInput;
|
|
121
|
+
output: GetSignalingChannelEndpointOutput;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: GetSignalingChannelEndpointCommandInput;
|
|
125
|
+
output: GetSignalingChannelEndpointCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -107,4 +107,15 @@ declare const ListEdgeAgentConfigurationsCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ListEdgeAgentConfigurationsCommand extends ListEdgeAgentConfigurationsCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ListEdgeAgentConfigurationsInput;
|
|
114
|
+
output: ListEdgeAgentConfigurationsOutput;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ListEdgeAgentConfigurationsCommandInput;
|
|
118
|
+
output: ListEdgeAgentConfigurationsCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListSignalingChannelsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListSignalingChannelsCommand extends ListSignalingChannelsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListSignalingChannelsInput;
|
|
94
|
+
output: ListSignalingChannelsOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListSignalingChannelsCommandInput;
|
|
98
|
+
output: ListSignalingChannelsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListStreamsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListStreamsInput;
|
|
91
|
+
output: ListStreamsOutput;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListStreamsCommandInput;
|
|
95
|
+
output: ListStreamsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListTagsForResourceInput;
|
|
81
|
+
output: ListTagsForResourceOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListTagsForResourceCommandInput;
|
|
85
|
+
output: ListTagsForResourceCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListTagsForStreamCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListTagsForStreamInput;
|
|
87
|
+
output: ListTagsForStreamOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListTagsForStreamCommandInput;
|
|
91
|
+
output: ListTagsForStreamCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -166,4 +166,15 @@ declare const StartEdgeConfigurationUpdateCommand_base: {
|
|
|
166
166
|
* @public
|
|
167
167
|
*/
|
|
168
168
|
export declare class StartEdgeConfigurationUpdateCommand extends StartEdgeConfigurationUpdateCommand_base {
|
|
169
|
+
/** @internal type navigation helper, not in runtime. */
|
|
170
|
+
protected static __types: {
|
|
171
|
+
api: {
|
|
172
|
+
input: StartEdgeConfigurationUpdateInput;
|
|
173
|
+
output: StartEdgeConfigurationUpdateOutput;
|
|
174
|
+
};
|
|
175
|
+
sdk: {
|
|
176
|
+
input: StartEdgeConfigurationUpdateCommandInput;
|
|
177
|
+
output: StartEdgeConfigurationUpdateCommandOutput;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
169
180
|
}
|
|
@@ -83,4 +83,15 @@ declare const TagResourceCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: TagResourceInput;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: TagResourceCommandInput;
|
|
94
|
+
output: TagResourceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -88,4 +88,15 @@ declare const TagStreamCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class TagStreamCommand extends TagStreamCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: TagStreamInput;
|
|
95
|
+
output: {};
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: TagStreamCommandInput;
|
|
99
|
+
output: TagStreamCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UntagResourceInput;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UntagResourceCommandInput;
|
|
84
|
+
output: UntagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -79,4 +79,15 @@ declare const UntagStreamCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class UntagStreamCommand extends UntagStreamCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: UntagStreamInput;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: UntagStreamCommandInput;
|
|
90
|
+
output: UntagStreamCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -118,4 +118,15 @@ declare const UpdateDataRetentionCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class UpdateDataRetentionCommand extends UpdateDataRetentionCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: UpdateDataRetentionInput;
|
|
125
|
+
output: {};
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: UpdateDataRetentionCommandInput;
|
|
129
|
+
output: UpdateDataRetentionCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -107,4 +107,15 @@ declare const UpdateImageGenerationConfigurationCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class UpdateImageGenerationConfigurationCommand extends UpdateImageGenerationConfigurationCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: UpdateImageGenerationConfigurationInput;
|
|
114
|
+
output: {};
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: UpdateImageGenerationConfigurationCommandInput;
|
|
118
|
+
output: UpdateImageGenerationConfigurationCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -113,4 +113,15 @@ declare const UpdateMediaStorageConfigurationCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class UpdateMediaStorageConfigurationCommand extends UpdateMediaStorageConfigurationCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: UpdateMediaStorageConfigurationInput;
|
|
120
|
+
output: {};
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: UpdateMediaStorageConfigurationCommandInput;
|
|
124
|
+
output: UpdateMediaStorageConfigurationCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -98,4 +98,15 @@ declare const UpdateNotificationConfigurationCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class UpdateNotificationConfigurationCommand extends UpdateNotificationConfigurationCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: UpdateNotificationConfigurationInput;
|
|
105
|
+
output: {};
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: UpdateNotificationConfigurationCommandInput;
|
|
109
|
+
output: UpdateNotificationConfigurationCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -102,4 +102,15 @@ declare const UpdateSignalingChannelCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class UpdateSignalingChannelCommand extends UpdateSignalingChannelCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: UpdateSignalingChannelInput;
|
|
109
|
+
output: {};
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: UpdateSignalingChannelCommandInput;
|
|
113
|
+
output: UpdateSignalingChannelCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -106,4 +106,15 @@ declare const UpdateStreamCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class UpdateStreamCommand extends UpdateStreamCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: UpdateStreamInput;
|
|
113
|
+
output: {};
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: UpdateStreamCommandInput;
|
|
117
|
+
output: UpdateStreamCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateSignalingChannelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateSignalingChannelCommand extends CreateSignalingChannelCommand_base {
|
|
40
|
+
export declare class CreateSignalingChannelCommand extends CreateSignalingChannelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSignalingChannelInput;
|
|
44
|
+
output: CreateSignalingChannelOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSignalingChannelCommandInput;
|
|
48
|
+
output: CreateSignalingChannelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateStreamCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateStreamCommand extends CreateStreamCommand_base {
|
|
36
|
+
export declare class CreateStreamCommand extends CreateStreamCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateStreamInput;
|
|
40
|
+
output: CreateStreamOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateStreamCommandInput;
|
|
44
|
+
output: CreateStreamCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteEdgeConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteEdgeConfigurationCommand extends DeleteEdgeConfigurationCommand_base {
|
|
40
|
+
export declare class DeleteEdgeConfigurationCommand extends DeleteEdgeConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteEdgeConfigurationInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteEdgeConfigurationCommandInput;
|
|
48
|
+
output: DeleteEdgeConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteSignalingChannelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteSignalingChannelCommand extends DeleteSignalingChannelCommand_base {
|
|
40
|
+
export declare class DeleteSignalingChannelCommand extends DeleteSignalingChannelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSignalingChannelInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSignalingChannelCommandInput;
|
|
48
|
+
output: DeleteSignalingChannelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteStreamCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
|
|
36
|
+
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteStreamInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteStreamCommandInput;
|
|
44
|
+
output: DeleteStreamCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEdgeConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEdgeConfigurationCommand extends DescribeEdgeConfigurationCommand_base {
|
|
40
|
+
export declare class DescribeEdgeConfigurationCommand extends DescribeEdgeConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEdgeConfigurationInput;
|
|
44
|
+
output: DescribeEdgeConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEdgeConfigurationCommandInput;
|
|
48
|
+
output: DescribeEdgeConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeImageGenerationConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeImageGenerationConfigurationCommand extends DescribeImageGenerationConfigurationCommand_base {
|
|
40
|
+
export declare class DescribeImageGenerationConfigurationCommand extends DescribeImageGenerationConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeImageGenerationConfigurationInput;
|
|
44
|
+
output: DescribeImageGenerationConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeImageGenerationConfigurationCommandInput;
|
|
48
|
+
output: DescribeImageGenerationConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeMappedResourceConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeMappedResourceConfigurationCommand extends DescribeMappedResourceConfigurationCommand_base {
|
|
40
|
+
export declare class DescribeMappedResourceConfigurationCommand extends DescribeMappedResourceConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeMappedResourceConfigurationInput;
|
|
44
|
+
output: DescribeMappedResourceConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeMappedResourceConfigurationCommandInput;
|
|
48
|
+
output: DescribeMappedResourceConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeMediaStorageConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeMediaStorageConfigurationCommand extends DescribeMediaStorageConfigurationCommand_base {
|
|
40
|
+
export declare class DescribeMediaStorageConfigurationCommand extends DescribeMediaStorageConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeMediaStorageConfigurationInput;
|
|
44
|
+
output: DescribeMediaStorageConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeMediaStorageConfigurationCommandInput;
|
|
48
|
+
output: DescribeMediaStorageConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeNotificationConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeNotificationConfigurationCommand extends DescribeNotificationConfigurationCommand_base {
|
|
40
|
+
export declare class DescribeNotificationConfigurationCommand extends DescribeNotificationConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeNotificationConfigurationInput;
|
|
44
|
+
output: DescribeNotificationConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeNotificationConfigurationCommandInput;
|
|
48
|
+
output: DescribeNotificationConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSignalingChannelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSignalingChannelCommand extends DescribeSignalingChannelCommand_base {
|
|
40
|
+
export declare class DescribeSignalingChannelCommand extends DescribeSignalingChannelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSignalingChannelInput;
|
|
44
|
+
output: DescribeSignalingChannelOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSignalingChannelCommandInput;
|
|
48
|
+
output: DescribeSignalingChannelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeStreamCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
|
|
36
|
+
export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeStreamInput;
|
|
40
|
+
output: DescribeStreamOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeStreamCommandInput;
|
|
44
|
+
output: DescribeStreamCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetDataEndpointCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetDataEndpointCommand extends GetDataEndpointCommand_base {
|
|
39
|
+
export declare class GetDataEndpointCommand extends GetDataEndpointCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetDataEndpointInput;
|
|
43
|
+
output: GetDataEndpointOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetDataEndpointCommandInput;
|
|
47
|
+
output: GetDataEndpointCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetSignalingChannelEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSignalingChannelEndpointCommand extends GetSignalingChannelEndpointCommand_base {
|
|
40
|
+
export declare class GetSignalingChannelEndpointCommand extends GetSignalingChannelEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSignalingChannelEndpointInput;
|
|
44
|
+
output: GetSignalingChannelEndpointOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSignalingChannelEndpointCommandInput;
|
|
48
|
+
output: GetSignalingChannelEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListEdgeAgentConfigurationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListEdgeAgentConfigurationsCommand extends ListEdgeAgentConfigurationsCommand_base {
|
|
40
|
+
export declare class ListEdgeAgentConfigurationsCommand extends ListEdgeAgentConfigurationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListEdgeAgentConfigurationsInput;
|
|
44
|
+
output: ListEdgeAgentConfigurationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListEdgeAgentConfigurationsCommandInput;
|
|
48
|
+
output: ListEdgeAgentConfigurationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSignalingChannelsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSignalingChannelsCommand extends ListSignalingChannelsCommand_base {
|
|
40
|
+
export declare class ListSignalingChannelsCommand extends ListSignalingChannelsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSignalingChannelsInput;
|
|
44
|
+
output: ListSignalingChannelsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSignalingChannelsCommandInput;
|
|
48
|
+
output: ListSignalingChannelsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListStreamsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
36
|
+
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListStreamsInput;
|
|
40
|
+
output: ListStreamsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListStreamsCommandInput;
|
|
44
|
+
output: ListStreamsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceInput;
|
|
44
|
+
output: ListTagsForResourceOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListTagsForStreamCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
|
|
39
|
+
export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListTagsForStreamInput;
|
|
43
|
+
output: ListTagsForStreamOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListTagsForStreamCommandInput;
|
|
47
|
+
output: ListTagsForStreamCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartEdgeConfigurationUpdateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartEdgeConfigurationUpdateCommand extends StartEdgeConfigurationUpdateCommand_base {
|
|
40
|
+
export declare class StartEdgeConfigurationUpdateCommand extends StartEdgeConfigurationUpdateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartEdgeConfigurationUpdateInput;
|
|
44
|
+
output: StartEdgeConfigurationUpdateOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartEdgeConfigurationUpdateCommandInput;
|
|
48
|
+
output: StartEdgeConfigurationUpdateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagStreamCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagStreamCommand extends TagStreamCommand_base {
|
|
36
|
+
export declare class TagStreamCommand extends TagStreamCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagStreamInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagStreamCommandInput;
|
|
44
|
+
output: TagStreamCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
36
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UntagResourceInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UntagResourceCommandInput;
|
|
44
|
+
output: UntagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UntagStreamCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UntagStreamCommand extends UntagStreamCommand_base {
|
|
36
|
+
export declare class UntagStreamCommand extends UntagStreamCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UntagStreamInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UntagStreamCommandInput;
|
|
44
|
+
output: UntagStreamCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateDataRetentionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateDataRetentionCommand extends UpdateDataRetentionCommand_base {
|
|
40
|
+
export declare class UpdateDataRetentionCommand extends UpdateDataRetentionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateDataRetentionInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateDataRetentionCommandInput;
|
|
48
|
+
output: UpdateDataRetentionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateImageGenerationConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateImageGenerationConfigurationCommand extends UpdateImageGenerationConfigurationCommand_base {
|
|
40
|
+
export declare class UpdateImageGenerationConfigurationCommand extends UpdateImageGenerationConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateImageGenerationConfigurationInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateImageGenerationConfigurationCommandInput;
|
|
48
|
+
output: UpdateImageGenerationConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateMediaStorageConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateMediaStorageConfigurationCommand extends UpdateMediaStorageConfigurationCommand_base {
|
|
40
|
+
export declare class UpdateMediaStorageConfigurationCommand extends UpdateMediaStorageConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateMediaStorageConfigurationInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateMediaStorageConfigurationCommandInput;
|
|
48
|
+
output: UpdateMediaStorageConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateNotificationConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateNotificationConfigurationCommand extends UpdateNotificationConfigurationCommand_base {
|
|
40
|
+
export declare class UpdateNotificationConfigurationCommand extends UpdateNotificationConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateNotificationConfigurationInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateNotificationConfigurationCommandInput;
|
|
48
|
+
output: UpdateNotificationConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateSignalingChannelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateSignalingChannelCommand extends UpdateSignalingChannelCommand_base {
|
|
40
|
+
export declare class UpdateSignalingChannelCommand extends UpdateSignalingChannelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateSignalingChannelInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateSignalingChannelCommandInput;
|
|
48
|
+
output: UpdateSignalingChannelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateStreamCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateStreamCommand extends UpdateStreamCommand_base {
|
|
36
|
+
export declare class UpdateStreamCommand extends UpdateStreamCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateStreamInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateStreamCommandInput;
|
|
44
|
+
output: UpdateStreamCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-video",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Video Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kinesis-video",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|