Documentation
¶
Index ¶
- type SC
- func (serviceCatalog SC) NotifyProvisionProductEngineWorkflowResult(ctx context.Context, ...) (*servicecatalog.NotifyProvisionProductEngineWorkflowResultOutput, error)
- func (serviceCatalog SC) NotifyTerminateProvisionedProductEngineWorkflowResult(ctx context.Context, ...) (*servicecatalog.NotifyTerminateProvisionedProductEngineWorkflowResultOutput, ...)
- func (serviceCatalog SC) NotifyUpdateProvisionedProductEngineWorkflowResult(ctx context.Context, ...) (*servicecatalog.NotifyUpdateProvisionedProductEngineWorkflowResultOutput, ...)
- type ServiceCatalog
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SC ¶
type SC struct {
Client *servicecatalog.Client
}
func (SC) NotifyProvisionProductEngineWorkflowResult ¶
func (serviceCatalog SC) NotifyProvisionProductEngineWorkflowResult(ctx context.Context, input *servicecatalog.NotifyProvisionProductEngineWorkflowResultInput) (*servicecatalog.NotifyProvisionProductEngineWorkflowResultOutput, error)
func (SC) NotifyTerminateProvisionedProductEngineWorkflowResult ¶
func (serviceCatalog SC) NotifyTerminateProvisionedProductEngineWorkflowResult(ctx context.Context, input *servicecatalog.NotifyTerminateProvisionedProductEngineWorkflowResultInput) (*servicecatalog.NotifyTerminateProvisionedProductEngineWorkflowResultOutput, error)
func (SC) NotifyUpdateProvisionedProductEngineWorkflowResult ¶
func (serviceCatalog SC) NotifyUpdateProvisionedProductEngineWorkflowResult(ctx context.Context, input *servicecatalog.NotifyUpdateProvisionedProductEngineWorkflowResultInput) (*servicecatalog.NotifyUpdateProvisionedProductEngineWorkflowResultOutput, error)
type ServiceCatalog ¶
type ServiceCatalog interface { NotifyProvisionProductEngineWorkflowResult(ctx context.Context, input *servicecatalog.NotifyProvisionProductEngineWorkflowResultInput) (*servicecatalog.NotifyProvisionProductEngineWorkflowResultOutput, error) NotifyTerminateProvisionedProductEngineWorkflowResult(ctx context.Context, input *servicecatalog.NotifyTerminateProvisionedProductEngineWorkflowResultInput) (*servicecatalog.NotifyTerminateProvisionedProductEngineWorkflowResultOutput, error) NotifyUpdateProvisionedProductEngineWorkflowResult(ctx context.Context, input *servicecatalog.NotifyUpdateProvisionedProductEngineWorkflowResultInput) (*servicecatalog.NotifyUpdateProvisionedProductEngineWorkflowResultOutput, error) }
Click to show internal directories.
Click to hide internal directories.