@aws-sdk/client-ivs-realtime 3.651.1 → 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/CreateEncoderConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateIngestConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +11 -0
- package/dist-types/commands/CreateStageCommand.d.ts +11 -0
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIngestConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +11 -0
- package/dist-types/commands/GetCompositionCommand.d.ts +11 -0
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetIngestConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetParticipantCommand.d.ts +11 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +11 -0
- package/dist-types/commands/GetStageCommand.d.ts +11 -0
- package/dist-types/commands/GetStageSessionCommand.d.ts +11 -0
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/ImportPublicKeyCommand.d.ts +11 -0
- package/dist-types/commands/ListCompositionsCommand.d.ts +11 -0
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListIngestConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +11 -0
- package/dist-types/commands/ListParticipantsCommand.d.ts +11 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +11 -0
- package/dist-types/commands/ListStageSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListStagesCommand.d.ts +11 -0
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/StartCompositionCommand.d.ts +11 -0
- package/dist-types/commands/StopCompositionCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIngestConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIngestConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -99,4 +99,15 @@ declare const CreateEncoderConfigurationCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: CreateEncoderConfigurationRequest;
|
|
106
|
+
output: CreateEncoderConfigurationResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: CreateEncoderConfigurationCommandInput;
|
|
110
|
+
output: CreateEncoderConfigurationCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -94,4 +94,15 @@ declare const CreateIngestConfigurationCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class CreateIngestConfigurationCommand extends CreateIngestConfigurationCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: CreateIngestConfigurationRequest;
|
|
101
|
+
output: CreateIngestConfigurationResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: CreateIngestConfigurationCommandInput;
|
|
105
|
+
output: CreateIngestConfigurationCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -96,4 +96,15 @@ declare const CreateParticipantTokenCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: CreateParticipantTokenRequest;
|
|
103
|
+
output: CreateParticipantTokenResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: CreateParticipantTokenCommandInput;
|
|
107
|
+
output: CreateParticipantTokenCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -124,4 +124,15 @@ declare const CreateStageCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class CreateStageCommand extends CreateStageCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: CreateStageRequest;
|
|
131
|
+
output: CreateStageResponse;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: CreateStageCommandInput;
|
|
135
|
+
output: CreateStageCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -95,4 +95,15 @@ declare const CreateStorageConfigurationCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: CreateStorageConfigurationRequest;
|
|
102
|
+
output: CreateStorageConfigurationResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: CreateStorageConfigurationCommandInput;
|
|
106
|
+
output: CreateStorageConfigurationCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteEncoderConfigurationCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteEncoderConfigurationRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteEncoderConfigurationCommandInput;
|
|
85
|
+
output: DeleteEncoderConfigurationCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteIngestConfigurationCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteIngestConfigurationCommand extends DeleteIngestConfigurationCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteIngestConfigurationRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteIngestConfigurationCommandInput;
|
|
82
|
+
output: DeleteIngestConfigurationCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeletePublicKeyCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeletePublicKeyCommand extends DeletePublicKeyCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeletePublicKeyRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeletePublicKeyCommandInput;
|
|
83
|
+
output: DeletePublicKeyCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeleteStageCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeleteStageCommand extends DeleteStageCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeleteStageRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeleteStageCommandInput;
|
|
83
|
+
output: DeleteStageCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteStorageConfigurationCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteStorageConfigurationRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteStorageConfigurationCommandInput;
|
|
87
|
+
output: DeleteStorageConfigurationCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -71,4 +71,15 @@ declare const DisconnectParticipantCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DisconnectParticipantRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DisconnectParticipantCommandInput;
|
|
82
|
+
output: DisconnectParticipantCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -134,4 +134,15 @@ declare const GetCompositionCommand_base: {
|
|
|
134
134
|
* @public
|
|
135
135
|
*/
|
|
136
136
|
export declare class GetCompositionCommand extends GetCompositionCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: GetCompositionRequest;
|
|
141
|
+
output: GetCompositionResponse;
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: GetCompositionCommandInput;
|
|
145
|
+
output: GetCompositionCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
137
148
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetEncoderConfigurationCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetEncoderConfigurationRequest;
|
|
94
|
+
output: GetEncoderConfigurationResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetEncoderConfigurationCommandInput;
|
|
98
|
+
output: GetEncoderConfigurationCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetIngestConfigurationCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetIngestConfigurationCommand extends GetIngestConfigurationCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetIngestConfigurationRequest;
|
|
88
|
+
output: GetIngestConfigurationResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetIngestConfigurationCommandInput;
|
|
92
|
+
output: GetIngestConfigurationCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetParticipantCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetParticipantCommand extends GetParticipantCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetParticipantRequest;
|
|
94
|
+
output: GetParticipantResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetParticipantCommandInput;
|
|
98
|
+
output: GetParticipantCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -74,4 +74,15 @@ declare const GetPublicKeyCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetPublicKeyCommand extends GetPublicKeyCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: GetPublicKeyRequest;
|
|
81
|
+
output: GetPublicKeyResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: GetPublicKeyCommandInput;
|
|
85
|
+
output: GetPublicKeyCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetStageCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetStageCommand extends GetStageCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetStageRequest;
|
|
92
|
+
output: GetStageResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetStageCommandInput;
|
|
96
|
+
output: GetStageCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -71,4 +71,15 @@ declare const GetStageSessionCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class GetStageSessionCommand extends GetStageSessionCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: GetStageSessionRequest;
|
|
78
|
+
output: GetStageSessionResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: GetStageSessionCommandInput;
|
|
82
|
+
output: GetStageSessionCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -84,4 +84,15 @@ declare const GetStorageConfigurationCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: GetStorageConfigurationRequest;
|
|
91
|
+
output: GetStorageConfigurationResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: GetStorageConfigurationCommandInput;
|
|
95
|
+
output: GetStorageConfigurationCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -84,4 +84,15 @@ declare const ImportPublicKeyCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ImportPublicKeyCommand extends ImportPublicKeyCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ImportPublicKeyRequest;
|
|
91
|
+
output: ImportPublicKeyResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ImportPublicKeyCommandInput;
|
|
95
|
+
output: ImportPublicKeyCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -96,4 +96,15 @@ declare const ListCompositionsCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ListCompositionsCommand extends ListCompositionsCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ListCompositionsRequest;
|
|
103
|
+
output: ListCompositionsResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ListCompositionsCommandInput;
|
|
107
|
+
output: ListCompositionsCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListEncoderConfigurationsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListEncoderConfigurationsCommand extends ListEncoderConfigurationsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListEncoderConfigurationsRequest;
|
|
90
|
+
output: ListEncoderConfigurationsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListEncoderConfigurationsCommandInput;
|
|
94
|
+
output: ListEncoderConfigurationsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListIngestConfigurationsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListIngestConfigurationsCommand extends ListIngestConfigurationsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListIngestConfigurationsRequest;
|
|
84
|
+
output: ListIngestConfigurationsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListIngestConfigurationsCommandInput;
|
|
88
|
+
output: ListIngestConfigurationsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListParticipantEventsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListParticipantEventsCommand extends ListParticipantEventsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListParticipantEventsRequest;
|
|
84
|
+
output: ListParticipantEventsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListParticipantEventsCommandInput;
|
|
88
|
+
output: ListParticipantEventsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListParticipantsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListParticipantsCommand extends ListParticipantsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListParticipantsRequest;
|
|
87
|
+
output: ListParticipantsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListParticipantsCommandInput;
|
|
91
|
+
output: ListParticipantsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListPublicKeysCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListPublicKeysRequest;
|
|
80
|
+
output: ListPublicKeysResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListPublicKeysCommandInput;
|
|
84
|
+
output: ListPublicKeysCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -72,4 +72,15 @@ declare const ListStageSessionsCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class ListStageSessionsCommand extends ListStageSessionsCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: ListStageSessionsRequest;
|
|
79
|
+
output: ListStageSessionsResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: ListStageSessionsCommandInput;
|
|
83
|
+
output: ListStageSessionsCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListStagesCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListStagesCommand extends ListStagesCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListStagesRequest;
|
|
85
|
+
output: ListStagesResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListStagesCommandInput;
|
|
89
|
+
output: ListStagesCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListStorageConfigurationsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListStorageConfigurationsCommand extends ListStorageConfigurationsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListStorageConfigurationsRequest;
|
|
93
|
+
output: ListStorageConfigurationsResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListStorageConfigurationsCommandInput;
|
|
97
|
+
output: ListStorageConfigurationsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -203,4 +203,15 @@ declare const StartCompositionCommand_base: {
|
|
|
203
203
|
* @public
|
|
204
204
|
*/
|
|
205
205
|
export declare class StartCompositionCommand extends StartCompositionCommand_base {
|
|
206
|
+
/** @internal type navigation helper, not in runtime. */
|
|
207
|
+
protected static __types: {
|
|
208
|
+
api: {
|
|
209
|
+
input: StartCompositionRequest;
|
|
210
|
+
output: StartCompositionResponse;
|
|
211
|
+
};
|
|
212
|
+
sdk: {
|
|
213
|
+
input: StartCompositionCommandInput;
|
|
214
|
+
output: StartCompositionCommandOutput;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
206
217
|
}
|
|
@@ -74,4 +74,15 @@ declare const StopCompositionCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class StopCompositionCommand extends StopCompositionCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: StopCompositionRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: StopCompositionCommandInput;
|
|
85
|
+
output: StopCompositionCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: TagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: TagResourceCommandInput;
|
|
78
|
+
output: TagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -88,4 +88,15 @@ declare const UpdateIngestConfigurationCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class UpdateIngestConfigurationCommand extends UpdateIngestConfigurationCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: UpdateIngestConfigurationRequest;
|
|
95
|
+
output: UpdateIngestConfigurationResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: UpdateIngestConfigurationCommandInput;
|
|
99
|
+
output: UpdateIngestConfigurationCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -101,4 +101,15 @@ declare const UpdateStageCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class UpdateStageCommand extends UpdateStageCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: UpdateStageRequest;
|
|
108
|
+
output: UpdateStageResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: UpdateStageCommandInput;
|
|
112
|
+
output: UpdateStageCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateEncoderConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {
|
|
40
|
+
export declare class CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEncoderConfigurationRequest;
|
|
44
|
+
output: CreateEncoderConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEncoderConfigurationCommandInput;
|
|
48
|
+
output: CreateEncoderConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateIngestConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateIngestConfigurationCommand extends CreateIngestConfigurationCommand_base {
|
|
40
|
+
export declare class CreateIngestConfigurationCommand extends CreateIngestConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateIngestConfigurationRequest;
|
|
44
|
+
output: CreateIngestConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateIngestConfigurationCommandInput;
|
|
48
|
+
output: CreateIngestConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateParticipantTokenCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {
|
|
40
|
+
export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateParticipantTokenRequest;
|
|
44
|
+
output: CreateParticipantTokenResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateParticipantTokenCommandInput;
|
|
48
|
+
output: CreateParticipantTokenCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|