Search
Preparing search index...
The search index is not available
@bitmovin/api-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
S3Api
Class S3Api
Hierarchy
BaseAPI
BaseAPI
S3Api
Index
Constructors
constructor
Properties
customdata
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
S3Api
(
configuration
:
Configuration
)
:
S3Api
Parameters
configuration:
Configuration
Returns
S3Api
Properties
customdata
customdata
:
CustomdataApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
s3Input
:
S3Input
)
:
Promise
<
S3Input
>
Parameters
Optional
s3Input:
S3Input
Returns
Promise
<
S3Input
>
delete
delete
(
inputId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
inputId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
inputId
:
string
)
:
Promise
<
S3Input
>
Parameters
inputId:
string
Returns
Promise
<
S3Input
>
list
list
(
queryParameters
:
S3InputListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
S3Input
>
>
Parameters
Optional
queryParameters:
S3InputListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
S3Input
>
>
Globals
S3
Api
constructor
customdata
rest
Client
create
delete
get
list
Generated using
TypeDoc