< Back

Get-AWSPriceListServices

Sat Jan 11, 2020 8:05 am

NAME Get-AWSPriceListServices



SYNOPSIS

Retrieves a list of the available services in the price list api.





SYNTAX

Get-AWSPriceListServices [<CommonParameters>]





DESCRIPTION

The cmdlet retrieves the base offer index file from

https://pricing.us-east-1.amazonaws.com ... index.json. It parses out the the available services from

the offer file.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None





OUTPUTS

System.String[]





NOTES





AUTHOR: Michael Haken

LAST UPDATE: 1/16/2019



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-AWSPriceListServices



Retrieves all of the available services.











RELATED LINKS