Documentation ¶
Index ¶
- type AssociateServiceQuotaTemplateFuture
- type Client
- type DeleteServiceQuotaIncreaseRequestFromTemplateFuture
- type DisassociateServiceQuotaTemplateFuture
- type GetAWSDefaultServiceQuotaFuture
- type GetAssociationForServiceQuotaTemplateFuture
- type GetRequestedServiceQuotaChangeFuture
- type GetServiceQuotaFuture
- type GetServiceQuotaIncreaseRequestFromTemplateFuture
- type ListAWSDefaultServiceQuotasFuture
- type ListRequestedServiceQuotaChangeHistoryByQuotaFuture
- type ListRequestedServiceQuotaChangeHistoryFuture
- type ListServiceQuotaIncreaseRequestsInTemplateFuture
- type ListServiceQuotasFuture
- type ListServicesFuture
- type PutServiceQuotaIncreaseRequestIntoTemplateFuture
- type RequestServiceQuotaIncreaseFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateServiceQuotaTemplateFuture ¶
type AssociateServiceQuotaTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateServiceQuotaTemplateFuture) Get ¶
func (r *AssociateServiceQuotaTemplateFuture) Get(ctx workflow.Context) (*servicequotas.AssociateServiceQuotaTemplateOutput, error)
type Client ¶
type Client interface { AssociateServiceQuotaTemplate(ctx workflow.Context, input *servicequotas.AssociateServiceQuotaTemplateInput) (*servicequotas.AssociateServiceQuotaTemplateOutput, error) AssociateServiceQuotaTemplateAsync(ctx workflow.Context, input *servicequotas.AssociateServiceQuotaTemplateInput) *AssociateServiceQuotaTemplateFuture DeleteServiceQuotaIncreaseRequestFromTemplate(ctx workflow.Context, input *servicequotas.DeleteServiceQuotaIncreaseRequestFromTemplateInput) (*servicequotas.DeleteServiceQuotaIncreaseRequestFromTemplateOutput, error) DeleteServiceQuotaIncreaseRequestFromTemplateAsync(ctx workflow.Context, input *servicequotas.DeleteServiceQuotaIncreaseRequestFromTemplateInput) *DeleteServiceQuotaIncreaseRequestFromTemplateFuture DisassociateServiceQuotaTemplate(ctx workflow.Context, input *servicequotas.DisassociateServiceQuotaTemplateInput) (*servicequotas.DisassociateServiceQuotaTemplateOutput, error) DisassociateServiceQuotaTemplateAsync(ctx workflow.Context, input *servicequotas.DisassociateServiceQuotaTemplateInput) *DisassociateServiceQuotaTemplateFuture GetAWSDefaultServiceQuota(ctx workflow.Context, input *servicequotas.GetAWSDefaultServiceQuotaInput) (*servicequotas.GetAWSDefaultServiceQuotaOutput, error) GetAWSDefaultServiceQuotaAsync(ctx workflow.Context, input *servicequotas.GetAWSDefaultServiceQuotaInput) *GetAWSDefaultServiceQuotaFuture GetAssociationForServiceQuotaTemplate(ctx workflow.Context, input *servicequotas.GetAssociationForServiceQuotaTemplateInput) (*servicequotas.GetAssociationForServiceQuotaTemplateOutput, error) GetAssociationForServiceQuotaTemplateAsync(ctx workflow.Context, input *servicequotas.GetAssociationForServiceQuotaTemplateInput) *GetAssociationForServiceQuotaTemplateFuture GetRequestedServiceQuotaChange(ctx workflow.Context, input *servicequotas.GetRequestedServiceQuotaChangeInput) (*servicequotas.GetRequestedServiceQuotaChangeOutput, error) GetRequestedServiceQuotaChangeAsync(ctx workflow.Context, input *servicequotas.GetRequestedServiceQuotaChangeInput) *GetRequestedServiceQuotaChangeFuture GetServiceQuota(ctx workflow.Context, input *servicequotas.GetServiceQuotaInput) (*servicequotas.GetServiceQuotaOutput, error) GetServiceQuotaAsync(ctx workflow.Context, input *servicequotas.GetServiceQuotaInput) *GetServiceQuotaFuture GetServiceQuotaIncreaseRequestFromTemplate(ctx workflow.Context, input *servicequotas.GetServiceQuotaIncreaseRequestFromTemplateInput) (*servicequotas.GetServiceQuotaIncreaseRequestFromTemplateOutput, error) GetServiceQuotaIncreaseRequestFromTemplateAsync(ctx workflow.Context, input *servicequotas.GetServiceQuotaIncreaseRequestFromTemplateInput) *GetServiceQuotaIncreaseRequestFromTemplateFuture ListAWSDefaultServiceQuotas(ctx workflow.Context, input *servicequotas.ListAWSDefaultServiceQuotasInput) (*servicequotas.ListAWSDefaultServiceQuotasOutput, error) ListAWSDefaultServiceQuotasAsync(ctx workflow.Context, input *servicequotas.ListAWSDefaultServiceQuotasInput) *ListAWSDefaultServiceQuotasFuture ListRequestedServiceQuotaChangeHistory(ctx workflow.Context, input *servicequotas.ListRequestedServiceQuotaChangeHistoryInput) (*servicequotas.ListRequestedServiceQuotaChangeHistoryOutput, error) ListRequestedServiceQuotaChangeHistoryAsync(ctx workflow.Context, input *servicequotas.ListRequestedServiceQuotaChangeHistoryInput) *ListRequestedServiceQuotaChangeHistoryFuture ListRequestedServiceQuotaChangeHistoryByQuota(ctx workflow.Context, input *servicequotas.ListRequestedServiceQuotaChangeHistoryByQuotaInput) (*servicequotas.ListRequestedServiceQuotaChangeHistoryByQuotaOutput, error) ListRequestedServiceQuotaChangeHistoryByQuotaAsync(ctx workflow.Context, input *servicequotas.ListRequestedServiceQuotaChangeHistoryByQuotaInput) *ListRequestedServiceQuotaChangeHistoryByQuotaFuture ListServiceQuotaIncreaseRequestsInTemplate(ctx workflow.Context, input *servicequotas.ListServiceQuotaIncreaseRequestsInTemplateInput) (*servicequotas.ListServiceQuotaIncreaseRequestsInTemplateOutput, error) ListServiceQuotaIncreaseRequestsInTemplateAsync(ctx workflow.Context, input *servicequotas.ListServiceQuotaIncreaseRequestsInTemplateInput) *ListServiceQuotaIncreaseRequestsInTemplateFuture ListServiceQuotas(ctx workflow.Context, input *servicequotas.ListServiceQuotasInput) (*servicequotas.ListServiceQuotasOutput, error) ListServiceQuotasAsync(ctx workflow.Context, input *servicequotas.ListServiceQuotasInput) *ListServiceQuotasFuture ListServices(ctx workflow.Context, input *servicequotas.ListServicesInput) (*servicequotas.ListServicesOutput, error) ListServicesAsync(ctx workflow.Context, input *servicequotas.ListServicesInput) *ListServicesFuture PutServiceQuotaIncreaseRequestIntoTemplate(ctx workflow.Context, input *servicequotas.PutServiceQuotaIncreaseRequestIntoTemplateInput) (*servicequotas.PutServiceQuotaIncreaseRequestIntoTemplateOutput, error) PutServiceQuotaIncreaseRequestIntoTemplateAsync(ctx workflow.Context, input *servicequotas.PutServiceQuotaIncreaseRequestIntoTemplateInput) *PutServiceQuotaIncreaseRequestIntoTemplateFuture RequestServiceQuotaIncrease(ctx workflow.Context, input *servicequotas.RequestServiceQuotaIncreaseInput) (*servicequotas.RequestServiceQuotaIncreaseOutput, error) RequestServiceQuotaIncreaseAsync(ctx workflow.Context, input *servicequotas.RequestServiceQuotaIncreaseInput) *RequestServiceQuotaIncreaseFuture }
type DeleteServiceQuotaIncreaseRequestFromTemplateFuture ¶
type DeleteServiceQuotaIncreaseRequestFromTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DisassociateServiceQuotaTemplateFuture ¶
type DisassociateServiceQuotaTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateServiceQuotaTemplateFuture) Get ¶
func (r *DisassociateServiceQuotaTemplateFuture) Get(ctx workflow.Context) (*servicequotas.DisassociateServiceQuotaTemplateOutput, error)
type GetAWSDefaultServiceQuotaFuture ¶
type GetAWSDefaultServiceQuotaFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAWSDefaultServiceQuotaFuture) Get ¶
func (r *GetAWSDefaultServiceQuotaFuture) Get(ctx workflow.Context) (*servicequotas.GetAWSDefaultServiceQuotaOutput, error)
type GetAssociationForServiceQuotaTemplateFuture ¶
type GetAssociationForServiceQuotaTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetRequestedServiceQuotaChangeFuture ¶
type GetRequestedServiceQuotaChangeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRequestedServiceQuotaChangeFuture) Get ¶
func (r *GetRequestedServiceQuotaChangeFuture) Get(ctx workflow.Context) (*servicequotas.GetRequestedServiceQuotaChangeOutput, error)
type GetServiceQuotaFuture ¶
type GetServiceQuotaFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetServiceQuotaFuture) Get ¶
func (r *GetServiceQuotaFuture) Get(ctx workflow.Context) (*servicequotas.GetServiceQuotaOutput, error)
type GetServiceQuotaIncreaseRequestFromTemplateFuture ¶
type GetServiceQuotaIncreaseRequestFromTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListAWSDefaultServiceQuotasFuture ¶
type ListAWSDefaultServiceQuotasFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAWSDefaultServiceQuotasFuture) Get ¶
func (r *ListAWSDefaultServiceQuotasFuture) Get(ctx workflow.Context) (*servicequotas.ListAWSDefaultServiceQuotasOutput, error)
type ListRequestedServiceQuotaChangeHistoryByQuotaFuture ¶
type ListRequestedServiceQuotaChangeHistoryByQuotaFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListRequestedServiceQuotaChangeHistoryFuture ¶
type ListRequestedServiceQuotaChangeHistoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListServiceQuotaIncreaseRequestsInTemplateFuture ¶
type ListServiceQuotaIncreaseRequestsInTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListServiceQuotasFuture ¶
type ListServiceQuotasFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListServiceQuotasFuture) Get ¶
func (r *ListServiceQuotasFuture) Get(ctx workflow.Context) (*servicequotas.ListServiceQuotasOutput, error)
type ListServicesFuture ¶
func (*ListServicesFuture) Get ¶
func (r *ListServicesFuture) Get(ctx workflow.Context) (*servicequotas.ListServicesOutput, error)
type PutServiceQuotaIncreaseRequestIntoTemplateFuture ¶
type PutServiceQuotaIncreaseRequestIntoTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
type RequestServiceQuotaIncreaseFuture ¶
type RequestServiceQuotaIncreaseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RequestServiceQuotaIncreaseFuture) Get ¶
func (r *RequestServiceQuotaIncreaseFuture) Get(ctx workflow.Context) (*servicequotas.RequestServiceQuotaIncreaseOutput, error)
Click to show internal directories.
Click to hide internal directories.