Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvalidatePaths ¶
func InvalidatePaths(ctx context.Context, cl *aws_cloudfront.Client, distribution_id string, uris ...string) (string, string, error)
InvalidatePaths will issue a "CreateInvalidation" request for 'uris' in 'distribution_id'. It will return the invalidation ID and caller reference associated with the request.
func NewClientWithURI ¶
NewClientWithURI will return a new `aws-sdk-go/service/cloudfront.CloudFront` instance derived from 'uri' which is expected to take the form of:
aws://?region={AWS_REGION}&credentials={CREDENTIALS}
Where '{CREDENTIALS}' is expected to be a valid `aaronland/go-aws-session` credentials string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.