AWS Elemental MediaStore Price List API all Attribute Names and Values


Last Updated on April 28, 2021

Below is a reference for all attribute names and attribute values in AWS Price List API for AWS Elemental MediaStore.

Note: All the list below are in alphabetical order.

Service Code: AWSElementalMediaStore

Python Code to get Attribute Names for AWS Elemental MediaStore using Boto3

import boto3

pricing_client = boto3.client('pricing', region_name='us-east-1')

response = pricing_client.describe_services(ServiceCode='AWSElementalMediaStore')

attribute_names = response['Services'][0]['AttributeNames']

print(attribute_names)

Attribute Name List for AWS Elemental MediaStore


Python Code to get the Attribute Values List for AWS Elemental MediaStore using Boto3

import boto3

pricing_client = boto3.client('pricing', region_name='us-east-1')

response = pricing_client.describe_services(ServiceCode='AWSElementalMediaStore')

attribute_names = response['Services'][0]['AttributeNames']

for attribute_name in attribute_names:

    attribute_values = []

    response_iterator = pricing_client.get_paginator('get_attribute_values').paginate(
        ServiceCode='AWSElementalMediaStore',
        AttributeName=attribute_name
    )

    for response in response_iterator:
        for attribute_value in response['AttributeValues']:
            attribute_values.append(attribute_value['Value'])

    print('Attribute Name:', attribute_name)
    print(attribute_values)
    print()

Attribute Values List for AWS Elemental MediaStore

Attribute Name: availability
Values:

99.9

Attribute Name: description
Values:

DELETE IA Request
DELETE Request
DESCRIBE Request
GET IA Request
GET Request
Get Request Ephemeral
GET Request Stream
Get Request Stream Ephemeral
Ingest Optimization
Ingest Optimization - Alternate Usage Type
Lifecycle Transition
LIST Request
PUT Request
Put Request Ephemeral
PUT Request S3
PUT Request Stream
Put Request Stream Ephemeral
Storage

Attribute Name: durability
Values:

99.999999999

Attribute Name: ingestType
Values:

Egress IA
Standard
Standard Ephemeral
Streaming
Streaming Ephemeral

Attribute Name: location
Values:

Asia Pacific (Seoul)
Asia Pacific (Sydney)
Asia Pacific (Tokyo)
EU (Frankfurt)
EU (Ireland)
EU (London)
EU (Stockholm)
US East (N. Virginia)
US West (Oregon)

Attribute Name: locationType
Values:

AWS Region

Attribute Name: operation
Values:

DeleteObject
DescribeObject
GetObject
GetObjectStream
ListItems
PutObject
PutObjectStream
PutObjectTemporal

Attribute Name: productFamily
Values:

API Request
Fee
Storage

Attribute Name: servicecode
Values:

AWSElementalMediaStore

Attribute Name: servicename
Values:

AWS Elemental MediaStore

Attribute Name: storageclass
Values:

Infrequent Access
Standard

Attribute Name: termType
Values:

OnDemand

Attribute Name: usagetype
Values:

APN1-APIRequest-DeleteIA          APN2-APIRequest-PutSEphemeral     EU-Storage-S3                     EUN1-APIRequest-PutS3             EUW2-APIRequest-DeleteIA          USE1-APIRequest-PutSEphemeral     
APN1-APIRequest-DeleteObject      APN2-APIRequest-PutStream         EUC1-APIRequest-DeleteIA          EUN1-APIRequest-PutSEphemeral     EUW2-APIRequest-DeleteObject      USE1-APIRequest-PutStream         
APN1-APIRequest-DescribeObject    APN2-APIRequest-PutTemporal       EUC1-APIRequest-DeleteObject      EUN1-APIRequest-PutStream         EUW2-APIRequest-DescribeObject    USE1-APIRequest-PutTemporal       
APN1-APIRequest-GetEphemeral      APN2-APIRequest-PutTEphemeral     EUC1-APIRequest-DescribeObject    EUN1-APIRequest-PutTemporal       EUW2-APIRequest-GetEphemeral      USE1-APIRequest-PutTEphemeral     
APN1-APIRequest-GetIA             APN2-Egress-IA-Bytes              EUC1-APIRequest-GetEphemeral      EUN1-APIRequest-PutTEphemeral     EUW2-APIRequest-GetIA             USE1-Egress-IA-Bytes              
APN1-APIRequest-GetObject         APN2-Ingest-Ephemeral-Bytes       EUC1-APIRequest-GetIA             EUN1-Egress-IA-Bytes              EUW2-APIRequest-GetObject         USE1-Ingest-Ephemeral-Bytes       
APN1-APIRequest-GetSEphemeral     APN2-Ingest-Optimized-Bytes       EUC1-APIRequest-GetObject         EUN1-Ingest-Ephemeral-Bytes       EUW2-APIRequest-GetSEphemeral     USE1-Ingest-Optimized-Bytes       
APN1-APIRequest-GetStream         APN2-Storage-IATransition         EUC1-APIRequest-GetSEphemeral     EUN1-Ingest-Optimized-Bytes       EUW2-APIRequest-GetStream         USE1-Storage-IATransition         
APN1-APIRequest-ListItems         APN2-Storage-S3                   EUC1-APIRequest-GetStream         EUN1-Storage-IATransition         EUW2-APIRequest-ListItems         USE1-Storage-S3                   
APN1-APIRequest-PutS3             APN2-Storage-S3IA                 EUC1-APIRequest-ListItems         EUN1-Storage-S3                   EUW2-APIRequest-PutS3             USE1-Storage-S3IA                 
APN1-APIRequest-PutSEphemeral     APS2-APIRequest-DeleteIA          EUC1-APIRequest-PutS3             EUN1-Storage-S3IA                 EUW2-APIRequest-PutSEphemeral     USW2-APIRequest-DeleteIA          
APN1-APIRequest-PutStream         APS2-APIRequest-DeleteObject      EUC1-APIRequest-PutSEphemeral     EUW1-APIRequest-DeleteIA          EUW2-APIRequest-PutStream         USW2-APIRequest-DeleteObject      
APN1-APIRequest-PutTemporal       APS2-APIRequest-DescribeObject    EUC1-APIRequest-PutStream         EUW1-APIRequest-DeleteObject      EUW2-APIRequest-PutTemporal       USW2-APIRequest-DescribeObject    
APN1-APIRequest-PutTEphemeral     APS2-APIRequest-GetEphemeral      EUC1-APIRequest-PutTemporal       EUW1-APIRequest-DescribeObject    EUW2-APIRequest-PutTEphemeral     USW2-APIRequest-GetEphemeral      
APN1-Egress-IA-Bytes              APS2-APIRequest-GetIA             EUC1-APIRequest-PutTEphemeral     EUW1-APIRequest-GetEphemeral      EUW2-Egress-IA-Bytes              USW2-APIRequest-GetIA             
APN1-Ingest-Ephemeral-Bytes       APS2-APIRequest-GetObject         EUC1-Egress-IA-Bytes              EUW1-APIRequest-GetIA             EUW2-Ingest-Ephemeral-Bytes       USW2-APIRequest-GetObject         
APN1-Ingest-Optimized-Bytes       APS2-APIRequest-GetSEphemeral     EUC1-Ingest-Ephemeral-Bytes       EUW1-APIRequest-GetObject         EUW2-Ingest-Optimized-Bytes       USW2-APIRequest-GetSEphemeral     
APN1-Storage-IATransition         APS2-APIRequest-GetStream         EUC1-Ingest-Optimized-Bytes       EUW1-APIRequest-GetSEphemeral     EUW2-Storage-IATransition         USW2-APIRequest-GetStream         
APN1-Storage-S3                   APS2-APIRequest-ListItems         EUC1-Storage-IATransition         EUW1-APIRequest-GetStream         EUW2-Storage-S3                   USW2-APIRequest-ListItems         
APN1-Storage-S3IA                 APS2-APIRequest-PutS3             EUC1-Storage-S3                   EUW1-APIRequest-ListItems         EUW2-Storage-S3IA                 USW2-APIRequest-PutS3             
APN2-APIRequest-DeleteIA          APS2-APIRequest-PutSEphemeral     EUC1-Storage-S3IA                 EUW1-APIRequest-PutS3             USE1-APIRequest-DeleteIA          USW2-APIRequest-PutSEphemeral     
APN2-APIRequest-DeleteObject      APS2-APIRequest-PutStream         EUN1-APIRequest-DeleteIA          EUW1-APIRequest-PutSEphemeral     USE1-APIRequest-DeleteObject      USW2-APIRequest-PutStream         
APN2-APIRequest-DescribeObject    APS2-APIRequest-PutTemporal       EUN1-APIRequest-DeleteObject      EUW1-APIRequest-PutStream         USE1-APIRequest-DescribeObject    USW2-APIRequest-PutTemporal       
APN2-APIRequest-GetEphemeral      APS2-APIRequest-PutTEphemeral     EUN1-APIRequest-DescribeObject    EUW1-APIRequest-PutTemporal       USE1-APIRequest-GetEphemeral      USW2-APIRequest-PutTEphemeral     
APN2-APIRequest-GetIA             APS2-Egress-IA-Bytes              EUN1-APIRequest-GetEphemeral      EUW1-APIRequest-PutTEphemeral     USE1-APIRequest-GetIA             USW2-Egress-IA-Bytes              
APN2-APIRequest-GetObject         APS2-Ingest-Ephemeral-Bytes       EUN1-APIRequest-GetIA             EUW1-Egress-IA-Bytes              USE1-APIRequest-GetObject         USW2-Ingest-Ephemeral-Bytes       
APN2-APIRequest-GetSEphemeral     APS2-Ingest-Optimized-Bytes       EUN1-APIRequest-GetObject         EUW1-Ingest-Ephemeral-Bytes       USE1-APIRequest-GetSEphemeral     USW2-Ingest-Optimized-Bytes       
APN2-APIRequest-GetStream         APS2-Storage-IATransition         EUN1-APIRequest-GetSEphemeral     EUW1-Ingest-Optimized-Bytes       USE1-APIRequest-GetStream         USW2-Storage-IATransition         
APN2-APIRequest-ListItems         APS2-Storage-S3                   EUN1-APIRequest-GetStream         EUW1-Storage-IATransition         USE1-APIRequest-ListItems         USW2-Storage-S3                   
APN2-APIRequest-PutS3             APS2-Storage-S3IA                 EUN1-APIRequest-ListItems         EUW1-Storage-S3IA                 USE1-APIRequest-PutS3             USW2-Storage-S3IA                 

We hope the above list of attribute names and values helps when using the AWS Price List API for AWS Elemental MediaStore.

If the list is outdated, let us know in the comments below. We’ll update it as soon as we can.


Leave a Reply

Your email address will not be published. Required fields are marked *