package mediastore

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mediastore
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AllowedHeaders = Array[Header]
  2. type AllowedMethods = Array[MethodName]
  3. type AllowedOrigins = Array[Origin]
  4. trait Container extends Object

    This section describes operations that you can perform on an AWS Elemental MediaStore container.

    This section describes operations that you can perform on an AWS Elemental MediaStore container.

    Annotations
    @RawJSType() @native()
  5. type ContainerARN = String
  6. type ContainerAccessLoggingEnabled = Boolean
  7. type ContainerList = Array[Container]
  8. type ContainerListLimit = Int
  9. type ContainerName = String
  10. type ContainerPolicy = String
  11. type ContainerStatus = String
  12. type CorsPolicy = Array[CorsRule]
  13. trait CorsRule extends Object

    A rule for a CORS policy.

    A rule for a CORS policy. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed.

    Annotations
    @RawJSType() @native()
  14. trait CreateContainerInput extends Object
    Annotations
    @RawJSType() @native()
  15. trait CreateContainerOutput extends Object
    Annotations
    @RawJSType() @native()
  16. trait DeleteContainerInput extends Object
    Annotations
    @RawJSType() @native()
  17. trait DeleteContainerOutput extends Object
    Annotations
    @RawJSType() @native()
  18. trait DeleteContainerPolicyInput extends Object
    Annotations
    @RawJSType() @native()
  19. trait DeleteContainerPolicyOutput extends Object
    Annotations
    @RawJSType() @native()
  20. trait DeleteCorsPolicyInput extends Object
    Annotations
    @RawJSType() @native()
  21. trait DeleteCorsPolicyOutput extends Object
    Annotations
    @RawJSType() @native()
  22. trait DeleteLifecyclePolicyInput extends Object
    Annotations
    @RawJSType() @native()
  23. trait DeleteLifecyclePolicyOutput extends Object
    Annotations
    @RawJSType() @native()
  24. trait DescribeContainerInput extends Object
    Annotations
    @RawJSType() @native()
  25. trait DescribeContainerOutput extends Object
    Annotations
    @RawJSType() @native()
  26. type Endpoint = String
  27. type ExposeHeaders = Array[Header]
  28. trait GetContainerPolicyInput extends Object
    Annotations
    @RawJSType() @native()
  29. trait GetContainerPolicyOutput extends Object
    Annotations
    @RawJSType() @native()
  30. trait GetCorsPolicyInput extends Object
    Annotations
    @RawJSType() @native()
  31. trait GetCorsPolicyOutput extends Object
    Annotations
    @RawJSType() @native()
  32. trait GetLifecyclePolicyInput extends Object
    Annotations
    @RawJSType() @native()
  33. trait GetLifecyclePolicyOutput extends Object
    Annotations
    @RawJSType() @native()
  34. type Header = String
  35. type LifecyclePolicy = String
  36. trait ListContainersInput extends Object
    Annotations
    @RawJSType() @native()
  37. trait ListContainersOutput extends Object
    Annotations
    @RawJSType() @native()
  38. type MaxAgeSeconds = Int
  39. class MediaStore extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "MediaStore" )
  40. implicit final class MediaStoreOps extends AnyVal
  41. type MethodName = String
  42. type Origin = String
  43. type PaginationToken = String
  44. trait PutContainerPolicyInput extends Object
    Annotations
    @RawJSType() @native()
  45. trait PutContainerPolicyOutput extends Object
    Annotations
    @RawJSType() @native()
  46. trait PutCorsPolicyInput extends Object
    Annotations
    @RawJSType() @native()
  47. trait PutCorsPolicyOutput extends Object
    Annotations
    @RawJSType() @native()
  48. trait PutLifecyclePolicyInput extends Object
    Annotations
    @RawJSType() @native()
  49. trait PutLifecyclePolicyOutput extends Object
    Annotations
    @RawJSType() @native()
  50. trait StartAccessLoggingInput extends Object
    Annotations
    @RawJSType() @native()
  51. trait StartAccessLoggingOutput extends Object
    Annotations
    @RawJSType() @native()
  52. trait StopAccessLoggingInput extends Object
    Annotations
    @RawJSType() @native()
  53. trait StopAccessLoggingOutput extends Object
    Annotations
    @RawJSType() @native()
  54. type TimeStamp = Date

Inherited from AnyRef

Inherited from Any

Ungrouped