Documentation ¶
Index ¶
- type Client
- type CreateCachePolicyFuture
- type CreateCloudFrontOriginAccessIdentityFuture
- type CreateDistributionFuture
- type CreateDistributionWithTagsFuture
- type CreateFieldLevelEncryptionConfigFuture
- type CreateFieldLevelEncryptionProfileFuture
- type CreateInvalidationFuture
- type CreateKeyGroupFuture
- type CreateMonitoringSubscriptionFuture
- type CreateOriginRequestPolicyFuture
- type CreatePublicKeyFuture
- type CreateRealtimeLogConfigFuture
- type CreateStreamingDistributionFuture
- type CreateStreamingDistributionWithTagsFuture
- type DeleteCachePolicyFuture
- type DeleteCloudFrontOriginAccessIdentityFuture
- type DeleteDistributionFuture
- type DeleteFieldLevelEncryptionConfigFuture
- type DeleteFieldLevelEncryptionProfileFuture
- type DeleteKeyGroupFuture
- type DeleteMonitoringSubscriptionFuture
- type DeleteOriginRequestPolicyFuture
- type DeletePublicKeyFuture
- type DeleteRealtimeLogConfigFuture
- type DeleteStreamingDistributionFuture
- type GetCachePolicyConfigFuture
- type GetCachePolicyFuture
- type GetCloudFrontOriginAccessIdentityConfigFuture
- type GetCloudFrontOriginAccessIdentityFuture
- type GetDistributionConfigFuture
- type GetDistributionFuture
- type GetFieldLevelEncryptionConfigFuture
- type GetFieldLevelEncryptionFuture
- type GetFieldLevelEncryptionProfileConfigFuture
- type GetFieldLevelEncryptionProfileFuture
- type GetInvalidationFuture
- type GetKeyGroupConfigFuture
- type GetKeyGroupFuture
- type GetMonitoringSubscriptionFuture
- type GetOriginRequestPolicyConfigFuture
- type GetOriginRequestPolicyFuture
- type GetPublicKeyConfigFuture
- type GetPublicKeyFuture
- type GetRealtimeLogConfigFuture
- type GetStreamingDistributionConfigFuture
- type GetStreamingDistributionFuture
- type ListCachePoliciesFuture
- type ListCloudFrontOriginAccessIdentitiesFuture
- type ListDistributionsByCachePolicyIdFuture
- type ListDistributionsByKeyGroupFuture
- type ListDistributionsByOriginRequestPolicyIdFuture
- type ListDistributionsByRealtimeLogConfigFuture
- type ListDistributionsByWebACLIdFuture
- type ListDistributionsFuture
- type ListFieldLevelEncryptionConfigsFuture
- type ListFieldLevelEncryptionProfilesFuture
- type ListInvalidationsFuture
- type ListKeyGroupsFuture
- type ListOriginRequestPoliciesFuture
- type ListPublicKeysFuture
- type ListRealtimeLogConfigsFuture
- type ListStreamingDistributionsFuture
- type ListTagsForResourceFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateCachePolicyFuture
- type UpdateCloudFrontOriginAccessIdentityFuture
- type UpdateDistributionFuture
- type UpdateFieldLevelEncryptionConfigFuture
- type UpdateFieldLevelEncryptionProfileFuture
- type UpdateKeyGroupFuture
- type UpdateOriginRequestPolicyFuture
- type UpdatePublicKeyFuture
- type UpdateRealtimeLogConfigFuture
- type UpdateStreamingDistributionFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateCachePolicy(ctx workflow.Context, input *cloudfront.CreateCachePolicyInput) (*cloudfront.CreateCachePolicyOutput, error) CreateCachePolicyAsync(ctx workflow.Context, input *cloudfront.CreateCachePolicyInput) *CreateCachePolicyFuture CreateCloudFrontOriginAccessIdentity(ctx workflow.Context, input *cloudfront.CreateCloudFrontOriginAccessIdentityInput) (*cloudfront.CreateCloudFrontOriginAccessIdentityOutput, error) CreateCloudFrontOriginAccessIdentityAsync(ctx workflow.Context, input *cloudfront.CreateCloudFrontOriginAccessIdentityInput) *CreateCloudFrontOriginAccessIdentityFuture CreateDistribution(ctx workflow.Context, input *cloudfront.CreateDistributionInput) (*cloudfront.CreateDistributionOutput, error) CreateDistributionAsync(ctx workflow.Context, input *cloudfront.CreateDistributionInput) *CreateDistributionFuture CreateDistributionWithTags(ctx workflow.Context, input *cloudfront.CreateDistributionWithTagsInput) (*cloudfront.CreateDistributionWithTagsOutput, error) CreateDistributionWithTagsAsync(ctx workflow.Context, input *cloudfront.CreateDistributionWithTagsInput) *CreateDistributionWithTagsFuture CreateFieldLevelEncryptionConfig(ctx workflow.Context, input *cloudfront.CreateFieldLevelEncryptionConfigInput) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error) CreateFieldLevelEncryptionConfigAsync(ctx workflow.Context, input *cloudfront.CreateFieldLevelEncryptionConfigInput) *CreateFieldLevelEncryptionConfigFuture CreateFieldLevelEncryptionProfile(ctx workflow.Context, input *cloudfront.CreateFieldLevelEncryptionProfileInput) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error) CreateFieldLevelEncryptionProfileAsync(ctx workflow.Context, input *cloudfront.CreateFieldLevelEncryptionProfileInput) *CreateFieldLevelEncryptionProfileFuture CreateInvalidation(ctx workflow.Context, input *cloudfront.CreateInvalidationInput) (*cloudfront.CreateInvalidationOutput, error) CreateInvalidationAsync(ctx workflow.Context, input *cloudfront.CreateInvalidationInput) *CreateInvalidationFuture CreateKeyGroup(ctx workflow.Context, input *cloudfront.CreateKeyGroupInput) (*cloudfront.CreateKeyGroupOutput, error) CreateKeyGroupAsync(ctx workflow.Context, input *cloudfront.CreateKeyGroupInput) *CreateKeyGroupFuture CreateMonitoringSubscription(ctx workflow.Context, input *cloudfront.CreateMonitoringSubscriptionInput) (*cloudfront.CreateMonitoringSubscriptionOutput, error) CreateMonitoringSubscriptionAsync(ctx workflow.Context, input *cloudfront.CreateMonitoringSubscriptionInput) *CreateMonitoringSubscriptionFuture CreateOriginRequestPolicy(ctx workflow.Context, input *cloudfront.CreateOriginRequestPolicyInput) (*cloudfront.CreateOriginRequestPolicyOutput, error) CreateOriginRequestPolicyAsync(ctx workflow.Context, input *cloudfront.CreateOriginRequestPolicyInput) *CreateOriginRequestPolicyFuture CreatePublicKey(ctx workflow.Context, input *cloudfront.CreatePublicKeyInput) (*cloudfront.CreatePublicKeyOutput, error) CreatePublicKeyAsync(ctx workflow.Context, input *cloudfront.CreatePublicKeyInput) *CreatePublicKeyFuture CreateRealtimeLogConfig(ctx workflow.Context, input *cloudfront.CreateRealtimeLogConfigInput) (*cloudfront.CreateRealtimeLogConfigOutput, error) CreateRealtimeLogConfigAsync(ctx workflow.Context, input *cloudfront.CreateRealtimeLogConfigInput) *CreateRealtimeLogConfigFuture CreateStreamingDistribution(ctx workflow.Context, input *cloudfront.CreateStreamingDistributionInput) (*cloudfront.CreateStreamingDistributionOutput, error) CreateStreamingDistributionAsync(ctx workflow.Context, input *cloudfront.CreateStreamingDistributionInput) *CreateStreamingDistributionFuture CreateStreamingDistributionWithTags(ctx workflow.Context, input *cloudfront.CreateStreamingDistributionWithTagsInput) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error) CreateStreamingDistributionWithTagsAsync(ctx workflow.Context, input *cloudfront.CreateStreamingDistributionWithTagsInput) *CreateStreamingDistributionWithTagsFuture DeleteCachePolicy(ctx workflow.Context, input *cloudfront.DeleteCachePolicyInput) (*cloudfront.DeleteCachePolicyOutput, error) DeleteCachePolicyAsync(ctx workflow.Context, input *cloudfront.DeleteCachePolicyInput) *DeleteCachePolicyFuture DeleteCloudFrontOriginAccessIdentity(ctx workflow.Context, input *cloudfront.DeleteCloudFrontOriginAccessIdentityInput) (*cloudfront.DeleteCloudFrontOriginAccessIdentityOutput, error) DeleteCloudFrontOriginAccessIdentityAsync(ctx workflow.Context, input *cloudfront.DeleteCloudFrontOriginAccessIdentityInput) *DeleteCloudFrontOriginAccessIdentityFuture DeleteDistribution(ctx workflow.Context, input *cloudfront.DeleteDistributionInput) (*cloudfront.DeleteDistributionOutput, error) DeleteDistributionAsync(ctx workflow.Context, input *cloudfront.DeleteDistributionInput) *DeleteDistributionFuture DeleteFieldLevelEncryptionConfig(ctx workflow.Context, input *cloudfront.DeleteFieldLevelEncryptionConfigInput) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error) DeleteFieldLevelEncryptionConfigAsync(ctx workflow.Context, input *cloudfront.DeleteFieldLevelEncryptionConfigInput) *DeleteFieldLevelEncryptionConfigFuture DeleteFieldLevelEncryptionProfile(ctx workflow.Context, input *cloudfront.DeleteFieldLevelEncryptionProfileInput) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error) DeleteFieldLevelEncryptionProfileAsync(ctx workflow.Context, input *cloudfront.DeleteFieldLevelEncryptionProfileInput) *DeleteFieldLevelEncryptionProfileFuture DeleteKeyGroup(ctx workflow.Context, input *cloudfront.DeleteKeyGroupInput) (*cloudfront.DeleteKeyGroupOutput, error) DeleteKeyGroupAsync(ctx workflow.Context, input *cloudfront.DeleteKeyGroupInput) *DeleteKeyGroupFuture DeleteMonitoringSubscription(ctx workflow.Context, input *cloudfront.DeleteMonitoringSubscriptionInput) (*cloudfront.DeleteMonitoringSubscriptionOutput, error) DeleteMonitoringSubscriptionAsync(ctx workflow.Context, input *cloudfront.DeleteMonitoringSubscriptionInput) *DeleteMonitoringSubscriptionFuture DeleteOriginRequestPolicy(ctx workflow.Context, input *cloudfront.DeleteOriginRequestPolicyInput) (*cloudfront.DeleteOriginRequestPolicyOutput, error) DeleteOriginRequestPolicyAsync(ctx workflow.Context, input *cloudfront.DeleteOriginRequestPolicyInput) *DeleteOriginRequestPolicyFuture DeletePublicKey(ctx workflow.Context, input *cloudfront.DeletePublicKeyInput) (*cloudfront.DeletePublicKeyOutput, error) DeletePublicKeyAsync(ctx workflow.Context, input *cloudfront.DeletePublicKeyInput) *DeletePublicKeyFuture DeleteRealtimeLogConfig(ctx workflow.Context, input *cloudfront.DeleteRealtimeLogConfigInput) (*cloudfront.DeleteRealtimeLogConfigOutput, error) DeleteRealtimeLogConfigAsync(ctx workflow.Context, input *cloudfront.DeleteRealtimeLogConfigInput) *DeleteRealtimeLogConfigFuture DeleteStreamingDistribution(ctx workflow.Context, input *cloudfront.DeleteStreamingDistributionInput) (*cloudfront.DeleteStreamingDistributionOutput, error) DeleteStreamingDistributionAsync(ctx workflow.Context, input *cloudfront.DeleteStreamingDistributionInput) *DeleteStreamingDistributionFuture GetCachePolicy(ctx workflow.Context, input *cloudfront.GetCachePolicyInput) (*cloudfront.GetCachePolicyOutput, error) GetCachePolicyAsync(ctx workflow.Context, input *cloudfront.GetCachePolicyInput) *GetCachePolicyFuture GetCachePolicyConfig(ctx workflow.Context, input *cloudfront.GetCachePolicyConfigInput) (*cloudfront.GetCachePolicyConfigOutput, error) GetCachePolicyConfigAsync(ctx workflow.Context, input *cloudfront.GetCachePolicyConfigInput) *GetCachePolicyConfigFuture GetCloudFrontOriginAccessIdentity(ctx workflow.Context, input *cloudfront.GetCloudFrontOriginAccessIdentityInput) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error) GetCloudFrontOriginAccessIdentityAsync(ctx workflow.Context, input *cloudfront.GetCloudFrontOriginAccessIdentityInput) *GetCloudFrontOriginAccessIdentityFuture GetCloudFrontOriginAccessIdentityConfig(ctx workflow.Context, input *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) (*cloudfront.GetCloudFrontOriginAccessIdentityConfigOutput, error) GetCloudFrontOriginAccessIdentityConfigAsync(ctx workflow.Context, input *cloudfront.GetCloudFrontOriginAccessIdentityConfigInput) *GetCloudFrontOriginAccessIdentityConfigFuture GetDistribution(ctx workflow.Context, input *cloudfront.GetDistributionInput) (*cloudfront.GetDistributionOutput, error) GetDistributionAsync(ctx workflow.Context, input *cloudfront.GetDistributionInput) *GetDistributionFuture GetDistributionConfig(ctx workflow.Context, input *cloudfront.GetDistributionConfigInput) (*cloudfront.GetDistributionConfigOutput, error) GetDistributionConfigAsync(ctx workflow.Context, input *cloudfront.GetDistributionConfigInput) *GetDistributionConfigFuture GetFieldLevelEncryption(ctx workflow.Context, input *cloudfront.GetFieldLevelEncryptionInput) (*cloudfront.GetFieldLevelEncryptionOutput, error) GetFieldLevelEncryptionAsync(ctx workflow.Context, input *cloudfront.GetFieldLevelEncryptionInput) *GetFieldLevelEncryptionFuture GetFieldLevelEncryptionConfig(ctx workflow.Context, input *cloudfront.GetFieldLevelEncryptionConfigInput) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error) GetFieldLevelEncryptionConfigAsync(ctx workflow.Context, input *cloudfront.GetFieldLevelEncryptionConfigInput) *GetFieldLevelEncryptionConfigFuture GetFieldLevelEncryptionProfile(ctx workflow.Context, input *cloudfront.GetFieldLevelEncryptionProfileInput) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error) GetFieldLevelEncryptionProfileAsync(ctx workflow.Context, input *cloudfront.GetFieldLevelEncryptionProfileInput) *GetFieldLevelEncryptionProfileFuture GetFieldLevelEncryptionProfileConfig(ctx workflow.Context, input *cloudfront.GetFieldLevelEncryptionProfileConfigInput) (*cloudfront.GetFieldLevelEncryptionProfileConfigOutput, error) GetFieldLevelEncryptionProfileConfigAsync(ctx workflow.Context, input *cloudfront.GetFieldLevelEncryptionProfileConfigInput) *GetFieldLevelEncryptionProfileConfigFuture GetInvalidation(ctx workflow.Context, input *cloudfront.GetInvalidationInput) (*cloudfront.GetInvalidationOutput, error) GetInvalidationAsync(ctx workflow.Context, input *cloudfront.GetInvalidationInput) *GetInvalidationFuture GetKeyGroup(ctx workflow.Context, input *cloudfront.GetKeyGroupInput) (*cloudfront.GetKeyGroupOutput, error) GetKeyGroupAsync(ctx workflow.Context, input *cloudfront.GetKeyGroupInput) *GetKeyGroupFuture GetKeyGroupConfig(ctx workflow.Context, input *cloudfront.GetKeyGroupConfigInput) (*cloudfront.GetKeyGroupConfigOutput, error) GetKeyGroupConfigAsync(ctx workflow.Context, input *cloudfront.GetKeyGroupConfigInput) *GetKeyGroupConfigFuture GetMonitoringSubscription(ctx workflow.Context, input *cloudfront.GetMonitoringSubscriptionInput) (*cloudfront.GetMonitoringSubscriptionOutput, error) GetMonitoringSubscriptionAsync(ctx workflow.Context, input *cloudfront.GetMonitoringSubscriptionInput) *GetMonitoringSubscriptionFuture GetOriginRequestPolicy(ctx workflow.Context, input *cloudfront.GetOriginRequestPolicyInput) (*cloudfront.GetOriginRequestPolicyOutput, error) GetOriginRequestPolicyAsync(ctx workflow.Context, input *cloudfront.GetOriginRequestPolicyInput) *GetOriginRequestPolicyFuture GetOriginRequestPolicyConfig(ctx workflow.Context, input *cloudfront.GetOriginRequestPolicyConfigInput) (*cloudfront.GetOriginRequestPolicyConfigOutput, error) GetOriginRequestPolicyConfigAsync(ctx workflow.Context, input *cloudfront.GetOriginRequestPolicyConfigInput) *GetOriginRequestPolicyConfigFuture GetPublicKey(ctx workflow.Context, input *cloudfront.GetPublicKeyInput) (*cloudfront.GetPublicKeyOutput, error) GetPublicKeyAsync(ctx workflow.Context, input *cloudfront.GetPublicKeyInput) *GetPublicKeyFuture GetPublicKeyConfig(ctx workflow.Context, input *cloudfront.GetPublicKeyConfigInput) (*cloudfront.GetPublicKeyConfigOutput, error) GetPublicKeyConfigAsync(ctx workflow.Context, input *cloudfront.GetPublicKeyConfigInput) *GetPublicKeyConfigFuture GetRealtimeLogConfig(ctx workflow.Context, input *cloudfront.GetRealtimeLogConfigInput) (*cloudfront.GetRealtimeLogConfigOutput, error) GetRealtimeLogConfigAsync(ctx workflow.Context, input *cloudfront.GetRealtimeLogConfigInput) *GetRealtimeLogConfigFuture GetStreamingDistribution(ctx workflow.Context, input *cloudfront.GetStreamingDistributionInput) (*cloudfront.GetStreamingDistributionOutput, error) GetStreamingDistributionAsync(ctx workflow.Context, input *cloudfront.GetStreamingDistributionInput) *GetStreamingDistributionFuture GetStreamingDistributionConfig(ctx workflow.Context, input *cloudfront.GetStreamingDistributionConfigInput) (*cloudfront.GetStreamingDistributionConfigOutput, error) GetStreamingDistributionConfigAsync(ctx workflow.Context, input *cloudfront.GetStreamingDistributionConfigInput) *GetStreamingDistributionConfigFuture ListCachePolicies(ctx workflow.Context, input *cloudfront.ListCachePoliciesInput) (*cloudfront.ListCachePoliciesOutput, error) ListCachePoliciesAsync(ctx workflow.Context, input *cloudfront.ListCachePoliciesInput) *ListCachePoliciesFuture ListCloudFrontOriginAccessIdentities(ctx workflow.Context, input *cloudfront.ListCloudFrontOriginAccessIdentitiesInput) (*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, error) ListCloudFrontOriginAccessIdentitiesAsync(ctx workflow.Context, input *cloudfront.ListCloudFrontOriginAccessIdentitiesInput) *ListCloudFrontOriginAccessIdentitiesFuture ListDistributions(ctx workflow.Context, input *cloudfront.ListDistributionsInput) (*cloudfront.ListDistributionsOutput, error) ListDistributionsAsync(ctx workflow.Context, input *cloudfront.ListDistributionsInput) *ListDistributionsFuture ListDistributionsByCachePolicyId(ctx workflow.Context, input *cloudfront.ListDistributionsByCachePolicyIdInput) (*cloudfront.ListDistributionsByCachePolicyIdOutput, error) ListDistributionsByCachePolicyIdAsync(ctx workflow.Context, input *cloudfront.ListDistributionsByCachePolicyIdInput) *ListDistributionsByCachePolicyIdFuture ListDistributionsByKeyGroup(ctx workflow.Context, input *cloudfront.ListDistributionsByKeyGroupInput) (*cloudfront.ListDistributionsByKeyGroupOutput, error) ListDistributionsByKeyGroupAsync(ctx workflow.Context, input *cloudfront.ListDistributionsByKeyGroupInput) *ListDistributionsByKeyGroupFuture ListDistributionsByOriginRequestPolicyId(ctx workflow.Context, input *cloudfront.ListDistributionsByOriginRequestPolicyIdInput) (*cloudfront.ListDistributionsByOriginRequestPolicyIdOutput, error) ListDistributionsByOriginRequestPolicyIdAsync(ctx workflow.Context, input *cloudfront.ListDistributionsByOriginRequestPolicyIdInput) *ListDistributionsByOriginRequestPolicyIdFuture ListDistributionsByRealtimeLogConfig(ctx workflow.Context, input *cloudfront.ListDistributionsByRealtimeLogConfigInput) (*cloudfront.ListDistributionsByRealtimeLogConfigOutput, error) ListDistributionsByRealtimeLogConfigAsync(ctx workflow.Context, input *cloudfront.ListDistributionsByRealtimeLogConfigInput) *ListDistributionsByRealtimeLogConfigFuture ListDistributionsByWebACLId(ctx workflow.Context, input *cloudfront.ListDistributionsByWebACLIdInput) (*cloudfront.ListDistributionsByWebACLIdOutput, error) ListDistributionsByWebACLIdAsync(ctx workflow.Context, input *cloudfront.ListDistributionsByWebACLIdInput) *ListDistributionsByWebACLIdFuture ListFieldLevelEncryptionConfigs(ctx workflow.Context, input *cloudfront.ListFieldLevelEncryptionConfigsInput) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error) ListFieldLevelEncryptionConfigsAsync(ctx workflow.Context, input *cloudfront.ListFieldLevelEncryptionConfigsInput) *ListFieldLevelEncryptionConfigsFuture ListFieldLevelEncryptionProfiles(ctx workflow.Context, input *cloudfront.ListFieldLevelEncryptionProfilesInput) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error) ListFieldLevelEncryptionProfilesAsync(ctx workflow.Context, input *cloudfront.ListFieldLevelEncryptionProfilesInput) *ListFieldLevelEncryptionProfilesFuture ListInvalidations(ctx workflow.Context, input *cloudfront.ListInvalidationsInput) (*cloudfront.ListInvalidationsOutput, error) ListInvalidationsAsync(ctx workflow.Context, input *cloudfront.ListInvalidationsInput) *ListInvalidationsFuture ListKeyGroups(ctx workflow.Context, input *cloudfront.ListKeyGroupsInput) (*cloudfront.ListKeyGroupsOutput, error) ListKeyGroupsAsync(ctx workflow.Context, input *cloudfront.ListKeyGroupsInput) *ListKeyGroupsFuture ListOriginRequestPolicies(ctx workflow.Context, input *cloudfront.ListOriginRequestPoliciesInput) (*cloudfront.ListOriginRequestPoliciesOutput, error) ListOriginRequestPoliciesAsync(ctx workflow.Context, input *cloudfront.ListOriginRequestPoliciesInput) *ListOriginRequestPoliciesFuture ListPublicKeys(ctx workflow.Context, input *cloudfront.ListPublicKeysInput) (*cloudfront.ListPublicKeysOutput, error) ListPublicKeysAsync(ctx workflow.Context, input *cloudfront.ListPublicKeysInput) *ListPublicKeysFuture ListRealtimeLogConfigs(ctx workflow.Context, input *cloudfront.ListRealtimeLogConfigsInput) (*cloudfront.ListRealtimeLogConfigsOutput, error) ListRealtimeLogConfigsAsync(ctx workflow.Context, input *cloudfront.ListRealtimeLogConfigsInput) *ListRealtimeLogConfigsFuture ListStreamingDistributions(ctx workflow.Context, input *cloudfront.ListStreamingDistributionsInput) (*cloudfront.ListStreamingDistributionsOutput, error) ListStreamingDistributionsAsync(ctx workflow.Context, input *cloudfront.ListStreamingDistributionsInput) *ListStreamingDistributionsFuture ListTagsForResource(ctx workflow.Context, input *cloudfront.ListTagsForResourceInput) (*cloudfront.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *cloudfront.ListTagsForResourceInput) *ListTagsForResourceFuture TagResource(ctx workflow.Context, input *cloudfront.TagResourceInput) (*cloudfront.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *cloudfront.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *cloudfront.UntagResourceInput) (*cloudfront.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *cloudfront.UntagResourceInput) *UntagResourceFuture UpdateCachePolicy(ctx workflow.Context, input *cloudfront.UpdateCachePolicyInput) (*cloudfront.UpdateCachePolicyOutput, error) UpdateCachePolicyAsync(ctx workflow.Context, input *cloudfront.UpdateCachePolicyInput) *UpdateCachePolicyFuture UpdateCloudFrontOriginAccessIdentity(ctx workflow.Context, input *cloudfront.UpdateCloudFrontOriginAccessIdentityInput) (*cloudfront.UpdateCloudFrontOriginAccessIdentityOutput, error) UpdateCloudFrontOriginAccessIdentityAsync(ctx workflow.Context, input *cloudfront.UpdateCloudFrontOriginAccessIdentityInput) *UpdateCloudFrontOriginAccessIdentityFuture UpdateDistribution(ctx workflow.Context, input *cloudfront.UpdateDistributionInput) (*cloudfront.UpdateDistributionOutput, error) UpdateDistributionAsync(ctx workflow.Context, input *cloudfront.UpdateDistributionInput) *UpdateDistributionFuture UpdateFieldLevelEncryptionConfig(ctx workflow.Context, input *cloudfront.UpdateFieldLevelEncryptionConfigInput) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error) UpdateFieldLevelEncryptionConfigAsync(ctx workflow.Context, input *cloudfront.UpdateFieldLevelEncryptionConfigInput) *UpdateFieldLevelEncryptionConfigFuture UpdateFieldLevelEncryptionProfile(ctx workflow.Context, input *cloudfront.UpdateFieldLevelEncryptionProfileInput) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error) UpdateFieldLevelEncryptionProfileAsync(ctx workflow.Context, input *cloudfront.UpdateFieldLevelEncryptionProfileInput) *UpdateFieldLevelEncryptionProfileFuture UpdateKeyGroup(ctx workflow.Context, input *cloudfront.UpdateKeyGroupInput) (*cloudfront.UpdateKeyGroupOutput, error) UpdateKeyGroupAsync(ctx workflow.Context, input *cloudfront.UpdateKeyGroupInput) *UpdateKeyGroupFuture UpdateOriginRequestPolicy(ctx workflow.Context, input *cloudfront.UpdateOriginRequestPolicyInput) (*cloudfront.UpdateOriginRequestPolicyOutput, error) UpdateOriginRequestPolicyAsync(ctx workflow.Context, input *cloudfront.UpdateOriginRequestPolicyInput) *UpdateOriginRequestPolicyFuture UpdatePublicKey(ctx workflow.Context, input *cloudfront.UpdatePublicKeyInput) (*cloudfront.UpdatePublicKeyOutput, error) UpdatePublicKeyAsync(ctx workflow.Context, input *cloudfront.UpdatePublicKeyInput) *UpdatePublicKeyFuture UpdateRealtimeLogConfig(ctx workflow.Context, input *cloudfront.UpdateRealtimeLogConfigInput) (*cloudfront.UpdateRealtimeLogConfigOutput, error) UpdateRealtimeLogConfigAsync(ctx workflow.Context, input *cloudfront.UpdateRealtimeLogConfigInput) *UpdateRealtimeLogConfigFuture UpdateStreamingDistribution(ctx workflow.Context, input *cloudfront.UpdateStreamingDistributionInput) (*cloudfront.UpdateStreamingDistributionOutput, error) UpdateStreamingDistributionAsync(ctx workflow.Context, input *cloudfront.UpdateStreamingDistributionInput) *UpdateStreamingDistributionFuture WaitUntilDistributionDeployed(ctx workflow.Context, input *cloudfront.GetDistributionInput) error WaitUntilDistributionDeployedAsync(ctx workflow.Context, input *cloudfront.GetDistributionInput) *clients.VoidFuture WaitUntilInvalidationCompleted(ctx workflow.Context, input *cloudfront.GetInvalidationInput) error WaitUntilInvalidationCompletedAsync(ctx workflow.Context, input *cloudfront.GetInvalidationInput) *clients.VoidFuture WaitUntilStreamingDistributionDeployed(ctx workflow.Context, input *cloudfront.GetStreamingDistributionInput) error WaitUntilStreamingDistributionDeployedAsync(ctx workflow.Context, input *cloudfront.GetStreamingDistributionInput) *clients.VoidFuture }
type CreateCachePolicyFuture ¶
type CreateCachePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCachePolicyFuture) Get ¶
func (r *CreateCachePolicyFuture) Get(ctx workflow.Context) (*cloudfront.CreateCachePolicyOutput, error)
type CreateCloudFrontOriginAccessIdentityFuture ¶
type CreateCloudFrontOriginAccessIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
type CreateDistributionFuture ¶
type CreateDistributionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDistributionFuture) Get ¶
func (r *CreateDistributionFuture) Get(ctx workflow.Context) (*cloudfront.CreateDistributionOutput, error)
type CreateDistributionWithTagsFuture ¶
type CreateDistributionWithTagsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDistributionWithTagsFuture) Get ¶
func (r *CreateDistributionWithTagsFuture) Get(ctx workflow.Context) (*cloudfront.CreateDistributionWithTagsOutput, error)
type CreateFieldLevelEncryptionConfigFuture ¶
type CreateFieldLevelEncryptionConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateFieldLevelEncryptionConfigFuture) Get ¶
func (r *CreateFieldLevelEncryptionConfigFuture) Get(ctx workflow.Context) (*cloudfront.CreateFieldLevelEncryptionConfigOutput, error)
type CreateFieldLevelEncryptionProfileFuture ¶
type CreateFieldLevelEncryptionProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateFieldLevelEncryptionProfileFuture) Get ¶
func (r *CreateFieldLevelEncryptionProfileFuture) Get(ctx workflow.Context) (*cloudfront.CreateFieldLevelEncryptionProfileOutput, error)
type CreateInvalidationFuture ¶
type CreateInvalidationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateInvalidationFuture) Get ¶
func (r *CreateInvalidationFuture) Get(ctx workflow.Context) (*cloudfront.CreateInvalidationOutput, error)
type CreateKeyGroupFuture ¶
func (*CreateKeyGroupFuture) Get ¶
func (r *CreateKeyGroupFuture) Get(ctx workflow.Context) (*cloudfront.CreateKeyGroupOutput, error)
type CreateMonitoringSubscriptionFuture ¶
type CreateMonitoringSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateMonitoringSubscriptionFuture) Get ¶
func (r *CreateMonitoringSubscriptionFuture) Get(ctx workflow.Context) (*cloudfront.CreateMonitoringSubscriptionOutput, error)
type CreateOriginRequestPolicyFuture ¶
type CreateOriginRequestPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateOriginRequestPolicyFuture) Get ¶
func (r *CreateOriginRequestPolicyFuture) Get(ctx workflow.Context) (*cloudfront.CreateOriginRequestPolicyOutput, error)
type CreatePublicKeyFuture ¶
type CreatePublicKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePublicKeyFuture) Get ¶
func (r *CreatePublicKeyFuture) Get(ctx workflow.Context) (*cloudfront.CreatePublicKeyOutput, error)
type CreateRealtimeLogConfigFuture ¶
type CreateRealtimeLogConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRealtimeLogConfigFuture) Get ¶
func (r *CreateRealtimeLogConfigFuture) Get(ctx workflow.Context) (*cloudfront.CreateRealtimeLogConfigOutput, error)
type CreateStreamingDistributionFuture ¶
type CreateStreamingDistributionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateStreamingDistributionFuture) Get ¶
func (r *CreateStreamingDistributionFuture) Get(ctx workflow.Context) (*cloudfront.CreateStreamingDistributionOutput, error)
type CreateStreamingDistributionWithTagsFuture ¶
type CreateStreamingDistributionWithTagsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateStreamingDistributionWithTagsFuture) Get ¶
func (r *CreateStreamingDistributionWithTagsFuture) Get(ctx workflow.Context) (*cloudfront.CreateStreamingDistributionWithTagsOutput, error)
type DeleteCachePolicyFuture ¶
type DeleteCachePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCachePolicyFuture) Get ¶
func (r *DeleteCachePolicyFuture) Get(ctx workflow.Context) (*cloudfront.DeleteCachePolicyOutput, error)
type DeleteCloudFrontOriginAccessIdentityFuture ¶
type DeleteCloudFrontOriginAccessIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DeleteDistributionFuture ¶
type DeleteDistributionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDistributionFuture) Get ¶
func (r *DeleteDistributionFuture) Get(ctx workflow.Context) (*cloudfront.DeleteDistributionOutput, error)
type DeleteFieldLevelEncryptionConfigFuture ¶
type DeleteFieldLevelEncryptionConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteFieldLevelEncryptionConfigFuture) Get ¶
func (r *DeleteFieldLevelEncryptionConfigFuture) Get(ctx workflow.Context) (*cloudfront.DeleteFieldLevelEncryptionConfigOutput, error)
type DeleteFieldLevelEncryptionProfileFuture ¶
type DeleteFieldLevelEncryptionProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteFieldLevelEncryptionProfileFuture) Get ¶
func (r *DeleteFieldLevelEncryptionProfileFuture) Get(ctx workflow.Context) (*cloudfront.DeleteFieldLevelEncryptionProfileOutput, error)
type DeleteKeyGroupFuture ¶
func (*DeleteKeyGroupFuture) Get ¶
func (r *DeleteKeyGroupFuture) Get(ctx workflow.Context) (*cloudfront.DeleteKeyGroupOutput, error)
type DeleteMonitoringSubscriptionFuture ¶
type DeleteMonitoringSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteMonitoringSubscriptionFuture) Get ¶
func (r *DeleteMonitoringSubscriptionFuture) Get(ctx workflow.Context) (*cloudfront.DeleteMonitoringSubscriptionOutput, error)
type DeleteOriginRequestPolicyFuture ¶
type DeleteOriginRequestPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteOriginRequestPolicyFuture) Get ¶
func (r *DeleteOriginRequestPolicyFuture) Get(ctx workflow.Context) (*cloudfront.DeleteOriginRequestPolicyOutput, error)
type DeletePublicKeyFuture ¶
type DeletePublicKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePublicKeyFuture) Get ¶
func (r *DeletePublicKeyFuture) Get(ctx workflow.Context) (*cloudfront.DeletePublicKeyOutput, error)
type DeleteRealtimeLogConfigFuture ¶
type DeleteRealtimeLogConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRealtimeLogConfigFuture) Get ¶
func (r *DeleteRealtimeLogConfigFuture) Get(ctx workflow.Context) (*cloudfront.DeleteRealtimeLogConfigOutput, error)
type DeleteStreamingDistributionFuture ¶
type DeleteStreamingDistributionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteStreamingDistributionFuture) Get ¶
func (r *DeleteStreamingDistributionFuture) Get(ctx workflow.Context) (*cloudfront.DeleteStreamingDistributionOutput, error)
type GetCachePolicyConfigFuture ¶
type GetCachePolicyConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCachePolicyConfigFuture) Get ¶
func (r *GetCachePolicyConfigFuture) Get(ctx workflow.Context) (*cloudfront.GetCachePolicyConfigOutput, error)
type GetCachePolicyFuture ¶
func (*GetCachePolicyFuture) Get ¶
func (r *GetCachePolicyFuture) Get(ctx workflow.Context) (*cloudfront.GetCachePolicyOutput, error)
type GetCloudFrontOriginAccessIdentityConfigFuture ¶
type GetCloudFrontOriginAccessIdentityConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetCloudFrontOriginAccessIdentityFuture ¶
type GetCloudFrontOriginAccessIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCloudFrontOriginAccessIdentityFuture) Get ¶
func (r *GetCloudFrontOriginAccessIdentityFuture) Get(ctx workflow.Context) (*cloudfront.GetCloudFrontOriginAccessIdentityOutput, error)
type GetDistributionConfigFuture ¶
type GetDistributionConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDistributionConfigFuture) Get ¶
func (r *GetDistributionConfigFuture) Get(ctx workflow.Context) (*cloudfront.GetDistributionConfigOutput, error)
type GetDistributionFuture ¶
type GetDistributionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDistributionFuture) Get ¶
func (r *GetDistributionFuture) Get(ctx workflow.Context) (*cloudfront.GetDistributionOutput, error)
type GetFieldLevelEncryptionConfigFuture ¶
type GetFieldLevelEncryptionConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetFieldLevelEncryptionConfigFuture) Get ¶
func (r *GetFieldLevelEncryptionConfigFuture) Get(ctx workflow.Context) (*cloudfront.GetFieldLevelEncryptionConfigOutput, error)
type GetFieldLevelEncryptionFuture ¶
type GetFieldLevelEncryptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetFieldLevelEncryptionFuture) Get ¶
func (r *GetFieldLevelEncryptionFuture) Get(ctx workflow.Context) (*cloudfront.GetFieldLevelEncryptionOutput, error)
type GetFieldLevelEncryptionProfileConfigFuture ¶
type GetFieldLevelEncryptionProfileConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetFieldLevelEncryptionProfileFuture ¶
type GetFieldLevelEncryptionProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetFieldLevelEncryptionProfileFuture) Get ¶
func (r *GetFieldLevelEncryptionProfileFuture) Get(ctx workflow.Context) (*cloudfront.GetFieldLevelEncryptionProfileOutput, error)
type GetInvalidationFuture ¶
type GetInvalidationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetInvalidationFuture) Get ¶
func (r *GetInvalidationFuture) Get(ctx workflow.Context) (*cloudfront.GetInvalidationOutput, error)
type GetKeyGroupConfigFuture ¶
type GetKeyGroupConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetKeyGroupConfigFuture) Get ¶
func (r *GetKeyGroupConfigFuture) Get(ctx workflow.Context) (*cloudfront.GetKeyGroupConfigOutput, error)
type GetKeyGroupFuture ¶
func (*GetKeyGroupFuture) Get ¶
func (r *GetKeyGroupFuture) Get(ctx workflow.Context) (*cloudfront.GetKeyGroupOutput, error)
type GetMonitoringSubscriptionFuture ¶
type GetMonitoringSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMonitoringSubscriptionFuture) Get ¶
func (r *GetMonitoringSubscriptionFuture) Get(ctx workflow.Context) (*cloudfront.GetMonitoringSubscriptionOutput, error)
type GetOriginRequestPolicyConfigFuture ¶
type GetOriginRequestPolicyConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetOriginRequestPolicyConfigFuture) Get ¶
func (r *GetOriginRequestPolicyConfigFuture) Get(ctx workflow.Context) (*cloudfront.GetOriginRequestPolicyConfigOutput, error)
type GetOriginRequestPolicyFuture ¶
type GetOriginRequestPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetOriginRequestPolicyFuture) Get ¶
func (r *GetOriginRequestPolicyFuture) Get(ctx workflow.Context) (*cloudfront.GetOriginRequestPolicyOutput, error)
type GetPublicKeyConfigFuture ¶
type GetPublicKeyConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPublicKeyConfigFuture) Get ¶
func (r *GetPublicKeyConfigFuture) Get(ctx workflow.Context) (*cloudfront.GetPublicKeyConfigOutput, error)
type GetPublicKeyFuture ¶
func (*GetPublicKeyFuture) Get ¶
func (r *GetPublicKeyFuture) Get(ctx workflow.Context) (*cloudfront.GetPublicKeyOutput, error)
type GetRealtimeLogConfigFuture ¶
type GetRealtimeLogConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRealtimeLogConfigFuture) Get ¶
func (r *GetRealtimeLogConfigFuture) Get(ctx workflow.Context) (*cloudfront.GetRealtimeLogConfigOutput, error)
type GetStreamingDistributionConfigFuture ¶
type GetStreamingDistributionConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetStreamingDistributionConfigFuture) Get ¶
func (r *GetStreamingDistributionConfigFuture) Get(ctx workflow.Context) (*cloudfront.GetStreamingDistributionConfigOutput, error)
type GetStreamingDistributionFuture ¶
type GetStreamingDistributionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetStreamingDistributionFuture) Get ¶
func (r *GetStreamingDistributionFuture) Get(ctx workflow.Context) (*cloudfront.GetStreamingDistributionOutput, error)
type ListCachePoliciesFuture ¶
type ListCachePoliciesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListCachePoliciesFuture) Get ¶
func (r *ListCachePoliciesFuture) Get(ctx workflow.Context) (*cloudfront.ListCachePoliciesOutput, error)
type ListCloudFrontOriginAccessIdentitiesFuture ¶
type ListCloudFrontOriginAccessIdentitiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListDistributionsByCachePolicyIdFuture ¶
type ListDistributionsByCachePolicyIdFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDistributionsByCachePolicyIdFuture) Get ¶
func (r *ListDistributionsByCachePolicyIdFuture) Get(ctx workflow.Context) (*cloudfront.ListDistributionsByCachePolicyIdOutput, error)
type ListDistributionsByKeyGroupFuture ¶
type ListDistributionsByKeyGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDistributionsByKeyGroupFuture) Get ¶
func (r *ListDistributionsByKeyGroupFuture) Get(ctx workflow.Context) (*cloudfront.ListDistributionsByKeyGroupOutput, error)
type ListDistributionsByOriginRequestPolicyIdFuture ¶
type ListDistributionsByOriginRequestPolicyIdFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListDistributionsByRealtimeLogConfigFuture ¶
type ListDistributionsByRealtimeLogConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListDistributionsByWebACLIdFuture ¶
type ListDistributionsByWebACLIdFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDistributionsByWebACLIdFuture) Get ¶
func (r *ListDistributionsByWebACLIdFuture) Get(ctx workflow.Context) (*cloudfront.ListDistributionsByWebACLIdOutput, error)
type ListDistributionsFuture ¶
type ListDistributionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDistributionsFuture) Get ¶
func (r *ListDistributionsFuture) Get(ctx workflow.Context) (*cloudfront.ListDistributionsOutput, error)
type ListFieldLevelEncryptionConfigsFuture ¶
type ListFieldLevelEncryptionConfigsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListFieldLevelEncryptionConfigsFuture) Get ¶
func (r *ListFieldLevelEncryptionConfigsFuture) Get(ctx workflow.Context) (*cloudfront.ListFieldLevelEncryptionConfigsOutput, error)
type ListFieldLevelEncryptionProfilesFuture ¶
type ListFieldLevelEncryptionProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListFieldLevelEncryptionProfilesFuture) Get ¶
func (r *ListFieldLevelEncryptionProfilesFuture) Get(ctx workflow.Context) (*cloudfront.ListFieldLevelEncryptionProfilesOutput, error)
type ListInvalidationsFuture ¶
type ListInvalidationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListInvalidationsFuture) Get ¶
func (r *ListInvalidationsFuture) Get(ctx workflow.Context) (*cloudfront.ListInvalidationsOutput, error)
type ListKeyGroupsFuture ¶
func (*ListKeyGroupsFuture) Get ¶
func (r *ListKeyGroupsFuture) Get(ctx workflow.Context) (*cloudfront.ListKeyGroupsOutput, error)
type ListOriginRequestPoliciesFuture ¶
type ListOriginRequestPoliciesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListOriginRequestPoliciesFuture) Get ¶
func (r *ListOriginRequestPoliciesFuture) Get(ctx workflow.Context) (*cloudfront.ListOriginRequestPoliciesOutput, error)
type ListPublicKeysFuture ¶
func (*ListPublicKeysFuture) Get ¶
func (r *ListPublicKeysFuture) Get(ctx workflow.Context) (*cloudfront.ListPublicKeysOutput, error)
type ListRealtimeLogConfigsFuture ¶
type ListRealtimeLogConfigsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRealtimeLogConfigsFuture) Get ¶
func (r *ListRealtimeLogConfigsFuture) Get(ctx workflow.Context) (*cloudfront.ListRealtimeLogConfigsOutput, error)
type ListStreamingDistributionsFuture ¶
type ListStreamingDistributionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListStreamingDistributionsFuture) Get ¶
func (r *ListStreamingDistributionsFuture) Get(ctx workflow.Context) (*cloudfront.ListStreamingDistributionsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*cloudfront.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*cloudfront.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*cloudfront.UntagResourceOutput, error)
type UpdateCachePolicyFuture ¶
type UpdateCachePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateCachePolicyFuture) Get ¶
func (r *UpdateCachePolicyFuture) Get(ctx workflow.Context) (*cloudfront.UpdateCachePolicyOutput, error)
type UpdateCloudFrontOriginAccessIdentityFuture ¶
type UpdateCloudFrontOriginAccessIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
type UpdateDistributionFuture ¶
type UpdateDistributionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDistributionFuture) Get ¶
func (r *UpdateDistributionFuture) Get(ctx workflow.Context) (*cloudfront.UpdateDistributionOutput, error)
type UpdateFieldLevelEncryptionConfigFuture ¶
type UpdateFieldLevelEncryptionConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateFieldLevelEncryptionConfigFuture) Get ¶
func (r *UpdateFieldLevelEncryptionConfigFuture) Get(ctx workflow.Context) (*cloudfront.UpdateFieldLevelEncryptionConfigOutput, error)
type UpdateFieldLevelEncryptionProfileFuture ¶
type UpdateFieldLevelEncryptionProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateFieldLevelEncryptionProfileFuture) Get ¶
func (r *UpdateFieldLevelEncryptionProfileFuture) Get(ctx workflow.Context) (*cloudfront.UpdateFieldLevelEncryptionProfileOutput, error)
type UpdateKeyGroupFuture ¶
func (*UpdateKeyGroupFuture) Get ¶
func (r *UpdateKeyGroupFuture) Get(ctx workflow.Context) (*cloudfront.UpdateKeyGroupOutput, error)
type UpdateOriginRequestPolicyFuture ¶
type UpdateOriginRequestPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateOriginRequestPolicyFuture) Get ¶
func (r *UpdateOriginRequestPolicyFuture) Get(ctx workflow.Context) (*cloudfront.UpdateOriginRequestPolicyOutput, error)
type UpdatePublicKeyFuture ¶
type UpdatePublicKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePublicKeyFuture) Get ¶
func (r *UpdatePublicKeyFuture) Get(ctx workflow.Context) (*cloudfront.UpdatePublicKeyOutput, error)
type UpdateRealtimeLogConfigFuture ¶
type UpdateRealtimeLogConfigFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRealtimeLogConfigFuture) Get ¶
func (r *UpdateRealtimeLogConfigFuture) Get(ctx workflow.Context) (*cloudfront.UpdateRealtimeLogConfigOutput, error)
type UpdateStreamingDistributionFuture ¶
type UpdateStreamingDistributionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateStreamingDistributionFuture) Get ¶
func (r *UpdateStreamingDistributionFuture) Get(ctx workflow.Context) (*cloudfront.UpdateStreamingDistributionOutput, error)
Click to show internal directories.
Click to hide internal directories.