servicecatalog

package
v1.29.33 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package servicecatalog provides the client and types for making API requests to AWS Service Catalog.

AWS Service Catalog (https://aws.amazon.com/servicecatalog/) enables organizations to create and manage catalogs of IT services that are approved for use on AWS. To get the most out of this documentation, you should be familiar with the terminology discussed in AWS Service Catalog Concepts (http://docs.aws.amazon.com/servicecatalog/latest/adminguide/what-is_concepts.html).

See https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10 for more information on this service.

See servicecatalog package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/servicecatalog/

Using the Client

To contact AWS Service Catalog with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS Service Catalog client ServiceCatalog for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/servicecatalog/#New

Index

Constants

View Source
const (
	// AccessLevelFilterKeyAccount is a AccessLevelFilterKey enum value
	AccessLevelFilterKeyAccount = "Account"

	// AccessLevelFilterKeyRole is a AccessLevelFilterKey enum value
	AccessLevelFilterKeyRole = "Role"

	// AccessLevelFilterKeyUser is a AccessLevelFilterKey enum value
	AccessLevelFilterKeyUser = "User"
)
View Source
const (
	// AccessStatusEnabled is a AccessStatus enum value
	AccessStatusEnabled = "ENABLED"

	// AccessStatusUnderChange is a AccessStatus enum value
	AccessStatusUnderChange = "UNDER_CHANGE"

	// AccessStatusDisabled is a AccessStatus enum value
	AccessStatusDisabled = "DISABLED"
)
View Source
const (
	// ChangeActionAdd is a ChangeAction enum value
	ChangeActionAdd = "ADD"

	// ChangeActionModify is a ChangeAction enum value
	ChangeActionModify = "MODIFY"

	// ChangeActionRemove is a ChangeAction enum value
	ChangeActionRemove = "REMOVE"
)
View Source
const (
	// CopyProductStatusSucceeded is a CopyProductStatus enum value
	CopyProductStatusSucceeded = "SUCCEEDED"

	// CopyProductStatusInProgress is a CopyProductStatus enum value
	CopyProductStatusInProgress = "IN_PROGRESS"

	// CopyProductStatusFailed is a CopyProductStatus enum value
	CopyProductStatusFailed = "FAILED"
)
View Source
const (
	// EvaluationTypeStatic is a EvaluationType enum value
	EvaluationTypeStatic = "STATIC"

	// EvaluationTypeDynamic is a EvaluationType enum value
	EvaluationTypeDynamic = "DYNAMIC"
)
View Source
const (
	// OrganizationNodeTypeOrganization is a OrganizationNodeType enum value
	OrganizationNodeTypeOrganization = "ORGANIZATION"

	// OrganizationNodeTypeOrganizationalUnit is a OrganizationNodeType enum value
	OrganizationNodeTypeOrganizationalUnit = "ORGANIZATIONAL_UNIT"

	// OrganizationNodeTypeAccount is a OrganizationNodeType enum value
	OrganizationNodeTypeAccount = "ACCOUNT"
)
View Source
const (
	// PortfolioShareTypeImported is a PortfolioShareType enum value
	PortfolioShareTypeImported = "IMPORTED"

	// PortfolioShareTypeAwsServicecatalog is a PortfolioShareType enum value
	PortfolioShareTypeAwsServicecatalog = "AWS_SERVICECATALOG"

	// PortfolioShareTypeAwsOrganizations is a PortfolioShareType enum value
	PortfolioShareTypeAwsOrganizations = "AWS_ORGANIZATIONS"
)
View Source
const (
	// ProductTypeCloudFormationTemplate is a ProductType enum value
	ProductTypeCloudFormationTemplate = "CLOUD_FORMATION_TEMPLATE"

	// ProductTypeMarketplace is a ProductType enum value
	ProductTypeMarketplace = "MARKETPLACE"
)
View Source
const (
	// ProductViewFilterByFullTextSearch is a ProductViewFilterBy enum value
	ProductViewFilterByFullTextSearch = "FullTextSearch"

	// ProductViewFilterByOwner is a ProductViewFilterBy enum value
	ProductViewFilterByOwner = "Owner"

	// ProductViewFilterByProductType is a ProductViewFilterBy enum value
	ProductViewFilterByProductType = "ProductType"

	// ProductViewFilterBySourceProductId is a ProductViewFilterBy enum value
	ProductViewFilterBySourceProductId = "SourceProductId"
)
View Source
const (
	// ProductViewSortByTitle is a ProductViewSortBy enum value
	ProductViewSortByTitle = "Title"

	// ProductViewSortByVersionCount is a ProductViewSortBy enum value
	ProductViewSortByVersionCount = "VersionCount"

	// ProductViewSortByCreationDate is a ProductViewSortBy enum value
	ProductViewSortByCreationDate = "CreationDate"
)
View Source
const (
	// ProvisionedProductPlanStatusCreateInProgress is a ProvisionedProductPlanStatus enum value
	ProvisionedProductPlanStatusCreateInProgress = "CREATE_IN_PROGRESS"

	// ProvisionedProductPlanStatusCreateSuccess is a ProvisionedProductPlanStatus enum value
	ProvisionedProductPlanStatusCreateSuccess = "CREATE_SUCCESS"

	// ProvisionedProductPlanStatusCreateFailed is a ProvisionedProductPlanStatus enum value
	ProvisionedProductPlanStatusCreateFailed = "CREATE_FAILED"

	// ProvisionedProductPlanStatusExecuteInProgress is a ProvisionedProductPlanStatus enum value
	ProvisionedProductPlanStatusExecuteInProgress = "EXECUTE_IN_PROGRESS"

	// ProvisionedProductPlanStatusExecuteSuccess is a ProvisionedProductPlanStatus enum value
	ProvisionedProductPlanStatusExecuteSuccess = "EXECUTE_SUCCESS"

	// ProvisionedProductPlanStatusExecuteFailed is a ProvisionedProductPlanStatus enum value
	ProvisionedProductPlanStatusExecuteFailed = "EXECUTE_FAILED"
)
View Source
const (
	// ProvisionedProductStatusAvailable is a ProvisionedProductStatus enum value
	ProvisionedProductStatusAvailable = "AVAILABLE"

	// ProvisionedProductStatusUnderChange is a ProvisionedProductStatus enum value
	ProvisionedProductStatusUnderChange = "UNDER_CHANGE"

	// ProvisionedProductStatusTainted is a ProvisionedProductStatus enum value
	ProvisionedProductStatusTainted = "TAINTED"

	// ProvisionedProductStatusError is a ProvisionedProductStatus enum value
	ProvisionedProductStatusError = "ERROR"

	// ProvisionedProductStatusPlanInProgress is a ProvisionedProductStatus enum value
	ProvisionedProductStatusPlanInProgress = "PLAN_IN_PROGRESS"
)
View Source
const (
	// ProvisioningArtifactGuidanceDefault is a ProvisioningArtifactGuidance enum value
	ProvisioningArtifactGuidanceDefault = "DEFAULT"

	// ProvisioningArtifactGuidanceDeprecated is a ProvisioningArtifactGuidance enum value
	ProvisioningArtifactGuidanceDeprecated = "DEPRECATED"
)
View Source
const (
	// ProvisioningArtifactTypeCloudFormationTemplate is a ProvisioningArtifactType enum value
	ProvisioningArtifactTypeCloudFormationTemplate = "CLOUD_FORMATION_TEMPLATE"

	// ProvisioningArtifactTypeMarketplaceAmi is a ProvisioningArtifactType enum value
	ProvisioningArtifactTypeMarketplaceAmi = "MARKETPLACE_AMI"

	// ProvisioningArtifactTypeMarketplaceCar is a ProvisioningArtifactType enum value
	ProvisioningArtifactTypeMarketplaceCar = "MARKETPLACE_CAR"
)
View Source
const (
	// RecordStatusCreated is a RecordStatus enum value
	RecordStatusCreated = "CREATED"

	// RecordStatusInProgress is a RecordStatus enum value
	RecordStatusInProgress = "IN_PROGRESS"

	// RecordStatusInProgressInError is a RecordStatus enum value
	RecordStatusInProgressInError = "IN_PROGRESS_IN_ERROR"

	// RecordStatusSucceeded is a RecordStatus enum value
	RecordStatusSucceeded = "SUCCEEDED"

	// RecordStatusFailed is a RecordStatus enum value
	RecordStatusFailed = "FAILED"
)
View Source
const (
	// ReplacementTrue is a Replacement enum value
	ReplacementTrue = "TRUE"

	// ReplacementFalse is a Replacement enum value
	ReplacementFalse = "FALSE"

	// ReplacementConditional is a Replacement enum value
	ReplacementConditional = "CONDITIONAL"
)
View Source
const (
	// RequiresRecreationNever is a RequiresRecreation enum value
	RequiresRecreationNever = "NEVER"

	// RequiresRecreationConditionally is a RequiresRecreation enum value
	RequiresRecreationConditionally = "CONDITIONALLY"

	// RequiresRecreationAlways is a RequiresRecreation enum value
	RequiresRecreationAlways = "ALWAYS"
)
View Source
const (
	// ResourceAttributeProperties is a ResourceAttribute enum value
	ResourceAttributeProperties = "PROPERTIES"

	// ResourceAttributeMetadata is a ResourceAttribute enum value
	ResourceAttributeMetadata = "METADATA"

	// ResourceAttributeCreationpolicy is a ResourceAttribute enum value
	ResourceAttributeCreationpolicy = "CREATIONPOLICY"

	// ResourceAttributeUpdatepolicy is a ResourceAttribute enum value
	ResourceAttributeUpdatepolicy = "UPDATEPOLICY"

	// ResourceAttributeDeletionpolicy is a ResourceAttribute enum value
	ResourceAttributeDeletionpolicy = "DELETIONPOLICY"

	// ResourceAttributeTags is a ResourceAttribute enum value
	ResourceAttributeTags = "TAGS"
)
View Source
const (
	// ServiceActionAssociationErrorCodeDuplicateResource is a ServiceActionAssociationErrorCode enum value
	ServiceActionAssociationErrorCodeDuplicateResource = "DUPLICATE_RESOURCE"

	// ServiceActionAssociationErrorCodeInternalFailure is a ServiceActionAssociationErrorCode enum value
	ServiceActionAssociationErrorCodeInternalFailure = "INTERNAL_FAILURE"

	// ServiceActionAssociationErrorCodeLimitExceeded is a ServiceActionAssociationErrorCode enum value
	ServiceActionAssociationErrorCodeLimitExceeded = "LIMIT_EXCEEDED"

	// ServiceActionAssociationErrorCodeResourceNotFound is a ServiceActionAssociationErrorCode enum value
	ServiceActionAssociationErrorCodeResourceNotFound = "RESOURCE_NOT_FOUND"

	// ServiceActionAssociationErrorCodeThrottling is a ServiceActionAssociationErrorCode enum value
	ServiceActionAssociationErrorCodeThrottling = "THROTTLING"
)
View Source
const (
	// ServiceActionDefinitionKeyName is a ServiceActionDefinitionKey enum value
	ServiceActionDefinitionKeyName = "Name"

	// ServiceActionDefinitionKeyVersion is a ServiceActionDefinitionKey enum value
	ServiceActionDefinitionKeyVersion = "Version"

	// ServiceActionDefinitionKeyAssumeRole is a ServiceActionDefinitionKey enum value
	ServiceActionDefinitionKeyAssumeRole = "AssumeRole"

	// ServiceActionDefinitionKeyParameters is a ServiceActionDefinitionKey enum value
	ServiceActionDefinitionKeyParameters = "Parameters"
)
View Source
const (
	// ShareStatusNotStarted is a ShareStatus enum value
	ShareStatusNotStarted = "NOT_STARTED"

	// ShareStatusInProgress is a ShareStatus enum value
	ShareStatusInProgress = "IN_PROGRESS"

	// ShareStatusCompleted is a ShareStatus enum value
	ShareStatusCompleted = "COMPLETED"

	// ShareStatusCompletedWithErrors is a ShareStatus enum value
	ShareStatusCompletedWithErrors = "COMPLETED_WITH_ERRORS"

	// ShareStatusError is a ShareStatus enum value
	ShareStatusError = "ERROR"
)
View Source
const (
	// SortOrderAscending is a SortOrder enum value
	SortOrderAscending = "ASCENDING"

	// SortOrderDescending is a SortOrder enum value
	SortOrderDescending = "DESCENDING"
)
View Source
const (
	// StackInstanceStatusCurrent is a StackInstanceStatus enum value
	StackInstanceStatusCurrent = "CURRENT"

	// StackInstanceStatusOutdated is a StackInstanceStatus enum value
	StackInstanceStatusOutdated = "OUTDATED"

	// StackInstanceStatusInoperable is a StackInstanceStatus enum value
	StackInstanceStatusInoperable = "INOPERABLE"
)
View Source
const (
	// StackSetOperationTypeCreate is a StackSetOperationType enum value
	StackSetOperationTypeCreate = "CREATE"

	// StackSetOperationTypeUpdate is a StackSetOperationType enum value
	StackSetOperationTypeUpdate = "UPDATE"

	// StackSetOperationTypeDelete is a StackSetOperationType enum value
	StackSetOperationTypeDelete = "DELETE"
)
View Source
const (
	// StatusAvailable is a Status enum value
	StatusAvailable = "AVAILABLE"

	// StatusCreating is a Status enum value
	StatusCreating = "CREATING"

	// StatusFailed is a Status enum value
	StatusFailed = "FAILED"
)
View Source
const (

	// ErrCodeDuplicateResourceException for service response error code
	// "DuplicateResourceException".
	//
	// The specified resource is a duplicate.
	ErrCodeDuplicateResourceException = "DuplicateResourceException"

	// ErrCodeInvalidParametersException for service response error code
	// "InvalidParametersException".
	//
	// One or more parameters provided to the operation are not valid.
	ErrCodeInvalidParametersException = "InvalidParametersException"

	// ErrCodeInvalidStateException for service response error code
	// "InvalidStateException".
	//
	// An attempt was made to modify a resource that is in a state that is not valid.
	// Check your resources to ensure that they are in valid states before retrying
	// the operation.
	ErrCodeInvalidStateException = "InvalidStateException"

	// ErrCodeLimitExceededException for service response error code
	// "LimitExceededException".
	//
	// The current limits of the service would have been exceeded by this operation.
	// Decrease your resource use or increase your service limits and retry the
	// operation.
	ErrCodeLimitExceededException = "LimitExceededException"

	// ErrCodeOperationNotSupportedException for service response error code
	// "OperationNotSupportedException".
	//
	// The operation is not supported.
	ErrCodeOperationNotSupportedException = "OperationNotSupportedException"

	// ErrCodeResourceInUseException for service response error code
	// "ResourceInUseException".
	//
	// A resource that is currently in use. Ensure that the resource is not in use
	// and retry the operation.
	ErrCodeResourceInUseException = "ResourceInUseException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// The specified resource was not found.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeTagOptionNotMigratedException for service response error code
	// "TagOptionNotMigratedException".
	//
	// An operation requiring TagOptions failed because the TagOptions migration
	// process has not been performed for this account. Please use the AWS console
	// to perform the migration process before retrying the operation.
	ErrCodeTagOptionNotMigratedException = "TagOptionNotMigratedException"
)
View Source
const (
	ServiceName = "servicecatalog"  // Name of service.
	EndpointsID = ServiceName       // ID to lookup a service endpoint with.
	ServiceID   = "Service Catalog" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// CopyOptionCopyTags is a CopyOption enum value
	CopyOptionCopyTags = "CopyTags"
)
View Source
const (
	// PrincipalTypeIam is a PrincipalType enum value
	PrincipalTypeIam = "IAM"
)
View Source
const (
	// ProductSourceAccount is a ProductSource enum value
	ProductSourceAccount = "ACCOUNT"
)
View Source
const (
	// PropertyKeyOwner is a PropertyKey enum value
	PropertyKeyOwner = "OWNER"
)
View Source
const (
	// ProvisionedProductPlanTypeCloudformation is a ProvisionedProductPlanType enum value
	ProvisionedProductPlanTypeCloudformation = "CLOUDFORMATION"
)
View Source
const (
	// ProvisionedProductViewFilterBySearchQuery is a ProvisionedProductViewFilterBy enum value
	ProvisionedProductViewFilterBySearchQuery = "SearchQuery"
)
View Source
const (
	// ProvisioningArtifactPropertyNameId is a ProvisioningArtifactPropertyName enum value
	ProvisioningArtifactPropertyNameId = "Id"
)
View Source
const (
	// ServiceActionDefinitionTypeSsmAutomation is a ServiceActionDefinitionType enum value
	ServiceActionDefinitionTypeSsmAutomation = "SSM_AUTOMATION"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AcceptPortfolioShareInput

type AcceptPortfolioShareInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`

	// The type of shared portfolios to accept. The default is to accept imported
	// portfolios.
	//
	//    * AWS_ORGANIZATIONS - Accept portfolios shared by the master account of
	//    your organization.
	//
	//    * IMPORTED - Accept imported portfolios.
	//
	//    * AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)
	//
	// For example, aws servicecatalog accept-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk"
	// --portfolio-share-type AWS_ORGANIZATIONS
	PortfolioShareType *string `type:"string" enum:"PortfolioShareType"`
	// contains filtered or unexported fields
}

func (AcceptPortfolioShareInput) GoString

func (s AcceptPortfolioShareInput) GoString() string

GoString returns the string representation

func (*AcceptPortfolioShareInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*AcceptPortfolioShareInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (*AcceptPortfolioShareInput) SetPortfolioShareType

func (s *AcceptPortfolioShareInput) SetPortfolioShareType(v string) *AcceptPortfolioShareInput

SetPortfolioShareType sets the PortfolioShareType field's value.

func (AcceptPortfolioShareInput) String

func (s AcceptPortfolioShareInput) String() string

String returns the string representation

func (*AcceptPortfolioShareInput) Validate

func (s *AcceptPortfolioShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptPortfolioShareOutput

type AcceptPortfolioShareOutput struct {
	// contains filtered or unexported fields
}

func (AcceptPortfolioShareOutput) GoString

func (s AcceptPortfolioShareOutput) GoString() string

GoString returns the string representation

func (AcceptPortfolioShareOutput) String

String returns the string representation

type AccessLevelFilter

type AccessLevelFilter struct {

	// The access level.
	//
	//    * Account - Filter results based on the account.
	//
	//    * Role - Filter results based on the federated role of the specified user.
	//
	//    * User - Filter results based on the specified user.
	Key *string `type:"string" enum:"AccessLevelFilterKey"`

	// The user to which the access level applies. The only supported value is Self.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

The access level to use to filter results.

func (AccessLevelFilter) GoString

func (s AccessLevelFilter) GoString() string

GoString returns the string representation

func (*AccessLevelFilter) SetKey

SetKey sets the Key field's value.

func (*AccessLevelFilter) SetValue

func (s *AccessLevelFilter) SetValue(v string) *AccessLevelFilter

SetValue sets the Value field's value.

func (AccessLevelFilter) String

func (s AccessLevelFilter) String() string

String returns the string representation

type AssociateBudgetWithResourceInput

type AssociateBudgetWithResourceInput struct {

	// The name of the budget you want to associate.
	//
	// BudgetName is a required field
	BudgetName *string `min:"1" type:"string" required:"true"`

	// The resource identifier. Either a portfolio-id or a product-id.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateBudgetWithResourceInput) GoString

GoString returns the string representation

func (*AssociateBudgetWithResourceInput) SetBudgetName

SetBudgetName sets the BudgetName field's value.

func (*AssociateBudgetWithResourceInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (AssociateBudgetWithResourceInput) String

String returns the string representation

func (*AssociateBudgetWithResourceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AssociateBudgetWithResourceOutput

type AssociateBudgetWithResourceOutput struct {
	// contains filtered or unexported fields
}

func (AssociateBudgetWithResourceOutput) GoString

GoString returns the string representation

func (AssociateBudgetWithResourceOutput) String

String returns the string representation

type AssociatePrincipalWithPortfolioInput

type AssociatePrincipalWithPortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`

	// The ARN of the principal (IAM user, role, or group).
	//
	// PrincipalARN is a required field
	PrincipalARN *string `min:"1" type:"string" required:"true"`

	// The principal type. The supported value is IAM.
	//
	// PrincipalType is a required field
	PrincipalType *string `type:"string" required:"true" enum:"PrincipalType"`
	// contains filtered or unexported fields
}

func (AssociatePrincipalWithPortfolioInput) GoString

GoString returns the string representation

func (*AssociatePrincipalWithPortfolioInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*AssociatePrincipalWithPortfolioInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (*AssociatePrincipalWithPortfolioInput) SetPrincipalARN

SetPrincipalARN sets the PrincipalARN field's value.

func (*AssociatePrincipalWithPortfolioInput) SetPrincipalType

SetPrincipalType sets the PrincipalType field's value.

func (AssociatePrincipalWithPortfolioInput) String

String returns the string representation

func (*AssociatePrincipalWithPortfolioInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AssociatePrincipalWithPortfolioOutput

type AssociatePrincipalWithPortfolioOutput struct {
	// contains filtered or unexported fields
}

func (AssociatePrincipalWithPortfolioOutput) GoString

GoString returns the string representation

func (AssociatePrincipalWithPortfolioOutput) String

String returns the string representation

type AssociateProductWithPortfolioInput

type AssociateProductWithPortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The identifier of the source portfolio.
	SourcePortfolioId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (AssociateProductWithPortfolioInput) GoString

GoString returns the string representation

func (*AssociateProductWithPortfolioInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*AssociateProductWithPortfolioInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (*AssociateProductWithPortfolioInput) SetProductId

SetProductId sets the ProductId field's value.

func (*AssociateProductWithPortfolioInput) SetSourcePortfolioId

SetSourcePortfolioId sets the SourcePortfolioId field's value.

func (AssociateProductWithPortfolioInput) String

String returns the string representation

func (*AssociateProductWithPortfolioInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AssociateProductWithPortfolioOutput

type AssociateProductWithPortfolioOutput struct {
	// contains filtered or unexported fields
}

func (AssociateProductWithPortfolioOutput) GoString

GoString returns the string representation

func (AssociateProductWithPortfolioOutput) String

String returns the string representation

type AssociateServiceActionWithProvisioningArtifactInput

type AssociateServiceActionWithProvisioningArtifactInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The product identifier. For example, prod-abcdzk7xy33qa.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`

	// The self-service action identifier. For example, act-fs7abcd89wxyz.
	//
	// ServiceActionId is a required field
	ServiceActionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateServiceActionWithProvisioningArtifactInput) GoString

GoString returns the string representation

func (*AssociateServiceActionWithProvisioningArtifactInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*AssociateServiceActionWithProvisioningArtifactInput) SetProductId

SetProductId sets the ProductId field's value.

func (*AssociateServiceActionWithProvisioningArtifactInput) SetProvisioningArtifactId

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*AssociateServiceActionWithProvisioningArtifactInput) SetServiceActionId

SetServiceActionId sets the ServiceActionId field's value.

func (AssociateServiceActionWithProvisioningArtifactInput) String

String returns the string representation

func (*AssociateServiceActionWithProvisioningArtifactInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AssociateServiceActionWithProvisioningArtifactOutput

type AssociateServiceActionWithProvisioningArtifactOutput struct {
	// contains filtered or unexported fields
}

func (AssociateServiceActionWithProvisioningArtifactOutput) GoString

GoString returns the string representation

func (AssociateServiceActionWithProvisioningArtifactOutput) String

String returns the string representation

type AssociateTagOptionWithResourceInput

type AssociateTagOptionWithResourceInput struct {

	// The resource identifier.
	//
	// ResourceId is a required field
	ResourceId *string `type:"string" required:"true"`

	// The TagOption identifier.
	//
	// TagOptionId is a required field
	TagOptionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateTagOptionWithResourceInput) GoString

GoString returns the string representation

func (*AssociateTagOptionWithResourceInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*AssociateTagOptionWithResourceInput) SetTagOptionId

SetTagOptionId sets the TagOptionId field's value.

func (AssociateTagOptionWithResourceInput) String

String returns the string representation

func (*AssociateTagOptionWithResourceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AssociateTagOptionWithResourceOutput

type AssociateTagOptionWithResourceOutput struct {
	// contains filtered or unexported fields
}

func (AssociateTagOptionWithResourceOutput) GoString

GoString returns the string representation

func (AssociateTagOptionWithResourceOutput) String

String returns the string representation

type BatchAssociateServiceActionWithProvisioningArtifactInput

type BatchAssociateServiceActionWithProvisioningArtifactInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// One or more associations, each consisting of the Action ID, the Product ID,
	// and the Provisioning Artifact ID.
	//
	// ServiceActionAssociations is a required field
	ServiceActionAssociations []*ServiceActionAssociation `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchAssociateServiceActionWithProvisioningArtifactInput) GoString

GoString returns the string representation

func (*BatchAssociateServiceActionWithProvisioningArtifactInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*BatchAssociateServiceActionWithProvisioningArtifactInput) SetServiceActionAssociations

SetServiceActionAssociations sets the ServiceActionAssociations field's value.

func (BatchAssociateServiceActionWithProvisioningArtifactInput) String

String returns the string representation

func (*BatchAssociateServiceActionWithProvisioningArtifactInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type BatchAssociateServiceActionWithProvisioningArtifactOutput

type BatchAssociateServiceActionWithProvisioningArtifactOutput struct {

	// An object that contains a list of errors, along with information to help
	// you identify the self-service action.
	FailedServiceActionAssociations []*FailedServiceActionAssociation `type:"list"`
	// contains filtered or unexported fields
}

func (BatchAssociateServiceActionWithProvisioningArtifactOutput) GoString

GoString returns the string representation

func (*BatchAssociateServiceActionWithProvisioningArtifactOutput) SetFailedServiceActionAssociations

SetFailedServiceActionAssociations sets the FailedServiceActionAssociations field's value.

func (BatchAssociateServiceActionWithProvisioningArtifactOutput) String

String returns the string representation

type BatchDisassociateServiceActionFromProvisioningArtifactInput

type BatchDisassociateServiceActionFromProvisioningArtifactInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// One or more associations, each consisting of the Action ID, the Product ID,
	// and the Provisioning Artifact ID.
	//
	// ServiceActionAssociations is a required field
	ServiceActionAssociations []*ServiceActionAssociation `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchDisassociateServiceActionFromProvisioningArtifactInput) GoString

GoString returns the string representation

func (*BatchDisassociateServiceActionFromProvisioningArtifactInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*BatchDisassociateServiceActionFromProvisioningArtifactInput) SetServiceActionAssociations

SetServiceActionAssociations sets the ServiceActionAssociations field's value.

func (BatchDisassociateServiceActionFromProvisioningArtifactInput) String

String returns the string representation

func (*BatchDisassociateServiceActionFromProvisioningArtifactInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type BatchDisassociateServiceActionFromProvisioningArtifactOutput

type BatchDisassociateServiceActionFromProvisioningArtifactOutput struct {

	// An object that contains a list of errors, along with information to help
	// you identify the self-service action.
	FailedServiceActionAssociations []*FailedServiceActionAssociation `type:"list"`
	// contains filtered or unexported fields
}

func (BatchDisassociateServiceActionFromProvisioningArtifactOutput) GoString

GoString returns the string representation

func (*BatchDisassociateServiceActionFromProvisioningArtifactOutput) SetFailedServiceActionAssociations

SetFailedServiceActionAssociations sets the FailedServiceActionAssociations field's value.

func (BatchDisassociateServiceActionFromProvisioningArtifactOutput) String

String returns the string representation

type BudgetDetail

type BudgetDetail struct {

	// Name of the associated budget.
	BudgetName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a budget.

func (BudgetDetail) GoString

func (s BudgetDetail) GoString() string

GoString returns the string representation

func (*BudgetDetail) SetBudgetName

func (s *BudgetDetail) SetBudgetName(v string) *BudgetDetail

SetBudgetName sets the BudgetName field's value.

func (BudgetDetail) String

func (s BudgetDetail) String() string

String returns the string representation

type CloudWatchDashboard

type CloudWatchDashboard struct {

	// The name of the CloudWatch dashboard.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

Information about a CloudWatch dashboard.

func (CloudWatchDashboard) GoString

func (s CloudWatchDashboard) GoString() string

GoString returns the string representation

func (*CloudWatchDashboard) SetName

SetName sets the Name field's value.

func (CloudWatchDashboard) String

func (s CloudWatchDashboard) String() string

String returns the string representation

type ConstraintDetail

type ConstraintDetail struct {

	// The identifier of the constraint.
	ConstraintId *string `min:"1" type:"string"`

	// The description of the constraint.
	Description *string `type:"string"`

	// The owner of the constraint.
	Owner *string `type:"string"`

	// The identifier of the portfolio the product resides in. The constraint applies
	// only to the instance of the product that lives within this portfolio.
	PortfolioId *string `min:"1" type:"string"`

	// The identifier of the product the constraint applies to. Note that a constraint
	// applies to a specific instance of a product within a certain portfolio.
	ProductId *string `min:"1" type:"string"`

	// The type of constraint.
	//
	//    * LAUNCH
	//
	//    * NOTIFICATION
	//
	//    * STACKSET
	//
	//    * TEMPLATE
	Type *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a constraint.

func (ConstraintDetail) GoString

func (s ConstraintDetail) GoString() string

GoString returns the string representation

func (*ConstraintDetail) SetConstraintId

func (s *ConstraintDetail) SetConstraintId(v string) *ConstraintDetail

SetConstraintId sets the ConstraintId field's value.

func (*ConstraintDetail) SetDescription

func (s *ConstraintDetail) SetDescription(v string) *ConstraintDetail

SetDescription sets the Description field's value.

func (*ConstraintDetail) SetOwner

func (s *ConstraintDetail) SetOwner(v string) *ConstraintDetail

SetOwner sets the Owner field's value.

func (*ConstraintDetail) SetPortfolioId

func (s *ConstraintDetail) SetPortfolioId(v string) *ConstraintDetail

SetPortfolioId sets the PortfolioId field's value.

func (*ConstraintDetail) SetProductId

func (s *ConstraintDetail) SetProductId(v string) *ConstraintDetail

SetProductId sets the ProductId field's value.

func (*ConstraintDetail) SetType

func (s *ConstraintDetail) SetType(v string) *ConstraintDetail

SetType sets the Type field's value.

func (ConstraintDetail) String

func (s ConstraintDetail) String() string

String returns the string representation

type ConstraintSummary

type ConstraintSummary struct {

	// The description of the constraint.
	Description *string `type:"string"`

	// The type of constraint.
	//
	//    * LAUNCH
	//
	//    * NOTIFICATION
	//
	//    * STACKSET
	//
	//    * TEMPLATE
	Type *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Summary information about a constraint.

func (ConstraintSummary) GoString

func (s ConstraintSummary) GoString() string

GoString returns the string representation

func (*ConstraintSummary) SetDescription

func (s *ConstraintSummary) SetDescription(v string) *ConstraintSummary

SetDescription sets the Description field's value.

func (*ConstraintSummary) SetType

SetType sets the Type field's value.

func (ConstraintSummary) String

func (s ConstraintSummary) String() string

String returns the string representation

type CopyProductInput

type CopyProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The copy options. If the value is CopyTags, the tags from the source product
	// are copied to the target product.
	CopyOptions []*string `type:"list"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The Amazon Resource Name (ARN) of the source product.
	//
	// SourceProductArn is a required field
	SourceProductArn *string `min:"1" type:"string" required:"true"`

	// The identifiers of the provisioning artifacts (also known as versions) of
	// the product to copy. By default, all provisioning artifacts are copied.
	SourceProvisioningArtifactIdentifiers []map[string]*string `type:"list"`

	// The identifier of the target product. By default, a new product is created.
	TargetProductId *string `min:"1" type:"string"`

	// A name for the target product. The default is the name of the source product.
	TargetProductName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CopyProductInput) GoString

func (s CopyProductInput) GoString() string

GoString returns the string representation

func (*CopyProductInput) SetAcceptLanguage

func (s *CopyProductInput) SetAcceptLanguage(v string) *CopyProductInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*CopyProductInput) SetCopyOptions

func (s *CopyProductInput) SetCopyOptions(v []*string) *CopyProductInput

SetCopyOptions sets the CopyOptions field's value.

func (*CopyProductInput) SetIdempotencyToken

func (s *CopyProductInput) SetIdempotencyToken(v string) *CopyProductInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*CopyProductInput) SetSourceProductArn

func (s *CopyProductInput) SetSourceProductArn(v string) *CopyProductInput

SetSourceProductArn sets the SourceProductArn field's value.

func (*CopyProductInput) SetSourceProvisioningArtifactIdentifiers

func (s *CopyProductInput) SetSourceProvisioningArtifactIdentifiers(v []map[string]*string) *CopyProductInput

SetSourceProvisioningArtifactIdentifiers sets the SourceProvisioningArtifactIdentifiers field's value.

func (*CopyProductInput) SetTargetProductId

func (s *CopyProductInput) SetTargetProductId(v string) *CopyProductInput

SetTargetProductId sets the TargetProductId field's value.

func (*CopyProductInput) SetTargetProductName

func (s *CopyProductInput) SetTargetProductName(v string) *CopyProductInput

SetTargetProductName sets the TargetProductName field's value.

func (CopyProductInput) String

func (s CopyProductInput) String() string

String returns the string representation

func (*CopyProductInput) Validate

func (s *CopyProductInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CopyProductOutput

type CopyProductOutput struct {

	// The token to use to track the progress of the operation.
	CopyProductToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CopyProductOutput) GoString

func (s CopyProductOutput) GoString() string

GoString returns the string representation

func (*CopyProductOutput) SetCopyProductToken

func (s *CopyProductOutput) SetCopyProductToken(v string) *CopyProductOutput

SetCopyProductToken sets the CopyProductToken field's value.

func (CopyProductOutput) String

func (s CopyProductOutput) String() string

String returns the string representation

type CreateConstraintInput

type CreateConstraintInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The description of the constraint.
	Description *string `type:"string"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The constraint parameters, in JSON format. The syntax depends on the constraint
	// type as follows:
	//
	// LAUNCH
	//
	// Specify the RoleArn property as follows:
	//
	// {"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}
	//
	// You cannot have both a LAUNCH and a STACKSET constraint.
	//
	// You also cannot have more than one LAUNCH constraint on a product and portfolio.
	//
	// NOTIFICATION
	//
	// Specify the NotificationArns property as follows:
	//
	// {"NotificationArns" : ["arn:aws:sns:us-east-1:123456789012:Topic"]}
	//
	// RESOURCE_UPDATE
	//
	// Specify the TagUpdatesOnProvisionedProduct property as follows:
	//
	// {"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}
	//
	// The TagUpdatesOnProvisionedProduct property accepts a string value of ALLOWED
	// or NOT_ALLOWED.
	//
	// STACKSET
	//
	// Specify the Parameters property as follows:
	//
	// {"Version": "String", "Properties": {"AccountList": [ "String" ], "RegionList":
	// [ "String" ], "AdminRole": "String", "ExecutionRole": "String"}}
	//
	// You cannot have both a LAUNCH and a STACKSET constraint.
	//
	// You also cannot have more than one STACKSET constraint on a product and portfolio.
	//
	// Products with a STACKSET constraint will launch an AWS CloudFormation stack
	// set.
	//
	// TEMPLATE
	//
	// Specify the Rules property. For more information, see Template Constraint
	// Rules (http://docs.aws.amazon.com/servicecatalog/latest/adminguide/reference-template_constraint_rules.html).
	//
	// Parameters is a required field
	Parameters *string `type:"string" required:"true"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The type of constraint.
	//
	//    * LAUNCH
	//
	//    * NOTIFICATION
	//
	//    * RESOURCE_UPDATE
	//
	//    * STACKSET
	//
	//    * TEMPLATE
	//
	// Type is a required field
	Type *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateConstraintInput) GoString

func (s CreateConstraintInput) GoString() string

GoString returns the string representation

func (*CreateConstraintInput) SetAcceptLanguage

func (s *CreateConstraintInput) SetAcceptLanguage(v string) *CreateConstraintInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*CreateConstraintInput) SetDescription

func (s *CreateConstraintInput) SetDescription(v string) *CreateConstraintInput

SetDescription sets the Description field's value.

func (*CreateConstraintInput) SetIdempotencyToken

func (s *CreateConstraintInput) SetIdempotencyToken(v string) *CreateConstraintInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*CreateConstraintInput) SetParameters

func (s *CreateConstraintInput) SetParameters(v string) *CreateConstraintInput

SetParameters sets the Parameters field's value.

func (*CreateConstraintInput) SetPortfolioId

func (s *CreateConstraintInput) SetPortfolioId(v string) *CreateConstraintInput

SetPortfolioId sets the PortfolioId field's value.

func (*CreateConstraintInput) SetProductId

SetProductId sets the ProductId field's value.

func (*CreateConstraintInput) SetType

SetType sets the Type field's value.

func (CreateConstraintInput) String

func (s CreateConstraintInput) String() string

String returns the string representation

func (*CreateConstraintInput) Validate

func (s *CreateConstraintInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateConstraintOutput

type CreateConstraintOutput struct {

	// Information about the constraint.
	ConstraintDetail *ConstraintDetail `type:"structure"`

	// The constraint parameters.
	ConstraintParameters *string `type:"string"`

	// The status of the current request.
	Status *string `type:"string" enum:"Status"`
	// contains filtered or unexported fields
}

func (CreateConstraintOutput) GoString

func (s CreateConstraintOutput) GoString() string

GoString returns the string representation

func (*CreateConstraintOutput) SetConstraintDetail

SetConstraintDetail sets the ConstraintDetail field's value.

func (*CreateConstraintOutput) SetConstraintParameters

func (s *CreateConstraintOutput) SetConstraintParameters(v string) *CreateConstraintOutput

SetConstraintParameters sets the ConstraintParameters field's value.

func (*CreateConstraintOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateConstraintOutput) String

func (s CreateConstraintOutput) String() string

String returns the string representation

type CreatePortfolioInput

type CreatePortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The description of the portfolio.
	Description *string `type:"string"`

	// The name to use for display purposes.
	//
	// DisplayName is a required field
	DisplayName *string `min:"1" type:"string" required:"true"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The name of the portfolio provider.
	//
	// ProviderName is a required field
	ProviderName *string `min:"1" type:"string" required:"true"`

	// One or more tags.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreatePortfolioInput) GoString

func (s CreatePortfolioInput) GoString() string

GoString returns the string representation

func (*CreatePortfolioInput) SetAcceptLanguage

func (s *CreatePortfolioInput) SetAcceptLanguage(v string) *CreatePortfolioInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*CreatePortfolioInput) SetDescription

func (s *CreatePortfolioInput) SetDescription(v string) *CreatePortfolioInput

SetDescription sets the Description field's value.

func (*CreatePortfolioInput) SetDisplayName

func (s *CreatePortfolioInput) SetDisplayName(v string) *CreatePortfolioInput

SetDisplayName sets the DisplayName field's value.

func (*CreatePortfolioInput) SetIdempotencyToken

func (s *CreatePortfolioInput) SetIdempotencyToken(v string) *CreatePortfolioInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*CreatePortfolioInput) SetProviderName

func (s *CreatePortfolioInput) SetProviderName(v string) *CreatePortfolioInput

SetProviderName sets the ProviderName field's value.

func (*CreatePortfolioInput) SetTags

func (s *CreatePortfolioInput) SetTags(v []*Tag) *CreatePortfolioInput

SetTags sets the Tags field's value.

func (CreatePortfolioInput) String

func (s CreatePortfolioInput) String() string

String returns the string representation

func (*CreatePortfolioInput) Validate

func (s *CreatePortfolioInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePortfolioOutput

type CreatePortfolioOutput struct {

	// Information about the portfolio.
	PortfolioDetail *PortfolioDetail `type:"structure"`

	// Information about the tags associated with the portfolio.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreatePortfolioOutput) GoString

func (s CreatePortfolioOutput) GoString() string

GoString returns the string representation

func (*CreatePortfolioOutput) SetPortfolioDetail

func (s *CreatePortfolioOutput) SetPortfolioDetail(v *PortfolioDetail) *CreatePortfolioOutput

SetPortfolioDetail sets the PortfolioDetail field's value.

func (*CreatePortfolioOutput) SetTags

SetTags sets the Tags field's value.

func (CreatePortfolioOutput) String

func (s CreatePortfolioOutput) String() string

String returns the string representation

type CreatePortfolioShareInput

type CreatePortfolioShareInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The AWS account ID. For example, 123456789012.
	AccountId *string `type:"string"`

	// The organization node to whom you are going to share. If OrganizationNode
	// is passed in, PortfolioShare will be created for the node and its children
	// (when applies), and a PortfolioShareToken will be returned in the output
	// in order for the administrator to monitor the status of the PortfolioShare
	// creation process.
	OrganizationNode *OrganizationNode `type:"structure"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreatePortfolioShareInput) GoString

func (s CreatePortfolioShareInput) GoString() string

GoString returns the string representation

func (*CreatePortfolioShareInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*CreatePortfolioShareInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*CreatePortfolioShareInput) SetOrganizationNode

SetOrganizationNode sets the OrganizationNode field's value.

func (*CreatePortfolioShareInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (CreatePortfolioShareInput) String

func (s CreatePortfolioShareInput) String() string

String returns the string representation

func (*CreatePortfolioShareInput) Validate

func (s *CreatePortfolioShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePortfolioShareOutput

type CreatePortfolioShareOutput struct {

	// The portfolio share unique identifier. This will only be returned if portfolio
	// is shared to an organization node.
	PortfolioShareToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreatePortfolioShareOutput) GoString

func (s CreatePortfolioShareOutput) GoString() string

GoString returns the string representation

func (*CreatePortfolioShareOutput) SetPortfolioShareToken

func (s *CreatePortfolioShareOutput) SetPortfolioShareToken(v string) *CreatePortfolioShareOutput

SetPortfolioShareToken sets the PortfolioShareToken field's value.

func (CreatePortfolioShareOutput) String

String returns the string representation

type CreateProductInput

type CreateProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The description of the product.
	Description *string `type:"string"`

	// The distributor of the product.
	Distributor *string `type:"string"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The name of the product.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The owner of the product.
	//
	// Owner is a required field
	Owner *string `type:"string" required:"true"`

	// The type of product.
	//
	// ProductType is a required field
	ProductType *string `type:"string" required:"true" enum:"ProductType"`

	// The configuration of the provisioning artifact.
	//
	// ProvisioningArtifactParameters is a required field
	ProvisioningArtifactParameters *ProvisioningArtifactProperties `type:"structure" required:"true"`

	// The support information about the product.
	SupportDescription *string `type:"string"`

	// The contact email for product support.
	SupportEmail *string `type:"string"`

	// The contact URL for product support.
	SupportUrl *string `type:"string"`

	// One or more tags.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateProductInput) GoString

func (s CreateProductInput) GoString() string

GoString returns the string representation

func (*CreateProductInput) SetAcceptLanguage

func (s *CreateProductInput) SetAcceptLanguage(v string) *CreateProductInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*CreateProductInput) SetDescription

func (s *CreateProductInput) SetDescription(v string) *CreateProductInput

SetDescription sets the Description field's value.

func (*CreateProductInput) SetDistributor

func (s *CreateProductInput) SetDistributor(v string) *CreateProductInput

SetDistributor sets the Distributor field's value.

func (*CreateProductInput) SetIdempotencyToken

func (s *CreateProductInput) SetIdempotencyToken(v string) *CreateProductInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*CreateProductInput) SetName

SetName sets the Name field's value.

func (*CreateProductInput) SetOwner

SetOwner sets the Owner field's value.

func (*CreateProductInput) SetProductType

func (s *CreateProductInput) SetProductType(v string) *CreateProductInput

SetProductType sets the ProductType field's value.

func (*CreateProductInput) SetProvisioningArtifactParameters

func (s *CreateProductInput) SetProvisioningArtifactParameters(v *ProvisioningArtifactProperties) *CreateProductInput

SetProvisioningArtifactParameters sets the ProvisioningArtifactParameters field's value.

func (*CreateProductInput) SetSupportDescription

func (s *CreateProductInput) SetSupportDescription(v string) *CreateProductInput

SetSupportDescription sets the SupportDescription field's value.

func (*CreateProductInput) SetSupportEmail

func (s *CreateProductInput) SetSupportEmail(v string) *CreateProductInput

SetSupportEmail sets the SupportEmail field's value.

func (*CreateProductInput) SetSupportUrl

func (s *CreateProductInput) SetSupportUrl(v string) *CreateProductInput

SetSupportUrl sets the SupportUrl field's value.

func (*CreateProductInput) SetTags

func (s *CreateProductInput) SetTags(v []*Tag) *CreateProductInput

SetTags sets the Tags field's value.

func (CreateProductInput) String

func (s CreateProductInput) String() string

String returns the string representation

func (*CreateProductInput) Validate

func (s *CreateProductInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProductOutput

type CreateProductOutput struct {

	// Information about the product view.
	ProductViewDetail *ProductViewDetail `type:"structure"`

	// Information about the provisioning artifact.
	ProvisioningArtifactDetail *ProvisioningArtifactDetail `type:"structure"`

	// Information about the tags associated with the product.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateProductOutput) GoString

func (s CreateProductOutput) GoString() string

GoString returns the string representation

func (*CreateProductOutput) SetProductViewDetail

func (s *CreateProductOutput) SetProductViewDetail(v *ProductViewDetail) *CreateProductOutput

SetProductViewDetail sets the ProductViewDetail field's value.

func (*CreateProductOutput) SetProvisioningArtifactDetail

func (s *CreateProductOutput) SetProvisioningArtifactDetail(v *ProvisioningArtifactDetail) *CreateProductOutput

SetProvisioningArtifactDetail sets the ProvisioningArtifactDetail field's value.

func (*CreateProductOutput) SetTags

func (s *CreateProductOutput) SetTags(v []*Tag) *CreateProductOutput

SetTags sets the Tags field's value.

func (CreateProductOutput) String

func (s CreateProductOutput) String() string

String returns the string representation

type CreateProvisionedProductPlanInput

type CreateProvisionedProductPlanInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related
	// events.
	NotificationArns []*string `type:"list"`

	// The path identifier of the product. This value is optional if the product
	// has a default path, and required if the product has more than one path. To
	// list the paths for a product, use ListLaunchPaths.
	PathId *string `min:"1" type:"string"`

	// The name of the plan.
	//
	// PlanName is a required field
	PlanName *string `type:"string" required:"true"`

	// The plan type.
	//
	// PlanType is a required field
	PlanType *string `type:"string" required:"true" enum:"ProvisionedProductPlanType"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// A user-friendly name for the provisioned product. This value must be unique
	// for the AWS account and cannot be updated after the product is provisioned.
	//
	// ProvisionedProductName is a required field
	ProvisionedProductName *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`

	// Parameters specified by the administrator that are required for provisioning
	// the product.
	ProvisioningParameters []*UpdateProvisioningParameter `type:"list"`

	// One or more tags.
	//
	// If the plan is for an existing provisioned product, the product must have
	// a RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED
	// to allow tag updates.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateProvisionedProductPlanInput) GoString

GoString returns the string representation

func (*CreateProvisionedProductPlanInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*CreateProvisionedProductPlanInput) SetIdempotencyToken

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*CreateProvisionedProductPlanInput) SetNotificationArns

SetNotificationArns sets the NotificationArns field's value.

func (*CreateProvisionedProductPlanInput) SetPathId

SetPathId sets the PathId field's value.

func (*CreateProvisionedProductPlanInput) SetPlanName

SetPlanName sets the PlanName field's value.

func (*CreateProvisionedProductPlanInput) SetPlanType

SetPlanType sets the PlanType field's value.

func (*CreateProvisionedProductPlanInput) SetProductId

SetProductId sets the ProductId field's value.

func (*CreateProvisionedProductPlanInput) SetProvisionedProductName

SetProvisionedProductName sets the ProvisionedProductName field's value.

func (*CreateProvisionedProductPlanInput) SetProvisioningArtifactId

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*CreateProvisionedProductPlanInput) SetProvisioningParameters

SetProvisioningParameters sets the ProvisioningParameters field's value.

func (*CreateProvisionedProductPlanInput) SetTags

SetTags sets the Tags field's value.

func (CreateProvisionedProductPlanInput) String

String returns the string representation

func (*CreateProvisionedProductPlanInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateProvisionedProductPlanOutput

type CreateProvisionedProductPlanOutput struct {

	// The plan identifier.
	PlanId *string `min:"1" type:"string"`

	// The name of the plan.
	PlanName *string `type:"string"`

	// The product identifier.
	ProvisionProductId *string `min:"1" type:"string"`

	// The user-friendly name of the provisioned product.
	ProvisionedProductName *string `min:"1" type:"string"`

	// The identifier of the provisioning artifact.
	ProvisioningArtifactId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateProvisionedProductPlanOutput) GoString

GoString returns the string representation

func (*CreateProvisionedProductPlanOutput) SetPlanId

SetPlanId sets the PlanId field's value.

func (*CreateProvisionedProductPlanOutput) SetPlanName

SetPlanName sets the PlanName field's value.

func (*CreateProvisionedProductPlanOutput) SetProvisionProductId

SetProvisionProductId sets the ProvisionProductId field's value.

func (*CreateProvisionedProductPlanOutput) SetProvisionedProductName

SetProvisionedProductName sets the ProvisionedProductName field's value.

func (*CreateProvisionedProductPlanOutput) SetProvisioningArtifactId

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (CreateProvisionedProductPlanOutput) String

String returns the string representation

type CreateProvisioningArtifactInput

type CreateProvisioningArtifactInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The configuration for the provisioning artifact.
	//
	// Parameters is a required field
	Parameters *ProvisioningArtifactProperties `type:"structure" required:"true"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateProvisioningArtifactInput) GoString

GoString returns the string representation

func (*CreateProvisioningArtifactInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*CreateProvisioningArtifactInput) SetIdempotencyToken

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*CreateProvisioningArtifactInput) SetParameters

SetParameters sets the Parameters field's value.

func (*CreateProvisioningArtifactInput) SetProductId

SetProductId sets the ProductId field's value.

func (CreateProvisioningArtifactInput) String

String returns the string representation

func (*CreateProvisioningArtifactInput) Validate

func (s *CreateProvisioningArtifactInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProvisioningArtifactOutput

type CreateProvisioningArtifactOutput struct {

	// The URL of the CloudFormation template in Amazon S3, in JSON format.
	Info map[string]*string `min:"1" type:"map"`

	// Information about the provisioning artifact.
	ProvisioningArtifactDetail *ProvisioningArtifactDetail `type:"structure"`

	// The status of the current request.
	Status *string `type:"string" enum:"Status"`
	// contains filtered or unexported fields
}

func (CreateProvisioningArtifactOutput) GoString

GoString returns the string representation

func (*CreateProvisioningArtifactOutput) SetInfo

SetInfo sets the Info field's value.

func (*CreateProvisioningArtifactOutput) SetProvisioningArtifactDetail

SetProvisioningArtifactDetail sets the ProvisioningArtifactDetail field's value.

func (*CreateProvisioningArtifactOutput) SetStatus

SetStatus sets the Status field's value.

func (CreateProvisioningArtifactOutput) String

String returns the string representation

type CreateServiceActionInput

type CreateServiceActionInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The self-service action definition. Can be one of the following:
	//
	// Name
	//
	// The name of the AWS Systems Manager Document. For example, AWS-RestartEC2Instance.
	//
	// Version
	//
	// The AWS Systems Manager automation document version. For example, "Version":
	// "1"
	//
	// AssumeRole
	//
	// The Amazon Resource Name (ARN) of the role that performs the self-service
	// actions on your behalf. For example, "AssumeRole": "arn:aws:iam::12345678910:role/ActionRole".
	//
	// To reuse the provisioned product launch role, set to "AssumeRole": "LAUNCH_ROLE".
	//
	// Parameters
	//
	// The list of parameters in JSON format.
	//
	// For example: [{\"Name\":\"InstanceId\",\"Type\":\"TARGET\"}] or [{\"Name\":\"InstanceId\",\"Type\":\"TEXT_VALUE\"}].
	//
	// Definition is a required field
	Definition map[string]*string `min:"1" type:"map" required:"true"`

	// The service action definition type. For example, SSM_AUTOMATION.
	//
	// DefinitionType is a required field
	DefinitionType *string `type:"string" required:"true" enum:"ServiceActionDefinitionType"`

	// The self-service action description.
	Description *string `type:"string"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The self-service action name.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateServiceActionInput) GoString

func (s CreateServiceActionInput) GoString() string

GoString returns the string representation

func (*CreateServiceActionInput) SetAcceptLanguage

func (s *CreateServiceActionInput) SetAcceptLanguage(v string) *CreateServiceActionInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*CreateServiceActionInput) SetDefinition

SetDefinition sets the Definition field's value.

func (*CreateServiceActionInput) SetDefinitionType

func (s *CreateServiceActionInput) SetDefinitionType(v string) *CreateServiceActionInput

SetDefinitionType sets the DefinitionType field's value.

func (*CreateServiceActionInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateServiceActionInput) SetIdempotencyToken

func (s *CreateServiceActionInput) SetIdempotencyToken(v string) *CreateServiceActionInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*CreateServiceActionInput) SetName

SetName sets the Name field's value.

func (CreateServiceActionInput) String

func (s CreateServiceActionInput) String() string

String returns the string representation

func (*CreateServiceActionInput) Validate

func (s *CreateServiceActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateServiceActionOutput

type CreateServiceActionOutput struct {

	// An object containing information about the self-service action.
	ServiceActionDetail *ServiceActionDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateServiceActionOutput) GoString

func (s CreateServiceActionOutput) GoString() string

GoString returns the string representation

func (*CreateServiceActionOutput) SetServiceActionDetail

SetServiceActionDetail sets the ServiceActionDetail field's value.

func (CreateServiceActionOutput) String

func (s CreateServiceActionOutput) String() string

String returns the string representation

type CreateTagOptionInput

type CreateTagOptionInput struct {

	// The TagOption key.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The TagOption value.
	//
	// Value is a required field
	Value *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTagOptionInput) GoString

func (s CreateTagOptionInput) GoString() string

GoString returns the string representation

func (*CreateTagOptionInput) SetKey

SetKey sets the Key field's value.

func (*CreateTagOptionInput) SetValue

SetValue sets the Value field's value.

func (CreateTagOptionInput) String

func (s CreateTagOptionInput) String() string

String returns the string representation

func (*CreateTagOptionInput) Validate

func (s *CreateTagOptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTagOptionOutput

type CreateTagOptionOutput struct {

	// Information about the TagOption.
	TagOptionDetail *TagOptionDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateTagOptionOutput) GoString

func (s CreateTagOptionOutput) GoString() string

GoString returns the string representation

func (*CreateTagOptionOutput) SetTagOptionDetail

func (s *CreateTagOptionOutput) SetTagOptionDetail(v *TagOptionDetail) *CreateTagOptionOutput

SetTagOptionDetail sets the TagOptionDetail field's value.

func (CreateTagOptionOutput) String

func (s CreateTagOptionOutput) String() string

String returns the string representation

type DeleteConstraintInput

type DeleteConstraintInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The identifier of the constraint.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteConstraintInput) GoString

func (s DeleteConstraintInput) GoString() string

GoString returns the string representation

func (*DeleteConstraintInput) SetAcceptLanguage

func (s *DeleteConstraintInput) SetAcceptLanguage(v string) *DeleteConstraintInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DeleteConstraintInput) SetId

SetId sets the Id field's value.

func (DeleteConstraintInput) String

func (s DeleteConstraintInput) String() string

String returns the string representation

func (*DeleteConstraintInput) Validate

func (s *DeleteConstraintInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteConstraintOutput

type DeleteConstraintOutput struct {
	// contains filtered or unexported fields
}

func (DeleteConstraintOutput) GoString

func (s DeleteConstraintOutput) GoString() string

GoString returns the string representation

func (DeleteConstraintOutput) String

func (s DeleteConstraintOutput) String() string

String returns the string representation

type DeletePortfolioInput

type DeletePortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The portfolio identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePortfolioInput) GoString

func (s DeletePortfolioInput) GoString() string

GoString returns the string representation

func (*DeletePortfolioInput) SetAcceptLanguage

func (s *DeletePortfolioInput) SetAcceptLanguage(v string) *DeletePortfolioInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DeletePortfolioInput) SetId

SetId sets the Id field's value.

func (DeletePortfolioInput) String

func (s DeletePortfolioInput) String() string

String returns the string representation

func (*DeletePortfolioInput) Validate

func (s *DeletePortfolioInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePortfolioOutput

type DeletePortfolioOutput struct {
	// contains filtered or unexported fields
}

func (DeletePortfolioOutput) GoString

func (s DeletePortfolioOutput) GoString() string

GoString returns the string representation

func (DeletePortfolioOutput) String

func (s DeletePortfolioOutput) String() string

String returns the string representation

type DeletePortfolioShareInput

type DeletePortfolioShareInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The AWS account ID.
	AccountId *string `type:"string"`

	// The organization node to whom you are going to stop sharing.
	OrganizationNode *OrganizationNode `type:"structure"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePortfolioShareInput) GoString

func (s DeletePortfolioShareInput) GoString() string

GoString returns the string representation

func (*DeletePortfolioShareInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DeletePortfolioShareInput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*DeletePortfolioShareInput) SetOrganizationNode

SetOrganizationNode sets the OrganizationNode field's value.

func (*DeletePortfolioShareInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (DeletePortfolioShareInput) String

func (s DeletePortfolioShareInput) String() string

String returns the string representation

func (*DeletePortfolioShareInput) Validate

func (s *DeletePortfolioShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePortfolioShareOutput

type DeletePortfolioShareOutput struct {

	// The portfolio share unique identifier. This will only be returned if delete
	// is made to an organization node.
	PortfolioShareToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DeletePortfolioShareOutput) GoString

func (s DeletePortfolioShareOutput) GoString() string

GoString returns the string representation

func (*DeletePortfolioShareOutput) SetPortfolioShareToken

func (s *DeletePortfolioShareOutput) SetPortfolioShareToken(v string) *DeletePortfolioShareOutput

SetPortfolioShareToken sets the PortfolioShareToken field's value.

func (DeletePortfolioShareOutput) String

String returns the string representation

type DeleteProductInput

type DeleteProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The product identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProductInput) GoString

func (s DeleteProductInput) GoString() string

GoString returns the string representation

func (*DeleteProductInput) SetAcceptLanguage

func (s *DeleteProductInput) SetAcceptLanguage(v string) *DeleteProductInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DeleteProductInput) SetId

SetId sets the Id field's value.

func (DeleteProductInput) String

func (s DeleteProductInput) String() string

String returns the string representation

func (*DeleteProductInput) Validate

func (s *DeleteProductInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProductOutput

type DeleteProductOutput struct {
	// contains filtered or unexported fields
}

func (DeleteProductOutput) GoString

func (s DeleteProductOutput) GoString() string

GoString returns the string representation

func (DeleteProductOutput) String

func (s DeleteProductOutput) String() string

String returns the string representation

type DeleteProvisionedProductPlanInput

type DeleteProvisionedProductPlanInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// If set to true, AWS Service Catalog stops managing the specified provisioned
	// product even if it cannot delete the underlying resources.
	IgnoreErrors *bool `type:"boolean"`

	// The plan identifier.
	//
	// PlanId is a required field
	PlanId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProvisionedProductPlanInput) GoString

GoString returns the string representation

func (*DeleteProvisionedProductPlanInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DeleteProvisionedProductPlanInput) SetIgnoreErrors

SetIgnoreErrors sets the IgnoreErrors field's value.

func (*DeleteProvisionedProductPlanInput) SetPlanId

SetPlanId sets the PlanId field's value.

func (DeleteProvisionedProductPlanInput) String

String returns the string representation

func (*DeleteProvisionedProductPlanInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteProvisionedProductPlanOutput

type DeleteProvisionedProductPlanOutput struct {
	// contains filtered or unexported fields
}

func (DeleteProvisionedProductPlanOutput) GoString

GoString returns the string representation

func (DeleteProvisionedProductPlanOutput) String

String returns the string representation

type DeleteProvisioningArtifactInput

type DeleteProvisioningArtifactInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProvisioningArtifactInput) GoString

GoString returns the string representation

func (*DeleteProvisioningArtifactInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DeleteProvisioningArtifactInput) SetProductId

SetProductId sets the ProductId field's value.

func (*DeleteProvisioningArtifactInput) SetProvisioningArtifactId

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (DeleteProvisioningArtifactInput) String

String returns the string representation

func (*DeleteProvisioningArtifactInput) Validate

func (s *DeleteProvisioningArtifactInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProvisioningArtifactOutput

type DeleteProvisioningArtifactOutput struct {
	// contains filtered or unexported fields
}

func (DeleteProvisioningArtifactOutput) GoString

GoString returns the string representation

func (DeleteProvisioningArtifactOutput) String

String returns the string representation

type DeleteServiceActionInput

type DeleteServiceActionInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The self-service action identifier. For example, act-fs7abcd89wxyz.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteServiceActionInput) GoString

func (s DeleteServiceActionInput) GoString() string

GoString returns the string representation

func (*DeleteServiceActionInput) SetAcceptLanguage

func (s *DeleteServiceActionInput) SetAcceptLanguage(v string) *DeleteServiceActionInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DeleteServiceActionInput) SetId

SetId sets the Id field's value.

func (DeleteServiceActionInput) String

func (s DeleteServiceActionInput) String() string

String returns the string representation

func (*DeleteServiceActionInput) Validate

func (s *DeleteServiceActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteServiceActionOutput

type DeleteServiceActionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteServiceActionOutput) GoString

func (s DeleteServiceActionOutput) GoString() string

GoString returns the string representation

func (DeleteServiceActionOutput) String

func (s DeleteServiceActionOutput) String() string

String returns the string representation

type DeleteTagOptionInput

type DeleteTagOptionInput struct {

	// The TagOption identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTagOptionInput) GoString

func (s DeleteTagOptionInput) GoString() string

GoString returns the string representation

func (*DeleteTagOptionInput) SetId

SetId sets the Id field's value.

func (DeleteTagOptionInput) String

func (s DeleteTagOptionInput) String() string

String returns the string representation

func (*DeleteTagOptionInput) Validate

func (s *DeleteTagOptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTagOptionOutput

type DeleteTagOptionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteTagOptionOutput) GoString

func (s DeleteTagOptionOutput) GoString() string

GoString returns the string representation

func (DeleteTagOptionOutput) String

func (s DeleteTagOptionOutput) String() string

String returns the string representation

type DescribeConstraintInput

type DescribeConstraintInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The identifier of the constraint.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeConstraintInput) GoString

func (s DescribeConstraintInput) GoString() string

GoString returns the string representation

func (*DescribeConstraintInput) SetAcceptLanguage

func (s *DescribeConstraintInput) SetAcceptLanguage(v string) *DescribeConstraintInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeConstraintInput) SetId

SetId sets the Id field's value.

func (DescribeConstraintInput) String

func (s DescribeConstraintInput) String() string

String returns the string representation

func (*DescribeConstraintInput) Validate

func (s *DescribeConstraintInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeConstraintOutput

type DescribeConstraintOutput struct {

	// Information about the constraint.
	ConstraintDetail *ConstraintDetail `type:"structure"`

	// The constraint parameters.
	ConstraintParameters *string `type:"string"`

	// The status of the current request.
	Status *string `type:"string" enum:"Status"`
	// contains filtered or unexported fields
}

func (DescribeConstraintOutput) GoString

func (s DescribeConstraintOutput) GoString() string

GoString returns the string representation

func (*DescribeConstraintOutput) SetConstraintDetail

SetConstraintDetail sets the ConstraintDetail field's value.

func (*DescribeConstraintOutput) SetConstraintParameters

func (s *DescribeConstraintOutput) SetConstraintParameters(v string) *DescribeConstraintOutput

SetConstraintParameters sets the ConstraintParameters field's value.

func (*DescribeConstraintOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeConstraintOutput) String

func (s DescribeConstraintOutput) String() string

String returns the string representation

type DescribeCopyProductStatusInput

type DescribeCopyProductStatusInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The token for the copy product operation. This token is returned by CopyProduct.
	//
	// CopyProductToken is a required field
	CopyProductToken *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeCopyProductStatusInput) GoString

GoString returns the string representation

func (*DescribeCopyProductStatusInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeCopyProductStatusInput) SetCopyProductToken

SetCopyProductToken sets the CopyProductToken field's value.

func (DescribeCopyProductStatusInput) String

String returns the string representation

func (*DescribeCopyProductStatusInput) Validate

func (s *DescribeCopyProductStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCopyProductStatusOutput

type DescribeCopyProductStatusOutput struct {

	// The status of the copy product operation.
	CopyProductStatus *string `type:"string" enum:"CopyProductStatus"`

	// The status message.
	StatusDetail *string `type:"string"`

	// The identifier of the copied product.
	TargetProductId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeCopyProductStatusOutput) GoString

GoString returns the string representation

func (*DescribeCopyProductStatusOutput) SetCopyProductStatus

SetCopyProductStatus sets the CopyProductStatus field's value.

func (*DescribeCopyProductStatusOutput) SetStatusDetail

SetStatusDetail sets the StatusDetail field's value.

func (*DescribeCopyProductStatusOutput) SetTargetProductId

SetTargetProductId sets the TargetProductId field's value.

func (DescribeCopyProductStatusOutput) String

String returns the string representation

type DescribePortfolioInput

type DescribePortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The portfolio identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribePortfolioInput) GoString

func (s DescribePortfolioInput) GoString() string

GoString returns the string representation

func (*DescribePortfolioInput) SetAcceptLanguage

func (s *DescribePortfolioInput) SetAcceptLanguage(v string) *DescribePortfolioInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribePortfolioInput) SetId

SetId sets the Id field's value.

func (DescribePortfolioInput) String

func (s DescribePortfolioInput) String() string

String returns the string representation

func (*DescribePortfolioInput) Validate

func (s *DescribePortfolioInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribePortfolioOutput

type DescribePortfolioOutput struct {

	// Information about the associated budgets.
	Budgets []*BudgetDetail `type:"list"`

	// Information about the portfolio.
	PortfolioDetail *PortfolioDetail `type:"structure"`

	// Information about the TagOptions associated with the portfolio.
	TagOptions []*TagOptionDetail `type:"list"`

	// Information about the tags associated with the portfolio.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (DescribePortfolioOutput) GoString

func (s DescribePortfolioOutput) GoString() string

GoString returns the string representation

func (*DescribePortfolioOutput) SetBudgets

SetBudgets sets the Budgets field's value.

func (*DescribePortfolioOutput) SetPortfolioDetail

SetPortfolioDetail sets the PortfolioDetail field's value.

func (*DescribePortfolioOutput) SetTagOptions

SetTagOptions sets the TagOptions field's value.

func (*DescribePortfolioOutput) SetTags

SetTags sets the Tags field's value.

func (DescribePortfolioOutput) String

func (s DescribePortfolioOutput) String() string

String returns the string representation

type DescribePortfolioShareStatusInput

type DescribePortfolioShareStatusInput struct {

	// The token for the portfolio share operation. This token is returned either
	// by CreatePortfolioShare or by DeletePortfolioShare.
	//
	// PortfolioShareToken is a required field
	PortfolioShareToken *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribePortfolioShareStatusInput) GoString

GoString returns the string representation

func (*DescribePortfolioShareStatusInput) SetPortfolioShareToken

SetPortfolioShareToken sets the PortfolioShareToken field's value.

func (DescribePortfolioShareStatusInput) String

String returns the string representation

func (*DescribePortfolioShareStatusInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribePortfolioShareStatusOutput

type DescribePortfolioShareStatusOutput struct {

	// Organization node identifier. It can be either account id, organizational
	// unit id or organization id.
	OrganizationNodeValue *string `type:"string"`

	// The portfolio identifier.
	PortfolioId *string `min:"1" type:"string"`

	// The token for the portfolio share operation. For example, share-6v24abcdefghi.
	PortfolioShareToken *string `min:"1" type:"string"`

	// Information about the portfolio share operation.
	ShareDetails *ShareDetails `type:"structure"`

	// Status of the portfolio share operation.
	Status *string `type:"string" enum:"ShareStatus"`
	// contains filtered or unexported fields
}

func (DescribePortfolioShareStatusOutput) GoString

GoString returns the string representation

func (*DescribePortfolioShareStatusOutput) SetOrganizationNodeValue

SetOrganizationNodeValue sets the OrganizationNodeValue field's value.

func (*DescribePortfolioShareStatusOutput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (*DescribePortfolioShareStatusOutput) SetPortfolioShareToken

SetPortfolioShareToken sets the PortfolioShareToken field's value.

func (*DescribePortfolioShareStatusOutput) SetShareDetails

SetShareDetails sets the ShareDetails field's value.

func (*DescribePortfolioShareStatusOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribePortfolioShareStatusOutput) String

String returns the string representation

type DescribeProductAsAdminInput

type DescribeProductAsAdminInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The product identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProductAsAdminInput) GoString

func (s DescribeProductAsAdminInput) GoString() string

GoString returns the string representation

func (*DescribeProductAsAdminInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeProductAsAdminInput) SetId

SetId sets the Id field's value.

func (DescribeProductAsAdminInput) String

String returns the string representation

func (*DescribeProductAsAdminInput) Validate

func (s *DescribeProductAsAdminInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProductAsAdminOutput

type DescribeProductAsAdminOutput struct {

	// Information about the associated budgets.
	Budgets []*BudgetDetail `type:"list"`

	// Information about the product view.
	ProductViewDetail *ProductViewDetail `type:"structure"`

	// Information about the provisioning artifacts (also known as versions) for
	// the specified product.
	ProvisioningArtifactSummaries []*ProvisioningArtifactSummary `type:"list"`

	// Information about the TagOptions associated with the product.
	TagOptions []*TagOptionDetail `type:"list"`

	// Information about the tags associated with the product.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeProductAsAdminOutput) GoString

func (s DescribeProductAsAdminOutput) GoString() string

GoString returns the string representation

func (*DescribeProductAsAdminOutput) SetBudgets

SetBudgets sets the Budgets field's value.

func (*DescribeProductAsAdminOutput) SetProductViewDetail

SetProductViewDetail sets the ProductViewDetail field's value.

func (*DescribeProductAsAdminOutput) SetProvisioningArtifactSummaries

SetProvisioningArtifactSummaries sets the ProvisioningArtifactSummaries field's value.

func (*DescribeProductAsAdminOutput) SetTagOptions

SetTagOptions sets the TagOptions field's value.

func (*DescribeProductAsAdminOutput) SetTags

SetTags sets the Tags field's value.

func (DescribeProductAsAdminOutput) String

String returns the string representation

type DescribeProductInput

type DescribeProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The product identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProductInput) GoString

func (s DescribeProductInput) GoString() string

GoString returns the string representation

func (*DescribeProductInput) SetAcceptLanguage

func (s *DescribeProductInput) SetAcceptLanguage(v string) *DescribeProductInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeProductInput) SetId

SetId sets the Id field's value.

func (DescribeProductInput) String

func (s DescribeProductInput) String() string

String returns the string representation

func (*DescribeProductInput) Validate

func (s *DescribeProductInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProductOutput

type DescribeProductOutput struct {

	// Information about the associated budgets.
	Budgets []*BudgetDetail `type:"list"`

	// Summary information about the product view.
	ProductViewSummary *ProductViewSummary `type:"structure"`

	// Information about the provisioning artifacts for the specified product.
	ProvisioningArtifacts []*ProvisioningArtifact `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeProductOutput) GoString

func (s DescribeProductOutput) GoString() string

GoString returns the string representation

func (*DescribeProductOutput) SetBudgets

SetBudgets sets the Budgets field's value.

func (*DescribeProductOutput) SetProductViewSummary

func (s *DescribeProductOutput) SetProductViewSummary(v *ProductViewSummary) *DescribeProductOutput

SetProductViewSummary sets the ProductViewSummary field's value.

func (*DescribeProductOutput) SetProvisioningArtifacts

func (s *DescribeProductOutput) SetProvisioningArtifacts(v []*ProvisioningArtifact) *DescribeProductOutput

SetProvisioningArtifacts sets the ProvisioningArtifacts field's value.

func (DescribeProductOutput) String

func (s DescribeProductOutput) String() string

String returns the string representation

type DescribeProductViewInput

type DescribeProductViewInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The product view identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProductViewInput) GoString

func (s DescribeProductViewInput) GoString() string

GoString returns the string representation

func (*DescribeProductViewInput) SetAcceptLanguage

func (s *DescribeProductViewInput) SetAcceptLanguage(v string) *DescribeProductViewInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeProductViewInput) SetId

SetId sets the Id field's value.

func (DescribeProductViewInput) String

func (s DescribeProductViewInput) String() string

String returns the string representation

func (*DescribeProductViewInput) Validate

func (s *DescribeProductViewInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProductViewOutput

type DescribeProductViewOutput struct {

	// Summary information about the product.
	ProductViewSummary *ProductViewSummary `type:"structure"`

	// Information about the provisioning artifacts for the product.
	ProvisioningArtifacts []*ProvisioningArtifact `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeProductViewOutput) GoString

func (s DescribeProductViewOutput) GoString() string

GoString returns the string representation

func (*DescribeProductViewOutput) SetProductViewSummary

SetProductViewSummary sets the ProductViewSummary field's value.

func (*DescribeProductViewOutput) SetProvisioningArtifacts

SetProvisioningArtifacts sets the ProvisioningArtifacts field's value.

func (DescribeProductViewOutput) String

func (s DescribeProductViewOutput) String() string

String returns the string representation

type DescribeProvisionedProductInput

type DescribeProvisionedProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The provisioned product identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProvisionedProductInput) GoString

GoString returns the string representation

func (*DescribeProvisionedProductInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeProvisionedProductInput) SetId

SetId sets the Id field's value.

func (DescribeProvisionedProductInput) String

String returns the string representation

func (*DescribeProvisionedProductInput) Validate

func (s *DescribeProvisionedProductInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProvisionedProductOutput

type DescribeProvisionedProductOutput struct {

	// Any CloudWatch dashboards that were created when provisioning the product.
	CloudWatchDashboards []*CloudWatchDashboard `type:"list"`

	// Information about the provisioned product.
	ProvisionedProductDetail *ProvisionedProductDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeProvisionedProductOutput) GoString

GoString returns the string representation

func (*DescribeProvisionedProductOutput) SetCloudWatchDashboards

SetCloudWatchDashboards sets the CloudWatchDashboards field's value.

func (*DescribeProvisionedProductOutput) SetProvisionedProductDetail

SetProvisionedProductDetail sets the ProvisionedProductDetail field's value.

func (DescribeProvisionedProductOutput) String

String returns the string representation

type DescribeProvisionedProductPlanInput

type DescribeProvisionedProductPlanInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The plan identifier.
	//
	// PlanId is a required field
	PlanId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProvisionedProductPlanInput) GoString

GoString returns the string representation

func (*DescribeProvisionedProductPlanInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeProvisionedProductPlanInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeProvisionedProductPlanInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*DescribeProvisionedProductPlanInput) SetPlanId

SetPlanId sets the PlanId field's value.

func (DescribeProvisionedProductPlanInput) String

String returns the string representation

func (*DescribeProvisionedProductPlanInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeProvisionedProductPlanOutput

type DescribeProvisionedProductPlanOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the plan.
	ProvisionedProductPlanDetails *ProvisionedProductPlanDetails `type:"structure"`

	// Information about the resource changes that will occur when the plan is executed.
	ResourceChanges []*ResourceChange `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeProvisionedProductPlanOutput) GoString

GoString returns the string representation

func (*DescribeProvisionedProductPlanOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*DescribeProvisionedProductPlanOutput) SetProvisionedProductPlanDetails

SetProvisionedProductPlanDetails sets the ProvisionedProductPlanDetails field's value.

func (*DescribeProvisionedProductPlanOutput) SetResourceChanges

SetResourceChanges sets the ResourceChanges field's value.

func (DescribeProvisionedProductPlanOutput) String

String returns the string representation

type DescribeProvisioningArtifactInput

type DescribeProvisioningArtifactInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`

	// Indicates whether a verbose level of detail is enabled.
	Verbose *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (DescribeProvisioningArtifactInput) GoString

GoString returns the string representation

func (*DescribeProvisioningArtifactInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeProvisioningArtifactInput) SetProductId

SetProductId sets the ProductId field's value.

func (*DescribeProvisioningArtifactInput) SetProvisioningArtifactId

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*DescribeProvisioningArtifactInput) SetVerbose

SetVerbose sets the Verbose field's value.

func (DescribeProvisioningArtifactInput) String

String returns the string representation

func (*DescribeProvisioningArtifactInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeProvisioningArtifactOutput

type DescribeProvisioningArtifactOutput struct {

	// The URL of the CloudFormation template in Amazon S3.
	Info map[string]*string `min:"1" type:"map"`

	// Information about the provisioning artifact.
	ProvisioningArtifactDetail *ProvisioningArtifactDetail `type:"structure"`

	// The status of the current request.
	Status *string `type:"string" enum:"Status"`
	// contains filtered or unexported fields
}

func (DescribeProvisioningArtifactOutput) GoString

GoString returns the string representation

func (*DescribeProvisioningArtifactOutput) SetInfo

SetInfo sets the Info field's value.

func (*DescribeProvisioningArtifactOutput) SetProvisioningArtifactDetail

SetProvisioningArtifactDetail sets the ProvisioningArtifactDetail field's value.

func (*DescribeProvisioningArtifactOutput) SetStatus

SetStatus sets the Status field's value.

func (DescribeProvisioningArtifactOutput) String

String returns the string representation

type DescribeProvisioningParametersInput

type DescribeProvisioningParametersInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The path identifier of the product. This value is optional if the product
	// has a default path, and required if the product has more than one path. To
	// list the paths for a product, use ListLaunchPaths.
	PathId *string `min:"1" type:"string"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProvisioningParametersInput) GoString

GoString returns the string representation

func (*DescribeProvisioningParametersInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeProvisioningParametersInput) SetPathId

SetPathId sets the PathId field's value.

func (*DescribeProvisioningParametersInput) SetProductId

SetProductId sets the ProductId field's value.

func (*DescribeProvisioningParametersInput) SetProvisioningArtifactId

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (DescribeProvisioningParametersInput) String

String returns the string representation

func (*DescribeProvisioningParametersInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeProvisioningParametersOutput

type DescribeProvisioningParametersOutput struct {

	// Information about the constraints used to provision the product.
	ConstraintSummaries []*ConstraintSummary `type:"list"`

	// Information about the parameters used to provision the product.
	ProvisioningArtifactParameters []*ProvisioningArtifactParameter `type:"list"`

	// An object that contains information about preferences, such as regions and
	// accounts, for the provisioning artifact.
	ProvisioningArtifactPreferences *ProvisioningArtifactPreferences `type:"structure"`

	// Information about the TagOptions associated with the resource.
	TagOptions []*TagOptionSummary `type:"list"`

	// Any additional metadata specifically related to the provisioning of the product.
	// For example, see the Version field of the CloudFormation template.
	UsageInstructions []*UsageInstruction `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeProvisioningParametersOutput) GoString

GoString returns the string representation

func (*DescribeProvisioningParametersOutput) SetConstraintSummaries

SetConstraintSummaries sets the ConstraintSummaries field's value.

func (*DescribeProvisioningParametersOutput) SetProvisioningArtifactParameters

SetProvisioningArtifactParameters sets the ProvisioningArtifactParameters field's value.

func (*DescribeProvisioningParametersOutput) SetProvisioningArtifactPreferences

SetProvisioningArtifactPreferences sets the ProvisioningArtifactPreferences field's value.

func (*DescribeProvisioningParametersOutput) SetTagOptions

SetTagOptions sets the TagOptions field's value.

func (*DescribeProvisioningParametersOutput) SetUsageInstructions

SetUsageInstructions sets the UsageInstructions field's value.

func (DescribeProvisioningParametersOutput) String

String returns the string representation

type DescribeRecordInput

type DescribeRecordInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The record identifier of the provisioned product. This identifier is returned
	// by the request operation.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeRecordInput) GoString

func (s DescribeRecordInput) GoString() string

GoString returns the string representation

func (*DescribeRecordInput) SetAcceptLanguage

func (s *DescribeRecordInput) SetAcceptLanguage(v string) *DescribeRecordInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeRecordInput) SetId

SetId sets the Id field's value.

func (*DescribeRecordInput) SetPageSize

func (s *DescribeRecordInput) SetPageSize(v int64) *DescribeRecordInput

SetPageSize sets the PageSize field's value.

func (*DescribeRecordInput) SetPageToken

func (s *DescribeRecordInput) SetPageToken(v string) *DescribeRecordInput

SetPageToken sets the PageToken field's value.

func (DescribeRecordInput) String

func (s DescribeRecordInput) String() string

String returns the string representation

func (*DescribeRecordInput) Validate

func (s *DescribeRecordInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRecordOutput

type DescribeRecordOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the product.
	RecordDetail *RecordDetail `type:"structure"`

	// Information about the product created as the result of a request. For example,
	// the output for a CloudFormation-backed product that creates an S3 bucket
	// would include the S3 bucket URL.
	RecordOutputs []*RecordOutput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeRecordOutput) GoString

func (s DescribeRecordOutput) GoString() string

GoString returns the string representation

func (*DescribeRecordOutput) SetNextPageToken

func (s *DescribeRecordOutput) SetNextPageToken(v string) *DescribeRecordOutput

SetNextPageToken sets the NextPageToken field's value.

func (*DescribeRecordOutput) SetRecordDetail

func (s *DescribeRecordOutput) SetRecordDetail(v *RecordDetail) *DescribeRecordOutput

SetRecordDetail sets the RecordDetail field's value.

func (*DescribeRecordOutput) SetRecordOutputs

func (s *DescribeRecordOutput) SetRecordOutputs(v []*RecordOutput) *DescribeRecordOutput

SetRecordOutputs sets the RecordOutputs field's value.

func (DescribeRecordOutput) String

func (s DescribeRecordOutput) String() string

String returns the string representation

type DescribeServiceActionExecutionParametersInput

type DescribeServiceActionExecutionParametersInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The identifier of the provisioned product.
	//
	// ProvisionedProductId is a required field
	ProvisionedProductId *string `min:"1" type:"string" required:"true"`

	// The self-service action identifier.
	//
	// ServiceActionId is a required field
	ServiceActionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeServiceActionExecutionParametersInput) GoString

GoString returns the string representation

func (*DescribeServiceActionExecutionParametersInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeServiceActionExecutionParametersInput) SetProvisionedProductId

SetProvisionedProductId sets the ProvisionedProductId field's value.

func (*DescribeServiceActionExecutionParametersInput) SetServiceActionId

SetServiceActionId sets the ServiceActionId field's value.

func (DescribeServiceActionExecutionParametersInput) String

String returns the string representation

func (*DescribeServiceActionExecutionParametersInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeServiceActionExecutionParametersOutput

type DescribeServiceActionExecutionParametersOutput struct {

	// The parameters of the self-service action.
	ServiceActionParameters []*ExecutionParameter `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeServiceActionExecutionParametersOutput) GoString

GoString returns the string representation

func (*DescribeServiceActionExecutionParametersOutput) SetServiceActionParameters

SetServiceActionParameters sets the ServiceActionParameters field's value.

func (DescribeServiceActionExecutionParametersOutput) String

String returns the string representation

type DescribeServiceActionInput

type DescribeServiceActionInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The self-service action identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeServiceActionInput) GoString

func (s DescribeServiceActionInput) GoString() string

GoString returns the string representation

func (*DescribeServiceActionInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DescribeServiceActionInput) SetId

SetId sets the Id field's value.

func (DescribeServiceActionInput) String

String returns the string representation

func (*DescribeServiceActionInput) Validate

func (s *DescribeServiceActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeServiceActionOutput

type DescribeServiceActionOutput struct {

	// Detailed information about the self-service action.
	ServiceActionDetail *ServiceActionDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeServiceActionOutput) GoString

func (s DescribeServiceActionOutput) GoString() string

GoString returns the string representation

func (*DescribeServiceActionOutput) SetServiceActionDetail

SetServiceActionDetail sets the ServiceActionDetail field's value.

func (DescribeServiceActionOutput) String

String returns the string representation

type DescribeTagOptionInput

type DescribeTagOptionInput struct {

	// The TagOption identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTagOptionInput) GoString

func (s DescribeTagOptionInput) GoString() string

GoString returns the string representation

func (*DescribeTagOptionInput) SetId

SetId sets the Id field's value.

func (DescribeTagOptionInput) String

func (s DescribeTagOptionInput) String() string

String returns the string representation

func (*DescribeTagOptionInput) Validate

func (s *DescribeTagOptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTagOptionOutput

type DescribeTagOptionOutput struct {

	// Information about the TagOption.
	TagOptionDetail *TagOptionDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeTagOptionOutput) GoString

func (s DescribeTagOptionOutput) GoString() string

GoString returns the string representation

func (*DescribeTagOptionOutput) SetTagOptionDetail

SetTagOptionDetail sets the TagOptionDetail field's value.

func (DescribeTagOptionOutput) String

func (s DescribeTagOptionOutput) String() string

String returns the string representation

type DisableAWSOrganizationsAccessInput

type DisableAWSOrganizationsAccessInput struct {
	// contains filtered or unexported fields
}

func (DisableAWSOrganizationsAccessInput) GoString

GoString returns the string representation

func (DisableAWSOrganizationsAccessInput) String

String returns the string representation

type DisableAWSOrganizationsAccessOutput

type DisableAWSOrganizationsAccessOutput struct {
	// contains filtered or unexported fields
}

func (DisableAWSOrganizationsAccessOutput) GoString

GoString returns the string representation

func (DisableAWSOrganizationsAccessOutput) String

String returns the string representation

type DisassociateBudgetFromResourceInput

type DisassociateBudgetFromResourceInput struct {

	// The name of the budget you want to disassociate.
	//
	// BudgetName is a required field
	BudgetName *string `min:"1" type:"string" required:"true"`

	// The resource identifier you want to disassociate from. Either a portfolio-id
	// or a product-id.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociateBudgetFromResourceInput) GoString

GoString returns the string representation

func (*DisassociateBudgetFromResourceInput) SetBudgetName

SetBudgetName sets the BudgetName field's value.

func (*DisassociateBudgetFromResourceInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (DisassociateBudgetFromResourceInput) String

String returns the string representation

func (*DisassociateBudgetFromResourceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DisassociateBudgetFromResourceOutput

type DisassociateBudgetFromResourceOutput struct {
	// contains filtered or unexported fields
}

func (DisassociateBudgetFromResourceOutput) GoString

GoString returns the string representation

func (DisassociateBudgetFromResourceOutput) String

String returns the string representation

type DisassociatePrincipalFromPortfolioInput

type DisassociatePrincipalFromPortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`

	// The ARN of the principal (IAM user, role, or group).
	//
	// PrincipalARN is a required field
	PrincipalARN *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociatePrincipalFromPortfolioInput) GoString

GoString returns the string representation

func (*DisassociatePrincipalFromPortfolioInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DisassociatePrincipalFromPortfolioInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (*DisassociatePrincipalFromPortfolioInput) SetPrincipalARN

SetPrincipalARN sets the PrincipalARN field's value.

func (DisassociatePrincipalFromPortfolioInput) String

String returns the string representation

func (*DisassociatePrincipalFromPortfolioInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DisassociatePrincipalFromPortfolioOutput

type DisassociatePrincipalFromPortfolioOutput struct {
	// contains filtered or unexported fields
}

func (DisassociatePrincipalFromPortfolioOutput) GoString

GoString returns the string representation

func (DisassociatePrincipalFromPortfolioOutput) String

String returns the string representation

type DisassociateProductFromPortfolioInput

type DisassociateProductFromPortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociateProductFromPortfolioInput) GoString

GoString returns the string representation

func (*DisassociateProductFromPortfolioInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DisassociateProductFromPortfolioInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (*DisassociateProductFromPortfolioInput) SetProductId

SetProductId sets the ProductId field's value.

func (DisassociateProductFromPortfolioInput) String

String returns the string representation

func (*DisassociateProductFromPortfolioInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DisassociateProductFromPortfolioOutput

type DisassociateProductFromPortfolioOutput struct {
	// contains filtered or unexported fields
}

func (DisassociateProductFromPortfolioOutput) GoString

GoString returns the string representation

func (DisassociateProductFromPortfolioOutput) String

String returns the string representation

type DisassociateServiceActionFromProvisioningArtifactInput

type DisassociateServiceActionFromProvisioningArtifactInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The product identifier. For example, prod-abcdzk7xy33qa.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`

	// The self-service action identifier. For example, act-fs7abcd89wxyz.
	//
	// ServiceActionId is a required field
	ServiceActionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociateServiceActionFromProvisioningArtifactInput) GoString

GoString returns the string representation

func (*DisassociateServiceActionFromProvisioningArtifactInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*DisassociateServiceActionFromProvisioningArtifactInput) SetProductId

SetProductId sets the ProductId field's value.

func (*DisassociateServiceActionFromProvisioningArtifactInput) SetProvisioningArtifactId

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*DisassociateServiceActionFromProvisioningArtifactInput) SetServiceActionId

SetServiceActionId sets the ServiceActionId field's value.

func (DisassociateServiceActionFromProvisioningArtifactInput) String

String returns the string representation

func (*DisassociateServiceActionFromProvisioningArtifactInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DisassociateServiceActionFromProvisioningArtifactOutput

type DisassociateServiceActionFromProvisioningArtifactOutput struct {
	// contains filtered or unexported fields
}

func (DisassociateServiceActionFromProvisioningArtifactOutput) GoString

GoString returns the string representation

func (DisassociateServiceActionFromProvisioningArtifactOutput) String

String returns the string representation

type DisassociateTagOptionFromResourceInput

type DisassociateTagOptionFromResourceInput struct {

	// The resource identifier.
	//
	// ResourceId is a required field
	ResourceId *string `type:"string" required:"true"`

	// The TagOption identifier.
	//
	// TagOptionId is a required field
	TagOptionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociateTagOptionFromResourceInput) GoString

GoString returns the string representation

func (*DisassociateTagOptionFromResourceInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*DisassociateTagOptionFromResourceInput) SetTagOptionId

SetTagOptionId sets the TagOptionId field's value.

func (DisassociateTagOptionFromResourceInput) String

String returns the string representation

func (*DisassociateTagOptionFromResourceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DisassociateTagOptionFromResourceOutput

type DisassociateTagOptionFromResourceOutput struct {
	// contains filtered or unexported fields
}

func (DisassociateTagOptionFromResourceOutput) GoString

GoString returns the string representation

func (DisassociateTagOptionFromResourceOutput) String

String returns the string representation

type DuplicateResourceException

type DuplicateResourceException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The specified resource is a duplicate.

func (DuplicateResourceException) Code

Code returns the exception type name.

func (DuplicateResourceException) Error

func (DuplicateResourceException) GoString

func (s DuplicateResourceException) GoString() string

GoString returns the string representation

func (DuplicateResourceException) Message

func (s DuplicateResourceException) Message() string

Message returns the exception's message.

func (DuplicateResourceException) OrigErr

func (s DuplicateResourceException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (DuplicateResourceException) RequestID

func (s DuplicateResourceException) RequestID() string

RequestID returns the service's response RequestID for request.

func (DuplicateResourceException) StatusCode

func (s DuplicateResourceException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DuplicateResourceException) String

String returns the string representation

type EnableAWSOrganizationsAccessInput

type EnableAWSOrganizationsAccessInput struct {
	// contains filtered or unexported fields
}

func (EnableAWSOrganizationsAccessInput) GoString

GoString returns the string representation

func (EnableAWSOrganizationsAccessInput) String

String returns the string representation

type EnableAWSOrganizationsAccessOutput

type EnableAWSOrganizationsAccessOutput struct {
	// contains filtered or unexported fields
}

func (EnableAWSOrganizationsAccessOutput) GoString

GoString returns the string representation

func (EnableAWSOrganizationsAccessOutput) String

String returns the string representation

type ExecuteProvisionedProductPlanInput

type ExecuteProvisionedProductPlanInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The plan identifier.
	//
	// PlanId is a required field
	PlanId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ExecuteProvisionedProductPlanInput) GoString

GoString returns the string representation

func (*ExecuteProvisionedProductPlanInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ExecuteProvisionedProductPlanInput) SetIdempotencyToken

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*ExecuteProvisionedProductPlanInput) SetPlanId

SetPlanId sets the PlanId field's value.

func (ExecuteProvisionedProductPlanInput) String

String returns the string representation

func (*ExecuteProvisionedProductPlanInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ExecuteProvisionedProductPlanOutput

type ExecuteProvisionedProductPlanOutput struct {

	// Information about the result of provisioning the product.
	RecordDetail *RecordDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (ExecuteProvisionedProductPlanOutput) GoString

GoString returns the string representation

func (*ExecuteProvisionedProductPlanOutput) SetRecordDetail

SetRecordDetail sets the RecordDetail field's value.

func (ExecuteProvisionedProductPlanOutput) String

String returns the string representation

type ExecuteProvisionedProductServiceActionInput

type ExecuteProvisionedProductServiceActionInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// An idempotency token that uniquely identifies the execute request.
	ExecuteToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// A map of all self-service action parameters and their values. If a provided
	// parameter is of a special type, such as TARGET, the provided value will override
	// the default value generated by AWS Service Catalog. If the parameters field
	// is not provided, no additional parameters are passed and default values will
	// be used for any special parameters such as TARGET.
	Parameters map[string][]*string `min:"1" type:"map"`

	// The identifier of the provisioned product.
	//
	// ProvisionedProductId is a required field
	ProvisionedProductId *string `min:"1" type:"string" required:"true"`

	// The self-service action identifier. For example, act-fs7abcd89wxyz.
	//
	// ServiceActionId is a required field
	ServiceActionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ExecuteProvisionedProductServiceActionInput) GoString

GoString returns the string representation

func (*ExecuteProvisionedProductServiceActionInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ExecuteProvisionedProductServiceActionInput) SetExecuteToken

SetExecuteToken sets the ExecuteToken field's value.

func (*ExecuteProvisionedProductServiceActionInput) SetParameters

SetParameters sets the Parameters field's value.

func (*ExecuteProvisionedProductServiceActionInput) SetProvisionedProductId

SetProvisionedProductId sets the ProvisionedProductId field's value.

func (*ExecuteProvisionedProductServiceActionInput) SetServiceActionId

SetServiceActionId sets the ServiceActionId field's value.

func (ExecuteProvisionedProductServiceActionInput) String

String returns the string representation

func (*ExecuteProvisionedProductServiceActionInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ExecuteProvisionedProductServiceActionOutput

type ExecuteProvisionedProductServiceActionOutput struct {

	// An object containing detailed information about the result of provisioning
	// the product.
	RecordDetail *RecordDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (ExecuteProvisionedProductServiceActionOutput) GoString

GoString returns the string representation

func (*ExecuteProvisionedProductServiceActionOutput) SetRecordDetail

SetRecordDetail sets the RecordDetail field's value.

func (ExecuteProvisionedProductServiceActionOutput) String

String returns the string representation

type ExecutionParameter

type ExecutionParameter struct {

	// The default values for the execution parameter.
	DefaultValues []*string `type:"list"`

	// The name of the execution parameter.
	Name *string `min:"1" type:"string"`

	// The execution parameter type.
	Type *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Details of an execution parameter value that is passed to a self-service action when executed on a provisioned product.

func (ExecutionParameter) GoString

func (s ExecutionParameter) GoString() string

GoString returns the string representation

func (*ExecutionParameter) SetDefaultValues

func (s *ExecutionParameter) SetDefaultValues(v []*string) *ExecutionParameter

SetDefaultValues sets the DefaultValues field's value.

func (*ExecutionParameter) SetName

SetName sets the Name field's value.

func (*ExecutionParameter) SetType

SetType sets the Type field's value.

func (ExecutionParameter) String

func (s ExecutionParameter) String() string

String returns the string representation

type FailedServiceActionAssociation

type FailedServiceActionAssociation struct {

	// The error code. Valid values are listed below.
	ErrorCode *string `type:"string" enum:"ServiceActionAssociationErrorCode"`

	// A text description of the error.
	ErrorMessage *string `min:"1" type:"string"`

	// The product identifier. For example, prod-abcdzk7xy33qa.
	ProductId *string `min:"1" type:"string"`

	// The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
	ProvisioningArtifactId *string `min:"1" type:"string"`

	// The self-service action identifier. For example, act-fs7abcd89wxyz.
	ServiceActionId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

An object containing information about the error, along with identifying information about the self-service action and its associations.

func (FailedServiceActionAssociation) GoString

GoString returns the string representation

func (*FailedServiceActionAssociation) SetErrorCode

SetErrorCode sets the ErrorCode field's value.

func (*FailedServiceActionAssociation) SetErrorMessage

SetErrorMessage sets the ErrorMessage field's value.

func (*FailedServiceActionAssociation) SetProductId

SetProductId sets the ProductId field's value.

func (*FailedServiceActionAssociation) SetProvisioningArtifactId

func (s *FailedServiceActionAssociation) SetProvisioningArtifactId(v string) *FailedServiceActionAssociation

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*FailedServiceActionAssociation) SetServiceActionId

SetServiceActionId sets the ServiceActionId field's value.

func (FailedServiceActionAssociation) String

String returns the string representation

type GetAWSOrganizationsAccessStatusInput

type GetAWSOrganizationsAccessStatusInput struct {
	// contains filtered or unexported fields
}

func (GetAWSOrganizationsAccessStatusInput) GoString

GoString returns the string representation

func (GetAWSOrganizationsAccessStatusInput) String

String returns the string representation

type GetAWSOrganizationsAccessStatusOutput

type GetAWSOrganizationsAccessStatusOutput struct {

	// The status of the portfolio share feature.
	AccessStatus *string `type:"string" enum:"AccessStatus"`
	// contains filtered or unexported fields
}

func (GetAWSOrganizationsAccessStatusOutput) GoString

GoString returns the string representation

func (*GetAWSOrganizationsAccessStatusOutput) SetAccessStatus

SetAccessStatus sets the AccessStatus field's value.

func (GetAWSOrganizationsAccessStatusOutput) String

String returns the string representation

type InvalidParametersException

type InvalidParametersException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

One or more parameters provided to the operation are not valid.

func (InvalidParametersException) Code

Code returns the exception type name.

func (InvalidParametersException) Error

func (InvalidParametersException) GoString

func (s InvalidParametersException) GoString() string

GoString returns the string representation

func (InvalidParametersException) Message

func (s InvalidParametersException) Message() string

Message returns the exception's message.

func (InvalidParametersException) OrigErr

func (s InvalidParametersException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (InvalidParametersException) RequestID

func (s InvalidParametersException) RequestID() string

RequestID returns the service's response RequestID for request.

func (InvalidParametersException) StatusCode

func (s InvalidParametersException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidParametersException) String

String returns the string representation

type InvalidStateException

type InvalidStateException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

func (InvalidStateException) Code

func (s InvalidStateException) Code() string

Code returns the exception type name.

func (InvalidStateException) Error

func (s InvalidStateException) Error() string

func (InvalidStateException) GoString

func (s InvalidStateException) GoString() string

GoString returns the string representation

func (InvalidStateException) Message

func (s InvalidStateException) Message() string

Message returns the exception's message.

func (InvalidStateException) OrigErr

func (s InvalidStateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (InvalidStateException) RequestID

func (s InvalidStateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (InvalidStateException) StatusCode

func (s InvalidStateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidStateException) String

func (s InvalidStateException) String() string

String returns the string representation

type LaunchPathSummary

type LaunchPathSummary struct {

	// The constraints on the portfolio-product relationship.
	ConstraintSummaries []*ConstraintSummary `type:"list"`

	// The identifier of the product path.
	Id *string `min:"1" type:"string"`

	// The name of the portfolio to which the user was assigned.
	Name *string `type:"string"`

	// The tags associated with this product path.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

Summary information about a product path for a user.

func (LaunchPathSummary) GoString

func (s LaunchPathSummary) GoString() string

GoString returns the string representation

func (*LaunchPathSummary) SetConstraintSummaries

func (s *LaunchPathSummary) SetConstraintSummaries(v []*ConstraintSummary) *LaunchPathSummary

SetConstraintSummaries sets the ConstraintSummaries field's value.

func (*LaunchPathSummary) SetId

SetId sets the Id field's value.

func (*LaunchPathSummary) SetName

SetName sets the Name field's value.

func (*LaunchPathSummary) SetTags

func (s *LaunchPathSummary) SetTags(v []*Tag) *LaunchPathSummary

SetTags sets the Tags field's value.

func (LaunchPathSummary) String

func (s LaunchPathSummary) String() string

String returns the string representation

type LimitExceededException

type LimitExceededException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

func (LimitExceededException) Code

func (s LimitExceededException) Code() string

Code returns the exception type name.

func (LimitExceededException) Error

func (s LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation

func (LimitExceededException) Message

func (s LimitExceededException) Message() string

Message returns the exception's message.

func (LimitExceededException) OrigErr

func (s LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (LimitExceededException) RequestID

func (s LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (LimitExceededException) StatusCode

func (s LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation

type ListAcceptedPortfolioSharesInput

type ListAcceptedPortfolioSharesInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The type of shared portfolios to list. The default is to list imported portfolios.
	//
	//    * AWS_ORGANIZATIONS - List portfolios shared by the master account of
	//    your organization
	//
	//    * AWS_SERVICECATALOG - List default portfolios
	//
	//    * IMPORTED - List imported portfolios
	PortfolioShareType *string `type:"string" enum:"PortfolioShareType"`
	// contains filtered or unexported fields
}

func (ListAcceptedPortfolioSharesInput) GoString

GoString returns the string representation

func (*ListAcceptedPortfolioSharesInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListAcceptedPortfolioSharesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListAcceptedPortfolioSharesInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListAcceptedPortfolioSharesInput) SetPortfolioShareType

SetPortfolioShareType sets the PortfolioShareType field's value.

func (ListAcceptedPortfolioSharesInput) String

String returns the string representation

type ListAcceptedPortfolioSharesOutput

type ListAcceptedPortfolioSharesOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the portfolios.
	PortfolioDetails []*PortfolioDetail `type:"list"`
	// contains filtered or unexported fields
}

func (ListAcceptedPortfolioSharesOutput) GoString

GoString returns the string representation

func (*ListAcceptedPortfolioSharesOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListAcceptedPortfolioSharesOutput) SetPortfolioDetails

SetPortfolioDetails sets the PortfolioDetails field's value.

func (ListAcceptedPortfolioSharesOutput) String

String returns the string representation

type ListBudgetsForResourceInput

type ListBudgetsForResourceInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The resource identifier.
	//
	// ResourceId is a required field
	ResourceId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListBudgetsForResourceInput) GoString

func (s ListBudgetsForResourceInput) GoString() string

GoString returns the string representation

func (*ListBudgetsForResourceInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListBudgetsForResourceInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListBudgetsForResourceInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListBudgetsForResourceInput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (ListBudgetsForResourceInput) String

String returns the string representation

func (*ListBudgetsForResourceInput) Validate

func (s *ListBudgetsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBudgetsForResourceOutput

type ListBudgetsForResourceOutput struct {

	// Information about the associated budgets.
	Budgets []*BudgetDetail `type:"list"`

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListBudgetsForResourceOutput) GoString

func (s ListBudgetsForResourceOutput) GoString() string

GoString returns the string representation

func (*ListBudgetsForResourceOutput) SetBudgets

SetBudgets sets the Budgets field's value.

func (*ListBudgetsForResourceOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (ListBudgetsForResourceOutput) String

String returns the string representation

type ListConstraintsForPortfolioInput

type ListConstraintsForPortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`

	// The product identifier.
	ProductId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListConstraintsForPortfolioInput) GoString

GoString returns the string representation

func (*ListConstraintsForPortfolioInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListConstraintsForPortfolioInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListConstraintsForPortfolioInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListConstraintsForPortfolioInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (*ListConstraintsForPortfolioInput) SetProductId

SetProductId sets the ProductId field's value.

func (ListConstraintsForPortfolioInput) String

String returns the string representation

func (*ListConstraintsForPortfolioInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListConstraintsForPortfolioOutput

type ListConstraintsForPortfolioOutput struct {

	// Information about the constraints.
	ConstraintDetails []*ConstraintDetail `type:"list"`

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListConstraintsForPortfolioOutput) GoString

GoString returns the string representation

func (*ListConstraintsForPortfolioOutput) SetConstraintDetails

SetConstraintDetails sets the ConstraintDetails field's value.

func (*ListConstraintsForPortfolioOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (ListConstraintsForPortfolioOutput) String

String returns the string representation

type ListLaunchPathsInput

type ListLaunchPathsInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListLaunchPathsInput) GoString

func (s ListLaunchPathsInput) GoString() string

GoString returns the string representation

func (*ListLaunchPathsInput) SetAcceptLanguage

func (s *ListLaunchPathsInput) SetAcceptLanguage(v string) *ListLaunchPathsInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListLaunchPathsInput) SetPageSize

func (s *ListLaunchPathsInput) SetPageSize(v int64) *ListLaunchPathsInput

SetPageSize sets the PageSize field's value.

func (*ListLaunchPathsInput) SetPageToken

func (s *ListLaunchPathsInput) SetPageToken(v string) *ListLaunchPathsInput

SetPageToken sets the PageToken field's value.

func (*ListLaunchPathsInput) SetProductId

func (s *ListLaunchPathsInput) SetProductId(v string) *ListLaunchPathsInput

SetProductId sets the ProductId field's value.

func (ListLaunchPathsInput) String

func (s ListLaunchPathsInput) String() string

String returns the string representation

func (*ListLaunchPathsInput) Validate

func (s *ListLaunchPathsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListLaunchPathsOutput

type ListLaunchPathsOutput struct {

	// Information about the launch path.
	LaunchPathSummaries []*LaunchPathSummary `type:"list"`

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListLaunchPathsOutput) GoString

func (s ListLaunchPathsOutput) GoString() string

GoString returns the string representation

func (*ListLaunchPathsOutput) SetLaunchPathSummaries

func (s *ListLaunchPathsOutput) SetLaunchPathSummaries(v []*LaunchPathSummary) *ListLaunchPathsOutput

SetLaunchPathSummaries sets the LaunchPathSummaries field's value.

func (*ListLaunchPathsOutput) SetNextPageToken

func (s *ListLaunchPathsOutput) SetNextPageToken(v string) *ListLaunchPathsOutput

SetNextPageToken sets the NextPageToken field's value.

func (ListLaunchPathsOutput) String

func (s ListLaunchPathsOutput) String() string

String returns the string representation

type ListOrganizationPortfolioAccessInput

type ListOrganizationPortfolioAccessInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The organization node type that will be returned in the output.
	//
	//    * ORGANIZATION - Organization that has access to the portfolio.
	//
	//    * ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio
	//    within your organization.
	//
	//    * ACCOUNT - Account that has access to the portfolio within your organization.
	//
	// OrganizationNodeType is a required field
	OrganizationNodeType *string `type:"string" required:"true" enum:"OrganizationNodeType"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The portfolio identifier. For example, port-2abcdext3y5fk.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListOrganizationPortfolioAccessInput) GoString

GoString returns the string representation

func (*ListOrganizationPortfolioAccessInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListOrganizationPortfolioAccessInput) SetOrganizationNodeType

SetOrganizationNodeType sets the OrganizationNodeType field's value.

func (*ListOrganizationPortfolioAccessInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListOrganizationPortfolioAccessInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListOrganizationPortfolioAccessInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (ListOrganizationPortfolioAccessInput) String

String returns the string representation

func (*ListOrganizationPortfolioAccessInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListOrganizationPortfolioAccessOutput

type ListOrganizationPortfolioAccessOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Displays information about the organization nodes.
	OrganizationNodes []*OrganizationNode `type:"list"`
	// contains filtered or unexported fields
}

func (ListOrganizationPortfolioAccessOutput) GoString

GoString returns the string representation

func (*ListOrganizationPortfolioAccessOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListOrganizationPortfolioAccessOutput) SetOrganizationNodes

SetOrganizationNodes sets the OrganizationNodes field's value.

func (ListOrganizationPortfolioAccessOutput) String

String returns the string representation

type ListPortfolioAccessInput

type ListPortfolioAccessInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The ID of an organization node the portfolio is shared with. All children
	// of this node with an inherited portfolio share will be returned.
	OrganizationParentId *string `min:"1" type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListPortfolioAccessInput) GoString

func (s ListPortfolioAccessInput) GoString() string

GoString returns the string representation

func (*ListPortfolioAccessInput) SetAcceptLanguage

func (s *ListPortfolioAccessInput) SetAcceptLanguage(v string) *ListPortfolioAccessInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListPortfolioAccessInput) SetOrganizationParentId

func (s *ListPortfolioAccessInput) SetOrganizationParentId(v string) *ListPortfolioAccessInput

SetOrganizationParentId sets the OrganizationParentId field's value.

func (*ListPortfolioAccessInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListPortfolioAccessInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListPortfolioAccessInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (ListPortfolioAccessInput) String

func (s ListPortfolioAccessInput) String() string

String returns the string representation

func (*ListPortfolioAccessInput) Validate

func (s *ListPortfolioAccessInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPortfolioAccessOutput

type ListPortfolioAccessOutput struct {

	// Information about the AWS accounts with access to the portfolio.
	AccountIds []*string `type:"list"`

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListPortfolioAccessOutput) GoString

func (s ListPortfolioAccessOutput) GoString() string

GoString returns the string representation

func (*ListPortfolioAccessOutput) SetAccountIds

SetAccountIds sets the AccountIds field's value.

func (*ListPortfolioAccessOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (ListPortfolioAccessOutput) String

func (s ListPortfolioAccessOutput) String() string

String returns the string representation

type ListPortfoliosForProductInput

type ListPortfoliosForProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListPortfoliosForProductInput) GoString

GoString returns the string representation

func (*ListPortfoliosForProductInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListPortfoliosForProductInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListPortfoliosForProductInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListPortfoliosForProductInput) SetProductId

SetProductId sets the ProductId field's value.

func (ListPortfoliosForProductInput) String

String returns the string representation

func (*ListPortfoliosForProductInput) Validate

func (s *ListPortfoliosForProductInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPortfoliosForProductOutput

type ListPortfoliosForProductOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the portfolios.
	PortfolioDetails []*PortfolioDetail `type:"list"`
	// contains filtered or unexported fields
}

func (ListPortfoliosForProductOutput) GoString

GoString returns the string representation

func (*ListPortfoliosForProductOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListPortfoliosForProductOutput) SetPortfolioDetails

SetPortfolioDetails sets the PortfolioDetails field's value.

func (ListPortfoliosForProductOutput) String

String returns the string representation

type ListPortfoliosInput

type ListPortfoliosInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListPortfoliosInput) GoString

func (s ListPortfoliosInput) GoString() string

GoString returns the string representation

func (*ListPortfoliosInput) SetAcceptLanguage

func (s *ListPortfoliosInput) SetAcceptLanguage(v string) *ListPortfoliosInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListPortfoliosInput) SetPageSize

func (s *ListPortfoliosInput) SetPageSize(v int64) *ListPortfoliosInput

SetPageSize sets the PageSize field's value.

func (*ListPortfoliosInput) SetPageToken

func (s *ListPortfoliosInput) SetPageToken(v string) *ListPortfoliosInput

SetPageToken sets the PageToken field's value.

func (ListPortfoliosInput) String

func (s ListPortfoliosInput) String() string

String returns the string representation

type ListPortfoliosOutput

type ListPortfoliosOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the portfolios.
	PortfolioDetails []*PortfolioDetail `type:"list"`
	// contains filtered or unexported fields
}

func (ListPortfoliosOutput) GoString

func (s ListPortfoliosOutput) GoString() string

GoString returns the string representation

func (*ListPortfoliosOutput) SetNextPageToken

func (s *ListPortfoliosOutput) SetNextPageToken(v string) *ListPortfoliosOutput

SetNextPageToken sets the NextPageToken field's value.

func (*ListPortfoliosOutput) SetPortfolioDetails

func (s *ListPortfoliosOutput) SetPortfolioDetails(v []*PortfolioDetail) *ListPortfoliosOutput

SetPortfolioDetails sets the PortfolioDetails field's value.

func (ListPortfoliosOutput) String

func (s ListPortfoliosOutput) String() string

String returns the string representation

type ListPrincipalsForPortfolioInput

type ListPrincipalsForPortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListPrincipalsForPortfolioInput) GoString

GoString returns the string representation

func (*ListPrincipalsForPortfolioInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListPrincipalsForPortfolioInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListPrincipalsForPortfolioInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListPrincipalsForPortfolioInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (ListPrincipalsForPortfolioInput) String

String returns the string representation

func (*ListPrincipalsForPortfolioInput) Validate

func (s *ListPrincipalsForPortfolioInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPrincipalsForPortfolioOutput

type ListPrincipalsForPortfolioOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// The IAM principals (users or roles) associated with the portfolio.
	Principals []*Principal `type:"list"`
	// contains filtered or unexported fields
}

func (ListPrincipalsForPortfolioOutput) GoString

GoString returns the string representation

func (*ListPrincipalsForPortfolioOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListPrincipalsForPortfolioOutput) SetPrincipals

SetPrincipals sets the Principals field's value.

func (ListPrincipalsForPortfolioOutput) String

String returns the string representation

type ListProvisionedProductPlansInput

type ListProvisionedProductPlansInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The access level to use to obtain results. The default is User.
	AccessLevelFilter *AccessLevelFilter `type:"structure"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The product identifier.
	ProvisionProductId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListProvisionedProductPlansInput) GoString

GoString returns the string representation

func (*ListProvisionedProductPlansInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListProvisionedProductPlansInput) SetAccessLevelFilter

SetAccessLevelFilter sets the AccessLevelFilter field's value.

func (*ListProvisionedProductPlansInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListProvisionedProductPlansInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListProvisionedProductPlansInput) SetProvisionProductId

SetProvisionProductId sets the ProvisionProductId field's value.

func (ListProvisionedProductPlansInput) String

String returns the string representation

func (*ListProvisionedProductPlansInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListProvisionedProductPlansOutput

type ListProvisionedProductPlansOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the plans.
	ProvisionedProductPlans []*ProvisionedProductPlanSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListProvisionedProductPlansOutput) GoString

GoString returns the string representation

func (*ListProvisionedProductPlansOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListProvisionedProductPlansOutput) SetProvisionedProductPlans

SetProvisionedProductPlans sets the ProvisionedProductPlans field's value.

func (ListProvisionedProductPlansOutput) String

String returns the string representation

type ListProvisioningArtifactsForServiceActionInput

type ListProvisioningArtifactsForServiceActionInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The self-service action identifier. For example, act-fs7abcd89wxyz.
	//
	// ServiceActionId is a required field
	ServiceActionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListProvisioningArtifactsForServiceActionInput) GoString

GoString returns the string representation

func (*ListProvisioningArtifactsForServiceActionInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListProvisioningArtifactsForServiceActionInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListProvisioningArtifactsForServiceActionInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListProvisioningArtifactsForServiceActionInput) SetServiceActionId

SetServiceActionId sets the ServiceActionId field's value.

func (ListProvisioningArtifactsForServiceActionInput) String

String returns the string representation

func (*ListProvisioningArtifactsForServiceActionInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListProvisioningArtifactsForServiceActionOutput

type ListProvisioningArtifactsForServiceActionOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// An array of objects with information about product views and provisioning
	// artifacts.
	ProvisioningArtifactViews []*ProvisioningArtifactView `type:"list"`
	// contains filtered or unexported fields
}

func (ListProvisioningArtifactsForServiceActionOutput) GoString

GoString returns the string representation

func (*ListProvisioningArtifactsForServiceActionOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListProvisioningArtifactsForServiceActionOutput) SetProvisioningArtifactViews

SetProvisioningArtifactViews sets the ProvisioningArtifactViews field's value.

func (ListProvisioningArtifactsForServiceActionOutput) String

String returns the string representation

type ListProvisioningArtifactsInput

type ListProvisioningArtifactsInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListProvisioningArtifactsInput) GoString

GoString returns the string representation

func (*ListProvisioningArtifactsInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListProvisioningArtifactsInput) SetProductId

SetProductId sets the ProductId field's value.

func (ListProvisioningArtifactsInput) String

String returns the string representation

func (*ListProvisioningArtifactsInput) Validate

func (s *ListProvisioningArtifactsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListProvisioningArtifactsOutput

type ListProvisioningArtifactsOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the provisioning artifacts.
	ProvisioningArtifactDetails []*ProvisioningArtifactDetail `type:"list"`
	// contains filtered or unexported fields
}

func (ListProvisioningArtifactsOutput) GoString

GoString returns the string representation

func (*ListProvisioningArtifactsOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListProvisioningArtifactsOutput) SetProvisioningArtifactDetails

SetProvisioningArtifactDetails sets the ProvisioningArtifactDetails field's value.

func (ListProvisioningArtifactsOutput) String

String returns the string representation

type ListRecordHistoryInput

type ListRecordHistoryInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The access level to use to obtain results. The default is User.
	AccessLevelFilter *AccessLevelFilter `type:"structure"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The search filter to scope the results.
	SearchFilter *ListRecordHistorySearchFilter `type:"structure"`
	// contains filtered or unexported fields
}

func (ListRecordHistoryInput) GoString

func (s ListRecordHistoryInput) GoString() string

GoString returns the string representation

func (*ListRecordHistoryInput) SetAcceptLanguage

func (s *ListRecordHistoryInput) SetAcceptLanguage(v string) *ListRecordHistoryInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListRecordHistoryInput) SetAccessLevelFilter

SetAccessLevelFilter sets the AccessLevelFilter field's value.

func (*ListRecordHistoryInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListRecordHistoryInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListRecordHistoryInput) SetSearchFilter

SetSearchFilter sets the SearchFilter field's value.

func (ListRecordHistoryInput) String

func (s ListRecordHistoryInput) String() string

String returns the string representation

type ListRecordHistoryOutput

type ListRecordHistoryOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// The records, in reverse chronological order.
	RecordDetails []*RecordDetail `type:"list"`
	// contains filtered or unexported fields
}

func (ListRecordHistoryOutput) GoString

func (s ListRecordHistoryOutput) GoString() string

GoString returns the string representation

func (*ListRecordHistoryOutput) SetNextPageToken

func (s *ListRecordHistoryOutput) SetNextPageToken(v string) *ListRecordHistoryOutput

SetNextPageToken sets the NextPageToken field's value.

func (*ListRecordHistoryOutput) SetRecordDetails

SetRecordDetails sets the RecordDetails field's value.

func (ListRecordHistoryOutput) String

func (s ListRecordHistoryOutput) String() string

String returns the string representation

type ListRecordHistorySearchFilter

type ListRecordHistorySearchFilter struct {

	// The filter key.
	//
	//    * product - Filter results based on the specified product identifier.
	//
	//    * provisionedproduct - Filter results based on the provisioned product
	//    identifier.
	Key *string `type:"string"`

	// The filter value.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

The search filter to use when listing history records.

func (ListRecordHistorySearchFilter) GoString

GoString returns the string representation

func (*ListRecordHistorySearchFilter) SetKey

SetKey sets the Key field's value.

func (*ListRecordHistorySearchFilter) SetValue

SetValue sets the Value field's value.

func (ListRecordHistorySearchFilter) String

String returns the string representation

type ListResourcesForTagOptionInput

type ListResourcesForTagOptionInput struct {

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The resource type.
	//
	//    * Portfolio
	//
	//    * Product
	ResourceType *string `type:"string"`

	// The TagOption identifier.
	//
	// TagOptionId is a required field
	TagOptionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListResourcesForTagOptionInput) GoString

GoString returns the string representation

func (*ListResourcesForTagOptionInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListResourcesForTagOptionInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListResourcesForTagOptionInput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ListResourcesForTagOptionInput) SetTagOptionId

SetTagOptionId sets the TagOptionId field's value.

func (ListResourcesForTagOptionInput) String

String returns the string representation

func (*ListResourcesForTagOptionInput) Validate

func (s *ListResourcesForTagOptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListResourcesForTagOptionOutput

type ListResourcesForTagOptionOutput struct {

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// Information about the resources.
	ResourceDetails []*ResourceDetail `type:"list"`
	// contains filtered or unexported fields
}

func (ListResourcesForTagOptionOutput) GoString

GoString returns the string representation

func (*ListResourcesForTagOptionOutput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListResourcesForTagOptionOutput) SetResourceDetails

SetResourceDetails sets the ResourceDetails field's value.

func (ListResourcesForTagOptionOutput) String

String returns the string representation

type ListServiceActionsForProvisioningArtifactInput

type ListServiceActionsForProvisioningArtifactInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The product identifier. For example, prod-abcdzk7xy33qa.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListServiceActionsForProvisioningArtifactInput) GoString

GoString returns the string representation

func (*ListServiceActionsForProvisioningArtifactInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListServiceActionsForProvisioningArtifactInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListServiceActionsForProvisioningArtifactInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListServiceActionsForProvisioningArtifactInput) SetProductId

SetProductId sets the ProductId field's value.

func (*ListServiceActionsForProvisioningArtifactInput) SetProvisioningArtifactId

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (ListServiceActionsForProvisioningArtifactInput) String

String returns the string representation

func (*ListServiceActionsForProvisioningArtifactInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListServiceActionsForProvisioningArtifactOutput

type ListServiceActionsForProvisioningArtifactOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// An object containing information about the self-service actions associated
	// with the provisioning artifact.
	ServiceActionSummaries []*ServiceActionSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListServiceActionsForProvisioningArtifactOutput) GoString

GoString returns the string representation

func (*ListServiceActionsForProvisioningArtifactOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListServiceActionsForProvisioningArtifactOutput) SetServiceActionSummaries

SetServiceActionSummaries sets the ServiceActionSummaries field's value.

func (ListServiceActionsForProvisioningArtifactOutput) String

String returns the string representation

type ListServiceActionsInput

type ListServiceActionsInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListServiceActionsInput) GoString

func (s ListServiceActionsInput) GoString() string

GoString returns the string representation

func (*ListServiceActionsInput) SetAcceptLanguage

func (s *ListServiceActionsInput) SetAcceptLanguage(v string) *ListServiceActionsInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListServiceActionsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListServiceActionsInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (ListServiceActionsInput) String

func (s ListServiceActionsInput) String() string

String returns the string representation

type ListServiceActionsOutput

type ListServiceActionsOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// An object containing information about the service actions associated with
	// the provisioning artifact.
	ServiceActionSummaries []*ServiceActionSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListServiceActionsOutput) GoString

func (s ListServiceActionsOutput) GoString() string

GoString returns the string representation

func (*ListServiceActionsOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListServiceActionsOutput) SetServiceActionSummaries

func (s *ListServiceActionsOutput) SetServiceActionSummaries(v []*ServiceActionSummary) *ListServiceActionsOutput

SetServiceActionSummaries sets the ServiceActionSummaries field's value.

func (ListServiceActionsOutput) String

func (s ListServiceActionsOutput) String() string

String returns the string representation

type ListStackInstancesForProvisionedProductInput

type ListStackInstancesForProvisionedProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The identifier of the provisioned product.
	//
	// ProvisionedProductId is a required field
	ProvisionedProductId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListStackInstancesForProvisionedProductInput) GoString

GoString returns the string representation

func (*ListStackInstancesForProvisionedProductInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ListStackInstancesForProvisionedProductInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListStackInstancesForProvisionedProductInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*ListStackInstancesForProvisionedProductInput) SetProvisionedProductId

SetProvisionedProductId sets the ProvisionedProductId field's value.

func (ListStackInstancesForProvisionedProductInput) String

String returns the string representation

func (*ListStackInstancesForProvisionedProductInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListStackInstancesForProvisionedProductOutput

type ListStackInstancesForProvisionedProductOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// List of stack instances.
	StackInstances []*StackInstance `type:"list"`
	// contains filtered or unexported fields
}

func (ListStackInstancesForProvisionedProductOutput) GoString

GoString returns the string representation

func (*ListStackInstancesForProvisionedProductOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ListStackInstancesForProvisionedProductOutput) SetStackInstances

SetStackInstances sets the StackInstances field's value.

func (ListStackInstancesForProvisionedProductOutput) String

String returns the string representation

type ListTagOptionsFilters

type ListTagOptionsFilters struct {

	// The active state.
	Active *bool `type:"boolean"`

	// The TagOption key.
	Key *string `min:"1" type:"string"`

	// The TagOption value.
	Value *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Filters to use when listing TagOptions.

func (ListTagOptionsFilters) GoString

func (s ListTagOptionsFilters) GoString() string

GoString returns the string representation

func (*ListTagOptionsFilters) SetActive

SetActive sets the Active field's value.

func (*ListTagOptionsFilters) SetKey

SetKey sets the Key field's value.

func (*ListTagOptionsFilters) SetValue

SetValue sets the Value field's value.

func (ListTagOptionsFilters) String

func (s ListTagOptionsFilters) String() string

String returns the string representation

func (*ListTagOptionsFilters) Validate

func (s *ListTagOptionsFilters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagOptionsInput

type ListTagOptionsInput struct {

	// The search filters. If no search filters are specified, the output includes
	// all TagOptions.
	Filters *ListTagOptionsFilters `type:"structure"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListTagOptionsInput) GoString

func (s ListTagOptionsInput) GoString() string

GoString returns the string representation

func (*ListTagOptionsInput) SetFilters

SetFilters sets the Filters field's value.

func (*ListTagOptionsInput) SetPageSize

func (s *ListTagOptionsInput) SetPageSize(v int64) *ListTagOptionsInput

SetPageSize sets the PageSize field's value.

func (*ListTagOptionsInput) SetPageToken

func (s *ListTagOptionsInput) SetPageToken(v string) *ListTagOptionsInput

SetPageToken sets the PageToken field's value.

func (ListTagOptionsInput) String

func (s ListTagOptionsInput) String() string

String returns the string representation

func (*ListTagOptionsInput) Validate

func (s *ListTagOptionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagOptionsOutput

type ListTagOptionsOutput struct {

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// Information about the TagOptions.
	TagOptionDetails []*TagOptionDetail `type:"list"`
	// contains filtered or unexported fields
}

func (ListTagOptionsOutput) GoString

func (s ListTagOptionsOutput) GoString() string

GoString returns the string representation

func (*ListTagOptionsOutput) SetPageToken

func (s *ListTagOptionsOutput) SetPageToken(v string) *ListTagOptionsOutput

SetPageToken sets the PageToken field's value.

func (*ListTagOptionsOutput) SetTagOptionDetails

func (s *ListTagOptionsOutput) SetTagOptionDetails(v []*TagOptionDetail) *ListTagOptionsOutput

SetTagOptionDetails sets the TagOptionDetails field's value.

func (ListTagOptionsOutput) String

func (s ListTagOptionsOutput) String() string

String returns the string representation

type OperationNotSupportedException

type OperationNotSupportedException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The operation is not supported.

func (OperationNotSupportedException) Code

Code returns the exception type name.

func (OperationNotSupportedException) Error

func (OperationNotSupportedException) GoString

GoString returns the string representation

func (OperationNotSupportedException) Message

Message returns the exception's message.

func (OperationNotSupportedException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (OperationNotSupportedException) RequestID

func (s OperationNotSupportedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (OperationNotSupportedException) StatusCode

func (s OperationNotSupportedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (OperationNotSupportedException) String

String returns the string representation

type OrganizationNode

type OrganizationNode struct {

	// The organization node type.
	Type *string `type:"string" enum:"OrganizationNodeType"`

	// The identifier of the organization node.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

Information about the organization node.

func (OrganizationNode) GoString

func (s OrganizationNode) GoString() string

GoString returns the string representation

func (*OrganizationNode) SetType

func (s *OrganizationNode) SetType(v string) *OrganizationNode

SetType sets the Type field's value.

func (*OrganizationNode) SetValue

func (s *OrganizationNode) SetValue(v string) *OrganizationNode

SetValue sets the Value field's value.

func (OrganizationNode) String

func (s OrganizationNode) String() string

String returns the string representation

type ParameterConstraints

type ParameterConstraints struct {

	// The values that the administrator has allowed for the parameter.
	AllowedValues []*string `type:"list"`
	// contains filtered or unexported fields
}

The constraints that the administrator has put on the parameter.

func (ParameterConstraints) GoString

func (s ParameterConstraints) GoString() string

GoString returns the string representation

func (*ParameterConstraints) SetAllowedValues

func (s *ParameterConstraints) SetAllowedValues(v []*string) *ParameterConstraints

SetAllowedValues sets the AllowedValues field's value.

func (ParameterConstraints) String

func (s ParameterConstraints) String() string

String returns the string representation

type PortfolioDetail

type PortfolioDetail struct {

	// The ARN assigned to the portfolio.
	ARN *string `min:"1" type:"string"`

	// The UTC time stamp of the creation time.
	CreatedTime *time.Time `type:"timestamp"`

	// The description of the portfolio.
	Description *string `type:"string"`

	// The name to use for display purposes.
	DisplayName *string `min:"1" type:"string"`

	// The portfolio identifier.
	Id *string `min:"1" type:"string"`

	// The name of the portfolio provider.
	ProviderName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a portfolio.

func (PortfolioDetail) GoString

func (s PortfolioDetail) GoString() string

GoString returns the string representation

func (*PortfolioDetail) SetARN

func (s *PortfolioDetail) SetARN(v string) *PortfolioDetail

SetARN sets the ARN field's value.

func (*PortfolioDetail) SetCreatedTime

func (s *PortfolioDetail) SetCreatedTime(v time.Time) *PortfolioDetail

SetCreatedTime sets the CreatedTime field's value.

func (*PortfolioDetail) SetDescription

func (s *PortfolioDetail) SetDescription(v string) *PortfolioDetail

SetDescription sets the Description field's value.

func (*PortfolioDetail) SetDisplayName

func (s *PortfolioDetail) SetDisplayName(v string) *PortfolioDetail

SetDisplayName sets the DisplayName field's value.

func (*PortfolioDetail) SetId

func (s *PortfolioDetail) SetId(v string) *PortfolioDetail

SetId sets the Id field's value.

func (*PortfolioDetail) SetProviderName

func (s *PortfolioDetail) SetProviderName(v string) *PortfolioDetail

SetProviderName sets the ProviderName field's value.

func (PortfolioDetail) String

func (s PortfolioDetail) String() string

String returns the string representation

type Principal

type Principal struct {

	// The ARN of the principal (IAM user, role, or group).
	PrincipalARN *string `min:"1" type:"string"`

	// The principal type. The supported value is IAM.
	PrincipalType *string `type:"string" enum:"PrincipalType"`
	// contains filtered or unexported fields
}

Information about a principal.

func (Principal) GoString

func (s Principal) GoString() string

GoString returns the string representation

func (*Principal) SetPrincipalARN

func (s *Principal) SetPrincipalARN(v string) *Principal

SetPrincipalARN sets the PrincipalARN field's value.

func (*Principal) SetPrincipalType

func (s *Principal) SetPrincipalType(v string) *Principal

SetPrincipalType sets the PrincipalType field's value.

func (Principal) String

func (s Principal) String() string

String returns the string representation

type ProductViewAggregationValue

type ProductViewAggregationValue struct {

	// An approximate count of the products that match the value.
	ApproximateCount *int64 `type:"integer"`

	// The value of the product view aggregation.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.

func (ProductViewAggregationValue) GoString

func (s ProductViewAggregationValue) GoString() string

GoString returns the string representation

func (*ProductViewAggregationValue) SetApproximateCount

SetApproximateCount sets the ApproximateCount field's value.

func (*ProductViewAggregationValue) SetValue

SetValue sets the Value field's value.

func (ProductViewAggregationValue) String

String returns the string representation

type ProductViewDetail

type ProductViewDetail struct {

	// The UTC time stamp of the creation time.
	CreatedTime *time.Time `type:"timestamp"`

	// The ARN of the product.
	ProductARN *string `min:"1" type:"string"`

	// Summary information about the product view.
	ProductViewSummary *ProductViewSummary `type:"structure"`

	// The status of the product.
	//
	//    * AVAILABLE - The product is ready for use.
	//
	//    * CREATING - Product creation has started; the product is not ready for
	//    use.
	//
	//    * FAILED - An action failed.
	Status *string `type:"string" enum:"Status"`
	// contains filtered or unexported fields
}

Information about a product view.

func (ProductViewDetail) GoString

func (s ProductViewDetail) GoString() string

GoString returns the string representation

func (*ProductViewDetail) SetCreatedTime

func (s *ProductViewDetail) SetCreatedTime(v time.Time) *ProductViewDetail

SetCreatedTime sets the CreatedTime field's value.

func (*ProductViewDetail) SetProductARN

func (s *ProductViewDetail) SetProductARN(v string) *ProductViewDetail

SetProductARN sets the ProductARN field's value.

func (*ProductViewDetail) SetProductViewSummary

func (s *ProductViewDetail) SetProductViewSummary(v *ProductViewSummary) *ProductViewDetail

SetProductViewSummary sets the ProductViewSummary field's value.

func (*ProductViewDetail) SetStatus

func (s *ProductViewDetail) SetStatus(v string) *ProductViewDetail

SetStatus sets the Status field's value.

func (ProductViewDetail) String

func (s ProductViewDetail) String() string

String returns the string representation

type ProductViewSummary

type ProductViewSummary struct {

	// The distributor of the product. Contact the product administrator for the
	// significance of this value.
	Distributor *string `type:"string"`

	// Indicates whether the product has a default path. If the product does not
	// have a default path, call ListLaunchPaths to disambiguate between paths.
	// Otherwise, ListLaunchPaths is not required, and the output of ProductViewSummary
	// can be used directly with DescribeProvisioningParameters.
	HasDefaultPath *bool `type:"boolean"`

	// The product view identifier.
	Id *string `min:"1" type:"string"`

	// The name of the product.
	Name *string `type:"string"`

	// The owner of the product. Contact the product administrator for the significance
	// of this value.
	Owner *string `type:"string"`

	// The product identifier.
	ProductId *string `min:"1" type:"string"`

	// Short description of the product.
	ShortDescription *string `type:"string"`

	// The description of the support for this Product.
	SupportDescription *string `type:"string"`

	// The email contact information to obtain support for this Product.
	SupportEmail *string `type:"string"`

	// The URL information to obtain support for this Product.
	SupportUrl *string `type:"string"`

	// The product type. Contact the product administrator for the significance
	// of this value. If this value is MARKETPLACE, the product was created by AWS
	// Marketplace.
	Type *string `type:"string" enum:"ProductType"`
	// contains filtered or unexported fields
}

Summary information about a product view.

func (ProductViewSummary) GoString

func (s ProductViewSummary) GoString() string

GoString returns the string representation

func (*ProductViewSummary) SetDistributor

func (s *ProductViewSummary) SetDistributor(v string) *ProductViewSummary

SetDistributor sets the Distributor field's value.

func (*ProductViewSummary) SetHasDefaultPath

func (s *ProductViewSummary) SetHasDefaultPath(v bool) *ProductViewSummary

SetHasDefaultPath sets the HasDefaultPath field's value.

func (*ProductViewSummary) SetId

SetId sets the Id field's value.

func (*ProductViewSummary) SetName

SetName sets the Name field's value.

func (*ProductViewSummary) SetOwner

SetOwner sets the Owner field's value.

func (*ProductViewSummary) SetProductId

func (s *ProductViewSummary) SetProductId(v string) *ProductViewSummary

SetProductId sets the ProductId field's value.

func (*ProductViewSummary) SetShortDescription

func (s *ProductViewSummary) SetShortDescription(v string) *ProductViewSummary

SetShortDescription sets the ShortDescription field's value.

func (*ProductViewSummary) SetSupportDescription

func (s *ProductViewSummary) SetSupportDescription(v string) *ProductViewSummary

SetSupportDescription sets the SupportDescription field's value.

func (*ProductViewSummary) SetSupportEmail

func (s *ProductViewSummary) SetSupportEmail(v string) *ProductViewSummary

SetSupportEmail sets the SupportEmail field's value.

func (*ProductViewSummary) SetSupportUrl

func (s *ProductViewSummary) SetSupportUrl(v string) *ProductViewSummary

SetSupportUrl sets the SupportUrl field's value.

func (*ProductViewSummary) SetType

SetType sets the Type field's value.

func (ProductViewSummary) String

func (s ProductViewSummary) String() string

String returns the string representation

type ProvisionProductInput

type ProvisionProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related
	// events.
	NotificationArns []*string `type:"list"`

	// The path identifier of the product. This value is optional if the product
	// has a default path, and required if the product has more than one path. To
	// list the paths for a product, use ListLaunchPaths.
	PathId *string `min:"1" type:"string"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// An idempotency token that uniquely identifies the provisioning request.
	ProvisionToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// A user-friendly name for the provisioned product. This value must be unique
	// for the AWS account and cannot be updated after the product is provisioned.
	//
	// ProvisionedProductName is a required field
	ProvisionedProductName *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`

	// Parameters specified by the administrator that are required for provisioning
	// the product.
	ProvisioningParameters []*ProvisioningParameter `type:"list"`

	// An object that contains information about the provisioning preferences for
	// a stack set.
	ProvisioningPreferences *ProvisioningPreferences `type:"structure"`

	// One or more tags.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (ProvisionProductInput) GoString

func (s ProvisionProductInput) GoString() string

GoString returns the string representation

func (*ProvisionProductInput) SetAcceptLanguage

func (s *ProvisionProductInput) SetAcceptLanguage(v string) *ProvisionProductInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ProvisionProductInput) SetNotificationArns

func (s *ProvisionProductInput) SetNotificationArns(v []*string) *ProvisionProductInput

SetNotificationArns sets the NotificationArns field's value.

func (*ProvisionProductInput) SetPathId

SetPathId sets the PathId field's value.

func (*ProvisionProductInput) SetProductId

SetProductId sets the ProductId field's value.

func (*ProvisionProductInput) SetProvisionToken

func (s *ProvisionProductInput) SetProvisionToken(v string) *ProvisionProductInput

SetProvisionToken sets the ProvisionToken field's value.

func (*ProvisionProductInput) SetProvisionedProductName

func (s *ProvisionProductInput) SetProvisionedProductName(v string) *ProvisionProductInput

SetProvisionedProductName sets the ProvisionedProductName field's value.

func (*ProvisionProductInput) SetProvisioningArtifactId

func (s *ProvisionProductInput) SetProvisioningArtifactId(v string) *ProvisionProductInput

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*ProvisionProductInput) SetProvisioningParameters

func (s *ProvisionProductInput) SetProvisioningParameters(v []*ProvisioningParameter) *ProvisionProductInput

SetProvisioningParameters sets the ProvisioningParameters field's value.

func (*ProvisionProductInput) SetProvisioningPreferences

func (s *ProvisionProductInput) SetProvisioningPreferences(v *ProvisioningPreferences) *ProvisionProductInput

SetProvisioningPreferences sets the ProvisioningPreferences field's value.

func (*ProvisionProductInput) SetTags

SetTags sets the Tags field's value.

func (ProvisionProductInput) String

func (s ProvisionProductInput) String() string

String returns the string representation

func (*ProvisionProductInput) Validate

func (s *ProvisionProductInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProvisionProductOutput

type ProvisionProductOutput struct {

	// Information about the result of provisioning the product.
	RecordDetail *RecordDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (ProvisionProductOutput) GoString

func (s ProvisionProductOutput) GoString() string

GoString returns the string representation

func (*ProvisionProductOutput) SetRecordDetail

SetRecordDetail sets the RecordDetail field's value.

func (ProvisionProductOutput) String

func (s ProvisionProductOutput) String() string

String returns the string representation

type ProvisionedProductAttribute

type ProvisionedProductAttribute struct {

	// The ARN of the provisioned product.
	Arn *string `min:"1" type:"string"`

	// The UTC time stamp of the creation time.
	CreatedTime *time.Time `type:"timestamp"`

	// The identifier of the provisioned product.
	Id *string `min:"1" type:"string"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string"`

	// The record identifier of the last request performed on this provisioned product.
	LastRecordId *string `min:"1" type:"string"`

	// The user-friendly name of the provisioned product.
	Name *string `min:"1" type:"string"`

	// The assigned identifier for the resource, such as an EC2 instance ID or an
	// S3 bucket name.
	PhysicalId *string `type:"string"`

	// The product identifier.
	ProductId *string `min:"1" type:"string"`

	// The identifier of the provisioning artifact.
	ProvisioningArtifactId *string `min:"1" type:"string"`

	// The current status of the provisioned product.
	//
	//    * AVAILABLE - Stable state, ready to perform any operation. The most recent
	//    operation succeeded and completed.
	//
	//    * UNDER_CHANGE - Transitive state. Operations performed might not have
	//    valid results. Wait for an AVAILABLE status before performing operations.
	//
	//    * TAINTED - Stable state, ready to perform any operation. The stack has
	//    completed the requested operation but is not exactly what was requested.
	//    For example, a request to update to a new version failed and the stack
	//    rolled back to the current version.
	//
	//    * ERROR - An unexpected error occurred. The provisioned product exists
	//    but the stack is not running. For example, CloudFormation received a parameter
	//    value that was not valid and could not launch the stack.
	//
	//    * PLAN_IN_PROGRESS - Transitive state. The plan operations were performed
	//    to provision a new product, but resources have not yet been created. After
	//    reviewing the list of resources to be created, execute the plan. Wait
	//    for an AVAILABLE status before performing operations.
	Status *string `type:"string" enum:"ProvisionedProductStatus"`

	// The current status message of the provisioned product.
	StatusMessage *string `type:"string"`

	// One or more tags.
	Tags []*Tag `type:"list"`

	// The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.
	Type *string `type:"string"`

	// The Amazon Resource Name (ARN) of the IAM user.
	UserArn *string `type:"string"`

	// The ARN of the IAM user in the session. This ARN might contain a session
	// ID.
	UserArnSession *string `type:"string"`
	// contains filtered or unexported fields
}

Information about a provisioned product.

func (ProvisionedProductAttribute) GoString

func (s ProvisionedProductAttribute) GoString() string

GoString returns the string representation

func (*ProvisionedProductAttribute) SetArn

SetArn sets the Arn field's value.

func (*ProvisionedProductAttribute) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*ProvisionedProductAttribute) SetId

SetId sets the Id field's value.

func (*ProvisionedProductAttribute) SetIdempotencyToken

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*ProvisionedProductAttribute) SetLastRecordId

SetLastRecordId sets the LastRecordId field's value.

func (*ProvisionedProductAttribute) SetName

SetName sets the Name field's value.

func (*ProvisionedProductAttribute) SetPhysicalId

SetPhysicalId sets the PhysicalId field's value.

func (*ProvisionedProductAttribute) SetProductId

SetProductId sets the ProductId field's value.

func (*ProvisionedProductAttribute) SetProvisioningArtifactId

func (s *ProvisionedProductAttribute) SetProvisioningArtifactId(v string) *ProvisionedProductAttribute

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*ProvisionedProductAttribute) SetStatus

SetStatus sets the Status field's value.

func (*ProvisionedProductAttribute) SetStatusMessage

SetStatusMessage sets the StatusMessage field's value.

func (*ProvisionedProductAttribute) SetTags

SetTags sets the Tags field's value.

func (*ProvisionedProductAttribute) SetType

SetType sets the Type field's value.

func (*ProvisionedProductAttribute) SetUserArn

SetUserArn sets the UserArn field's value.

func (*ProvisionedProductAttribute) SetUserArnSession

SetUserArnSession sets the UserArnSession field's value.

func (ProvisionedProductAttribute) String

String returns the string representation

type ProvisionedProductDetail

type ProvisionedProductDetail struct {

	// The ARN of the provisioned product.
	Arn *string `min:"1" type:"string"`

	// The UTC time stamp of the creation time.
	CreatedTime *time.Time `type:"timestamp"`

	// The identifier of the provisioned product.
	Id *string `type:"string"`

	// A unique identifier that you provide to ensure idempotency. If multiple requests
	// differ only by the idempotency token, the same response is returned for each
	// repeated request.
	IdempotencyToken *string `min:"1" type:"string"`

	// The record identifier of the last request performed on this provisioned product.
	LastRecordId *string `type:"string"`

	// The user-friendly name of the provisioned product.
	Name *string `min:"1" type:"string"`

	// The product identifier. For example, prod-abcdzk7xy33qa.
	ProductId *string `min:"1" type:"string"`

	// The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
	ProvisioningArtifactId *string `min:"1" type:"string"`

	// The current status of the provisioned product.
	//
	//    * AVAILABLE - Stable state, ready to perform any operation. The most recent
	//    operation succeeded and completed.
	//
	//    * UNDER_CHANGE - Transitive state. Operations performed might not have
	//    valid results. Wait for an AVAILABLE status before performing operations.
	//
	//    * TAINTED - Stable state, ready to perform any operation. The stack has
	//    completed the requested operation but is not exactly what was requested.
	//    For example, a request to update to a new version failed and the stack
	//    rolled back to the current version.
	//
	//    * ERROR - An unexpected error occurred. The provisioned product exists
	//    but the stack is not running. For example, CloudFormation received a parameter
	//    value that was not valid and could not launch the stack.
	//
	//    * PLAN_IN_PROGRESS - Transitive state. The plan operations were performed
	//    to provision a new product, but resources have not yet been created. After
	//    reviewing the list of resources to be created, execute the plan. Wait
	//    for an AVAILABLE status before performing operations.
	Status *string `type:"string" enum:"ProvisionedProductStatus"`

	// The current status message of the provisioned product.
	StatusMessage *string `type:"string"`

	// The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.
	Type *string `type:"string"`
	// contains filtered or unexported fields
}

Information about a provisioned product.

func (ProvisionedProductDetail) GoString

func (s ProvisionedProductDetail) GoString() string

GoString returns the string representation

func (*ProvisionedProductDetail) SetArn

SetArn sets the Arn field's value.

func (*ProvisionedProductDetail) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*ProvisionedProductDetail) SetId

SetId sets the Id field's value.

func (*ProvisionedProductDetail) SetIdempotencyToken

func (s *ProvisionedProductDetail) SetIdempotencyToken(v string) *ProvisionedProductDetail

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*ProvisionedProductDetail) SetLastRecordId

SetLastRecordId sets the LastRecordId field's value.

func (*ProvisionedProductDetail) SetName

SetName sets the Name field's value.

func (*ProvisionedProductDetail) SetProductId

SetProductId sets the ProductId field's value.

func (*ProvisionedProductDetail) SetProvisioningArtifactId

func (s *ProvisionedProductDetail) SetProvisioningArtifactId(v string) *ProvisionedProductDetail

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*ProvisionedProductDetail) SetStatus

SetStatus sets the Status field's value.

func (*ProvisionedProductDetail) SetStatusMessage

SetStatusMessage sets the StatusMessage field's value.

func (*ProvisionedProductDetail) SetType

SetType sets the Type field's value.

func (ProvisionedProductDetail) String

func (s ProvisionedProductDetail) String() string

String returns the string representation

type ProvisionedProductPlanDetails

type ProvisionedProductPlanDetails struct {

	// The UTC time stamp of the creation time.
	CreatedTime *time.Time `type:"timestamp"`

	// Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related
	// events.
	NotificationArns []*string `type:"list"`

	// The path identifier of the product. This value is optional if the product
	// has a default path, and required if the product has more than one path. To
	// list the paths for a product, use ListLaunchPaths.
	PathId *string `min:"1" type:"string"`

	// The plan identifier.
	PlanId *string `min:"1" type:"string"`

	// The name of the plan.
	PlanName *string `type:"string"`

	// The plan type.
	PlanType *string `type:"string" enum:"ProvisionedProductPlanType"`

	// The product identifier.
	ProductId *string `min:"1" type:"string"`

	// The product identifier.
	ProvisionProductId *string `min:"1" type:"string"`

	// The user-friendly name of the provisioned product.
	ProvisionProductName *string `min:"1" type:"string"`

	// The identifier of the provisioning artifact.
	ProvisioningArtifactId *string `min:"1" type:"string"`

	// Parameters specified by the administrator that are required for provisioning
	// the product.
	ProvisioningParameters []*UpdateProvisioningParameter `type:"list"`

	// The status.
	Status *string `type:"string" enum:"ProvisionedProductPlanStatus"`

	// The status message.
	StatusMessage *string `type:"string"`

	// One or more tags.
	Tags []*Tag `type:"list"`

	// The time when the plan was last updated.
	UpdatedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Information about a plan.

func (ProvisionedProductPlanDetails) GoString

GoString returns the string representation

func (*ProvisionedProductPlanDetails) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*ProvisionedProductPlanDetails) SetNotificationArns

SetNotificationArns sets the NotificationArns field's value.

func (*ProvisionedProductPlanDetails) SetPathId

SetPathId sets the PathId field's value.

func (*ProvisionedProductPlanDetails) SetPlanId

SetPlanId sets the PlanId field's value.

func (*ProvisionedProductPlanDetails) SetPlanName

SetPlanName sets the PlanName field's value.

func (*ProvisionedProductPlanDetails) SetPlanType

SetPlanType sets the PlanType field's value.

func (*ProvisionedProductPlanDetails) SetProductId

SetProductId sets the ProductId field's value.

func (*ProvisionedProductPlanDetails) SetProvisionProductId

SetProvisionProductId sets the ProvisionProductId field's value.

func (*ProvisionedProductPlanDetails) SetProvisionProductName

SetProvisionProductName sets the ProvisionProductName field's value.

func (*ProvisionedProductPlanDetails) SetProvisioningArtifactId

func (s *ProvisionedProductPlanDetails) SetProvisioningArtifactId(v string) *ProvisionedProductPlanDetails

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*ProvisionedProductPlanDetails) SetProvisioningParameters

SetProvisioningParameters sets the ProvisioningParameters field's value.

func (*ProvisionedProductPlanDetails) SetStatus

SetStatus sets the Status field's value.

func (*ProvisionedProductPlanDetails) SetStatusMessage

SetStatusMessage sets the StatusMessage field's value.

func (*ProvisionedProductPlanDetails) SetTags

SetTags sets the Tags field's value.

func (*ProvisionedProductPlanDetails) SetUpdatedTime

SetUpdatedTime sets the UpdatedTime field's value.

func (ProvisionedProductPlanDetails) String

String returns the string representation

type ProvisionedProductPlanSummary

type ProvisionedProductPlanSummary struct {

	// The plan identifier.
	PlanId *string `min:"1" type:"string"`

	// The name of the plan.
	PlanName *string `type:"string"`

	// The plan type.
	PlanType *string `type:"string" enum:"ProvisionedProductPlanType"`

	// The product identifier.
	ProvisionProductId *string `min:"1" type:"string"`

	// The user-friendly name of the provisioned product.
	ProvisionProductName *string `min:"1" type:"string"`

	// The identifier of the provisioning artifact.
	ProvisioningArtifactId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Summary information about a plan.

func (ProvisionedProductPlanSummary) GoString

GoString returns the string representation

func (*ProvisionedProductPlanSummary) SetPlanId

SetPlanId sets the PlanId field's value.

func (*ProvisionedProductPlanSummary) SetPlanName

SetPlanName sets the PlanName field's value.

func (*ProvisionedProductPlanSummary) SetPlanType

SetPlanType sets the PlanType field's value.

func (*ProvisionedProductPlanSummary) SetProvisionProductId

SetProvisionProductId sets the ProvisionProductId field's value.

func (*ProvisionedProductPlanSummary) SetProvisionProductName

SetProvisionProductName sets the ProvisionProductName field's value.

func (*ProvisionedProductPlanSummary) SetProvisioningArtifactId

func (s *ProvisionedProductPlanSummary) SetProvisioningArtifactId(v string) *ProvisionedProductPlanSummary

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (ProvisionedProductPlanSummary) String

String returns the string representation

type ProvisioningArtifact

type ProvisioningArtifact struct {

	// The UTC time stamp of the creation time.
	CreatedTime *time.Time `type:"timestamp"`

	// The description of the provisioning artifact.
	Description *string `type:"string"`

	// Information set by the administrator to provide guidance to end users about
	// which provisioning artifacts to use.
	Guidance *string `type:"string" enum:"ProvisioningArtifactGuidance"`

	// The identifier of the provisioning artifact.
	Id *string `min:"1" type:"string"`

	// The name of the provisioning artifact.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

Information about a provisioning artifact. A provisioning artifact is also known as a product version.

func (ProvisioningArtifact) GoString

func (s ProvisioningArtifact) GoString() string

GoString returns the string representation

func (*ProvisioningArtifact) SetCreatedTime

func (s *ProvisioningArtifact) SetCreatedTime(v time.Time) *ProvisioningArtifact

SetCreatedTime sets the CreatedTime field's value.

func (*ProvisioningArtifact) SetDescription

func (s *ProvisioningArtifact) SetDescription(v string) *ProvisioningArtifact

SetDescription sets the Description field's value.

func (*ProvisioningArtifact) SetGuidance

SetGuidance sets the Guidance field's value.

func (*ProvisioningArtifact) SetId

SetId sets the Id field's value.

func (*ProvisioningArtifact) SetName

SetName sets the Name field's value.

func (ProvisioningArtifact) String

func (s ProvisioningArtifact) String() string

String returns the string representation

type ProvisioningArtifactDetail

type ProvisioningArtifactDetail struct {

	// Indicates whether the product version is active.
	Active *bool `type:"boolean"`

	// The UTC time stamp of the creation time.
	CreatedTime *time.Time `type:"timestamp"`

	// The description of the provisioning artifact.
	Description *string `type:"string"`

	// Information set by the administrator to provide guidance to end users about
	// which provisioning artifacts to use.
	Guidance *string `type:"string" enum:"ProvisioningArtifactGuidance"`

	// The identifier of the provisioning artifact.
	Id *string `min:"1" type:"string"`

	// The name of the provisioning artifact.
	Name *string `type:"string"`

	// The type of provisioning artifact.
	//
	//    * CLOUD_FORMATION_TEMPLATE - AWS CloudFormation template
	//
	//    * MARKETPLACE_AMI - AWS Marketplace AMI
	//
	//    * MARKETPLACE_CAR - AWS Marketplace Clusters and AWS Resources
	Type *string `type:"string" enum:"ProvisioningArtifactType"`
	// contains filtered or unexported fields
}

Information about a provisioning artifact (also known as a version) for a product.

func (ProvisioningArtifactDetail) GoString

func (s ProvisioningArtifactDetail) GoString() string

GoString returns the string representation

func (*ProvisioningArtifactDetail) SetActive

SetActive sets the Active field's value.

func (*ProvisioningArtifactDetail) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*ProvisioningArtifactDetail) SetDescription

SetDescription sets the Description field's value.

func (*ProvisioningArtifactDetail) SetGuidance

SetGuidance sets the Guidance field's value.

func (*ProvisioningArtifactDetail) SetId

SetId sets the Id field's value.

func (*ProvisioningArtifactDetail) SetName

SetName sets the Name field's value.

func (*ProvisioningArtifactDetail) SetType

SetType sets the Type field's value.

func (ProvisioningArtifactDetail) String

String returns the string representation

type ProvisioningArtifactParameter

type ProvisioningArtifactParameter struct {

	// The default value.
	DefaultValue *string `type:"string"`

	// The description of the parameter.
	Description *string `type:"string"`

	// If this value is true, the value for this parameter is obfuscated from view
	// when the parameter is retrieved. This parameter is used to hide sensitive
	// information.
	IsNoEcho *bool `type:"boolean"`

	// Constraints that the administrator has put on a parameter.
	ParameterConstraints *ParameterConstraints `type:"structure"`

	// The parameter key.
	ParameterKey *string `min:"1" type:"string"`

	// The parameter type.
	ParameterType *string `type:"string"`
	// contains filtered or unexported fields
}

Information about a parameter used to provision a product.

func (ProvisioningArtifactParameter) GoString

GoString returns the string representation

func (*ProvisioningArtifactParameter) SetDefaultValue

SetDefaultValue sets the DefaultValue field's value.

func (*ProvisioningArtifactParameter) SetDescription

SetDescription sets the Description field's value.

func (*ProvisioningArtifactParameter) SetIsNoEcho

SetIsNoEcho sets the IsNoEcho field's value.

func (*ProvisioningArtifactParameter) SetParameterConstraints

SetParameterConstraints sets the ParameterConstraints field's value.

func (*ProvisioningArtifactParameter) SetParameterKey

SetParameterKey sets the ParameterKey field's value.

func (*ProvisioningArtifactParameter) SetParameterType

SetParameterType sets the ParameterType field's value.

func (ProvisioningArtifactParameter) String

String returns the string representation

type ProvisioningArtifactPreferences

type ProvisioningArtifactPreferences struct {

	// One or more AWS accounts where stack instances are deployed from the stack
	// set. These accounts can be scoped in ProvisioningPreferences$StackSetAccounts
	// and UpdateProvisioningPreferences$StackSetAccounts.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	StackSetAccounts []*string `type:"list"`

	// One or more AWS Regions where stack instances are deployed from the stack
	// set. These regions can be scoped in ProvisioningPreferences$StackSetRegions
	// and UpdateProvisioningPreferences$StackSetRegions.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	StackSetRegions []*string `type:"list"`
	// contains filtered or unexported fields
}

The user-defined preferences that will be applied during product provisioning, unless overridden by ProvisioningPreferences or UpdateProvisioningPreferences.

For more information on maximum concurrent accounts and failure tolerance, see Stack set operation options (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options) in the AWS CloudFormation User Guide.

func (ProvisioningArtifactPreferences) GoString

GoString returns the string representation

func (*ProvisioningArtifactPreferences) SetStackSetAccounts

SetStackSetAccounts sets the StackSetAccounts field's value.

func (*ProvisioningArtifactPreferences) SetStackSetRegions

SetStackSetRegions sets the StackSetRegions field's value.

func (ProvisioningArtifactPreferences) String

String returns the string representation

type ProvisioningArtifactProperties

type ProvisioningArtifactProperties struct {

	// The description of the provisioning artifact, including how it differs from
	// the previous provisioning artifact.
	Description *string `type:"string"`

	// If set to true, AWS Service Catalog stops validating the specified provisioning
	// artifact even if it is invalid.
	DisableTemplateValidation *bool `type:"boolean"`

	// The URL of the CloudFormation template in Amazon S3. Specify the URL in JSON
	// format as follows:
	//
	// "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
	//
	// Info is a required field
	Info map[string]*string `min:"1" type:"map" required:"true"`

	// The name of the provisioning artifact (for example, v1 v2beta). No spaces
	// are allowed.
	Name *string `type:"string"`

	// The type of provisioning artifact.
	//
	//    * CLOUD_FORMATION_TEMPLATE - AWS CloudFormation template
	//
	//    * MARKETPLACE_AMI - AWS Marketplace AMI
	//
	//    * MARKETPLACE_CAR - AWS Marketplace Clusters and AWS Resources
	Type *string `type:"string" enum:"ProvisioningArtifactType"`
	// contains filtered or unexported fields
}

Information about a provisioning artifact (also known as a version) for a product.

func (ProvisioningArtifactProperties) GoString

GoString returns the string representation

func (*ProvisioningArtifactProperties) SetDescription

SetDescription sets the Description field's value.

func (*ProvisioningArtifactProperties) SetDisableTemplateValidation

func (s *ProvisioningArtifactProperties) SetDisableTemplateValidation(v bool) *ProvisioningArtifactProperties

SetDisableTemplateValidation sets the DisableTemplateValidation field's value.

func (*ProvisioningArtifactProperties) SetInfo

SetInfo sets the Info field's value.

func (*ProvisioningArtifactProperties) SetName

SetName sets the Name field's value.

func (*ProvisioningArtifactProperties) SetType

SetType sets the Type field's value.

func (ProvisioningArtifactProperties) String

String returns the string representation

func (*ProvisioningArtifactProperties) Validate

func (s *ProvisioningArtifactProperties) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProvisioningArtifactSummary

type ProvisioningArtifactSummary struct {

	// The UTC time stamp of the creation time.
	CreatedTime *time.Time `type:"timestamp"`

	// The description of the provisioning artifact.
	Description *string `type:"string"`

	// The identifier of the provisioning artifact.
	Id *string `min:"1" type:"string"`

	// The name of the provisioning artifact.
	Name *string `type:"string"`

	// The metadata for the provisioning artifact. This is used with AWS Marketplace
	// products.
	ProvisioningArtifactMetadata map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

Summary information about a provisioning artifact (also known as a version) for a product.

func (ProvisioningArtifactSummary) GoString

func (s ProvisioningArtifactSummary) GoString() string

GoString returns the string representation

func (*ProvisioningArtifactSummary) SetCreatedTime

SetCreatedTime sets the CreatedTime field's value.

func (*ProvisioningArtifactSummary) SetDescription

SetDescription sets the Description field's value.

func (*ProvisioningArtifactSummary) SetId

SetId sets the Id field's value.

func (*ProvisioningArtifactSummary) SetName

SetName sets the Name field's value.

func (*ProvisioningArtifactSummary) SetProvisioningArtifactMetadata

func (s *ProvisioningArtifactSummary) SetProvisioningArtifactMetadata(v map[string]*string) *ProvisioningArtifactSummary

SetProvisioningArtifactMetadata sets the ProvisioningArtifactMetadata field's value.

func (ProvisioningArtifactSummary) String

String returns the string representation

type ProvisioningArtifactView

type ProvisioningArtifactView struct {

	// Summary information about a product view.
	ProductViewSummary *ProductViewSummary `type:"structure"`

	// Information about a provisioning artifact. A provisioning artifact is also
	// known as a product version.
	ProvisioningArtifact *ProvisioningArtifact `type:"structure"`
	// contains filtered or unexported fields
}

An object that contains summary information about a product view and a provisioning artifact.

func (ProvisioningArtifactView) GoString

func (s ProvisioningArtifactView) GoString() string

GoString returns the string representation

func (*ProvisioningArtifactView) SetProductViewSummary

SetProductViewSummary sets the ProductViewSummary field's value.

func (*ProvisioningArtifactView) SetProvisioningArtifact

SetProvisioningArtifact sets the ProvisioningArtifact field's value.

func (ProvisioningArtifactView) String

func (s ProvisioningArtifactView) String() string

String returns the string representation

type ProvisioningParameter

type ProvisioningParameter struct {

	// The parameter key.
	Key *string `min:"1" type:"string"`

	// The parameter value.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

Information about a parameter used to provision a product.

func (ProvisioningParameter) GoString

func (s ProvisioningParameter) GoString() string

GoString returns the string representation

func (*ProvisioningParameter) SetKey

SetKey sets the Key field's value.

func (*ProvisioningParameter) SetValue

SetValue sets the Value field's value.

func (ProvisioningParameter) String

func (s ProvisioningParameter) String() string

String returns the string representation

func (*ProvisioningParameter) Validate

func (s *ProvisioningParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProvisioningPreferences

type ProvisioningPreferences struct {

	// One or more AWS accounts that will have access to the provisioned product.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// The AWS accounts specified should be within the list of accounts in the STACKSET
	// constraint. To get the list of accounts in the STACKSET constraint, use the
	// DescribeProvisioningParameters operation.
	//
	// If no values are specified, the default value is all accounts from the STACKSET
	// constraint.
	StackSetAccounts []*string `type:"list"`

	// The number of accounts, per region, for which this operation can fail before
	// AWS Service Catalog stops the operation in that region. If the operation
	// is stopped in a region, AWS Service Catalog doesn't attempt the operation
	// in any subsequent regions.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage,
	// but not both.
	//
	// The default value is 0 if no value is specified.
	StackSetFailureToleranceCount *int64 `type:"integer"`

	// The percentage of accounts, per region, for which this stack operation can
	// fail before AWS Service Catalog stops the operation in that region. If the
	// operation is stopped in a region, AWS Service Catalog doesn't attempt the
	// operation in any subsequent regions.
	//
	// When calculating the number of accounts based on the specified percentage,
	// AWS Service Catalog rounds down to the next whole number.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage,
	// but not both.
	StackSetFailureTolerancePercentage *int64 `type:"integer"`

	// The maximum number of accounts in which to perform this operation at one
	// time. This is dependent on the value of StackSetFailureToleranceCount. StackSetMaxConcurrentCount
	// is at most one more than the StackSetFailureToleranceCount.
	//
	// Note that this setting lets you specify the maximum for operations. For large
	// deployments, under certain circumstances the actual number of accounts acted
	// upon concurrently may be lower due to service throttling.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage,
	// but not both.
	StackSetMaxConcurrencyCount *int64 `min:"1" type:"integer"`

	// The maximum percentage of accounts in which to perform this operation at
	// one time.
	//
	// When calculating the number of accounts based on the specified percentage,
	// AWS Service Catalog rounds down to the next whole number. This is true except
	// in cases where rounding down would result is zero. In this case, AWS Service
	// Catalog sets the number as 1 instead.
	//
	// Note that this setting lets you specify the maximum for operations. For large
	// deployments, under certain circumstances the actual number of accounts acted
	// upon concurrently may be lower due to service throttling.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage,
	// but not both.
	StackSetMaxConcurrencyPercentage *int64 `min:"1" type:"integer"`

	// One or more AWS Regions where the provisioned product will be available.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// The specified regions should be within the list of regions from the STACKSET
	// constraint. To get the list of regions in the STACKSET constraint, use the
	// DescribeProvisioningParameters operation.
	//
	// If no values are specified, the default value is all regions from the STACKSET
	// constraint.
	StackSetRegions []*string `type:"list"`
	// contains filtered or unexported fields
}

The user-defined preferences that will be applied when updating a provisioned product. Not all preferences are applicable to all provisioned product types.

func (ProvisioningPreferences) GoString

func (s ProvisioningPreferences) GoString() string

GoString returns the string representation

func (*ProvisioningPreferences) SetStackSetAccounts

func (s *ProvisioningPreferences) SetStackSetAccounts(v []*string) *ProvisioningPreferences

SetStackSetAccounts sets the StackSetAccounts field's value.

func (*ProvisioningPreferences) SetStackSetFailureToleranceCount

func (s *ProvisioningPreferences) SetStackSetFailureToleranceCount(v int64) *ProvisioningPreferences

SetStackSetFailureToleranceCount sets the StackSetFailureToleranceCount field's value.

func (*ProvisioningPreferences) SetStackSetFailureTolerancePercentage

func (s *ProvisioningPreferences) SetStackSetFailureTolerancePercentage(v int64) *ProvisioningPreferences

SetStackSetFailureTolerancePercentage sets the StackSetFailureTolerancePercentage field's value.

func (*ProvisioningPreferences) SetStackSetMaxConcurrencyCount

func (s *ProvisioningPreferences) SetStackSetMaxConcurrencyCount(v int64) *ProvisioningPreferences

SetStackSetMaxConcurrencyCount sets the StackSetMaxConcurrencyCount field's value.

func (*ProvisioningPreferences) SetStackSetMaxConcurrencyPercentage

func (s *ProvisioningPreferences) SetStackSetMaxConcurrencyPercentage(v int64) *ProvisioningPreferences

SetStackSetMaxConcurrencyPercentage sets the StackSetMaxConcurrencyPercentage field's value.

func (*ProvisioningPreferences) SetStackSetRegions

func (s *ProvisioningPreferences) SetStackSetRegions(v []*string) *ProvisioningPreferences

SetStackSetRegions sets the StackSetRegions field's value.

func (ProvisioningPreferences) String

func (s ProvisioningPreferences) String() string

String returns the string representation

func (*ProvisioningPreferences) Validate

func (s *ProvisioningPreferences) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RecordDetail

type RecordDetail struct {

	// The UTC time stamp of the creation time.
	CreatedTime *time.Time `type:"timestamp"`

	// The path identifier.
	PathId *string `min:"1" type:"string"`

	// The product identifier.
	ProductId *string `min:"1" type:"string"`

	// The identifier of the provisioned product.
	ProvisionedProductId *string `min:"1" type:"string"`

	// The user-friendly name of the provisioned product.
	ProvisionedProductName *string `min:"1" type:"string"`

	// The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.
	ProvisionedProductType *string `type:"string"`

	// The identifier of the provisioning artifact.
	ProvisioningArtifactId *string `min:"1" type:"string"`

	// The errors that occurred.
	RecordErrors []*RecordError `type:"list"`

	// The identifier of the record.
	RecordId *string `min:"1" type:"string"`

	// One or more tags.
	RecordTags []*RecordTag `type:"list"`

	// The record type.
	//
	//    * PROVISION_PRODUCT
	//
	//    * UPDATE_PROVISIONED_PRODUCT
	//
	//    * TERMINATE_PROVISIONED_PRODUCT
	RecordType *string `type:"string"`

	// The status of the provisioned product.
	//
	//    * CREATED - The request was created but the operation has not started.
	//
	//    * IN_PROGRESS - The requested operation is in progress.
	//
	//    * IN_PROGRESS_IN_ERROR - The provisioned product is under change but the
	//    requested operation failed and some remediation is occurring. For example,
	//    a rollback.
	//
	//    * SUCCEEDED - The requested operation has successfully completed.
	//
	//    * FAILED - The requested operation has unsuccessfully completed. Investigate
	//    using the error messages returned.
	Status *string `type:"string" enum:"RecordStatus"`

	// The time when the record was last updated.
	UpdatedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Information about a request operation.

func (RecordDetail) GoString

func (s RecordDetail) GoString() string

GoString returns the string representation

func (*RecordDetail) SetCreatedTime

func (s *RecordDetail) SetCreatedTime(v time.Time) *RecordDetail

SetCreatedTime sets the CreatedTime field's value.

func (*RecordDetail) SetPathId

func (s *RecordDetail) SetPathId(v string) *RecordDetail

SetPathId sets the PathId field's value.

func (*RecordDetail) SetProductId

func (s *RecordDetail) SetProductId(v string) *RecordDetail

SetProductId sets the ProductId field's value.

func (*RecordDetail) SetProvisionedProductId

func (s *RecordDetail) SetProvisionedProductId(v string) *RecordDetail

SetProvisionedProductId sets the ProvisionedProductId field's value.

func (*RecordDetail) SetProvisionedProductName

func (s *RecordDetail) SetProvisionedProductName(v string) *RecordDetail

SetProvisionedProductName sets the ProvisionedProductName field's value.

func (*RecordDetail) SetProvisionedProductType

func (s *RecordDetail) SetProvisionedProductType(v string) *RecordDetail

SetProvisionedProductType sets the ProvisionedProductType field's value.

func (*RecordDetail) SetProvisioningArtifactId

func (s *RecordDetail) SetProvisioningArtifactId(v string) *RecordDetail

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*RecordDetail) SetRecordErrors

func (s *RecordDetail) SetRecordErrors(v []*RecordError) *RecordDetail

SetRecordErrors sets the RecordErrors field's value.

func (*RecordDetail) SetRecordId

func (s *RecordDetail) SetRecordId(v string) *RecordDetail

SetRecordId sets the RecordId field's value.

func (*RecordDetail) SetRecordTags

func (s *RecordDetail) SetRecordTags(v []*RecordTag) *RecordDetail

SetRecordTags sets the RecordTags field's value.

func (*RecordDetail) SetRecordType

func (s *RecordDetail) SetRecordType(v string) *RecordDetail

SetRecordType sets the RecordType field's value.

func (*RecordDetail) SetStatus

func (s *RecordDetail) SetStatus(v string) *RecordDetail

SetStatus sets the Status field's value.

func (*RecordDetail) SetUpdatedTime

func (s *RecordDetail) SetUpdatedTime(v time.Time) *RecordDetail

SetUpdatedTime sets the UpdatedTime field's value.

func (RecordDetail) String

func (s RecordDetail) String() string

String returns the string representation

type RecordError

type RecordError struct {

	// The numeric value of the error.
	Code *string `type:"string"`

	// The description of the error.
	Description *string `type:"string"`
	// contains filtered or unexported fields
}

The error code and description resulting from an operation.

func (RecordError) GoString

func (s RecordError) GoString() string

GoString returns the string representation

func (*RecordError) SetCode

func (s *RecordError) SetCode(v string) *RecordError

SetCode sets the Code field's value.

func (*RecordError) SetDescription

func (s *RecordError) SetDescription(v string) *RecordError

SetDescription sets the Description field's value.

func (RecordError) String

func (s RecordError) String() string

String returns the string representation

type RecordOutput

type RecordOutput struct {

	// The description of the output.
	Description *string `type:"string"`

	// The output key.
	OutputKey *string `type:"string"`

	// The output value.
	OutputValue *string `type:"string"`
	// contains filtered or unexported fields
}

The output for the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

func (RecordOutput) GoString

func (s RecordOutput) GoString() string

GoString returns the string representation

func (*RecordOutput) SetDescription

func (s *RecordOutput) SetDescription(v string) *RecordOutput

SetDescription sets the Description field's value.

func (*RecordOutput) SetOutputKey

func (s *RecordOutput) SetOutputKey(v string) *RecordOutput

SetOutputKey sets the OutputKey field's value.

func (*RecordOutput) SetOutputValue

func (s *RecordOutput) SetOutputValue(v string) *RecordOutput

SetOutputValue sets the OutputValue field's value.

func (RecordOutput) String

func (s RecordOutput) String() string

String returns the string representation

type RecordTag

type RecordTag struct {

	// The key for this tag.
	Key *string `min:"1" type:"string"`

	// The value for this tag.
	Value *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a tag, which is a key-value pair.

func (RecordTag) GoString

func (s RecordTag) GoString() string

GoString returns the string representation

func (*RecordTag) SetKey

func (s *RecordTag) SetKey(v string) *RecordTag

SetKey sets the Key field's value.

func (*RecordTag) SetValue

func (s *RecordTag) SetValue(v string) *RecordTag

SetValue sets the Value field's value.

func (RecordTag) String

func (s RecordTag) String() string

String returns the string representation

type RejectPortfolioShareInput

type RejectPortfolioShareInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The portfolio identifier.
	//
	// PortfolioId is a required field
	PortfolioId *string `min:"1" type:"string" required:"true"`

	// The type of shared portfolios to reject. The default is to reject imported
	// portfolios.
	//
	//    * AWS_ORGANIZATIONS - Reject portfolios shared by the master account of
	//    your organization.
	//
	//    * IMPORTED - Reject imported portfolios.
	//
	//    * AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)
	//
	// For example, aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk"
	// --portfolio-share-type AWS_ORGANIZATIONS
	PortfolioShareType *string `type:"string" enum:"PortfolioShareType"`
	// contains filtered or unexported fields
}

func (RejectPortfolioShareInput) GoString

func (s RejectPortfolioShareInput) GoString() string

GoString returns the string representation

func (*RejectPortfolioShareInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*RejectPortfolioShareInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (*RejectPortfolioShareInput) SetPortfolioShareType

func (s *RejectPortfolioShareInput) SetPortfolioShareType(v string) *RejectPortfolioShareInput

SetPortfolioShareType sets the PortfolioShareType field's value.

func (RejectPortfolioShareInput) String

func (s RejectPortfolioShareInput) String() string

String returns the string representation

func (*RejectPortfolioShareInput) Validate

func (s *RejectPortfolioShareInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RejectPortfolioShareOutput

type RejectPortfolioShareOutput struct {
	// contains filtered or unexported fields
}

func (RejectPortfolioShareOutput) GoString

func (s RejectPortfolioShareOutput) GoString() string

GoString returns the string representation

func (RejectPortfolioShareOutput) String

String returns the string representation

type ResourceChange

type ResourceChange struct {

	// The change action.
	Action *string `type:"string" enum:"ChangeAction"`

	// Information about the resource changes.
	Details []*ResourceChangeDetail `type:"list"`

	// The ID of the resource, as defined in the CloudFormation template.
	LogicalResourceId *string `type:"string"`

	// The ID of the resource, if it was already created.
	PhysicalResourceId *string `type:"string"`

	// If the change type is Modify, indicates whether the existing resource is
	// deleted and replaced with a new one.
	Replacement *string `type:"string" enum:"Replacement"`

	// The type of resource.
	ResourceType *string `min:"1" type:"string"`

	// The change scope.
	Scope []*string `type:"list"`
	// contains filtered or unexported fields
}

Information about a resource change that will occur when a plan is executed.

func (ResourceChange) GoString

func (s ResourceChange) GoString() string

GoString returns the string representation

func (*ResourceChange) SetAction

func (s *ResourceChange) SetAction(v string) *ResourceChange

SetAction sets the Action field's value.

func (*ResourceChange) SetDetails

func (s *ResourceChange) SetDetails(v []*ResourceChangeDetail) *ResourceChange

SetDetails sets the Details field's value.

func (*ResourceChange) SetLogicalResourceId

func (s *ResourceChange) SetLogicalResourceId(v string) *ResourceChange

SetLogicalResourceId sets the LogicalResourceId field's value.

func (*ResourceChange) SetPhysicalResourceId

func (s *ResourceChange) SetPhysicalResourceId(v string) *ResourceChange

SetPhysicalResourceId sets the PhysicalResourceId field's value.

func (*ResourceChange) SetReplacement

func (s *ResourceChange) SetReplacement(v string) *ResourceChange

SetReplacement sets the Replacement field's value.

func (*ResourceChange) SetResourceType

func (s *ResourceChange) SetResourceType(v string) *ResourceChange

SetResourceType sets the ResourceType field's value.

func (*ResourceChange) SetScope

func (s *ResourceChange) SetScope(v []*string) *ResourceChange

SetScope sets the Scope field's value.

func (ResourceChange) String

func (s ResourceChange) String() string

String returns the string representation

type ResourceChangeDetail

type ResourceChangeDetail struct {

	// The ID of the entity that caused the change.
	CausingEntity *string `type:"string"`

	// For static evaluations, the value of the resource attribute will change and
	// the new value is known. For dynamic evaluations, the value might change,
	// and any new value will be determined when the plan is updated.
	Evaluation *string `type:"string" enum:"EvaluationType"`

	// Information about the resource attribute to be modified.
	Target *ResourceTargetDefinition `type:"structure"`
	// contains filtered or unexported fields
}

Information about a change to a resource attribute.

func (ResourceChangeDetail) GoString

func (s ResourceChangeDetail) GoString() string

GoString returns the string representation

func (*ResourceChangeDetail) SetCausingEntity

func (s *ResourceChangeDetail) SetCausingEntity(v string) *ResourceChangeDetail

SetCausingEntity sets the CausingEntity field's value.

func (*ResourceChangeDetail) SetEvaluation

func (s *ResourceChangeDetail) SetEvaluation(v string) *ResourceChangeDetail

SetEvaluation sets the Evaluation field's value.

func (*ResourceChangeDetail) SetTarget

SetTarget sets the Target field's value.

func (ResourceChangeDetail) String

func (s ResourceChangeDetail) String() string

String returns the string representation

type ResourceDetail

type ResourceDetail struct {

	// The ARN of the resource.
	ARN *string `type:"string"`

	// The creation time of the resource.
	CreatedTime *time.Time `type:"timestamp"`

	// The description of the resource.
	Description *string `type:"string"`

	// The identifier of the resource.
	Id *string `type:"string"`

	// The name of the resource.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

Information about a resource.

func (ResourceDetail) GoString

func (s ResourceDetail) GoString() string

GoString returns the string representation

func (*ResourceDetail) SetARN

func (s *ResourceDetail) SetARN(v string) *ResourceDetail

SetARN sets the ARN field's value.

func (*ResourceDetail) SetCreatedTime

func (s *ResourceDetail) SetCreatedTime(v time.Time) *ResourceDetail

SetCreatedTime sets the CreatedTime field's value.

func (*ResourceDetail) SetDescription

func (s *ResourceDetail) SetDescription(v string) *ResourceDetail

SetDescription sets the Description field's value.

func (*ResourceDetail) SetId

func (s *ResourceDetail) SetId(v string) *ResourceDetail

SetId sets the Id field's value.

func (*ResourceDetail) SetName

func (s *ResourceDetail) SetName(v string) *ResourceDetail

SetName sets the Name field's value.

func (ResourceDetail) String

func (s ResourceDetail) String() string

String returns the string representation

type ResourceInUseException

type ResourceInUseException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

A resource that is currently in use. Ensure that the resource is not in use and retry the operation.

func (ResourceInUseException) Code

func (s ResourceInUseException) Code() string

Code returns the exception type name.

func (ResourceInUseException) Error

func (s ResourceInUseException) Error() string

func (ResourceInUseException) GoString

func (s ResourceInUseException) GoString() string

GoString returns the string representation

func (ResourceInUseException) Message

func (s ResourceInUseException) Message() string

Message returns the exception's message.

func (ResourceInUseException) OrigErr

func (s ResourceInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceInUseException) RequestID

func (s ResourceInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ResourceInUseException) StatusCode

func (s ResourceInUseException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceInUseException) String

func (s ResourceInUseException) String() string

String returns the string representation

type ResourceNotFoundException

type ResourceNotFoundException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The specified resource was not found.

func (ResourceNotFoundException) Code

Code returns the exception type name.

func (ResourceNotFoundException) Error

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation

func (ResourceNotFoundException) Message

func (s ResourceNotFoundException) Message() string

Message returns the exception's message.

func (ResourceNotFoundException) OrigErr

func (s ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (ResourceNotFoundException) RequestID

func (s ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (ResourceNotFoundException) StatusCode

func (s ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation

type ResourceTargetDefinition

type ResourceTargetDefinition struct {

	// The attribute to be changed.
	Attribute *string `type:"string" enum:"ResourceAttribute"`

	// If the attribute is Properties, the value is the name of the property. Otherwise,
	// the value is null.
	Name *string `type:"string"`

	// If the attribute is Properties, indicates whether a change to this property
	// causes the resource to be re-created.
	RequiresRecreation *string `type:"string" enum:"RequiresRecreation"`
	// contains filtered or unexported fields
}

Information about a change to a resource attribute.

func (ResourceTargetDefinition) GoString

func (s ResourceTargetDefinition) GoString() string

GoString returns the string representation

func (*ResourceTargetDefinition) SetAttribute

SetAttribute sets the Attribute field's value.

func (*ResourceTargetDefinition) SetName

SetName sets the Name field's value.

func (*ResourceTargetDefinition) SetRequiresRecreation

func (s *ResourceTargetDefinition) SetRequiresRecreation(v string) *ResourceTargetDefinition

SetRequiresRecreation sets the RequiresRecreation field's value.

func (ResourceTargetDefinition) String

func (s ResourceTargetDefinition) String() string

String returns the string representation

type ScanProvisionedProductsInput

type ScanProvisionedProductsInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The access level to use to obtain results. The default is User.
	AccessLevelFilter *AccessLevelFilter `type:"structure"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ScanProvisionedProductsInput) GoString

func (s ScanProvisionedProductsInput) GoString() string

GoString returns the string representation

func (*ScanProvisionedProductsInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*ScanProvisionedProductsInput) SetAccessLevelFilter

SetAccessLevelFilter sets the AccessLevelFilter field's value.

func (*ScanProvisionedProductsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ScanProvisionedProductsInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (ScanProvisionedProductsInput) String

String returns the string representation

type ScanProvisionedProductsOutput

type ScanProvisionedProductsOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the provisioned products.
	ProvisionedProducts []*ProvisionedProductDetail `type:"list"`
	// contains filtered or unexported fields
}

func (ScanProvisionedProductsOutput) GoString

GoString returns the string representation

func (*ScanProvisionedProductsOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*ScanProvisionedProductsOutput) SetProvisionedProducts

SetProvisionedProducts sets the ProvisionedProducts field's value.

func (ScanProvisionedProductsOutput) String

String returns the string representation

type SearchProductsAsAdminInput

type SearchProductsAsAdminInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The search filters. If no search filters are specified, the output includes
	// all products to which the administrator has access.
	Filters map[string][]*string `type:"map"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The portfolio identifier.
	PortfolioId *string `min:"1" type:"string"`

	// Access level of the source of the product.
	ProductSource *string `type:"string" enum:"ProductSource"`

	// The sort field. If no value is specified, the results are not sorted.
	SortBy *string `type:"string" enum:"ProductViewSortBy"`

	// The sort order. If no value is specified, the results are not sorted.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (SearchProductsAsAdminInput) GoString

func (s SearchProductsAsAdminInput) GoString() string

GoString returns the string representation

func (*SearchProductsAsAdminInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*SearchProductsAsAdminInput) SetFilters

SetFilters sets the Filters field's value.

func (*SearchProductsAsAdminInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*SearchProductsAsAdminInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*SearchProductsAsAdminInput) SetPortfolioId

SetPortfolioId sets the PortfolioId field's value.

func (*SearchProductsAsAdminInput) SetProductSource

SetProductSource sets the ProductSource field's value.

func (*SearchProductsAsAdminInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*SearchProductsAsAdminInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (SearchProductsAsAdminInput) String

String returns the string representation

func (*SearchProductsAsAdminInput) Validate

func (s *SearchProductsAsAdminInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchProductsAsAdminOutput

type SearchProductsAsAdminOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the product views.
	ProductViewDetails []*ProductViewDetail `type:"list"`
	// contains filtered or unexported fields
}

func (SearchProductsAsAdminOutput) GoString

func (s SearchProductsAsAdminOutput) GoString() string

GoString returns the string representation

func (*SearchProductsAsAdminOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*SearchProductsAsAdminOutput) SetProductViewDetails

SetProductViewDetails sets the ProductViewDetails field's value.

func (SearchProductsAsAdminOutput) String

String returns the string representation

type SearchProductsInput

type SearchProductsInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The search filters. If no search filters are specified, the output includes
	// all products to which the caller has access.
	Filters map[string][]*string `type:"map"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The sort field. If no value is specified, the results are not sorted.
	SortBy *string `type:"string" enum:"ProductViewSortBy"`

	// The sort order. If no value is specified, the results are not sorted.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (SearchProductsInput) GoString

func (s SearchProductsInput) GoString() string

GoString returns the string representation

func (*SearchProductsInput) SetAcceptLanguage

func (s *SearchProductsInput) SetAcceptLanguage(v string) *SearchProductsInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*SearchProductsInput) SetFilters

func (s *SearchProductsInput) SetFilters(v map[string][]*string) *SearchProductsInput

SetFilters sets the Filters field's value.

func (*SearchProductsInput) SetPageSize

func (s *SearchProductsInput) SetPageSize(v int64) *SearchProductsInput

SetPageSize sets the PageSize field's value.

func (*SearchProductsInput) SetPageToken

func (s *SearchProductsInput) SetPageToken(v string) *SearchProductsInput

SetPageToken sets the PageToken field's value.

func (*SearchProductsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*SearchProductsInput) SetSortOrder

func (s *SearchProductsInput) SetSortOrder(v string) *SearchProductsInput

SetSortOrder sets the SortOrder field's value.

func (SearchProductsInput) String

func (s SearchProductsInput) String() string

String returns the string representation

type SearchProductsOutput

type SearchProductsOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// The product view aggregations.
	ProductViewAggregations map[string][]*ProductViewAggregationValue `type:"map"`

	// Information about the product views.
	ProductViewSummaries []*ProductViewSummary `type:"list"`
	// contains filtered or unexported fields
}

func (SearchProductsOutput) GoString

func (s SearchProductsOutput) GoString() string

GoString returns the string representation

func (*SearchProductsOutput) SetNextPageToken

func (s *SearchProductsOutput) SetNextPageToken(v string) *SearchProductsOutput

SetNextPageToken sets the NextPageToken field's value.

func (*SearchProductsOutput) SetProductViewAggregations

func (s *SearchProductsOutput) SetProductViewAggregations(v map[string][]*ProductViewAggregationValue) *SearchProductsOutput

SetProductViewAggregations sets the ProductViewAggregations field's value.

func (*SearchProductsOutput) SetProductViewSummaries

func (s *SearchProductsOutput) SetProductViewSummaries(v []*ProductViewSummary) *SearchProductsOutput

SetProductViewSummaries sets the ProductViewSummaries field's value.

func (SearchProductsOutput) String

func (s SearchProductsOutput) String() string

String returns the string representation

type SearchProvisionedProductsInput

type SearchProvisionedProductsInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The access level to use to obtain results. The default is User.
	AccessLevelFilter *AccessLevelFilter `type:"structure"`

	// The search filters.
	//
	// When the key is SearchQuery, the searchable fields are arn, createdTime,
	// id, lastRecordId, idempotencyToken, name, physicalId, productId, provisioningArtifact,
	// type, status, tags, userArn, and userArnSession.
	//
	// Example: "SearchQuery":["status:AVAILABLE"]
	Filters map[string][]*string `type:"map"`

	// The maximum number of items to return with this call.
	PageSize *int64 `type:"integer"`

	// The page token for the next set of results. To retrieve the first set of
	// results, use null.
	PageToken *string `type:"string"`

	// The sort field. If no value is specified, the results are not sorted. The
	// valid values are arn, id, name, and lastRecordId.
	SortBy *string `type:"string"`

	// The sort order. If no value is specified, the results are not sorted.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (SearchProvisionedProductsInput) GoString

GoString returns the string representation

func (*SearchProvisionedProductsInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*SearchProvisionedProductsInput) SetAccessLevelFilter

SetAccessLevelFilter sets the AccessLevelFilter field's value.

func (*SearchProvisionedProductsInput) SetFilters

SetFilters sets the Filters field's value.

func (*SearchProvisionedProductsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*SearchProvisionedProductsInput) SetPageToken

SetPageToken sets the PageToken field's value.

func (*SearchProvisionedProductsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*SearchProvisionedProductsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (SearchProvisionedProductsInput) String

String returns the string representation

type SearchProvisionedProductsOutput

type SearchProvisionedProductsOutput struct {

	// The page token to use to retrieve the next set of results. If there are no
	// additional results, this value is null.
	NextPageToken *string `type:"string"`

	// Information about the provisioned products.
	ProvisionedProducts []*ProvisionedProductAttribute `type:"list"`

	// The number of provisioned products found.
	TotalResultsCount *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (SearchProvisionedProductsOutput) GoString

GoString returns the string representation

func (*SearchProvisionedProductsOutput) SetNextPageToken

SetNextPageToken sets the NextPageToken field's value.

func (*SearchProvisionedProductsOutput) SetProvisionedProducts

SetProvisionedProducts sets the ProvisionedProducts field's value.

func (*SearchProvisionedProductsOutput) SetTotalResultsCount

SetTotalResultsCount sets the TotalResultsCount field's value.

func (SearchProvisionedProductsOutput) String

String returns the string representation

type ServiceActionAssociation

type ServiceActionAssociation struct {

	// The product identifier. For example, prod-abcdzk7xy33qa.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`

	// The self-service action identifier. For example, act-fs7abcd89wxyz.
	//
	// ServiceActionId is a required field
	ServiceActionId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

func (ServiceActionAssociation) GoString

func (s ServiceActionAssociation) GoString() string

GoString returns the string representation

func (*ServiceActionAssociation) SetProductId

SetProductId sets the ProductId field's value.

func (*ServiceActionAssociation) SetProvisioningArtifactId

func (s *ServiceActionAssociation) SetProvisioningArtifactId(v string) *ServiceActionAssociation

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*ServiceActionAssociation) SetServiceActionId

func (s *ServiceActionAssociation) SetServiceActionId(v string) *ServiceActionAssociation

SetServiceActionId sets the ServiceActionId field's value.

func (ServiceActionAssociation) String

func (s ServiceActionAssociation) String() string

String returns the string representation

func (*ServiceActionAssociation) Validate

func (s *ServiceActionAssociation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ServiceActionDetail

type ServiceActionDetail struct {

	// A map that defines the self-service action.
	Definition map[string]*string `min:"1" type:"map"`

	// Summary information about the self-service action.
	ServiceActionSummary *ServiceActionSummary `type:"structure"`
	// contains filtered or unexported fields
}

An object containing detailed information about the self-service action.

func (ServiceActionDetail) GoString

func (s ServiceActionDetail) GoString() string

GoString returns the string representation

func (*ServiceActionDetail) SetDefinition

func (s *ServiceActionDetail) SetDefinition(v map[string]*string) *ServiceActionDetail

SetDefinition sets the Definition field's value.

func (*ServiceActionDetail) SetServiceActionSummary

func (s *ServiceActionDetail) SetServiceActionSummary(v *ServiceActionSummary) *ServiceActionDetail

SetServiceActionSummary sets the ServiceActionSummary field's value.

func (ServiceActionDetail) String

func (s ServiceActionDetail) String() string

String returns the string representation

type ServiceActionSummary

type ServiceActionSummary struct {

	// The self-service action definition type. For example, SSM_AUTOMATION.
	DefinitionType *string `type:"string" enum:"ServiceActionDefinitionType"`

	// The self-service action description.
	Description *string `type:"string"`

	// The self-service action identifier.
	Id *string `min:"1" type:"string"`

	// The self-service action name.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Detailed information about the self-service action.

func (ServiceActionSummary) GoString

func (s ServiceActionSummary) GoString() string

GoString returns the string representation

func (*ServiceActionSummary) SetDefinitionType

func (s *ServiceActionSummary) SetDefinitionType(v string) *ServiceActionSummary

SetDefinitionType sets the DefinitionType field's value.

func (*ServiceActionSummary) SetDescription

func (s *ServiceActionSummary) SetDescription(v string) *ServiceActionSummary

SetDescription sets the Description field's value.

func (*ServiceActionSummary) SetId

SetId sets the Id field's value.

func (*ServiceActionSummary) SetName

SetName sets the Name field's value.

func (ServiceActionSummary) String

func (s ServiceActionSummary) String() string

String returns the string representation

type ServiceCatalog

type ServiceCatalog struct {
	*client.Client
}

ServiceCatalog provides the API operation methods for making requests to AWS Service Catalog. See this package's package overview docs for details on the service.

ServiceCatalog methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *ServiceCatalog

New creates a new instance of the ServiceCatalog client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a ServiceCatalog client from just a session.
svc := servicecatalog.New(mySession)

// Create a ServiceCatalog client with additional configuration
svc := servicecatalog.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*ServiceCatalog) AcceptPortfolioShare

func (c *ServiceCatalog) AcceptPortfolioShare(input *AcceptPortfolioShareInput) (*AcceptPortfolioShareOutput, error)

AcceptPortfolioShare API operation for AWS Service Catalog.

Accepts an offer to share the specified portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation AcceptPortfolioShare for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AcceptPortfolioShare

func (*ServiceCatalog) AcceptPortfolioShareRequest

func (c *ServiceCatalog) AcceptPortfolioShareRequest(input *AcceptPortfolioShareInput) (req *request.Request, output *AcceptPortfolioShareOutput)

AcceptPortfolioShareRequest generates a "aws/request.Request" representing the client's request for the AcceptPortfolioShare operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AcceptPortfolioShare for more information on using the AcceptPortfolioShare API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AcceptPortfolioShareRequest method.
req, resp := client.AcceptPortfolioShareRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AcceptPortfolioShare

func (*ServiceCatalog) AcceptPortfolioShareWithContext

func (c *ServiceCatalog) AcceptPortfolioShareWithContext(ctx aws.Context, input *AcceptPortfolioShareInput, opts ...request.Option) (*AcceptPortfolioShareOutput, error)

AcceptPortfolioShareWithContext is the same as AcceptPortfolioShare with the addition of the ability to pass a context and additional request options.

See AcceptPortfolioShare for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) AssociateBudgetWithResource

AssociateBudgetWithResource API operation for AWS Service Catalog.

Associates the specified budget with the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation AssociateBudgetWithResource for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • DuplicateResourceException The specified resource is a duplicate.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateBudgetWithResource

func (*ServiceCatalog) AssociateBudgetWithResourceRequest

func (c *ServiceCatalog) AssociateBudgetWithResourceRequest(input *AssociateBudgetWithResourceInput) (req *request.Request, output *AssociateBudgetWithResourceOutput)

AssociateBudgetWithResourceRequest generates a "aws/request.Request" representing the client's request for the AssociateBudgetWithResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateBudgetWithResource for more information on using the AssociateBudgetWithResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateBudgetWithResourceRequest method.
req, resp := client.AssociateBudgetWithResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateBudgetWithResource

func (*ServiceCatalog) AssociateBudgetWithResourceWithContext

func (c *ServiceCatalog) AssociateBudgetWithResourceWithContext(ctx aws.Context, input *AssociateBudgetWithResourceInput, opts ...request.Option) (*AssociateBudgetWithResourceOutput, error)

AssociateBudgetWithResourceWithContext is the same as AssociateBudgetWithResource with the addition of the ability to pass a context and additional request options.

See AssociateBudgetWithResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) AssociatePrincipalWithPortfolio

AssociatePrincipalWithPortfolio API operation for AWS Service Catalog.

Associates the specified principal ARN with the specified portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation AssociatePrincipalWithPortfolio for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociatePrincipalWithPortfolio

func (*ServiceCatalog) AssociatePrincipalWithPortfolioRequest

func (c *ServiceCatalog) AssociatePrincipalWithPortfolioRequest(input *AssociatePrincipalWithPortfolioInput) (req *request.Request, output *AssociatePrincipalWithPortfolioOutput)

AssociatePrincipalWithPortfolioRequest generates a "aws/request.Request" representing the client's request for the AssociatePrincipalWithPortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociatePrincipalWithPortfolio for more information on using the AssociatePrincipalWithPortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociatePrincipalWithPortfolioRequest method.
req, resp := client.AssociatePrincipalWithPortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociatePrincipalWithPortfolio

func (*ServiceCatalog) AssociatePrincipalWithPortfolioWithContext

func (c *ServiceCatalog) AssociatePrincipalWithPortfolioWithContext(ctx aws.Context, input *AssociatePrincipalWithPortfolioInput, opts ...request.Option) (*AssociatePrincipalWithPortfolioOutput, error)

AssociatePrincipalWithPortfolioWithContext is the same as AssociatePrincipalWithPortfolio with the addition of the ability to pass a context and additional request options.

See AssociatePrincipalWithPortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) AssociateProductWithPortfolio

AssociateProductWithPortfolio API operation for AWS Service Catalog.

Associates the specified product with the specified portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation AssociateProductWithPortfolio for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateProductWithPortfolio

func (*ServiceCatalog) AssociateProductWithPortfolioRequest

func (c *ServiceCatalog) AssociateProductWithPortfolioRequest(input *AssociateProductWithPortfolioInput) (req *request.Request, output *AssociateProductWithPortfolioOutput)

AssociateProductWithPortfolioRequest generates a "aws/request.Request" representing the client's request for the AssociateProductWithPortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateProductWithPortfolio for more information on using the AssociateProductWithPortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateProductWithPortfolioRequest method.
req, resp := client.AssociateProductWithPortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateProductWithPortfolio

func (*ServiceCatalog) AssociateProductWithPortfolioWithContext

func (c *ServiceCatalog) AssociateProductWithPortfolioWithContext(ctx aws.Context, input *AssociateProductWithPortfolioInput, opts ...request.Option) (*AssociateProductWithPortfolioOutput, error)

AssociateProductWithPortfolioWithContext is the same as AssociateProductWithPortfolio with the addition of the ability to pass a context and additional request options.

See AssociateProductWithPortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) AssociateServiceActionWithProvisioningArtifact

AssociateServiceActionWithProvisioningArtifact API operation for AWS Service Catalog.

Associates a self-service action with a provisioning artifact.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation AssociateServiceActionWithProvisioningArtifact for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • DuplicateResourceException The specified resource is a duplicate.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateServiceActionWithProvisioningArtifact

func (*ServiceCatalog) AssociateServiceActionWithProvisioningArtifactRequest

func (c *ServiceCatalog) AssociateServiceActionWithProvisioningArtifactRequest(input *AssociateServiceActionWithProvisioningArtifactInput) (req *request.Request, output *AssociateServiceActionWithProvisioningArtifactOutput)

AssociateServiceActionWithProvisioningArtifactRequest generates a "aws/request.Request" representing the client's request for the AssociateServiceActionWithProvisioningArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateServiceActionWithProvisioningArtifact for more information on using the AssociateServiceActionWithProvisioningArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateServiceActionWithProvisioningArtifactRequest method.
req, resp := client.AssociateServiceActionWithProvisioningArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateServiceActionWithProvisioningArtifact

func (*ServiceCatalog) AssociateServiceActionWithProvisioningArtifactWithContext

func (c *ServiceCatalog) AssociateServiceActionWithProvisioningArtifactWithContext(ctx aws.Context, input *AssociateServiceActionWithProvisioningArtifactInput, opts ...request.Option) (*AssociateServiceActionWithProvisioningArtifactOutput, error)

AssociateServiceActionWithProvisioningArtifactWithContext is the same as AssociateServiceActionWithProvisioningArtifact with the addition of the ability to pass a context and additional request options.

See AssociateServiceActionWithProvisioningArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) AssociateTagOptionWithResource

AssociateTagOptionWithResource API operation for AWS Service Catalog.

Associate the specified TagOption with the specified portfolio or product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation AssociateTagOptionWithResource for usage and error information.

Returned Error Types:

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

  • DuplicateResourceException The specified resource is a duplicate.

  • InvalidStateException An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateTagOptionWithResource

func (*ServiceCatalog) AssociateTagOptionWithResourceRequest

func (c *ServiceCatalog) AssociateTagOptionWithResourceRequest(input *AssociateTagOptionWithResourceInput) (req *request.Request, output *AssociateTagOptionWithResourceOutput)

AssociateTagOptionWithResourceRequest generates a "aws/request.Request" representing the client's request for the AssociateTagOptionWithResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateTagOptionWithResource for more information on using the AssociateTagOptionWithResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateTagOptionWithResourceRequest method.
req, resp := client.AssociateTagOptionWithResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateTagOptionWithResource

func (*ServiceCatalog) AssociateTagOptionWithResourceWithContext

func (c *ServiceCatalog) AssociateTagOptionWithResourceWithContext(ctx aws.Context, input *AssociateTagOptionWithResourceInput, opts ...request.Option) (*AssociateTagOptionWithResourceOutput, error)

AssociateTagOptionWithResourceWithContext is the same as AssociateTagOptionWithResource with the addition of the ability to pass a context and additional request options.

See AssociateTagOptionWithResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) BatchAssociateServiceActionWithProvisioningArtifact

BatchAssociateServiceActionWithProvisioningArtifact API operation for AWS Service Catalog.

Associates multiple self-service actions with provisioning artifacts.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation BatchAssociateServiceActionWithProvisioningArtifact for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/BatchAssociateServiceActionWithProvisioningArtifact

func (*ServiceCatalog) BatchAssociateServiceActionWithProvisioningArtifactRequest

func (c *ServiceCatalog) BatchAssociateServiceActionWithProvisioningArtifactRequest(input *BatchAssociateServiceActionWithProvisioningArtifactInput) (req *request.Request, output *BatchAssociateServiceActionWithProvisioningArtifactOutput)

BatchAssociateServiceActionWithProvisioningArtifactRequest generates a "aws/request.Request" representing the client's request for the BatchAssociateServiceActionWithProvisioningArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchAssociateServiceActionWithProvisioningArtifact for more information on using the BatchAssociateServiceActionWithProvisioningArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchAssociateServiceActionWithProvisioningArtifactRequest method.
req, resp := client.BatchAssociateServiceActionWithProvisioningArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/BatchAssociateServiceActionWithProvisioningArtifact

func (*ServiceCatalog) BatchAssociateServiceActionWithProvisioningArtifactWithContext

func (c *ServiceCatalog) BatchAssociateServiceActionWithProvisioningArtifactWithContext(ctx aws.Context, input *BatchAssociateServiceActionWithProvisioningArtifactInput, opts ...request.Option) (*BatchAssociateServiceActionWithProvisioningArtifactOutput, error)

BatchAssociateServiceActionWithProvisioningArtifactWithContext is the same as BatchAssociateServiceActionWithProvisioningArtifact with the addition of the ability to pass a context and additional request options.

See BatchAssociateServiceActionWithProvisioningArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) BatchDisassociateServiceActionFromProvisioningArtifact

BatchDisassociateServiceActionFromProvisioningArtifact API operation for AWS Service Catalog.

Disassociates a batch of self-service actions from the specified provisioning artifact.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation BatchDisassociateServiceActionFromProvisioningArtifact for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/BatchDisassociateServiceActionFromProvisioningArtifact

func (*ServiceCatalog) BatchDisassociateServiceActionFromProvisioningArtifactRequest

func (c *ServiceCatalog) BatchDisassociateServiceActionFromProvisioningArtifactRequest(input *BatchDisassociateServiceActionFromProvisioningArtifactInput) (req *request.Request, output *BatchDisassociateServiceActionFromProvisioningArtifactOutput)

BatchDisassociateServiceActionFromProvisioningArtifactRequest generates a "aws/request.Request" representing the client's request for the BatchDisassociateServiceActionFromProvisioningArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchDisassociateServiceActionFromProvisioningArtifact for more information on using the BatchDisassociateServiceActionFromProvisioningArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchDisassociateServiceActionFromProvisioningArtifactRequest method.
req, resp := client.BatchDisassociateServiceActionFromProvisioningArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/BatchDisassociateServiceActionFromProvisioningArtifact

func (*ServiceCatalog) BatchDisassociateServiceActionFromProvisioningArtifactWithContext

func (c *ServiceCatalog) BatchDisassociateServiceActionFromProvisioningArtifactWithContext(ctx aws.Context, input *BatchDisassociateServiceActionFromProvisioningArtifactInput, opts ...request.Option) (*BatchDisassociateServiceActionFromProvisioningArtifactOutput, error)

BatchDisassociateServiceActionFromProvisioningArtifactWithContext is the same as BatchDisassociateServiceActionFromProvisioningArtifact with the addition of the ability to pass a context and additional request options.

See BatchDisassociateServiceActionFromProvisioningArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) CopyProduct

func (c *ServiceCatalog) CopyProduct(input *CopyProductInput) (*CopyProductOutput, error)

CopyProduct API operation for AWS Service Catalog.

Copies the specified source product to the specified target product or a new product.

You can copy a product to the same account or another account. You can copy a product to the same region or another region.

This operation is performed asynchronously. To track the progress of the operation, use DescribeCopyProductStatus.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation CopyProduct for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CopyProduct

func (*ServiceCatalog) CopyProductRequest

func (c *ServiceCatalog) CopyProductRequest(input *CopyProductInput) (req *request.Request, output *CopyProductOutput)

CopyProductRequest generates a "aws/request.Request" representing the client's request for the CopyProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CopyProduct for more information on using the CopyProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CopyProductRequest method.
req, resp := client.CopyProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CopyProduct

func (*ServiceCatalog) CopyProductWithContext

func (c *ServiceCatalog) CopyProductWithContext(ctx aws.Context, input *CopyProductInput, opts ...request.Option) (*CopyProductOutput, error)

CopyProductWithContext is the same as CopyProduct with the addition of the ability to pass a context and additional request options.

See CopyProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) CreateConstraint

func (c *ServiceCatalog) CreateConstraint(input *CreateConstraintInput) (*CreateConstraintOutput, error)

CreateConstraint API operation for AWS Service Catalog.

Creates a constraint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation CreateConstraint for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

  • DuplicateResourceException The specified resource is a duplicate.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateConstraint

func (*ServiceCatalog) CreateConstraintRequest

func (c *ServiceCatalog) CreateConstraintRequest(input *CreateConstraintInput) (req *request.Request, output *CreateConstraintOutput)

CreateConstraintRequest generates a "aws/request.Request" representing the client's request for the CreateConstraint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateConstraint for more information on using the CreateConstraint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateConstraintRequest method.
req, resp := client.CreateConstraintRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateConstraint

func (*ServiceCatalog) CreateConstraintWithContext

func (c *ServiceCatalog) CreateConstraintWithContext(ctx aws.Context, input *CreateConstraintInput, opts ...request.Option) (*CreateConstraintOutput, error)

CreateConstraintWithContext is the same as CreateConstraint with the addition of the ability to pass a context and additional request options.

See CreateConstraint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) CreatePortfolio

func (c *ServiceCatalog) CreatePortfolio(input *CreatePortfolioInput) (*CreatePortfolioOutput, error)

CreatePortfolio API operation for AWS Service Catalog.

Creates a portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation CreatePortfolio for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreatePortfolio

func (*ServiceCatalog) CreatePortfolioRequest

func (c *ServiceCatalog) CreatePortfolioRequest(input *CreatePortfolioInput) (req *request.Request, output *CreatePortfolioOutput)

CreatePortfolioRequest generates a "aws/request.Request" representing the client's request for the CreatePortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePortfolio for more information on using the CreatePortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePortfolioRequest method.
req, resp := client.CreatePortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreatePortfolio

func (*ServiceCatalog) CreatePortfolioShare

func (c *ServiceCatalog) CreatePortfolioShare(input *CreatePortfolioShareInput) (*CreatePortfolioShareOutput, error)

CreatePortfolioShare API operation for AWS Service Catalog.

Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the master account of an Organization. AWSOrganizationsAccess must be enabled in order to create a portfolio share to an organization node.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation CreatePortfolioShare for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • OperationNotSupportedException The operation is not supported.

  • InvalidStateException An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreatePortfolioShare

func (*ServiceCatalog) CreatePortfolioShareRequest

func (c *ServiceCatalog) CreatePortfolioShareRequest(input *CreatePortfolioShareInput) (req *request.Request, output *CreatePortfolioShareOutput)

CreatePortfolioShareRequest generates a "aws/request.Request" representing the client's request for the CreatePortfolioShare operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePortfolioShare for more information on using the CreatePortfolioShare API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePortfolioShareRequest method.
req, resp := client.CreatePortfolioShareRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreatePortfolioShare

func (*ServiceCatalog) CreatePortfolioShareWithContext

func (c *ServiceCatalog) CreatePortfolioShareWithContext(ctx aws.Context, input *CreatePortfolioShareInput, opts ...request.Option) (*CreatePortfolioShareOutput, error)

CreatePortfolioShareWithContext is the same as CreatePortfolioShare with the addition of the ability to pass a context and additional request options.

See CreatePortfolioShare for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) CreatePortfolioWithContext

func (c *ServiceCatalog) CreatePortfolioWithContext(ctx aws.Context, input *CreatePortfolioInput, opts ...request.Option) (*CreatePortfolioOutput, error)

CreatePortfolioWithContext is the same as CreatePortfolio with the addition of the ability to pass a context and additional request options.

See CreatePortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) CreateProduct

func (c *ServiceCatalog) CreateProduct(input *CreateProductInput) (*CreateProductOutput, error)

CreateProduct API operation for AWS Service Catalog.

Creates a product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation CreateProduct for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateProduct

func (*ServiceCatalog) CreateProductRequest

func (c *ServiceCatalog) CreateProductRequest(input *CreateProductInput) (req *request.Request, output *CreateProductOutput)

CreateProductRequest generates a "aws/request.Request" representing the client's request for the CreateProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateProduct for more information on using the CreateProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateProductRequest method.
req, resp := client.CreateProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateProduct

func (*ServiceCatalog) CreateProductWithContext

func (c *ServiceCatalog) CreateProductWithContext(ctx aws.Context, input *CreateProductInput, opts ...request.Option) (*CreateProductOutput, error)

CreateProductWithContext is the same as CreateProduct with the addition of the ability to pass a context and additional request options.

See CreateProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) CreateProvisionedProductPlan

CreateProvisionedProductPlan API operation for AWS Service Catalog.

Creates a plan. A plan includes the list of resources to be created (when provisioning a new product) or modified (when updating a provisioned product) when the plan is executed.

You can create one plan per provisioned product. To create a plan for an existing provisioned product, the product status must be AVAILBLE or TAINTED.

To view the resource changes in the change set, use DescribeProvisionedProductPlan. To create or modify the provisioned product, use ExecuteProvisionedProductPlan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation CreateProvisionedProductPlan for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

  • InvalidStateException An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateProvisionedProductPlan

func (*ServiceCatalog) CreateProvisionedProductPlanRequest

func (c *ServiceCatalog) CreateProvisionedProductPlanRequest(input *CreateProvisionedProductPlanInput) (req *request.Request, output *CreateProvisionedProductPlanOutput)

CreateProvisionedProductPlanRequest generates a "aws/request.Request" representing the client's request for the CreateProvisionedProductPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateProvisionedProductPlan for more information on using the CreateProvisionedProductPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateProvisionedProductPlanRequest method.
req, resp := client.CreateProvisionedProductPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateProvisionedProductPlan

func (*ServiceCatalog) CreateProvisionedProductPlanWithContext

func (c *ServiceCatalog) CreateProvisionedProductPlanWithContext(ctx aws.Context, input *CreateProvisionedProductPlanInput, opts ...request.Option) (*CreateProvisionedProductPlanOutput, error)

CreateProvisionedProductPlanWithContext is the same as CreateProvisionedProductPlan with the addition of the ability to pass a context and additional request options.

See CreateProvisionedProductPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) CreateProvisioningArtifact

CreateProvisioningArtifact API operation for AWS Service Catalog.

Creates a provisioning artifact (also known as a version) for the specified product.

You cannot create a provisioning artifact for a product that was shared with you.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation CreateProvisioningArtifact for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateProvisioningArtifact

func (*ServiceCatalog) CreateProvisioningArtifactRequest

func (c *ServiceCatalog) CreateProvisioningArtifactRequest(input *CreateProvisioningArtifactInput) (req *request.Request, output *CreateProvisioningArtifactOutput)

CreateProvisioningArtifactRequest generates a "aws/request.Request" representing the client's request for the CreateProvisioningArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateProvisioningArtifact for more information on using the CreateProvisioningArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateProvisioningArtifactRequest method.
req, resp := client.CreateProvisioningArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateProvisioningArtifact

func (*ServiceCatalog) CreateProvisioningArtifactWithContext

func (c *ServiceCatalog) CreateProvisioningArtifactWithContext(ctx aws.Context, input *CreateProvisioningArtifactInput, opts ...request.Option) (*CreateProvisioningArtifactOutput, error)

CreateProvisioningArtifactWithContext is the same as CreateProvisioningArtifact with the addition of the ability to pass a context and additional request options.

See CreateProvisioningArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) CreateServiceAction

func (c *ServiceCatalog) CreateServiceAction(input *CreateServiceActionInput) (*CreateServiceActionOutput, error)

CreateServiceAction API operation for AWS Service Catalog.

Creates a self-service action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation CreateServiceAction for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateServiceAction

func (*ServiceCatalog) CreateServiceActionRequest

func (c *ServiceCatalog) CreateServiceActionRequest(input *CreateServiceActionInput) (req *request.Request, output *CreateServiceActionOutput)

CreateServiceActionRequest generates a "aws/request.Request" representing the client's request for the CreateServiceAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateServiceAction for more information on using the CreateServiceAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateServiceActionRequest method.
req, resp := client.CreateServiceActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateServiceAction

func (*ServiceCatalog) CreateServiceActionWithContext

func (c *ServiceCatalog) CreateServiceActionWithContext(ctx aws.Context, input *CreateServiceActionInput, opts ...request.Option) (*CreateServiceActionOutput, error)

CreateServiceActionWithContext is the same as CreateServiceAction with the addition of the ability to pass a context and additional request options.

See CreateServiceAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) CreateTagOption

func (c *ServiceCatalog) CreateTagOption(input *CreateTagOptionInput) (*CreateTagOptionOutput, error)

CreateTagOption API operation for AWS Service Catalog.

Creates a TagOption.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation CreateTagOption for usage and error information.

Returned Error Types:

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

  • DuplicateResourceException The specified resource is a duplicate.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateTagOption

func (*ServiceCatalog) CreateTagOptionRequest

func (c *ServiceCatalog) CreateTagOptionRequest(input *CreateTagOptionInput) (req *request.Request, output *CreateTagOptionOutput)

CreateTagOptionRequest generates a "aws/request.Request" representing the client's request for the CreateTagOption operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTagOption for more information on using the CreateTagOption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateTagOptionRequest method.
req, resp := client.CreateTagOptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreateTagOption

func (*ServiceCatalog) CreateTagOptionWithContext

func (c *ServiceCatalog) CreateTagOptionWithContext(ctx aws.Context, input *CreateTagOptionInput, opts ...request.Option) (*CreateTagOptionOutput, error)

CreateTagOptionWithContext is the same as CreateTagOption with the addition of the ability to pass a context and additional request options.

See CreateTagOption for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DeleteConstraint

func (c *ServiceCatalog) DeleteConstraint(input *DeleteConstraintInput) (*DeleteConstraintOutput, error)

DeleteConstraint API operation for AWS Service Catalog.

Deletes the specified constraint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DeleteConstraint for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteConstraint

func (*ServiceCatalog) DeleteConstraintRequest

func (c *ServiceCatalog) DeleteConstraintRequest(input *DeleteConstraintInput) (req *request.Request, output *DeleteConstraintOutput)

DeleteConstraintRequest generates a "aws/request.Request" representing the client's request for the DeleteConstraint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConstraint for more information on using the DeleteConstraint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteConstraintRequest method.
req, resp := client.DeleteConstraintRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteConstraint

func (*ServiceCatalog) DeleteConstraintWithContext

func (c *ServiceCatalog) DeleteConstraintWithContext(ctx aws.Context, input *DeleteConstraintInput, opts ...request.Option) (*DeleteConstraintOutput, error)

DeleteConstraintWithContext is the same as DeleteConstraint with the addition of the ability to pass a context and additional request options.

See DeleteConstraint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DeletePortfolio

func (c *ServiceCatalog) DeletePortfolio(input *DeletePortfolioInput) (*DeletePortfolioOutput, error)

DeletePortfolio API operation for AWS Service Catalog.

Deletes the specified portfolio.

You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DeletePortfolio for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceInUseException A resource that is currently in use. Ensure that the resource is not in use and retry the operation.

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeletePortfolio

func (*ServiceCatalog) DeletePortfolioRequest

func (c *ServiceCatalog) DeletePortfolioRequest(input *DeletePortfolioInput) (req *request.Request, output *DeletePortfolioOutput)

DeletePortfolioRequest generates a "aws/request.Request" representing the client's request for the DeletePortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePortfolio for more information on using the DeletePortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePortfolioRequest method.
req, resp := client.DeletePortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeletePortfolio

func (*ServiceCatalog) DeletePortfolioShare

func (c *ServiceCatalog) DeletePortfolioShare(input *DeletePortfolioShareInput) (*DeletePortfolioShareOutput, error)

DeletePortfolioShare API operation for AWS Service Catalog.

Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the master account of an Organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DeletePortfolioShare for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • OperationNotSupportedException The operation is not supported.

  • InvalidStateException An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeletePortfolioShare

func (*ServiceCatalog) DeletePortfolioShareRequest

func (c *ServiceCatalog) DeletePortfolioShareRequest(input *DeletePortfolioShareInput) (req *request.Request, output *DeletePortfolioShareOutput)

DeletePortfolioShareRequest generates a "aws/request.Request" representing the client's request for the DeletePortfolioShare operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePortfolioShare for more information on using the DeletePortfolioShare API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePortfolioShareRequest method.
req, resp := client.DeletePortfolioShareRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeletePortfolioShare

func (*ServiceCatalog) DeletePortfolioShareWithContext

func (c *ServiceCatalog) DeletePortfolioShareWithContext(ctx aws.Context, input *DeletePortfolioShareInput, opts ...request.Option) (*DeletePortfolioShareOutput, error)

DeletePortfolioShareWithContext is the same as DeletePortfolioShare with the addition of the ability to pass a context and additional request options.

See DeletePortfolioShare for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DeletePortfolioWithContext

func (c *ServiceCatalog) DeletePortfolioWithContext(ctx aws.Context, input *DeletePortfolioInput, opts ...request.Option) (*DeletePortfolioOutput, error)

DeletePortfolioWithContext is the same as DeletePortfolio with the addition of the ability to pass a context and additional request options.

See DeletePortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DeleteProduct

func (c *ServiceCatalog) DeleteProduct(input *DeleteProductInput) (*DeleteProductOutput, error)

DeleteProduct API operation for AWS Service Catalog.

Deletes the specified product.

You cannot delete a product if it was shared with you or is associated with a portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DeleteProduct for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • ResourceInUseException A resource that is currently in use. Ensure that the resource is not in use and retry the operation.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteProduct

func (*ServiceCatalog) DeleteProductRequest

func (c *ServiceCatalog) DeleteProductRequest(input *DeleteProductInput) (req *request.Request, output *DeleteProductOutput)

DeleteProductRequest generates a "aws/request.Request" representing the client's request for the DeleteProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteProduct for more information on using the DeleteProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteProductRequest method.
req, resp := client.DeleteProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteProduct

func (*ServiceCatalog) DeleteProductWithContext

func (c *ServiceCatalog) DeleteProductWithContext(ctx aws.Context, input *DeleteProductInput, opts ...request.Option) (*DeleteProductOutput, error)

DeleteProductWithContext is the same as DeleteProduct with the addition of the ability to pass a context and additional request options.

See DeleteProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DeleteProvisionedProductPlan

DeleteProvisionedProductPlan API operation for AWS Service Catalog.

Deletes the specified plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DeleteProvisionedProductPlan for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteProvisionedProductPlan

func (*ServiceCatalog) DeleteProvisionedProductPlanRequest

func (c *ServiceCatalog) DeleteProvisionedProductPlanRequest(input *DeleteProvisionedProductPlanInput) (req *request.Request, output *DeleteProvisionedProductPlanOutput)

DeleteProvisionedProductPlanRequest generates a "aws/request.Request" representing the client's request for the DeleteProvisionedProductPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteProvisionedProductPlan for more information on using the DeleteProvisionedProductPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteProvisionedProductPlanRequest method.
req, resp := client.DeleteProvisionedProductPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteProvisionedProductPlan

func (*ServiceCatalog) DeleteProvisionedProductPlanWithContext

func (c *ServiceCatalog) DeleteProvisionedProductPlanWithContext(ctx aws.Context, input *DeleteProvisionedProductPlanInput, opts ...request.Option) (*DeleteProvisionedProductPlanOutput, error)

DeleteProvisionedProductPlanWithContext is the same as DeleteProvisionedProductPlan with the addition of the ability to pass a context and additional request options.

See DeleteProvisionedProductPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DeleteProvisioningArtifact

DeleteProvisioningArtifact API operation for AWS Service Catalog.

Deletes the specified provisioning artifact (also known as a version) for the specified product.

You cannot delete a provisioning artifact associated with a product that was shared with you. You cannot delete the last provisioning artifact for a product, because a product must have at least one provisioning artifact.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DeleteProvisioningArtifact for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • ResourceInUseException A resource that is currently in use. Ensure that the resource is not in use and retry the operation.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteProvisioningArtifact

func (*ServiceCatalog) DeleteProvisioningArtifactRequest

func (c *ServiceCatalog) DeleteProvisioningArtifactRequest(input *DeleteProvisioningArtifactInput) (req *request.Request, output *DeleteProvisioningArtifactOutput)

DeleteProvisioningArtifactRequest generates a "aws/request.Request" representing the client's request for the DeleteProvisioningArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteProvisioningArtifact for more information on using the DeleteProvisioningArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteProvisioningArtifactRequest method.
req, resp := client.DeleteProvisioningArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteProvisioningArtifact

func (*ServiceCatalog) DeleteProvisioningArtifactWithContext

func (c *ServiceCatalog) DeleteProvisioningArtifactWithContext(ctx aws.Context, input *DeleteProvisioningArtifactInput, opts ...request.Option) (*DeleteProvisioningArtifactOutput, error)

DeleteProvisioningArtifactWithContext is the same as DeleteProvisioningArtifact with the addition of the ability to pass a context and additional request options.

See DeleteProvisioningArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DeleteServiceAction

func (c *ServiceCatalog) DeleteServiceAction(input *DeleteServiceActionInput) (*DeleteServiceActionOutput, error)

DeleteServiceAction API operation for AWS Service Catalog.

Deletes a self-service action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DeleteServiceAction for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • ResourceInUseException A resource that is currently in use. Ensure that the resource is not in use and retry the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteServiceAction

func (*ServiceCatalog) DeleteServiceActionRequest

func (c *ServiceCatalog) DeleteServiceActionRequest(input *DeleteServiceActionInput) (req *request.Request, output *DeleteServiceActionOutput)

DeleteServiceActionRequest generates a "aws/request.Request" representing the client's request for the DeleteServiceAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteServiceAction for more information on using the DeleteServiceAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteServiceActionRequest method.
req, resp := client.DeleteServiceActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteServiceAction

func (*ServiceCatalog) DeleteServiceActionWithContext

func (c *ServiceCatalog) DeleteServiceActionWithContext(ctx aws.Context, input *DeleteServiceActionInput, opts ...request.Option) (*DeleteServiceActionOutput, error)

DeleteServiceActionWithContext is the same as DeleteServiceAction with the addition of the ability to pass a context and additional request options.

See DeleteServiceAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DeleteTagOption

func (c *ServiceCatalog) DeleteTagOption(input *DeleteTagOptionInput) (*DeleteTagOptionOutput, error)

DeleteTagOption API operation for AWS Service Catalog.

Deletes the specified TagOption.

You cannot delete a TagOption if it is associated with a product or portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DeleteTagOption for usage and error information.

Returned Error Types:

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

  • ResourceInUseException A resource that is currently in use. Ensure that the resource is not in use and retry the operation.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteTagOption

func (*ServiceCatalog) DeleteTagOptionRequest

func (c *ServiceCatalog) DeleteTagOptionRequest(input *DeleteTagOptionInput) (req *request.Request, output *DeleteTagOptionOutput)

DeleteTagOptionRequest generates a "aws/request.Request" representing the client's request for the DeleteTagOption operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTagOption for more information on using the DeleteTagOption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteTagOptionRequest method.
req, resp := client.DeleteTagOptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteTagOption

func (*ServiceCatalog) DeleteTagOptionWithContext

func (c *ServiceCatalog) DeleteTagOptionWithContext(ctx aws.Context, input *DeleteTagOptionInput, opts ...request.Option) (*DeleteTagOptionOutput, error)

DeleteTagOptionWithContext is the same as DeleteTagOption with the addition of the ability to pass a context and additional request options.

See DeleteTagOption for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeConstraint

func (c *ServiceCatalog) DescribeConstraint(input *DescribeConstraintInput) (*DescribeConstraintOutput, error)

DescribeConstraint API operation for AWS Service Catalog.

Gets information about the specified constraint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeConstraint for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeConstraint

func (*ServiceCatalog) DescribeConstraintRequest

func (c *ServiceCatalog) DescribeConstraintRequest(input *DescribeConstraintInput) (req *request.Request, output *DescribeConstraintOutput)

DescribeConstraintRequest generates a "aws/request.Request" representing the client's request for the DescribeConstraint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConstraint for more information on using the DescribeConstraint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConstraintRequest method.
req, resp := client.DescribeConstraintRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeConstraint

func (*ServiceCatalog) DescribeConstraintWithContext

func (c *ServiceCatalog) DescribeConstraintWithContext(ctx aws.Context, input *DescribeConstraintInput, opts ...request.Option) (*DescribeConstraintOutput, error)

DescribeConstraintWithContext is the same as DescribeConstraint with the addition of the ability to pass a context and additional request options.

See DescribeConstraint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeCopyProductStatus

DescribeCopyProductStatus API operation for AWS Service Catalog.

Gets the status of the specified copy product operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeCopyProductStatus for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeCopyProductStatus

func (*ServiceCatalog) DescribeCopyProductStatusRequest

func (c *ServiceCatalog) DescribeCopyProductStatusRequest(input *DescribeCopyProductStatusInput) (req *request.Request, output *DescribeCopyProductStatusOutput)

DescribeCopyProductStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeCopyProductStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeCopyProductStatus for more information on using the DescribeCopyProductStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeCopyProductStatusRequest method.
req, resp := client.DescribeCopyProductStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeCopyProductStatus

func (*ServiceCatalog) DescribeCopyProductStatusWithContext

func (c *ServiceCatalog) DescribeCopyProductStatusWithContext(ctx aws.Context, input *DescribeCopyProductStatusInput, opts ...request.Option) (*DescribeCopyProductStatusOutput, error)

DescribeCopyProductStatusWithContext is the same as DescribeCopyProductStatus with the addition of the ability to pass a context and additional request options.

See DescribeCopyProductStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribePortfolio

func (c *ServiceCatalog) DescribePortfolio(input *DescribePortfolioInput) (*DescribePortfolioOutput, error)

DescribePortfolio API operation for AWS Service Catalog.

Gets information about the specified portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribePortfolio for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribePortfolio

func (*ServiceCatalog) DescribePortfolioRequest

func (c *ServiceCatalog) DescribePortfolioRequest(input *DescribePortfolioInput) (req *request.Request, output *DescribePortfolioOutput)

DescribePortfolioRequest generates a "aws/request.Request" representing the client's request for the DescribePortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePortfolio for more information on using the DescribePortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePortfolioRequest method.
req, resp := client.DescribePortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribePortfolio

func (*ServiceCatalog) DescribePortfolioShareStatus

DescribePortfolioShareStatus API operation for AWS Service Catalog.

Gets the status of the specified portfolio share operation. This API can only be called by the master account in the organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribePortfolioShareStatus for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • OperationNotSupportedException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribePortfolioShareStatus

func (*ServiceCatalog) DescribePortfolioShareStatusRequest

func (c *ServiceCatalog) DescribePortfolioShareStatusRequest(input *DescribePortfolioShareStatusInput) (req *request.Request, output *DescribePortfolioShareStatusOutput)

DescribePortfolioShareStatusRequest generates a "aws/request.Request" representing the client's request for the DescribePortfolioShareStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePortfolioShareStatus for more information on using the DescribePortfolioShareStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePortfolioShareStatusRequest method.
req, resp := client.DescribePortfolioShareStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribePortfolioShareStatus

func (*ServiceCatalog) DescribePortfolioShareStatusWithContext

func (c *ServiceCatalog) DescribePortfolioShareStatusWithContext(ctx aws.Context, input *DescribePortfolioShareStatusInput, opts ...request.Option) (*DescribePortfolioShareStatusOutput, error)

DescribePortfolioShareStatusWithContext is the same as DescribePortfolioShareStatus with the addition of the ability to pass a context and additional request options.

See DescribePortfolioShareStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribePortfolioWithContext

func (c *ServiceCatalog) DescribePortfolioWithContext(ctx aws.Context, input *DescribePortfolioInput, opts ...request.Option) (*DescribePortfolioOutput, error)

DescribePortfolioWithContext is the same as DescribePortfolio with the addition of the ability to pass a context and additional request options.

See DescribePortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeProduct

func (c *ServiceCatalog) DescribeProduct(input *DescribeProductInput) (*DescribeProductOutput, error)

DescribeProduct API operation for AWS Service Catalog.

Gets information about the specified product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeProduct for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProduct

func (*ServiceCatalog) DescribeProductAsAdmin

func (c *ServiceCatalog) DescribeProductAsAdmin(input *DescribeProductAsAdminInput) (*DescribeProductAsAdminOutput, error)

DescribeProductAsAdmin API operation for AWS Service Catalog.

Gets information about the specified product. This operation is run with administrator access.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeProductAsAdmin for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductAsAdmin

func (*ServiceCatalog) DescribeProductAsAdminRequest

func (c *ServiceCatalog) DescribeProductAsAdminRequest(input *DescribeProductAsAdminInput) (req *request.Request, output *DescribeProductAsAdminOutput)

DescribeProductAsAdminRequest generates a "aws/request.Request" representing the client's request for the DescribeProductAsAdmin operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProductAsAdmin for more information on using the DescribeProductAsAdmin API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProductAsAdminRequest method.
req, resp := client.DescribeProductAsAdminRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductAsAdmin

func (*ServiceCatalog) DescribeProductAsAdminWithContext

func (c *ServiceCatalog) DescribeProductAsAdminWithContext(ctx aws.Context, input *DescribeProductAsAdminInput, opts ...request.Option) (*DescribeProductAsAdminOutput, error)

DescribeProductAsAdminWithContext is the same as DescribeProductAsAdmin with the addition of the ability to pass a context and additional request options.

See DescribeProductAsAdmin for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeProductRequest

func (c *ServiceCatalog) DescribeProductRequest(input *DescribeProductInput) (req *request.Request, output *DescribeProductOutput)

DescribeProductRequest generates a "aws/request.Request" representing the client's request for the DescribeProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProduct for more information on using the DescribeProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProductRequest method.
req, resp := client.DescribeProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProduct

func (*ServiceCatalog) DescribeProductView

func (c *ServiceCatalog) DescribeProductView(input *DescribeProductViewInput) (*DescribeProductViewOutput, error)

DescribeProductView API operation for AWS Service Catalog.

Gets information about the specified product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeProductView for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductView

func (*ServiceCatalog) DescribeProductViewRequest

func (c *ServiceCatalog) DescribeProductViewRequest(input *DescribeProductViewInput) (req *request.Request, output *DescribeProductViewOutput)

DescribeProductViewRequest generates a "aws/request.Request" representing the client's request for the DescribeProductView operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProductView for more information on using the DescribeProductView API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProductViewRequest method.
req, resp := client.DescribeProductViewRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductView

func (*ServiceCatalog) DescribeProductViewWithContext

func (c *ServiceCatalog) DescribeProductViewWithContext(ctx aws.Context, input *DescribeProductViewInput, opts ...request.Option) (*DescribeProductViewOutput, error)

DescribeProductViewWithContext is the same as DescribeProductView with the addition of the ability to pass a context and additional request options.

See DescribeProductView for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeProductWithContext

func (c *ServiceCatalog) DescribeProductWithContext(ctx aws.Context, input *DescribeProductInput, opts ...request.Option) (*DescribeProductOutput, error)

DescribeProductWithContext is the same as DescribeProduct with the addition of the ability to pass a context and additional request options.

See DescribeProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeProvisionedProduct

DescribeProvisionedProduct API operation for AWS Service Catalog.

Gets information about the specified provisioned product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeProvisionedProduct for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisionedProduct

func (*ServiceCatalog) DescribeProvisionedProductPlan

DescribeProvisionedProductPlan API operation for AWS Service Catalog.

Gets information about the resource changes for the specified plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeProvisionedProductPlan for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisionedProductPlan

func (*ServiceCatalog) DescribeProvisionedProductPlanRequest

func (c *ServiceCatalog) DescribeProvisionedProductPlanRequest(input *DescribeProvisionedProductPlanInput) (req *request.Request, output *DescribeProvisionedProductPlanOutput)

DescribeProvisionedProductPlanRequest generates a "aws/request.Request" representing the client's request for the DescribeProvisionedProductPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProvisionedProductPlan for more information on using the DescribeProvisionedProductPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProvisionedProductPlanRequest method.
req, resp := client.DescribeProvisionedProductPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisionedProductPlan

func (*ServiceCatalog) DescribeProvisionedProductPlanWithContext

func (c *ServiceCatalog) DescribeProvisionedProductPlanWithContext(ctx aws.Context, input *DescribeProvisionedProductPlanInput, opts ...request.Option) (*DescribeProvisionedProductPlanOutput, error)

DescribeProvisionedProductPlanWithContext is the same as DescribeProvisionedProductPlan with the addition of the ability to pass a context and additional request options.

See DescribeProvisionedProductPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeProvisionedProductRequest

func (c *ServiceCatalog) DescribeProvisionedProductRequest(input *DescribeProvisionedProductInput) (req *request.Request, output *DescribeProvisionedProductOutput)

DescribeProvisionedProductRequest generates a "aws/request.Request" representing the client's request for the DescribeProvisionedProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProvisionedProduct for more information on using the DescribeProvisionedProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProvisionedProductRequest method.
req, resp := client.DescribeProvisionedProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisionedProduct

func (*ServiceCatalog) DescribeProvisionedProductWithContext

func (c *ServiceCatalog) DescribeProvisionedProductWithContext(ctx aws.Context, input *DescribeProvisionedProductInput, opts ...request.Option) (*DescribeProvisionedProductOutput, error)

DescribeProvisionedProductWithContext is the same as DescribeProvisionedProduct with the addition of the ability to pass a context and additional request options.

See DescribeProvisionedProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeProvisioningArtifact

DescribeProvisioningArtifact API operation for AWS Service Catalog.

Gets information about the specified provisioning artifact (also known as a version) for the specified product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeProvisioningArtifact for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningArtifact

func (*ServiceCatalog) DescribeProvisioningArtifactRequest

func (c *ServiceCatalog) DescribeProvisioningArtifactRequest(input *DescribeProvisioningArtifactInput) (req *request.Request, output *DescribeProvisioningArtifactOutput)

DescribeProvisioningArtifactRequest generates a "aws/request.Request" representing the client's request for the DescribeProvisioningArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProvisioningArtifact for more information on using the DescribeProvisioningArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProvisioningArtifactRequest method.
req, resp := client.DescribeProvisioningArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningArtifact

func (*ServiceCatalog) DescribeProvisioningArtifactWithContext

func (c *ServiceCatalog) DescribeProvisioningArtifactWithContext(ctx aws.Context, input *DescribeProvisioningArtifactInput, opts ...request.Option) (*DescribeProvisioningArtifactOutput, error)

DescribeProvisioningArtifactWithContext is the same as DescribeProvisioningArtifact with the addition of the ability to pass a context and additional request options.

See DescribeProvisioningArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeProvisioningParameters

DescribeProvisioningParameters API operation for AWS Service Catalog.

Gets information about the configuration required to provision the specified product using the specified provisioning artifact.

If the output contains a TagOption key with an empty list of values, there is a TagOption conflict for that key. The end user cannot take action to fix the conflict, and launch is not blocked. In subsequent calls to ProvisionProduct, do not include conflicted TagOption keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value". Tag the provisioned product with the value sc-tagoption-conflict-portfolioId-productId.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeProvisioningParameters for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParameters

func (*ServiceCatalog) DescribeProvisioningParametersRequest

func (c *ServiceCatalog) DescribeProvisioningParametersRequest(input *DescribeProvisioningParametersInput) (req *request.Request, output *DescribeProvisioningParametersOutput)

DescribeProvisioningParametersRequest generates a "aws/request.Request" representing the client's request for the DescribeProvisioningParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProvisioningParameters for more information on using the DescribeProvisioningParameters API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProvisioningParametersRequest method.
req, resp := client.DescribeProvisioningParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProvisioningParameters

func (*ServiceCatalog) DescribeProvisioningParametersWithContext

func (c *ServiceCatalog) DescribeProvisioningParametersWithContext(ctx aws.Context, input *DescribeProvisioningParametersInput, opts ...request.Option) (*DescribeProvisioningParametersOutput, error)

DescribeProvisioningParametersWithContext is the same as DescribeProvisioningParameters with the addition of the ability to pass a context and additional request options.

See DescribeProvisioningParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeRecord

func (c *ServiceCatalog) DescribeRecord(input *DescribeRecordInput) (*DescribeRecordOutput, error)

DescribeRecord API operation for AWS Service Catalog.

Gets information about the specified request operation.

Use this operation after calling a request operation (for example, ProvisionProduct, TerminateProvisionedProduct, or UpdateProvisionedProduct).

If a provisioned product was transferred to a new owner using UpdateProvisionedProductProperties, the new owner will be able to describe all past records for that product. The previous owner will no longer be able to describe the records, but will be able to use ListRecordHistory to see the product's history from when he was the owner.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeRecord for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeRecord

func (*ServiceCatalog) DescribeRecordRequest

func (c *ServiceCatalog) DescribeRecordRequest(input *DescribeRecordInput) (req *request.Request, output *DescribeRecordOutput)

DescribeRecordRequest generates a "aws/request.Request" representing the client's request for the DescribeRecord operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRecord for more information on using the DescribeRecord API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRecordRequest method.
req, resp := client.DescribeRecordRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeRecord

func (*ServiceCatalog) DescribeRecordWithContext

func (c *ServiceCatalog) DescribeRecordWithContext(ctx aws.Context, input *DescribeRecordInput, opts ...request.Option) (*DescribeRecordOutput, error)

DescribeRecordWithContext is the same as DescribeRecord with the addition of the ability to pass a context and additional request options.

See DescribeRecord for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeServiceAction

func (c *ServiceCatalog) DescribeServiceAction(input *DescribeServiceActionInput) (*DescribeServiceActionOutput, error)

DescribeServiceAction API operation for AWS Service Catalog.

Describes a self-service action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeServiceAction for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeServiceAction

func (*ServiceCatalog) DescribeServiceActionExecutionParameters

DescribeServiceActionExecutionParameters API operation for AWS Service Catalog.

Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeServiceActionExecutionParameters for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeServiceActionExecutionParameters

func (*ServiceCatalog) DescribeServiceActionExecutionParametersRequest

func (c *ServiceCatalog) DescribeServiceActionExecutionParametersRequest(input *DescribeServiceActionExecutionParametersInput) (req *request.Request, output *DescribeServiceActionExecutionParametersOutput)

DescribeServiceActionExecutionParametersRequest generates a "aws/request.Request" representing the client's request for the DescribeServiceActionExecutionParameters operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeServiceActionExecutionParameters for more information on using the DescribeServiceActionExecutionParameters API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeServiceActionExecutionParametersRequest method.
req, resp := client.DescribeServiceActionExecutionParametersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeServiceActionExecutionParameters

func (*ServiceCatalog) DescribeServiceActionExecutionParametersWithContext

func (c *ServiceCatalog) DescribeServiceActionExecutionParametersWithContext(ctx aws.Context, input *DescribeServiceActionExecutionParametersInput, opts ...request.Option) (*DescribeServiceActionExecutionParametersOutput, error)

DescribeServiceActionExecutionParametersWithContext is the same as DescribeServiceActionExecutionParameters with the addition of the ability to pass a context and additional request options.

See DescribeServiceActionExecutionParameters for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeServiceActionRequest

func (c *ServiceCatalog) DescribeServiceActionRequest(input *DescribeServiceActionInput) (req *request.Request, output *DescribeServiceActionOutput)

DescribeServiceActionRequest generates a "aws/request.Request" representing the client's request for the DescribeServiceAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeServiceAction for more information on using the DescribeServiceAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeServiceActionRequest method.
req, resp := client.DescribeServiceActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeServiceAction

func (*ServiceCatalog) DescribeServiceActionWithContext

func (c *ServiceCatalog) DescribeServiceActionWithContext(ctx aws.Context, input *DescribeServiceActionInput, opts ...request.Option) (*DescribeServiceActionOutput, error)

DescribeServiceActionWithContext is the same as DescribeServiceAction with the addition of the ability to pass a context and additional request options.

See DescribeServiceAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DescribeTagOption

func (c *ServiceCatalog) DescribeTagOption(input *DescribeTagOptionInput) (*DescribeTagOptionOutput, error)

DescribeTagOption API operation for AWS Service Catalog.

Gets information about the specified TagOption.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DescribeTagOption for usage and error information.

Returned Error Types:

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeTagOption

func (*ServiceCatalog) DescribeTagOptionRequest

func (c *ServiceCatalog) DescribeTagOptionRequest(input *DescribeTagOptionInput) (req *request.Request, output *DescribeTagOptionOutput)

DescribeTagOptionRequest generates a "aws/request.Request" representing the client's request for the DescribeTagOption operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTagOption for more information on using the DescribeTagOption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTagOptionRequest method.
req, resp := client.DescribeTagOptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeTagOption

func (*ServiceCatalog) DescribeTagOptionWithContext

func (c *ServiceCatalog) DescribeTagOptionWithContext(ctx aws.Context, input *DescribeTagOptionInput, opts ...request.Option) (*DescribeTagOptionOutput, error)

DescribeTagOptionWithContext is the same as DescribeTagOption with the addition of the ability to pass a context and additional request options.

See DescribeTagOption for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DisableAWSOrganizationsAccess

DisableAWSOrganizationsAccess API operation for AWS Service Catalog.

Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the master account in the organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DisableAWSOrganizationsAccess for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidStateException An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

  • OperationNotSupportedException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisableAWSOrganizationsAccess

func (*ServiceCatalog) DisableAWSOrganizationsAccessRequest

func (c *ServiceCatalog) DisableAWSOrganizationsAccessRequest(input *DisableAWSOrganizationsAccessInput) (req *request.Request, output *DisableAWSOrganizationsAccessOutput)

DisableAWSOrganizationsAccessRequest generates a "aws/request.Request" representing the client's request for the DisableAWSOrganizationsAccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisableAWSOrganizationsAccess for more information on using the DisableAWSOrganizationsAccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisableAWSOrganizationsAccessRequest method.
req, resp := client.DisableAWSOrganizationsAccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisableAWSOrganizationsAccess

func (*ServiceCatalog) DisableAWSOrganizationsAccessWithContext

func (c *ServiceCatalog) DisableAWSOrganizationsAccessWithContext(ctx aws.Context, input *DisableAWSOrganizationsAccessInput, opts ...request.Option) (*DisableAWSOrganizationsAccessOutput, error)

DisableAWSOrganizationsAccessWithContext is the same as DisableAWSOrganizationsAccess with the addition of the ability to pass a context and additional request options.

See DisableAWSOrganizationsAccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DisassociateBudgetFromResource

DisassociateBudgetFromResource API operation for AWS Service Catalog.

Disassociates the specified budget from the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DisassociateBudgetFromResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateBudgetFromResource

func (*ServiceCatalog) DisassociateBudgetFromResourceRequest

func (c *ServiceCatalog) DisassociateBudgetFromResourceRequest(input *DisassociateBudgetFromResourceInput) (req *request.Request, output *DisassociateBudgetFromResourceOutput)

DisassociateBudgetFromResourceRequest generates a "aws/request.Request" representing the client's request for the DisassociateBudgetFromResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateBudgetFromResource for more information on using the DisassociateBudgetFromResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateBudgetFromResourceRequest method.
req, resp := client.DisassociateBudgetFromResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateBudgetFromResource

func (*ServiceCatalog) DisassociateBudgetFromResourceWithContext

func (c *ServiceCatalog) DisassociateBudgetFromResourceWithContext(ctx aws.Context, input *DisassociateBudgetFromResourceInput, opts ...request.Option) (*DisassociateBudgetFromResourceOutput, error)

DisassociateBudgetFromResourceWithContext is the same as DisassociateBudgetFromResource with the addition of the ability to pass a context and additional request options.

See DisassociateBudgetFromResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DisassociatePrincipalFromPortfolio

DisassociatePrincipalFromPortfolio API operation for AWS Service Catalog.

Disassociates a previously associated principal ARN from a specified portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DisassociatePrincipalFromPortfolio for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociatePrincipalFromPortfolio

func (*ServiceCatalog) DisassociatePrincipalFromPortfolioRequest

func (c *ServiceCatalog) DisassociatePrincipalFromPortfolioRequest(input *DisassociatePrincipalFromPortfolioInput) (req *request.Request, output *DisassociatePrincipalFromPortfolioOutput)

DisassociatePrincipalFromPortfolioRequest generates a "aws/request.Request" representing the client's request for the DisassociatePrincipalFromPortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociatePrincipalFromPortfolio for more information on using the DisassociatePrincipalFromPortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociatePrincipalFromPortfolioRequest method.
req, resp := client.DisassociatePrincipalFromPortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociatePrincipalFromPortfolio

func (*ServiceCatalog) DisassociatePrincipalFromPortfolioWithContext

func (c *ServiceCatalog) DisassociatePrincipalFromPortfolioWithContext(ctx aws.Context, input *DisassociatePrincipalFromPortfolioInput, opts ...request.Option) (*DisassociatePrincipalFromPortfolioOutput, error)

DisassociatePrincipalFromPortfolioWithContext is the same as DisassociatePrincipalFromPortfolio with the addition of the ability to pass a context and additional request options.

See DisassociatePrincipalFromPortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DisassociateProductFromPortfolio

DisassociateProductFromPortfolio API operation for AWS Service Catalog.

Disassociates the specified product from the specified portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DisassociateProductFromPortfolio for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • ResourceInUseException A resource that is currently in use. Ensure that the resource is not in use and retry the operation.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateProductFromPortfolio

func (*ServiceCatalog) DisassociateProductFromPortfolioRequest

func (c *ServiceCatalog) DisassociateProductFromPortfolioRequest(input *DisassociateProductFromPortfolioInput) (req *request.Request, output *DisassociateProductFromPortfolioOutput)

DisassociateProductFromPortfolioRequest generates a "aws/request.Request" representing the client's request for the DisassociateProductFromPortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateProductFromPortfolio for more information on using the DisassociateProductFromPortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateProductFromPortfolioRequest method.
req, resp := client.DisassociateProductFromPortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateProductFromPortfolio

func (*ServiceCatalog) DisassociateProductFromPortfolioWithContext

func (c *ServiceCatalog) DisassociateProductFromPortfolioWithContext(ctx aws.Context, input *DisassociateProductFromPortfolioInput, opts ...request.Option) (*DisassociateProductFromPortfolioOutput, error)

DisassociateProductFromPortfolioWithContext is the same as DisassociateProductFromPortfolio with the addition of the ability to pass a context and additional request options.

See DisassociateProductFromPortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DisassociateServiceActionFromProvisioningArtifact

DisassociateServiceActionFromProvisioningArtifact API operation for AWS Service Catalog.

Disassociates the specified self-service action association from the specified provisioning artifact.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DisassociateServiceActionFromProvisioningArtifact for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateServiceActionFromProvisioningArtifact

func (*ServiceCatalog) DisassociateServiceActionFromProvisioningArtifactRequest

func (c *ServiceCatalog) DisassociateServiceActionFromProvisioningArtifactRequest(input *DisassociateServiceActionFromProvisioningArtifactInput) (req *request.Request, output *DisassociateServiceActionFromProvisioningArtifactOutput)

DisassociateServiceActionFromProvisioningArtifactRequest generates a "aws/request.Request" representing the client's request for the DisassociateServiceActionFromProvisioningArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateServiceActionFromProvisioningArtifact for more information on using the DisassociateServiceActionFromProvisioningArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateServiceActionFromProvisioningArtifactRequest method.
req, resp := client.DisassociateServiceActionFromProvisioningArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateServiceActionFromProvisioningArtifact

func (*ServiceCatalog) DisassociateServiceActionFromProvisioningArtifactWithContext

func (c *ServiceCatalog) DisassociateServiceActionFromProvisioningArtifactWithContext(ctx aws.Context, input *DisassociateServiceActionFromProvisioningArtifactInput, opts ...request.Option) (*DisassociateServiceActionFromProvisioningArtifactOutput, error)

DisassociateServiceActionFromProvisioningArtifactWithContext is the same as DisassociateServiceActionFromProvisioningArtifact with the addition of the ability to pass a context and additional request options.

See DisassociateServiceActionFromProvisioningArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) DisassociateTagOptionFromResource

DisassociateTagOptionFromResource API operation for AWS Service Catalog.

Disassociates the specified TagOption from the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation DisassociateTagOptionFromResource for usage and error information.

Returned Error Types:

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateTagOptionFromResource

func (*ServiceCatalog) DisassociateTagOptionFromResourceRequest

func (c *ServiceCatalog) DisassociateTagOptionFromResourceRequest(input *DisassociateTagOptionFromResourceInput) (req *request.Request, output *DisassociateTagOptionFromResourceOutput)

DisassociateTagOptionFromResourceRequest generates a "aws/request.Request" representing the client's request for the DisassociateTagOptionFromResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateTagOptionFromResource for more information on using the DisassociateTagOptionFromResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateTagOptionFromResourceRequest method.
req, resp := client.DisassociateTagOptionFromResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateTagOptionFromResource

func (*ServiceCatalog) DisassociateTagOptionFromResourceWithContext

func (c *ServiceCatalog) DisassociateTagOptionFromResourceWithContext(ctx aws.Context, input *DisassociateTagOptionFromResourceInput, opts ...request.Option) (*DisassociateTagOptionFromResourceOutput, error)

DisassociateTagOptionFromResourceWithContext is the same as DisassociateTagOptionFromResource with the addition of the ability to pass a context and additional request options.

See DisassociateTagOptionFromResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) EnableAWSOrganizationsAccess

EnableAWSOrganizationsAccess API operation for AWS Service Catalog.

Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the master account in the organization.

By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation EnableAWSOrganizationsAccess for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidStateException An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

  • OperationNotSupportedException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/EnableAWSOrganizationsAccess

func (*ServiceCatalog) EnableAWSOrganizationsAccessRequest

func (c *ServiceCatalog) EnableAWSOrganizationsAccessRequest(input *EnableAWSOrganizationsAccessInput) (req *request.Request, output *EnableAWSOrganizationsAccessOutput)

EnableAWSOrganizationsAccessRequest generates a "aws/request.Request" representing the client's request for the EnableAWSOrganizationsAccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See EnableAWSOrganizationsAccess for more information on using the EnableAWSOrganizationsAccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the EnableAWSOrganizationsAccessRequest method.
req, resp := client.EnableAWSOrganizationsAccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/EnableAWSOrganizationsAccess

func (*ServiceCatalog) EnableAWSOrganizationsAccessWithContext

func (c *ServiceCatalog) EnableAWSOrganizationsAccessWithContext(ctx aws.Context, input *EnableAWSOrganizationsAccessInput, opts ...request.Option) (*EnableAWSOrganizationsAccessOutput, error)

EnableAWSOrganizationsAccessWithContext is the same as EnableAWSOrganizationsAccess with the addition of the ability to pass a context and additional request options.

See EnableAWSOrganizationsAccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ExecuteProvisionedProductPlan

ExecuteProvisionedProductPlan API operation for AWS Service Catalog.

Provisions or modifies a product based on the resource changes for the specified plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ExecuteProvisionedProductPlan for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

  • InvalidStateException An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductPlan

func (*ServiceCatalog) ExecuteProvisionedProductPlanRequest

func (c *ServiceCatalog) ExecuteProvisionedProductPlanRequest(input *ExecuteProvisionedProductPlanInput) (req *request.Request, output *ExecuteProvisionedProductPlanOutput)

ExecuteProvisionedProductPlanRequest generates a "aws/request.Request" representing the client's request for the ExecuteProvisionedProductPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ExecuteProvisionedProductPlan for more information on using the ExecuteProvisionedProductPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ExecuteProvisionedProductPlanRequest method.
req, resp := client.ExecuteProvisionedProductPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductPlan

func (*ServiceCatalog) ExecuteProvisionedProductPlanWithContext

func (c *ServiceCatalog) ExecuteProvisionedProductPlanWithContext(ctx aws.Context, input *ExecuteProvisionedProductPlanInput, opts ...request.Option) (*ExecuteProvisionedProductPlanOutput, error)

ExecuteProvisionedProductPlanWithContext is the same as ExecuteProvisionedProductPlan with the addition of the ability to pass a context and additional request options.

See ExecuteProvisionedProductPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ExecuteProvisionedProductServiceAction

ExecuteProvisionedProductServiceAction API operation for AWS Service Catalog.

Executes a self-service action against a provisioned product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ExecuteProvisionedProductServiceAction for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

  • InvalidStateException An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductServiceAction

func (*ServiceCatalog) ExecuteProvisionedProductServiceActionRequest

func (c *ServiceCatalog) ExecuteProvisionedProductServiceActionRequest(input *ExecuteProvisionedProductServiceActionInput) (req *request.Request, output *ExecuteProvisionedProductServiceActionOutput)

ExecuteProvisionedProductServiceActionRequest generates a "aws/request.Request" representing the client's request for the ExecuteProvisionedProductServiceAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ExecuteProvisionedProductServiceAction for more information on using the ExecuteProvisionedProductServiceAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ExecuteProvisionedProductServiceActionRequest method.
req, resp := client.ExecuteProvisionedProductServiceActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductServiceAction

func (*ServiceCatalog) ExecuteProvisionedProductServiceActionWithContext

func (c *ServiceCatalog) ExecuteProvisionedProductServiceActionWithContext(ctx aws.Context, input *ExecuteProvisionedProductServiceActionInput, opts ...request.Option) (*ExecuteProvisionedProductServiceActionOutput, error)

ExecuteProvisionedProductServiceActionWithContext is the same as ExecuteProvisionedProductServiceAction with the addition of the ability to pass a context and additional request options.

See ExecuteProvisionedProductServiceAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) GetAWSOrganizationsAccessStatus

GetAWSOrganizationsAccessStatus API operation for AWS Service Catalog.

Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the master account in the organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation GetAWSOrganizationsAccessStatus for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • OperationNotSupportedException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/GetAWSOrganizationsAccessStatus

func (*ServiceCatalog) GetAWSOrganizationsAccessStatusRequest

func (c *ServiceCatalog) GetAWSOrganizationsAccessStatusRequest(input *GetAWSOrganizationsAccessStatusInput) (req *request.Request, output *GetAWSOrganizationsAccessStatusOutput)

GetAWSOrganizationsAccessStatusRequest generates a "aws/request.Request" representing the client's request for the GetAWSOrganizationsAccessStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetAWSOrganizationsAccessStatus for more information on using the GetAWSOrganizationsAccessStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetAWSOrganizationsAccessStatusRequest method.
req, resp := client.GetAWSOrganizationsAccessStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/GetAWSOrganizationsAccessStatus

func (*ServiceCatalog) GetAWSOrganizationsAccessStatusWithContext

func (c *ServiceCatalog) GetAWSOrganizationsAccessStatusWithContext(ctx aws.Context, input *GetAWSOrganizationsAccessStatusInput, opts ...request.Option) (*GetAWSOrganizationsAccessStatusOutput, error)

GetAWSOrganizationsAccessStatusWithContext is the same as GetAWSOrganizationsAccessStatus with the addition of the ability to pass a context and additional request options.

See GetAWSOrganizationsAccessStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListAcceptedPortfolioShares

ListAcceptedPortfolioShares API operation for AWS Service Catalog.

Lists all portfolios for which sharing was accepted by this account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListAcceptedPortfolioShares for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • OperationNotSupportedException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListAcceptedPortfolioShares

func (*ServiceCatalog) ListAcceptedPortfolioSharesPages

func (c *ServiceCatalog) ListAcceptedPortfolioSharesPages(input *ListAcceptedPortfolioSharesInput, fn func(*ListAcceptedPortfolioSharesOutput, bool) bool) error

ListAcceptedPortfolioSharesPages iterates over the pages of a ListAcceptedPortfolioShares operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAcceptedPortfolioShares method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAcceptedPortfolioShares operation.
pageNum := 0
err := client.ListAcceptedPortfolioSharesPages(params,
    func(page *servicecatalog.ListAcceptedPortfolioSharesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListAcceptedPortfolioSharesPagesWithContext

func (c *ServiceCatalog) ListAcceptedPortfolioSharesPagesWithContext(ctx aws.Context, input *ListAcceptedPortfolioSharesInput, fn func(*ListAcceptedPortfolioSharesOutput, bool) bool, opts ...request.Option) error

ListAcceptedPortfolioSharesPagesWithContext same as ListAcceptedPortfolioSharesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListAcceptedPortfolioSharesRequest

func (c *ServiceCatalog) ListAcceptedPortfolioSharesRequest(input *ListAcceptedPortfolioSharesInput) (req *request.Request, output *ListAcceptedPortfolioSharesOutput)

ListAcceptedPortfolioSharesRequest generates a "aws/request.Request" representing the client's request for the ListAcceptedPortfolioShares operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAcceptedPortfolioShares for more information on using the ListAcceptedPortfolioShares API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAcceptedPortfolioSharesRequest method.
req, resp := client.ListAcceptedPortfolioSharesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListAcceptedPortfolioShares

func (*ServiceCatalog) ListAcceptedPortfolioSharesWithContext

func (c *ServiceCatalog) ListAcceptedPortfolioSharesWithContext(ctx aws.Context, input *ListAcceptedPortfolioSharesInput, opts ...request.Option) (*ListAcceptedPortfolioSharesOutput, error)

ListAcceptedPortfolioSharesWithContext is the same as ListAcceptedPortfolioShares with the addition of the ability to pass a context and additional request options.

See ListAcceptedPortfolioShares for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListBudgetsForResource

func (c *ServiceCatalog) ListBudgetsForResource(input *ListBudgetsForResourceInput) (*ListBudgetsForResourceOutput, error)

ListBudgetsForResource API operation for AWS Service Catalog.

Lists all the budgets associated to the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListBudgetsForResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListBudgetsForResource

func (*ServiceCatalog) ListBudgetsForResourcePages

func (c *ServiceCatalog) ListBudgetsForResourcePages(input *ListBudgetsForResourceInput, fn func(*ListBudgetsForResourceOutput, bool) bool) error

ListBudgetsForResourcePages iterates over the pages of a ListBudgetsForResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListBudgetsForResource method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListBudgetsForResource operation.
pageNum := 0
err := client.ListBudgetsForResourcePages(params,
    func(page *servicecatalog.ListBudgetsForResourceOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListBudgetsForResourcePagesWithContext

func (c *ServiceCatalog) ListBudgetsForResourcePagesWithContext(ctx aws.Context, input *ListBudgetsForResourceInput, fn func(*ListBudgetsForResourceOutput, bool) bool, opts ...request.Option) error

ListBudgetsForResourcePagesWithContext same as ListBudgetsForResourcePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListBudgetsForResourceRequest

func (c *ServiceCatalog) ListBudgetsForResourceRequest(input *ListBudgetsForResourceInput) (req *request.Request, output *ListBudgetsForResourceOutput)

ListBudgetsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListBudgetsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListBudgetsForResource for more information on using the ListBudgetsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListBudgetsForResourceRequest method.
req, resp := client.ListBudgetsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListBudgetsForResource

func (*ServiceCatalog) ListBudgetsForResourceWithContext

func (c *ServiceCatalog) ListBudgetsForResourceWithContext(ctx aws.Context, input *ListBudgetsForResourceInput, opts ...request.Option) (*ListBudgetsForResourceOutput, error)

ListBudgetsForResourceWithContext is the same as ListBudgetsForResource with the addition of the ability to pass a context and additional request options.

See ListBudgetsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListConstraintsForPortfolio

ListConstraintsForPortfolio API operation for AWS Service Catalog.

Lists the constraints for the specified portfolio and product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListConstraintsForPortfolio for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListConstraintsForPortfolio

func (*ServiceCatalog) ListConstraintsForPortfolioPages

func (c *ServiceCatalog) ListConstraintsForPortfolioPages(input *ListConstraintsForPortfolioInput, fn func(*ListConstraintsForPortfolioOutput, bool) bool) error

ListConstraintsForPortfolioPages iterates over the pages of a ListConstraintsForPortfolio operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListConstraintsForPortfolio method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListConstraintsForPortfolio operation.
pageNum := 0
err := client.ListConstraintsForPortfolioPages(params,
    func(page *servicecatalog.ListConstraintsForPortfolioOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListConstraintsForPortfolioPagesWithContext

func (c *ServiceCatalog) ListConstraintsForPortfolioPagesWithContext(ctx aws.Context, input *ListConstraintsForPortfolioInput, fn func(*ListConstraintsForPortfolioOutput, bool) bool, opts ...request.Option) error

ListConstraintsForPortfolioPagesWithContext same as ListConstraintsForPortfolioPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListConstraintsForPortfolioRequest

func (c *ServiceCatalog) ListConstraintsForPortfolioRequest(input *ListConstraintsForPortfolioInput) (req *request.Request, output *ListConstraintsForPortfolioOutput)

ListConstraintsForPortfolioRequest generates a "aws/request.Request" representing the client's request for the ListConstraintsForPortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListConstraintsForPortfolio for more information on using the ListConstraintsForPortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListConstraintsForPortfolioRequest method.
req, resp := client.ListConstraintsForPortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListConstraintsForPortfolio

func (*ServiceCatalog) ListConstraintsForPortfolioWithContext

func (c *ServiceCatalog) ListConstraintsForPortfolioWithContext(ctx aws.Context, input *ListConstraintsForPortfolioInput, opts ...request.Option) (*ListConstraintsForPortfolioOutput, error)

ListConstraintsForPortfolioWithContext is the same as ListConstraintsForPortfolio with the addition of the ability to pass a context and additional request options.

See ListConstraintsForPortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListLaunchPaths

func (c *ServiceCatalog) ListLaunchPaths(input *ListLaunchPathsInput) (*ListLaunchPathsOutput, error)

ListLaunchPaths API operation for AWS Service Catalog.

Lists the paths to the specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListLaunchPaths for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListLaunchPaths

func (*ServiceCatalog) ListLaunchPathsPages

func (c *ServiceCatalog) ListLaunchPathsPages(input *ListLaunchPathsInput, fn func(*ListLaunchPathsOutput, bool) bool) error

ListLaunchPathsPages iterates over the pages of a ListLaunchPaths operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListLaunchPaths method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListLaunchPaths operation.
pageNum := 0
err := client.ListLaunchPathsPages(params,
    func(page *servicecatalog.ListLaunchPathsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListLaunchPathsPagesWithContext

func (c *ServiceCatalog) ListLaunchPathsPagesWithContext(ctx aws.Context, input *ListLaunchPathsInput, fn func(*ListLaunchPathsOutput, bool) bool, opts ...request.Option) error

ListLaunchPathsPagesWithContext same as ListLaunchPathsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListLaunchPathsRequest

func (c *ServiceCatalog) ListLaunchPathsRequest(input *ListLaunchPathsInput) (req *request.Request, output *ListLaunchPathsOutput)

ListLaunchPathsRequest generates a "aws/request.Request" representing the client's request for the ListLaunchPaths operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListLaunchPaths for more information on using the ListLaunchPaths API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListLaunchPathsRequest method.
req, resp := client.ListLaunchPathsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListLaunchPaths

func (*ServiceCatalog) ListLaunchPathsWithContext

func (c *ServiceCatalog) ListLaunchPathsWithContext(ctx aws.Context, input *ListLaunchPathsInput, opts ...request.Option) (*ListLaunchPathsOutput, error)

ListLaunchPathsWithContext is the same as ListLaunchPaths with the addition of the ability to pass a context and additional request options.

See ListLaunchPaths for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListOrganizationPortfolioAccess

ListOrganizationPortfolioAccess API operation for AWS Service Catalog.

Lists the organization nodes that have access to the specified portfolio. This API can only be called by the master account in the organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListOrganizationPortfolioAccess for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • OperationNotSupportedException The operation is not supported.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListOrganizationPortfolioAccess

func (*ServiceCatalog) ListOrganizationPortfolioAccessPages

func (c *ServiceCatalog) ListOrganizationPortfolioAccessPages(input *ListOrganizationPortfolioAccessInput, fn func(*ListOrganizationPortfolioAccessOutput, bool) bool) error

ListOrganizationPortfolioAccessPages iterates over the pages of a ListOrganizationPortfolioAccess operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListOrganizationPortfolioAccess method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListOrganizationPortfolioAccess operation.
pageNum := 0
err := client.ListOrganizationPortfolioAccessPages(params,
    func(page *servicecatalog.ListOrganizationPortfolioAccessOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListOrganizationPortfolioAccessPagesWithContext

func (c *ServiceCatalog) ListOrganizationPortfolioAccessPagesWithContext(ctx aws.Context, input *ListOrganizationPortfolioAccessInput, fn func(*ListOrganizationPortfolioAccessOutput, bool) bool, opts ...request.Option) error

ListOrganizationPortfolioAccessPagesWithContext same as ListOrganizationPortfolioAccessPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListOrganizationPortfolioAccessRequest

func (c *ServiceCatalog) ListOrganizationPortfolioAccessRequest(input *ListOrganizationPortfolioAccessInput) (req *request.Request, output *ListOrganizationPortfolioAccessOutput)

ListOrganizationPortfolioAccessRequest generates a "aws/request.Request" representing the client's request for the ListOrganizationPortfolioAccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListOrganizationPortfolioAccess for more information on using the ListOrganizationPortfolioAccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListOrganizationPortfolioAccessRequest method.
req, resp := client.ListOrganizationPortfolioAccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListOrganizationPortfolioAccess

func (*ServiceCatalog) ListOrganizationPortfolioAccessWithContext

func (c *ServiceCatalog) ListOrganizationPortfolioAccessWithContext(ctx aws.Context, input *ListOrganizationPortfolioAccessInput, opts ...request.Option) (*ListOrganizationPortfolioAccessOutput, error)

ListOrganizationPortfolioAccessWithContext is the same as ListOrganizationPortfolioAccess with the addition of the ability to pass a context and additional request options.

See ListOrganizationPortfolioAccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListPortfolioAccess

func (c *ServiceCatalog) ListPortfolioAccess(input *ListPortfolioAccessInput) (*ListPortfolioAccessOutput, error)

ListPortfolioAccess API operation for AWS Service Catalog.

Lists the account IDs that have access to the specified portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListPortfolioAccess for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfolioAccess

func (*ServiceCatalog) ListPortfolioAccessPages

func (c *ServiceCatalog) ListPortfolioAccessPages(input *ListPortfolioAccessInput, fn func(*ListPortfolioAccessOutput, bool) bool) error

ListPortfolioAccessPages iterates over the pages of a ListPortfolioAccess operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPortfolioAccess method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPortfolioAccess operation.
pageNum := 0
err := client.ListPortfolioAccessPages(params,
    func(page *servicecatalog.ListPortfolioAccessOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListPortfolioAccessPagesWithContext

func (c *ServiceCatalog) ListPortfolioAccessPagesWithContext(ctx aws.Context, input *ListPortfolioAccessInput, fn func(*ListPortfolioAccessOutput, bool) bool, opts ...request.Option) error

ListPortfolioAccessPagesWithContext same as ListPortfolioAccessPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListPortfolioAccessRequest

func (c *ServiceCatalog) ListPortfolioAccessRequest(input *ListPortfolioAccessInput) (req *request.Request, output *ListPortfolioAccessOutput)

ListPortfolioAccessRequest generates a "aws/request.Request" representing the client's request for the ListPortfolioAccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPortfolioAccess for more information on using the ListPortfolioAccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPortfolioAccessRequest method.
req, resp := client.ListPortfolioAccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfolioAccess

func (*ServiceCatalog) ListPortfolioAccessWithContext

func (c *ServiceCatalog) ListPortfolioAccessWithContext(ctx aws.Context, input *ListPortfolioAccessInput, opts ...request.Option) (*ListPortfolioAccessOutput, error)

ListPortfolioAccessWithContext is the same as ListPortfolioAccess with the addition of the ability to pass a context and additional request options.

See ListPortfolioAccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListPortfolios

func (c *ServiceCatalog) ListPortfolios(input *ListPortfoliosInput) (*ListPortfoliosOutput, error)

ListPortfolios API operation for AWS Service Catalog.

Lists all portfolios in the catalog.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListPortfolios for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfolios

func (*ServiceCatalog) ListPortfoliosForProduct

func (c *ServiceCatalog) ListPortfoliosForProduct(input *ListPortfoliosForProductInput) (*ListPortfoliosForProductOutput, error)

ListPortfoliosForProduct API operation for AWS Service Catalog.

Lists all portfolios that the specified product is associated with.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListPortfoliosForProduct for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfoliosForProduct

func (*ServiceCatalog) ListPortfoliosForProductPages

func (c *ServiceCatalog) ListPortfoliosForProductPages(input *ListPortfoliosForProductInput, fn func(*ListPortfoliosForProductOutput, bool) bool) error

ListPortfoliosForProductPages iterates over the pages of a ListPortfoliosForProduct operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPortfoliosForProduct method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPortfoliosForProduct operation.
pageNum := 0
err := client.ListPortfoliosForProductPages(params,
    func(page *servicecatalog.ListPortfoliosForProductOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListPortfoliosForProductPagesWithContext

func (c *ServiceCatalog) ListPortfoliosForProductPagesWithContext(ctx aws.Context, input *ListPortfoliosForProductInput, fn func(*ListPortfoliosForProductOutput, bool) bool, opts ...request.Option) error

ListPortfoliosForProductPagesWithContext same as ListPortfoliosForProductPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListPortfoliosForProductRequest

func (c *ServiceCatalog) ListPortfoliosForProductRequest(input *ListPortfoliosForProductInput) (req *request.Request, output *ListPortfoliosForProductOutput)

ListPortfoliosForProductRequest generates a "aws/request.Request" representing the client's request for the ListPortfoliosForProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPortfoliosForProduct for more information on using the ListPortfoliosForProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPortfoliosForProductRequest method.
req, resp := client.ListPortfoliosForProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfoliosForProduct

func (*ServiceCatalog) ListPortfoliosForProductWithContext

func (c *ServiceCatalog) ListPortfoliosForProductWithContext(ctx aws.Context, input *ListPortfoliosForProductInput, opts ...request.Option) (*ListPortfoliosForProductOutput, error)

ListPortfoliosForProductWithContext is the same as ListPortfoliosForProduct with the addition of the ability to pass a context and additional request options.

See ListPortfoliosForProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListPortfoliosPages

func (c *ServiceCatalog) ListPortfoliosPages(input *ListPortfoliosInput, fn func(*ListPortfoliosOutput, bool) bool) error

ListPortfoliosPages iterates over the pages of a ListPortfolios operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPortfolios method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPortfolios operation.
pageNum := 0
err := client.ListPortfoliosPages(params,
    func(page *servicecatalog.ListPortfoliosOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListPortfoliosPagesWithContext

func (c *ServiceCatalog) ListPortfoliosPagesWithContext(ctx aws.Context, input *ListPortfoliosInput, fn func(*ListPortfoliosOutput, bool) bool, opts ...request.Option) error

ListPortfoliosPagesWithContext same as ListPortfoliosPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListPortfoliosRequest

func (c *ServiceCatalog) ListPortfoliosRequest(input *ListPortfoliosInput) (req *request.Request, output *ListPortfoliosOutput)

ListPortfoliosRequest generates a "aws/request.Request" representing the client's request for the ListPortfolios operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPortfolios for more information on using the ListPortfolios API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPortfoliosRequest method.
req, resp := client.ListPortfoliosRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPortfolios

func (*ServiceCatalog) ListPortfoliosWithContext

func (c *ServiceCatalog) ListPortfoliosWithContext(ctx aws.Context, input *ListPortfoliosInput, opts ...request.Option) (*ListPortfoliosOutput, error)

ListPortfoliosWithContext is the same as ListPortfolios with the addition of the ability to pass a context and additional request options.

See ListPortfolios for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListPrincipalsForPortfolio

ListPrincipalsForPortfolio API operation for AWS Service Catalog.

Lists all principal ARNs associated with the specified portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListPrincipalsForPortfolio for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPrincipalsForPortfolio

func (*ServiceCatalog) ListPrincipalsForPortfolioPages

func (c *ServiceCatalog) ListPrincipalsForPortfolioPages(input *ListPrincipalsForPortfolioInput, fn func(*ListPrincipalsForPortfolioOutput, bool) bool) error

ListPrincipalsForPortfolioPages iterates over the pages of a ListPrincipalsForPortfolio operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPrincipalsForPortfolio method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPrincipalsForPortfolio operation.
pageNum := 0
err := client.ListPrincipalsForPortfolioPages(params,
    func(page *servicecatalog.ListPrincipalsForPortfolioOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListPrincipalsForPortfolioPagesWithContext

func (c *ServiceCatalog) ListPrincipalsForPortfolioPagesWithContext(ctx aws.Context, input *ListPrincipalsForPortfolioInput, fn func(*ListPrincipalsForPortfolioOutput, bool) bool, opts ...request.Option) error

ListPrincipalsForPortfolioPagesWithContext same as ListPrincipalsForPortfolioPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListPrincipalsForPortfolioRequest

func (c *ServiceCatalog) ListPrincipalsForPortfolioRequest(input *ListPrincipalsForPortfolioInput) (req *request.Request, output *ListPrincipalsForPortfolioOutput)

ListPrincipalsForPortfolioRequest generates a "aws/request.Request" representing the client's request for the ListPrincipalsForPortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPrincipalsForPortfolio for more information on using the ListPrincipalsForPortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPrincipalsForPortfolioRequest method.
req, resp := client.ListPrincipalsForPortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListPrincipalsForPortfolio

func (*ServiceCatalog) ListPrincipalsForPortfolioWithContext

func (c *ServiceCatalog) ListPrincipalsForPortfolioWithContext(ctx aws.Context, input *ListPrincipalsForPortfolioInput, opts ...request.Option) (*ListPrincipalsForPortfolioOutput, error)

ListPrincipalsForPortfolioWithContext is the same as ListPrincipalsForPortfolio with the addition of the ability to pass a context and additional request options.

See ListPrincipalsForPortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListProvisionedProductPlans

ListProvisionedProductPlans API operation for AWS Service Catalog.

Lists the plans for the specified provisioned product or all plans to which the user has access.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListProvisionedProductPlans for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisionedProductPlans

func (*ServiceCatalog) ListProvisionedProductPlansRequest

func (c *ServiceCatalog) ListProvisionedProductPlansRequest(input *ListProvisionedProductPlansInput) (req *request.Request, output *ListProvisionedProductPlansOutput)

ListProvisionedProductPlansRequest generates a "aws/request.Request" representing the client's request for the ListProvisionedProductPlans operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProvisionedProductPlans for more information on using the ListProvisionedProductPlans API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProvisionedProductPlansRequest method.
req, resp := client.ListProvisionedProductPlansRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisionedProductPlans

func (*ServiceCatalog) ListProvisionedProductPlansWithContext

func (c *ServiceCatalog) ListProvisionedProductPlansWithContext(ctx aws.Context, input *ListProvisionedProductPlansInput, opts ...request.Option) (*ListProvisionedProductPlansOutput, error)

ListProvisionedProductPlansWithContext is the same as ListProvisionedProductPlans with the addition of the ability to pass a context and additional request options.

See ListProvisionedProductPlans for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListProvisioningArtifacts

ListProvisioningArtifacts API operation for AWS Service Catalog.

Lists all provisioning artifacts (also known as versions) for the specified product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListProvisioningArtifacts for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisioningArtifacts

func (*ServiceCatalog) ListProvisioningArtifactsForServiceAction

ListProvisioningArtifactsForServiceAction API operation for AWS Service Catalog.

Lists all provisioning artifacts (also known as versions) for the specified self-service action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListProvisioningArtifactsForServiceAction for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisioningArtifactsForServiceAction

func (*ServiceCatalog) ListProvisioningArtifactsForServiceActionPages

func (c *ServiceCatalog) ListProvisioningArtifactsForServiceActionPages(input *ListProvisioningArtifactsForServiceActionInput, fn func(*ListProvisioningArtifactsForServiceActionOutput, bool) bool) error

ListProvisioningArtifactsForServiceActionPages iterates over the pages of a ListProvisioningArtifactsForServiceAction operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListProvisioningArtifactsForServiceAction method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListProvisioningArtifactsForServiceAction operation.
pageNum := 0
err := client.ListProvisioningArtifactsForServiceActionPages(params,
    func(page *servicecatalog.ListProvisioningArtifactsForServiceActionOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListProvisioningArtifactsForServiceActionPagesWithContext

func (c *ServiceCatalog) ListProvisioningArtifactsForServiceActionPagesWithContext(ctx aws.Context, input *ListProvisioningArtifactsForServiceActionInput, fn func(*ListProvisioningArtifactsForServiceActionOutput, bool) bool, opts ...request.Option) error

ListProvisioningArtifactsForServiceActionPagesWithContext same as ListProvisioningArtifactsForServiceActionPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListProvisioningArtifactsForServiceActionRequest

func (c *ServiceCatalog) ListProvisioningArtifactsForServiceActionRequest(input *ListProvisioningArtifactsForServiceActionInput) (req *request.Request, output *ListProvisioningArtifactsForServiceActionOutput)

ListProvisioningArtifactsForServiceActionRequest generates a "aws/request.Request" representing the client's request for the ListProvisioningArtifactsForServiceAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProvisioningArtifactsForServiceAction for more information on using the ListProvisioningArtifactsForServiceAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProvisioningArtifactsForServiceActionRequest method.
req, resp := client.ListProvisioningArtifactsForServiceActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisioningArtifactsForServiceAction

func (*ServiceCatalog) ListProvisioningArtifactsForServiceActionWithContext

func (c *ServiceCatalog) ListProvisioningArtifactsForServiceActionWithContext(ctx aws.Context, input *ListProvisioningArtifactsForServiceActionInput, opts ...request.Option) (*ListProvisioningArtifactsForServiceActionOutput, error)

ListProvisioningArtifactsForServiceActionWithContext is the same as ListProvisioningArtifactsForServiceAction with the addition of the ability to pass a context and additional request options.

See ListProvisioningArtifactsForServiceAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListProvisioningArtifactsRequest

func (c *ServiceCatalog) ListProvisioningArtifactsRequest(input *ListProvisioningArtifactsInput) (req *request.Request, output *ListProvisioningArtifactsOutput)

ListProvisioningArtifactsRequest generates a "aws/request.Request" representing the client's request for the ListProvisioningArtifacts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProvisioningArtifacts for more information on using the ListProvisioningArtifacts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProvisioningArtifactsRequest method.
req, resp := client.ListProvisioningArtifactsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisioningArtifacts

func (*ServiceCatalog) ListProvisioningArtifactsWithContext

func (c *ServiceCatalog) ListProvisioningArtifactsWithContext(ctx aws.Context, input *ListProvisioningArtifactsInput, opts ...request.Option) (*ListProvisioningArtifactsOutput, error)

ListProvisioningArtifactsWithContext is the same as ListProvisioningArtifacts with the addition of the ability to pass a context and additional request options.

See ListProvisioningArtifacts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListRecordHistory

func (c *ServiceCatalog) ListRecordHistory(input *ListRecordHistoryInput) (*ListRecordHistoryOutput, error)

ListRecordHistory API operation for AWS Service Catalog.

Lists the specified requests or all performed requests.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListRecordHistory for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListRecordHistory

func (*ServiceCatalog) ListRecordHistoryRequest

func (c *ServiceCatalog) ListRecordHistoryRequest(input *ListRecordHistoryInput) (req *request.Request, output *ListRecordHistoryOutput)

ListRecordHistoryRequest generates a "aws/request.Request" representing the client's request for the ListRecordHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRecordHistory for more information on using the ListRecordHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRecordHistoryRequest method.
req, resp := client.ListRecordHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListRecordHistory

func (*ServiceCatalog) ListRecordHistoryWithContext

func (c *ServiceCatalog) ListRecordHistoryWithContext(ctx aws.Context, input *ListRecordHistoryInput, opts ...request.Option) (*ListRecordHistoryOutput, error)

ListRecordHistoryWithContext is the same as ListRecordHistory with the addition of the ability to pass a context and additional request options.

See ListRecordHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListResourcesForTagOption

ListResourcesForTagOption API operation for AWS Service Catalog.

Lists the resources associated with the specified TagOption.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListResourcesForTagOption for usage and error information.

Returned Error Types:

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListResourcesForTagOption

func (*ServiceCatalog) ListResourcesForTagOptionPages

func (c *ServiceCatalog) ListResourcesForTagOptionPages(input *ListResourcesForTagOptionInput, fn func(*ListResourcesForTagOptionOutput, bool) bool) error

ListResourcesForTagOptionPages iterates over the pages of a ListResourcesForTagOption operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListResourcesForTagOption method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListResourcesForTagOption operation.
pageNum := 0
err := client.ListResourcesForTagOptionPages(params,
    func(page *servicecatalog.ListResourcesForTagOptionOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListResourcesForTagOptionPagesWithContext

func (c *ServiceCatalog) ListResourcesForTagOptionPagesWithContext(ctx aws.Context, input *ListResourcesForTagOptionInput, fn func(*ListResourcesForTagOptionOutput, bool) bool, opts ...request.Option) error

ListResourcesForTagOptionPagesWithContext same as ListResourcesForTagOptionPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListResourcesForTagOptionRequest

func (c *ServiceCatalog) ListResourcesForTagOptionRequest(input *ListResourcesForTagOptionInput) (req *request.Request, output *ListResourcesForTagOptionOutput)

ListResourcesForTagOptionRequest generates a "aws/request.Request" representing the client's request for the ListResourcesForTagOption operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListResourcesForTagOption for more information on using the ListResourcesForTagOption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListResourcesForTagOptionRequest method.
req, resp := client.ListResourcesForTagOptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListResourcesForTagOption

func (*ServiceCatalog) ListResourcesForTagOptionWithContext

func (c *ServiceCatalog) ListResourcesForTagOptionWithContext(ctx aws.Context, input *ListResourcesForTagOptionInput, opts ...request.Option) (*ListResourcesForTagOptionOutput, error)

ListResourcesForTagOptionWithContext is the same as ListResourcesForTagOption with the addition of the ability to pass a context and additional request options.

See ListResourcesForTagOption for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListServiceActions

func (c *ServiceCatalog) ListServiceActions(input *ListServiceActionsInput) (*ListServiceActionsOutput, error)

ListServiceActions API operation for AWS Service Catalog.

Lists all self-service actions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListServiceActions for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListServiceActions

func (*ServiceCatalog) ListServiceActionsForProvisioningArtifact

ListServiceActionsForProvisioningArtifact API operation for AWS Service Catalog.

Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListServiceActionsForProvisioningArtifact for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListServiceActionsForProvisioningArtifact

func (*ServiceCatalog) ListServiceActionsForProvisioningArtifactPages

func (c *ServiceCatalog) ListServiceActionsForProvisioningArtifactPages(input *ListServiceActionsForProvisioningArtifactInput, fn func(*ListServiceActionsForProvisioningArtifactOutput, bool) bool) error

ListServiceActionsForProvisioningArtifactPages iterates over the pages of a ListServiceActionsForProvisioningArtifact operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListServiceActionsForProvisioningArtifact method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListServiceActionsForProvisioningArtifact operation.
pageNum := 0
err := client.ListServiceActionsForProvisioningArtifactPages(params,
    func(page *servicecatalog.ListServiceActionsForProvisioningArtifactOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListServiceActionsForProvisioningArtifactPagesWithContext

func (c *ServiceCatalog) ListServiceActionsForProvisioningArtifactPagesWithContext(ctx aws.Context, input *ListServiceActionsForProvisioningArtifactInput, fn func(*ListServiceActionsForProvisioningArtifactOutput, bool) bool, opts ...request.Option) error

ListServiceActionsForProvisioningArtifactPagesWithContext same as ListServiceActionsForProvisioningArtifactPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListServiceActionsForProvisioningArtifactRequest

func (c *ServiceCatalog) ListServiceActionsForProvisioningArtifactRequest(input *ListServiceActionsForProvisioningArtifactInput) (req *request.Request, output *ListServiceActionsForProvisioningArtifactOutput)

ListServiceActionsForProvisioningArtifactRequest generates a "aws/request.Request" representing the client's request for the ListServiceActionsForProvisioningArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListServiceActionsForProvisioningArtifact for more information on using the ListServiceActionsForProvisioningArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListServiceActionsForProvisioningArtifactRequest method.
req, resp := client.ListServiceActionsForProvisioningArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListServiceActionsForProvisioningArtifact

func (*ServiceCatalog) ListServiceActionsForProvisioningArtifactWithContext

func (c *ServiceCatalog) ListServiceActionsForProvisioningArtifactWithContext(ctx aws.Context, input *ListServiceActionsForProvisioningArtifactInput, opts ...request.Option) (*ListServiceActionsForProvisioningArtifactOutput, error)

ListServiceActionsForProvisioningArtifactWithContext is the same as ListServiceActionsForProvisioningArtifact with the addition of the ability to pass a context and additional request options.

See ListServiceActionsForProvisioningArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListServiceActionsPages

func (c *ServiceCatalog) ListServiceActionsPages(input *ListServiceActionsInput, fn func(*ListServiceActionsOutput, bool) bool) error

ListServiceActionsPages iterates over the pages of a ListServiceActions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListServiceActions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListServiceActions operation.
pageNum := 0
err := client.ListServiceActionsPages(params,
    func(page *servicecatalog.ListServiceActionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListServiceActionsPagesWithContext

func (c *ServiceCatalog) ListServiceActionsPagesWithContext(ctx aws.Context, input *ListServiceActionsInput, fn func(*ListServiceActionsOutput, bool) bool, opts ...request.Option) error

ListServiceActionsPagesWithContext same as ListServiceActionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListServiceActionsRequest

func (c *ServiceCatalog) ListServiceActionsRequest(input *ListServiceActionsInput) (req *request.Request, output *ListServiceActionsOutput)

ListServiceActionsRequest generates a "aws/request.Request" representing the client's request for the ListServiceActions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListServiceActions for more information on using the ListServiceActions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListServiceActionsRequest method.
req, resp := client.ListServiceActionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListServiceActions

func (*ServiceCatalog) ListServiceActionsWithContext

func (c *ServiceCatalog) ListServiceActionsWithContext(ctx aws.Context, input *ListServiceActionsInput, opts ...request.Option) (*ListServiceActionsOutput, error)

ListServiceActionsWithContext is the same as ListServiceActions with the addition of the ability to pass a context and additional request options.

See ListServiceActions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListStackInstancesForProvisionedProduct

ListStackInstancesForProvisionedProduct API operation for AWS Service Catalog.

Returns summary information about stack instances that are associated with the specified CFN_STACKSET type provisioned product. You can filter for stack instances that are associated with a specific AWS account name or region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListStackInstancesForProvisionedProduct for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListStackInstancesForProvisionedProduct

func (*ServiceCatalog) ListStackInstancesForProvisionedProductRequest

func (c *ServiceCatalog) ListStackInstancesForProvisionedProductRequest(input *ListStackInstancesForProvisionedProductInput) (req *request.Request, output *ListStackInstancesForProvisionedProductOutput)

ListStackInstancesForProvisionedProductRequest generates a "aws/request.Request" representing the client's request for the ListStackInstancesForProvisionedProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListStackInstancesForProvisionedProduct for more information on using the ListStackInstancesForProvisionedProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListStackInstancesForProvisionedProductRequest method.
req, resp := client.ListStackInstancesForProvisionedProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListStackInstancesForProvisionedProduct

func (*ServiceCatalog) ListStackInstancesForProvisionedProductWithContext

func (c *ServiceCatalog) ListStackInstancesForProvisionedProductWithContext(ctx aws.Context, input *ListStackInstancesForProvisionedProductInput, opts ...request.Option) (*ListStackInstancesForProvisionedProductOutput, error)

ListStackInstancesForProvisionedProductWithContext is the same as ListStackInstancesForProvisionedProduct with the addition of the ability to pass a context and additional request options.

See ListStackInstancesForProvisionedProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListTagOptions

func (c *ServiceCatalog) ListTagOptions(input *ListTagOptionsInput) (*ListTagOptionsOutput, error)

ListTagOptions API operation for AWS Service Catalog.

Lists the specified TagOptions or all TagOptions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ListTagOptions for usage and error information.

Returned Error Types:

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListTagOptions

func (*ServiceCatalog) ListTagOptionsPages

func (c *ServiceCatalog) ListTagOptionsPages(input *ListTagOptionsInput, fn func(*ListTagOptionsOutput, bool) bool) error

ListTagOptionsPages iterates over the pages of a ListTagOptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTagOptions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTagOptions operation.
pageNum := 0
err := client.ListTagOptionsPages(params,
    func(page *servicecatalog.ListTagOptionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) ListTagOptionsPagesWithContext

func (c *ServiceCatalog) ListTagOptionsPagesWithContext(ctx aws.Context, input *ListTagOptionsInput, fn func(*ListTagOptionsOutput, bool) bool, opts ...request.Option) error

ListTagOptionsPagesWithContext same as ListTagOptionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ListTagOptionsRequest

func (c *ServiceCatalog) ListTagOptionsRequest(input *ListTagOptionsInput) (req *request.Request, output *ListTagOptionsOutput)

ListTagOptionsRequest generates a "aws/request.Request" representing the client's request for the ListTagOptions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagOptions for more information on using the ListTagOptions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagOptionsRequest method.
req, resp := client.ListTagOptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListTagOptions

func (*ServiceCatalog) ListTagOptionsWithContext

func (c *ServiceCatalog) ListTagOptionsWithContext(ctx aws.Context, input *ListTagOptionsInput, opts ...request.Option) (*ListTagOptionsOutput, error)

ListTagOptionsWithContext is the same as ListTagOptions with the addition of the ability to pass a context and additional request options.

See ListTagOptions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ProvisionProduct

func (c *ServiceCatalog) ProvisionProduct(input *ProvisionProductInput) (*ProvisionProductOutput, error)

ProvisionProduct API operation for AWS Service Catalog.

Provisions the specified product.

A provisioned product is a resourced instance of a product. For example, provisioning a product based on a CloudFormation template launches a CloudFormation stack and its underlying resources. You can check the status of this request using DescribeRecord.

If the request contains a tag key with an empty list of values, there is a tag conflict for that key. Do not include conflicted keys as tags, or this causes the error "Parameter validation failed: Missing required parameter in Tags[N]:Value".

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ProvisionProduct for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

  • DuplicateResourceException The specified resource is a duplicate.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionProduct

func (*ServiceCatalog) ProvisionProductRequest

func (c *ServiceCatalog) ProvisionProductRequest(input *ProvisionProductInput) (req *request.Request, output *ProvisionProductOutput)

ProvisionProductRequest generates a "aws/request.Request" representing the client's request for the ProvisionProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ProvisionProduct for more information on using the ProvisionProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ProvisionProductRequest method.
req, resp := client.ProvisionProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisionProduct

func (*ServiceCatalog) ProvisionProductWithContext

func (c *ServiceCatalog) ProvisionProductWithContext(ctx aws.Context, input *ProvisionProductInput, opts ...request.Option) (*ProvisionProductOutput, error)

ProvisionProductWithContext is the same as ProvisionProduct with the addition of the ability to pass a context and additional request options.

See ProvisionProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) RejectPortfolioShare

func (c *ServiceCatalog) RejectPortfolioShare(input *RejectPortfolioShareInput) (*RejectPortfolioShareOutput, error)

RejectPortfolioShare API operation for AWS Service Catalog.

Rejects an offer to share the specified portfolio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation RejectPortfolioShare for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/RejectPortfolioShare

func (*ServiceCatalog) RejectPortfolioShareRequest

func (c *ServiceCatalog) RejectPortfolioShareRequest(input *RejectPortfolioShareInput) (req *request.Request, output *RejectPortfolioShareOutput)

RejectPortfolioShareRequest generates a "aws/request.Request" representing the client's request for the RejectPortfolioShare operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RejectPortfolioShare for more information on using the RejectPortfolioShare API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RejectPortfolioShareRequest method.
req, resp := client.RejectPortfolioShareRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/RejectPortfolioShare

func (*ServiceCatalog) RejectPortfolioShareWithContext

func (c *ServiceCatalog) RejectPortfolioShareWithContext(ctx aws.Context, input *RejectPortfolioShareInput, opts ...request.Option) (*RejectPortfolioShareOutput, error)

RejectPortfolioShareWithContext is the same as RejectPortfolioShare with the addition of the ability to pass a context and additional request options.

See RejectPortfolioShare for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) ScanProvisionedProducts

func (c *ServiceCatalog) ScanProvisionedProducts(input *ScanProvisionedProductsInput) (*ScanProvisionedProductsOutput, error)

ScanProvisionedProducts API operation for AWS Service Catalog.

Lists the provisioned products that are available (not terminated).

To use additional filtering, see SearchProvisionedProducts.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation ScanProvisionedProducts for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ScanProvisionedProducts

func (*ServiceCatalog) ScanProvisionedProductsRequest

func (c *ServiceCatalog) ScanProvisionedProductsRequest(input *ScanProvisionedProductsInput) (req *request.Request, output *ScanProvisionedProductsOutput)

ScanProvisionedProductsRequest generates a "aws/request.Request" representing the client's request for the ScanProvisionedProducts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ScanProvisionedProducts for more information on using the ScanProvisionedProducts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ScanProvisionedProductsRequest method.
req, resp := client.ScanProvisionedProductsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ScanProvisionedProducts

func (*ServiceCatalog) ScanProvisionedProductsWithContext

func (c *ServiceCatalog) ScanProvisionedProductsWithContext(ctx aws.Context, input *ScanProvisionedProductsInput, opts ...request.Option) (*ScanProvisionedProductsOutput, error)

ScanProvisionedProductsWithContext is the same as ScanProvisionedProducts with the addition of the ability to pass a context and additional request options.

See ScanProvisionedProducts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) SearchProducts

func (c *ServiceCatalog) SearchProducts(input *SearchProductsInput) (*SearchProductsOutput, error)

SearchProducts API operation for AWS Service Catalog.

Gets information about the products to which the caller has access.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation SearchProducts for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProducts

func (*ServiceCatalog) SearchProductsAsAdmin

func (c *ServiceCatalog) SearchProductsAsAdmin(input *SearchProductsAsAdminInput) (*SearchProductsAsAdminOutput, error)

SearchProductsAsAdmin API operation for AWS Service Catalog.

Gets information about the products for the specified portfolio or all products.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation SearchProductsAsAdmin for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProductsAsAdmin

func (*ServiceCatalog) SearchProductsAsAdminPages

func (c *ServiceCatalog) SearchProductsAsAdminPages(input *SearchProductsAsAdminInput, fn func(*SearchProductsAsAdminOutput, bool) bool) error

SearchProductsAsAdminPages iterates over the pages of a SearchProductsAsAdmin operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchProductsAsAdmin method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchProductsAsAdmin operation.
pageNum := 0
err := client.SearchProductsAsAdminPages(params,
    func(page *servicecatalog.SearchProductsAsAdminOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) SearchProductsAsAdminPagesWithContext

func (c *ServiceCatalog) SearchProductsAsAdminPagesWithContext(ctx aws.Context, input *SearchProductsAsAdminInput, fn func(*SearchProductsAsAdminOutput, bool) bool, opts ...request.Option) error

SearchProductsAsAdminPagesWithContext same as SearchProductsAsAdminPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) SearchProductsAsAdminRequest

func (c *ServiceCatalog) SearchProductsAsAdminRequest(input *SearchProductsAsAdminInput) (req *request.Request, output *SearchProductsAsAdminOutput)

SearchProductsAsAdminRequest generates a "aws/request.Request" representing the client's request for the SearchProductsAsAdmin operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchProductsAsAdmin for more information on using the SearchProductsAsAdmin API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchProductsAsAdminRequest method.
req, resp := client.SearchProductsAsAdminRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProductsAsAdmin

func (*ServiceCatalog) SearchProductsAsAdminWithContext

func (c *ServiceCatalog) SearchProductsAsAdminWithContext(ctx aws.Context, input *SearchProductsAsAdminInput, opts ...request.Option) (*SearchProductsAsAdminOutput, error)

SearchProductsAsAdminWithContext is the same as SearchProductsAsAdmin with the addition of the ability to pass a context and additional request options.

See SearchProductsAsAdmin for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) SearchProductsPages

func (c *ServiceCatalog) SearchProductsPages(input *SearchProductsInput, fn func(*SearchProductsOutput, bool) bool) error

SearchProductsPages iterates over the pages of a SearchProducts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchProducts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchProducts operation.
pageNum := 0
err := client.SearchProductsPages(params,
    func(page *servicecatalog.SearchProductsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) SearchProductsPagesWithContext

func (c *ServiceCatalog) SearchProductsPagesWithContext(ctx aws.Context, input *SearchProductsInput, fn func(*SearchProductsOutput, bool) bool, opts ...request.Option) error

SearchProductsPagesWithContext same as SearchProductsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) SearchProductsRequest

func (c *ServiceCatalog) SearchProductsRequest(input *SearchProductsInput) (req *request.Request, output *SearchProductsOutput)

SearchProductsRequest generates a "aws/request.Request" representing the client's request for the SearchProducts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchProducts for more information on using the SearchProducts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchProductsRequest method.
req, resp := client.SearchProductsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProducts

func (*ServiceCatalog) SearchProductsWithContext

func (c *ServiceCatalog) SearchProductsWithContext(ctx aws.Context, input *SearchProductsInput, opts ...request.Option) (*SearchProductsOutput, error)

SearchProductsWithContext is the same as SearchProducts with the addition of the ability to pass a context and additional request options.

See SearchProducts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) SearchProvisionedProducts

SearchProvisionedProducts API operation for AWS Service Catalog.

Gets information about the provisioned products that meet the specified criteria.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation SearchProvisionedProducts for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProvisionedProducts

func (*ServiceCatalog) SearchProvisionedProductsPages

func (c *ServiceCatalog) SearchProvisionedProductsPages(input *SearchProvisionedProductsInput, fn func(*SearchProvisionedProductsOutput, bool) bool) error

SearchProvisionedProductsPages iterates over the pages of a SearchProvisionedProducts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See SearchProvisionedProducts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a SearchProvisionedProducts operation.
pageNum := 0
err := client.SearchProvisionedProductsPages(params,
    func(page *servicecatalog.SearchProvisionedProductsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ServiceCatalog) SearchProvisionedProductsPagesWithContext

func (c *ServiceCatalog) SearchProvisionedProductsPagesWithContext(ctx aws.Context, input *SearchProvisionedProductsInput, fn func(*SearchProvisionedProductsOutput, bool) bool, opts ...request.Option) error

SearchProvisionedProductsPagesWithContext same as SearchProvisionedProductsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) SearchProvisionedProductsRequest

func (c *ServiceCatalog) SearchProvisionedProductsRequest(input *SearchProvisionedProductsInput) (req *request.Request, output *SearchProvisionedProductsOutput)

SearchProvisionedProductsRequest generates a "aws/request.Request" representing the client's request for the SearchProvisionedProducts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SearchProvisionedProducts for more information on using the SearchProvisionedProducts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchProvisionedProductsRequest method.
req, resp := client.SearchProvisionedProductsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/SearchProvisionedProducts

func (*ServiceCatalog) SearchProvisionedProductsWithContext

func (c *ServiceCatalog) SearchProvisionedProductsWithContext(ctx aws.Context, input *SearchProvisionedProductsInput, opts ...request.Option) (*SearchProvisionedProductsOutput, error)

SearchProvisionedProductsWithContext is the same as SearchProvisionedProducts with the addition of the ability to pass a context and additional request options.

See SearchProvisionedProducts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) TerminateProvisionedProduct

TerminateProvisionedProduct API operation for AWS Service Catalog.

Terminates the specified provisioned product.

This operation does not delete any records associated with the provisioned product.

You can check the status of this request using DescribeRecord.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation TerminateProvisionedProduct for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TerminateProvisionedProduct

func (*ServiceCatalog) TerminateProvisionedProductRequest

func (c *ServiceCatalog) TerminateProvisionedProductRequest(input *TerminateProvisionedProductInput) (req *request.Request, output *TerminateProvisionedProductOutput)

TerminateProvisionedProductRequest generates a "aws/request.Request" representing the client's request for the TerminateProvisionedProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TerminateProvisionedProduct for more information on using the TerminateProvisionedProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TerminateProvisionedProductRequest method.
req, resp := client.TerminateProvisionedProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TerminateProvisionedProduct

func (*ServiceCatalog) TerminateProvisionedProductWithContext

func (c *ServiceCatalog) TerminateProvisionedProductWithContext(ctx aws.Context, input *TerminateProvisionedProductInput, opts ...request.Option) (*TerminateProvisionedProductOutput, error)

TerminateProvisionedProductWithContext is the same as TerminateProvisionedProduct with the addition of the ability to pass a context and additional request options.

See TerminateProvisionedProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) UpdateConstraint

func (c *ServiceCatalog) UpdateConstraint(input *UpdateConstraintInput) (*UpdateConstraintOutput, error)

UpdateConstraint API operation for AWS Service Catalog.

Updates the specified constraint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation UpdateConstraint for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateConstraint

func (*ServiceCatalog) UpdateConstraintRequest

func (c *ServiceCatalog) UpdateConstraintRequest(input *UpdateConstraintInput) (req *request.Request, output *UpdateConstraintOutput)

UpdateConstraintRequest generates a "aws/request.Request" representing the client's request for the UpdateConstraint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateConstraint for more information on using the UpdateConstraint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateConstraintRequest method.
req, resp := client.UpdateConstraintRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateConstraint

func (*ServiceCatalog) UpdateConstraintWithContext

func (c *ServiceCatalog) UpdateConstraintWithContext(ctx aws.Context, input *UpdateConstraintInput, opts ...request.Option) (*UpdateConstraintOutput, error)

UpdateConstraintWithContext is the same as UpdateConstraint with the addition of the ability to pass a context and additional request options.

See UpdateConstraint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) UpdatePortfolio

func (c *ServiceCatalog) UpdatePortfolio(input *UpdatePortfolioInput) (*UpdatePortfolioOutput, error)

UpdatePortfolio API operation for AWS Service Catalog.

Updates the specified portfolio.

You cannot update a product that was shared with you.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation UpdatePortfolio for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

  • LimitExceededException The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdatePortfolio

func (*ServiceCatalog) UpdatePortfolioRequest

func (c *ServiceCatalog) UpdatePortfolioRequest(input *UpdatePortfolioInput) (req *request.Request, output *UpdatePortfolioOutput)

UpdatePortfolioRequest generates a "aws/request.Request" representing the client's request for the UpdatePortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePortfolio for more information on using the UpdatePortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePortfolioRequest method.
req, resp := client.UpdatePortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdatePortfolio

func (*ServiceCatalog) UpdatePortfolioWithContext

func (c *ServiceCatalog) UpdatePortfolioWithContext(ctx aws.Context, input *UpdatePortfolioInput, opts ...request.Option) (*UpdatePortfolioOutput, error)

UpdatePortfolioWithContext is the same as UpdatePortfolio with the addition of the ability to pass a context and additional request options.

See UpdatePortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) UpdateProduct

func (c *ServiceCatalog) UpdateProduct(input *UpdateProductInput) (*UpdateProductOutput, error)

UpdateProduct API operation for AWS Service Catalog.

Updates the specified product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation UpdateProduct for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProduct

func (*ServiceCatalog) UpdateProductRequest

func (c *ServiceCatalog) UpdateProductRequest(input *UpdateProductInput) (req *request.Request, output *UpdateProductOutput)

UpdateProductRequest generates a "aws/request.Request" representing the client's request for the UpdateProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateProduct for more information on using the UpdateProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateProductRequest method.
req, resp := client.UpdateProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProduct

func (*ServiceCatalog) UpdateProductWithContext

func (c *ServiceCatalog) UpdateProductWithContext(ctx aws.Context, input *UpdateProductInput, opts ...request.Option) (*UpdateProductOutput, error)

UpdateProductWithContext is the same as UpdateProduct with the addition of the ability to pass a context and additional request options.

See UpdateProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) UpdateProvisionedProduct

func (c *ServiceCatalog) UpdateProvisionedProduct(input *UpdateProvisionedProductInput) (*UpdateProvisionedProductOutput, error)

UpdateProvisionedProduct API operation for AWS Service Catalog.

Requests updates to the configuration of the specified provisioned product.

If there are tags associated with the object, they cannot be updated or added. Depending on the specific updates requested, this operation can update with no interruption, with some interruption, or replace the provisioned product entirely.

You can check the status of this request using DescribeRecord.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation UpdateProvisionedProduct for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisionedProduct

func (*ServiceCatalog) UpdateProvisionedProductProperties

UpdateProvisionedProductProperties API operation for AWS Service Catalog.

Requests updates to the properties of the specified provisioned product.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation UpdateProvisionedProductProperties for usage and error information.

Returned Error Types:

  • InvalidParametersException One or more parameters provided to the operation are not valid.

  • ResourceNotFoundException The specified resource was not found.

  • InvalidStateException An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisionedProductProperties

func (*ServiceCatalog) UpdateProvisionedProductPropertiesRequest

func (c *ServiceCatalog) UpdateProvisionedProductPropertiesRequest(input *UpdateProvisionedProductPropertiesInput) (req *request.Request, output *UpdateProvisionedProductPropertiesOutput)

UpdateProvisionedProductPropertiesRequest generates a "aws/request.Request" representing the client's request for the UpdateProvisionedProductProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateProvisionedProductProperties for more information on using the UpdateProvisionedProductProperties API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateProvisionedProductPropertiesRequest method.
req, resp := client.UpdateProvisionedProductPropertiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisionedProductProperties

func (*ServiceCatalog) UpdateProvisionedProductPropertiesWithContext

func (c *ServiceCatalog) UpdateProvisionedProductPropertiesWithContext(ctx aws.Context, input *UpdateProvisionedProductPropertiesInput, opts ...request.Option) (*UpdateProvisionedProductPropertiesOutput, error)

UpdateProvisionedProductPropertiesWithContext is the same as UpdateProvisionedProductProperties with the addition of the ability to pass a context and additional request options.

See UpdateProvisionedProductProperties for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) UpdateProvisionedProductRequest

func (c *ServiceCatalog) UpdateProvisionedProductRequest(input *UpdateProvisionedProductInput) (req *request.Request, output *UpdateProvisionedProductOutput)

UpdateProvisionedProductRequest generates a "aws/request.Request" representing the client's request for the UpdateProvisionedProduct operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateProvisionedProduct for more information on using the UpdateProvisionedProduct API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateProvisionedProductRequest method.
req, resp := client.UpdateProvisionedProductRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisionedProduct

func (*ServiceCatalog) UpdateProvisionedProductWithContext

func (c *ServiceCatalog) UpdateProvisionedProductWithContext(ctx aws.Context, input *UpdateProvisionedProductInput, opts ...request.Option) (*UpdateProvisionedProductOutput, error)

UpdateProvisionedProductWithContext is the same as UpdateProvisionedProduct with the addition of the ability to pass a context and additional request options.

See UpdateProvisionedProduct for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) UpdateProvisioningArtifact

UpdateProvisioningArtifact API operation for AWS Service Catalog.

Updates the specified provisioning artifact (also known as a version) for the specified product.

You cannot update a provisioning artifact for a product that was shared with you.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation UpdateProvisioningArtifact for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisioningArtifact

func (*ServiceCatalog) UpdateProvisioningArtifactRequest

func (c *ServiceCatalog) UpdateProvisioningArtifactRequest(input *UpdateProvisioningArtifactInput) (req *request.Request, output *UpdateProvisioningArtifactOutput)

UpdateProvisioningArtifactRequest generates a "aws/request.Request" representing the client's request for the UpdateProvisioningArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateProvisioningArtifact for more information on using the UpdateProvisioningArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateProvisioningArtifactRequest method.
req, resp := client.UpdateProvisioningArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisioningArtifact

func (*ServiceCatalog) UpdateProvisioningArtifactWithContext

func (c *ServiceCatalog) UpdateProvisioningArtifactWithContext(ctx aws.Context, input *UpdateProvisioningArtifactInput, opts ...request.Option) (*UpdateProvisioningArtifactOutput, error)

UpdateProvisioningArtifactWithContext is the same as UpdateProvisioningArtifact with the addition of the ability to pass a context and additional request options.

See UpdateProvisioningArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) UpdateServiceAction

func (c *ServiceCatalog) UpdateServiceAction(input *UpdateServiceActionInput) (*UpdateServiceActionOutput, error)

UpdateServiceAction API operation for AWS Service Catalog.

Updates a self-service action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation UpdateServiceAction for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The specified resource was not found.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateServiceAction

func (*ServiceCatalog) UpdateServiceActionRequest

func (c *ServiceCatalog) UpdateServiceActionRequest(input *UpdateServiceActionInput) (req *request.Request, output *UpdateServiceActionOutput)

UpdateServiceActionRequest generates a "aws/request.Request" representing the client's request for the UpdateServiceAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateServiceAction for more information on using the UpdateServiceAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateServiceActionRequest method.
req, resp := client.UpdateServiceActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateServiceAction

func (*ServiceCatalog) UpdateServiceActionWithContext

func (c *ServiceCatalog) UpdateServiceActionWithContext(ctx aws.Context, input *UpdateServiceActionInput, opts ...request.Option) (*UpdateServiceActionOutput, error)

UpdateServiceActionWithContext is the same as UpdateServiceAction with the addition of the ability to pass a context and additional request options.

See UpdateServiceAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ServiceCatalog) UpdateTagOption

func (c *ServiceCatalog) UpdateTagOption(input *UpdateTagOptionInput) (*UpdateTagOptionOutput, error)

UpdateTagOption API operation for AWS Service Catalog.

Updates the specified TagOption.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Service Catalog's API operation UpdateTagOption for usage and error information.

Returned Error Types:

  • TagOptionNotMigratedException An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

  • ResourceNotFoundException The specified resource was not found.

  • DuplicateResourceException The specified resource is a duplicate.

  • InvalidParametersException One or more parameters provided to the operation are not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateTagOption

func (*ServiceCatalog) UpdateTagOptionRequest

func (c *ServiceCatalog) UpdateTagOptionRequest(input *UpdateTagOptionInput) (req *request.Request, output *UpdateTagOptionOutput)

UpdateTagOptionRequest generates a "aws/request.Request" representing the client's request for the UpdateTagOption operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTagOption for more information on using the UpdateTagOption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTagOptionRequest method.
req, resp := client.UpdateTagOptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateTagOption

func (*ServiceCatalog) UpdateTagOptionWithContext

func (c *ServiceCatalog) UpdateTagOptionWithContext(ctx aws.Context, input *UpdateTagOptionInput, opts ...request.Option) (*UpdateTagOptionOutput, error)

UpdateTagOptionWithContext is the same as UpdateTagOption with the addition of the ability to pass a context and additional request options.

See UpdateTagOption for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ShareDetails

type ShareDetails struct {

	// List of errors.
	ShareErrors []*ShareError `type:"list"`

	// List of accounts for whom the operation succeeded.
	SuccessfulShares []*string `type:"list"`
	// contains filtered or unexported fields
}

Information about the portfolio share operation.

func (ShareDetails) GoString

func (s ShareDetails) GoString() string

GoString returns the string representation

func (*ShareDetails) SetShareErrors

func (s *ShareDetails) SetShareErrors(v []*ShareError) *ShareDetails

SetShareErrors sets the ShareErrors field's value.

func (*ShareDetails) SetSuccessfulShares

func (s *ShareDetails) SetSuccessfulShares(v []*string) *ShareDetails

SetSuccessfulShares sets the SuccessfulShares field's value.

func (ShareDetails) String

func (s ShareDetails) String() string

String returns the string representation

type ShareError

type ShareError struct {

	// List of accounts impacted by the error.
	Accounts []*string `type:"list"`

	// Error type that happened when processing the operation.
	Error *string `type:"string"`

	// Information about the error.
	Message *string `type:"string"`
	// contains filtered or unexported fields
}

Errors that occurred during the portfolio share operation.

func (ShareError) GoString

func (s ShareError) GoString() string

GoString returns the string representation

func (*ShareError) SetAccounts

func (s *ShareError) SetAccounts(v []*string) *ShareError

SetAccounts sets the Accounts field's value.

func (*ShareError) SetError

func (s *ShareError) SetError(v string) *ShareError

SetError sets the Error field's value.

func (*ShareError) SetMessage

func (s *ShareError) SetMessage(v string) *ShareError

SetMessage sets the Message field's value.

func (ShareError) String

func (s ShareError) String() string

String returns the string representation

type StackInstance

type StackInstance struct {

	// The name of the AWS account that the stack instance is associated with.
	Account *string `type:"string"`

	// The name of the AWS region that the stack instance is associated with.
	Region *string `type:"string"`

	// The status of the stack instance, in terms of its synchronization with its
	// associated stack set.
	//
	//    * INOPERABLE: A DeleteStackInstances operation has failed and left the
	//    stack in an unstable state. Stacks in this state are excluded from further
	//    UpdateStackSet operations. You might need to perform a DeleteStackInstances
	//    operation, with RetainStacks set to true, to delete the stack instance,
	//    and then delete the stack manually.
	//
	//    * OUTDATED: The stack isn't currently up to date with the stack set because
	//    either the associated stack failed during a CreateStackSet or UpdateStackSet
	//    operation, or the stack was part of a CreateStackSet or UpdateStackSet
	//    operation that failed or was stopped before the stack was created or updated.
	//
	//    * CURRENT: The stack is currently up to date with the stack set.
	StackInstanceStatus *string `type:"string" enum:"StackInstanceStatus"`
	// contains filtered or unexported fields
}

An AWS CloudFormation stack, in a specific account and region, that's part of a stack set operation. A stack instance is a reference to an attempted or actual stack in a given account within a given region. A stack instance can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is associated with only one stack set. Each stack instance contains the ID of its associated stack set, as well as the ID of the actual stack and the stack status.

func (StackInstance) GoString

func (s StackInstance) GoString() string

GoString returns the string representation

func (*StackInstance) SetAccount

func (s *StackInstance) SetAccount(v string) *StackInstance

SetAccount sets the Account field's value.

func (*StackInstance) SetRegion

func (s *StackInstance) SetRegion(v string) *StackInstance

SetRegion sets the Region field's value.

func (*StackInstance) SetStackInstanceStatus

func (s *StackInstance) SetStackInstanceStatus(v string) *StackInstance

SetStackInstanceStatus sets the StackInstanceStatus field's value.

func (StackInstance) String

func (s StackInstance) String() string

String returns the string representation

type Tag

type Tag struct {

	// The tag key.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The value for this key.
	//
	// Value is a required field
	Value *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about a tag. A tag is a key-value pair. Tags are propagated to the resources created when provisioning a product.

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagOptionDetail

type TagOptionDetail struct {

	// The TagOption active state.
	Active *bool `type:"boolean"`

	// The TagOption identifier.
	Id *string `min:"1" type:"string"`

	// The TagOption key.
	Key *string `min:"1" type:"string"`

	// The TagOption value.
	Value *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Information about a TagOption.

func (TagOptionDetail) GoString

func (s TagOptionDetail) GoString() string

GoString returns the string representation

func (*TagOptionDetail) SetActive

func (s *TagOptionDetail) SetActive(v bool) *TagOptionDetail

SetActive sets the Active field's value.

func (*TagOptionDetail) SetId

func (s *TagOptionDetail) SetId(v string) *TagOptionDetail

SetId sets the Id field's value.

func (*TagOptionDetail) SetKey

func (s *TagOptionDetail) SetKey(v string) *TagOptionDetail

SetKey sets the Key field's value.

func (*TagOptionDetail) SetValue

func (s *TagOptionDetail) SetValue(v string) *TagOptionDetail

SetValue sets the Value field's value.

func (TagOptionDetail) String

func (s TagOptionDetail) String() string

String returns the string representation

type TagOptionNotMigratedException

type TagOptionNotMigratedException struct {
	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Please use the AWS console to perform the migration process before retrying the operation.

func (TagOptionNotMigratedException) Code

Code returns the exception type name.

func (TagOptionNotMigratedException) Error

func (TagOptionNotMigratedException) GoString

GoString returns the string representation

func (TagOptionNotMigratedException) Message

Message returns the exception's message.

func (TagOptionNotMigratedException) OrigErr

OrigErr always returns nil, satisfies awserr.Error interface.

func (TagOptionNotMigratedException) RequestID

func (s TagOptionNotMigratedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (TagOptionNotMigratedException) StatusCode

func (s TagOptionNotMigratedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TagOptionNotMigratedException) String

String returns the string representation

type TagOptionSummary

type TagOptionSummary struct {

	// The TagOption key.
	Key *string `min:"1" type:"string"`

	// The TagOption value.
	Values []*string `type:"list"`
	// contains filtered or unexported fields
}

Summary information about a TagOption.

func (TagOptionSummary) GoString

func (s TagOptionSummary) GoString() string

GoString returns the string representation

func (*TagOptionSummary) SetKey

SetKey sets the Key field's value.

func (*TagOptionSummary) SetValues

func (s *TagOptionSummary) SetValues(v []*string) *TagOptionSummary

SetValues sets the Values field's value.

func (TagOptionSummary) String

func (s TagOptionSummary) String() string

String returns the string representation

type TerminateProvisionedProductInput

type TerminateProvisionedProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// If set to true, AWS Service Catalog stops managing the specified provisioned
	// product even if it cannot delete the underlying resources.
	IgnoreErrors *bool `type:"boolean"`

	// The identifier of the provisioned product. You cannot specify both ProvisionedProductName
	// and ProvisionedProductId.
	ProvisionedProductId *string `min:"1" type:"string"`

	// The name of the provisioned product. You cannot specify both ProvisionedProductName
	// and ProvisionedProductId.
	ProvisionedProductName *string `min:"1" type:"string"`

	// An idempotency token that uniquely identifies the termination request. This
	// token is only valid during the termination process. After the provisioned
	// product is terminated, subsequent requests to terminate the same provisioned
	// product always return ResourceNotFound.
	TerminateToken *string `min:"1" type:"string" idempotencyToken:"true"`
	// contains filtered or unexported fields
}

func (TerminateProvisionedProductInput) GoString

GoString returns the string representation

func (*TerminateProvisionedProductInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*TerminateProvisionedProductInput) SetIgnoreErrors

SetIgnoreErrors sets the IgnoreErrors field's value.

func (*TerminateProvisionedProductInput) SetProvisionedProductId

SetProvisionedProductId sets the ProvisionedProductId field's value.

func (*TerminateProvisionedProductInput) SetProvisionedProductName

SetProvisionedProductName sets the ProvisionedProductName field's value.

func (*TerminateProvisionedProductInput) SetTerminateToken

SetTerminateToken sets the TerminateToken field's value.

func (TerminateProvisionedProductInput) String

String returns the string representation

func (*TerminateProvisionedProductInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type TerminateProvisionedProductOutput

type TerminateProvisionedProductOutput struct {

	// Information about the result of this request.
	RecordDetail *RecordDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (TerminateProvisionedProductOutput) GoString

GoString returns the string representation

func (*TerminateProvisionedProductOutput) SetRecordDetail

SetRecordDetail sets the RecordDetail field's value.

func (TerminateProvisionedProductOutput) String

String returns the string representation

type UpdateConstraintInput

type UpdateConstraintInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The updated description of the constraint.
	Description *string `type:"string"`

	// The identifier of the constraint.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The constraint parameters, in JSON format. The syntax depends on the constraint
	// type as follows:
	//
	// LAUNCH
	//
	// Specify the RoleArn property as follows:
	//
	// {"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}
	//
	// You cannot have both a LAUNCH and a STACKSET constraint.
	//
	// You also cannot have more than one LAUNCH constraint on a product and portfolio.
	//
	// NOTIFICATION
	//
	// Specify the NotificationArns property as follows:
	//
	// {"NotificationArns" : ["arn:aws:sns:us-east-1:123456789012:Topic"]}
	//
	// RESOURCE_UPDATE
	//
	// Specify the TagUpdatesOnProvisionedProduct property as follows:
	//
	// {"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}
	//
	// The TagUpdatesOnProvisionedProduct property accepts a string value of ALLOWED
	// or NOT_ALLOWED.
	//
	// STACKSET
	//
	// Specify the Parameters property as follows:
	//
	// {"Version": "String", "Properties": {"AccountList": [ "String" ], "RegionList":
	// [ "String" ], "AdminRole": "String", "ExecutionRole": "String"}}
	//
	// You cannot have both a LAUNCH and a STACKSET constraint.
	//
	// You also cannot have more than one STACKSET constraint on a product and portfolio.
	//
	// Products with a STACKSET constraint will launch an AWS CloudFormation stack
	// set.
	//
	// TEMPLATE
	//
	// Specify the Rules property. For more information, see Template Constraint
	// Rules (http://docs.aws.amazon.com/servicecatalog/latest/adminguide/reference-template_constraint_rules.html).
	Parameters *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateConstraintInput) GoString

func (s UpdateConstraintInput) GoString() string

GoString returns the string representation

func (*UpdateConstraintInput) SetAcceptLanguage

func (s *UpdateConstraintInput) SetAcceptLanguage(v string) *UpdateConstraintInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*UpdateConstraintInput) SetDescription

func (s *UpdateConstraintInput) SetDescription(v string) *UpdateConstraintInput

SetDescription sets the Description field's value.

func (*UpdateConstraintInput) SetId

SetId sets the Id field's value.

func (*UpdateConstraintInput) SetParameters

func (s *UpdateConstraintInput) SetParameters(v string) *UpdateConstraintInput

SetParameters sets the Parameters field's value.

func (UpdateConstraintInput) String

func (s UpdateConstraintInput) String() string

String returns the string representation

func (*UpdateConstraintInput) Validate

func (s *UpdateConstraintInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateConstraintOutput

type UpdateConstraintOutput struct {

	// Information about the constraint.
	ConstraintDetail *ConstraintDetail `type:"structure"`

	// The constraint parameters.
	ConstraintParameters *string `type:"string"`

	// The status of the current request.
	Status *string `type:"string" enum:"Status"`
	// contains filtered or unexported fields
}

func (UpdateConstraintOutput) GoString

func (s UpdateConstraintOutput) GoString() string

GoString returns the string representation

func (*UpdateConstraintOutput) SetConstraintDetail

SetConstraintDetail sets the ConstraintDetail field's value.

func (*UpdateConstraintOutput) SetConstraintParameters

func (s *UpdateConstraintOutput) SetConstraintParameters(v string) *UpdateConstraintOutput

SetConstraintParameters sets the ConstraintParameters field's value.

func (*UpdateConstraintOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateConstraintOutput) String

func (s UpdateConstraintOutput) String() string

String returns the string representation

type UpdatePortfolioInput

type UpdatePortfolioInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The tags to add.
	AddTags []*Tag `type:"list"`

	// The updated description of the portfolio.
	Description *string `type:"string"`

	// The name to use for display purposes.
	DisplayName *string `min:"1" type:"string"`

	// The portfolio identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The updated name of the portfolio provider.
	ProviderName *string `min:"1" type:"string"`

	// The tags to remove.
	RemoveTags []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdatePortfolioInput) GoString

func (s UpdatePortfolioInput) GoString() string

GoString returns the string representation

func (*UpdatePortfolioInput) SetAcceptLanguage

func (s *UpdatePortfolioInput) SetAcceptLanguage(v string) *UpdatePortfolioInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*UpdatePortfolioInput) SetAddTags

func (s *UpdatePortfolioInput) SetAddTags(v []*Tag) *UpdatePortfolioInput

SetAddTags sets the AddTags field's value.

func (*UpdatePortfolioInput) SetDescription

func (s *UpdatePortfolioInput) SetDescription(v string) *UpdatePortfolioInput

SetDescription sets the Description field's value.

func (*UpdatePortfolioInput) SetDisplayName

func (s *UpdatePortfolioInput) SetDisplayName(v string) *UpdatePortfolioInput

SetDisplayName sets the DisplayName field's value.

func (*UpdatePortfolioInput) SetId

SetId sets the Id field's value.

func (*UpdatePortfolioInput) SetProviderName

func (s *UpdatePortfolioInput) SetProviderName(v string) *UpdatePortfolioInput

SetProviderName sets the ProviderName field's value.

func (*UpdatePortfolioInput) SetRemoveTags

func (s *UpdatePortfolioInput) SetRemoveTags(v []*string) *UpdatePortfolioInput

SetRemoveTags sets the RemoveTags field's value.

func (UpdatePortfolioInput) String

func (s UpdatePortfolioInput) String() string

String returns the string representation

func (*UpdatePortfolioInput) Validate

func (s *UpdatePortfolioInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePortfolioOutput

type UpdatePortfolioOutput struct {

	// Information about the portfolio.
	PortfolioDetail *PortfolioDetail `type:"structure"`

	// Information about the tags associated with the portfolio.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (UpdatePortfolioOutput) GoString

func (s UpdatePortfolioOutput) GoString() string

GoString returns the string representation

func (*UpdatePortfolioOutput) SetPortfolioDetail

func (s *UpdatePortfolioOutput) SetPortfolioDetail(v *PortfolioDetail) *UpdatePortfolioOutput

SetPortfolioDetail sets the PortfolioDetail field's value.

func (*UpdatePortfolioOutput) SetTags

SetTags sets the Tags field's value.

func (UpdatePortfolioOutput) String

func (s UpdatePortfolioOutput) String() string

String returns the string representation

type UpdateProductInput

type UpdateProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The tags to add to the product.
	AddTags []*Tag `type:"list"`

	// The updated description of the product.
	Description *string `type:"string"`

	// The updated distributor of the product.
	Distributor *string `type:"string"`

	// The product identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The updated product name.
	Name *string `type:"string"`

	// The updated owner of the product.
	Owner *string `type:"string"`

	// The tags to remove from the product.
	RemoveTags []*string `type:"list"`

	// The updated support description for the product.
	SupportDescription *string `type:"string"`

	// The updated support email for the product.
	SupportEmail *string `type:"string"`

	// The updated support URL for the product.
	SupportUrl *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateProductInput) GoString

func (s UpdateProductInput) GoString() string

GoString returns the string representation

func (*UpdateProductInput) SetAcceptLanguage

func (s *UpdateProductInput) SetAcceptLanguage(v string) *UpdateProductInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*UpdateProductInput) SetAddTags

func (s *UpdateProductInput) SetAddTags(v []*Tag) *UpdateProductInput

SetAddTags sets the AddTags field's value.

func (*UpdateProductInput) SetDescription

func (s *UpdateProductInput) SetDescription(v string) *UpdateProductInput

SetDescription sets the Description field's value.

func (*UpdateProductInput) SetDistributor

func (s *UpdateProductInput) SetDistributor(v string) *UpdateProductInput

SetDistributor sets the Distributor field's value.

func (*UpdateProductInput) SetId

SetId sets the Id field's value.

func (*UpdateProductInput) SetName

SetName sets the Name field's value.

func (*UpdateProductInput) SetOwner

SetOwner sets the Owner field's value.

func (*UpdateProductInput) SetRemoveTags

func (s *UpdateProductInput) SetRemoveTags(v []*string) *UpdateProductInput

SetRemoveTags sets the RemoveTags field's value.

func (*UpdateProductInput) SetSupportDescription

func (s *UpdateProductInput) SetSupportDescription(v string) *UpdateProductInput

SetSupportDescription sets the SupportDescription field's value.

func (*UpdateProductInput) SetSupportEmail

func (s *UpdateProductInput) SetSupportEmail(v string) *UpdateProductInput

SetSupportEmail sets the SupportEmail field's value.

func (*UpdateProductInput) SetSupportUrl

func (s *UpdateProductInput) SetSupportUrl(v string) *UpdateProductInput

SetSupportUrl sets the SupportUrl field's value.

func (UpdateProductInput) String

func (s UpdateProductInput) String() string

String returns the string representation

func (*UpdateProductInput) Validate

func (s *UpdateProductInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateProductOutput

type UpdateProductOutput struct {

	// Information about the product view.
	ProductViewDetail *ProductViewDetail `type:"structure"`

	// Information about the tags associated with the product.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateProductOutput) GoString

func (s UpdateProductOutput) GoString() string

GoString returns the string representation

func (*UpdateProductOutput) SetProductViewDetail

func (s *UpdateProductOutput) SetProductViewDetail(v *ProductViewDetail) *UpdateProductOutput

SetProductViewDetail sets the ProductViewDetail field's value.

func (*UpdateProductOutput) SetTags

func (s *UpdateProductOutput) SetTags(v []*Tag) *UpdateProductOutput

SetTags sets the Tags field's value.

func (UpdateProductOutput) String

func (s UpdateProductOutput) String() string

String returns the string representation

type UpdateProvisionedProductInput

type UpdateProvisionedProductInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The new path identifier. This value is optional if the product has a default
	// path, and required if the product has more than one path.
	PathId *string `min:"1" type:"string"`

	// The identifier of the product.
	ProductId *string `min:"1" type:"string"`

	// The identifier of the provisioned product. You cannot specify both ProvisionedProductName
	// and ProvisionedProductId.
	ProvisionedProductId *string `min:"1" type:"string"`

	// The name of the provisioned product. You cannot specify both ProvisionedProductName
	// and ProvisionedProductId.
	ProvisionedProductName *string `min:"1" type:"string"`

	// The identifier of the provisioning artifact.
	ProvisioningArtifactId *string `min:"1" type:"string"`

	// The new parameters.
	ProvisioningParameters []*UpdateProvisioningParameter `type:"list"`

	// An object that contains information about the provisioning preferences for
	// a stack set.
	ProvisioningPreferences *UpdateProvisioningPreferences `type:"structure"`

	// One or more tags. Requires the product to have RESOURCE_UPDATE constraint
	// with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.
	Tags []*Tag `type:"list"`

	// The idempotency token that uniquely identifies the provisioning update request.
	UpdateToken *string `min:"1" type:"string" idempotencyToken:"true"`
	// contains filtered or unexported fields
}

func (UpdateProvisionedProductInput) GoString

GoString returns the string representation

func (*UpdateProvisionedProductInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*UpdateProvisionedProductInput) SetPathId

SetPathId sets the PathId field's value.

func (*UpdateProvisionedProductInput) SetProductId

SetProductId sets the ProductId field's value.

func (*UpdateProvisionedProductInput) SetProvisionedProductId

SetProvisionedProductId sets the ProvisionedProductId field's value.

func (*UpdateProvisionedProductInput) SetProvisionedProductName

func (s *UpdateProvisionedProductInput) SetProvisionedProductName(v string) *UpdateProvisionedProductInput

SetProvisionedProductName sets the ProvisionedProductName field's value.

func (*UpdateProvisionedProductInput) SetProvisioningArtifactId

func (s *UpdateProvisionedProductInput) SetProvisioningArtifactId(v string) *UpdateProvisionedProductInput

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*UpdateProvisionedProductInput) SetProvisioningParameters

SetProvisioningParameters sets the ProvisioningParameters field's value.

func (*UpdateProvisionedProductInput) SetProvisioningPreferences

SetProvisioningPreferences sets the ProvisioningPreferences field's value.

func (*UpdateProvisionedProductInput) SetTags

SetTags sets the Tags field's value.

func (*UpdateProvisionedProductInput) SetUpdateToken

SetUpdateToken sets the UpdateToken field's value.

func (UpdateProvisionedProductInput) String

String returns the string representation

func (*UpdateProvisionedProductInput) Validate

func (s *UpdateProvisionedProductInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateProvisionedProductOutput

type UpdateProvisionedProductOutput struct {

	// Information about the result of the request.
	RecordDetail *RecordDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateProvisionedProductOutput) GoString

GoString returns the string representation

func (*UpdateProvisionedProductOutput) SetRecordDetail

SetRecordDetail sets the RecordDetail field's value.

func (UpdateProvisionedProductOutput) String

String returns the string representation

type UpdateProvisionedProductPropertiesInput

type UpdateProvisionedProductPropertiesInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// The idempotency token that uniquely identifies the provisioning product update
	// request.
	IdempotencyToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The identifier of the provisioned product.
	//
	// ProvisionedProductId is a required field
	ProvisionedProductId *string `min:"1" type:"string" required:"true"`

	// A map that contains the provisioned product properties to be updated.
	//
	// The OWNER key only accepts user ARNs. The owner is the user that is allowed
	// to see, update, terminate, and execute service actions in the provisioned
	// product.
	//
	// The administrator can change the owner of a provisioned product to another
	// IAM user within the same account. Both end user owners and administrators
	// can see ownership history of the provisioned product using the ListRecordHistory
	// API. The new owner can describe all past records for the provisioned product
	// using the DescribeRecord API. The previous owner can no longer use DescribeRecord,
	// but can still see the product's history from when he was an owner using ListRecordHistory.
	//
	// If a provisioned product ownership is assigned to an end user, they can see
	// and perform any action through the API or Service Catalog console such as
	// update, terminate, and execute service actions. If an end user provisions
	// a product and the owner is updated to someone else, they will no longer be
	// able to see or perform any actions through API or the Service Catalog console
	// on that provisioned product.
	//
	// ProvisionedProductProperties is a required field
	ProvisionedProductProperties map[string]*string `min:"1" type:"map" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateProvisionedProductPropertiesInput) GoString

GoString returns the string representation

func (*UpdateProvisionedProductPropertiesInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*UpdateProvisionedProductPropertiesInput) SetIdempotencyToken

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*UpdateProvisionedProductPropertiesInput) SetProvisionedProductId

SetProvisionedProductId sets the ProvisionedProductId field's value.

func (*UpdateProvisionedProductPropertiesInput) SetProvisionedProductProperties

SetProvisionedProductProperties sets the ProvisionedProductProperties field's value.

func (UpdateProvisionedProductPropertiesInput) String

String returns the string representation

func (*UpdateProvisionedProductPropertiesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateProvisionedProductPropertiesOutput

type UpdateProvisionedProductPropertiesOutput struct {

	// The provisioned product identifier.
	ProvisionedProductId *string `min:"1" type:"string"`

	// A map that contains the properties updated.
	ProvisionedProductProperties map[string]*string `min:"1" type:"map"`

	// The identifier of the record.
	RecordId *string `min:"1" type:"string"`

	// The status of the request.
	Status *string `type:"string" enum:"RecordStatus"`
	// contains filtered or unexported fields
}

func (UpdateProvisionedProductPropertiesOutput) GoString

GoString returns the string representation

func (*UpdateProvisionedProductPropertiesOutput) SetProvisionedProductId

SetProvisionedProductId sets the ProvisionedProductId field's value.

func (*UpdateProvisionedProductPropertiesOutput) SetProvisionedProductProperties

SetProvisionedProductProperties sets the ProvisionedProductProperties field's value.

func (*UpdateProvisionedProductPropertiesOutput) SetRecordId

SetRecordId sets the RecordId field's value.

func (*UpdateProvisionedProductPropertiesOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateProvisionedProductPropertiesOutput) String

String returns the string representation

type UpdateProvisioningArtifactInput

type UpdateProvisioningArtifactInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// Indicates whether the product version is active.
	//
	// Inactive provisioning artifacts are invisible to end users. End users cannot
	// launch or update a provisioned product from an inactive provisioning artifact.
	Active *bool `type:"boolean"`

	// The updated description of the provisioning artifact.
	Description *string `type:"string"`

	// Information set by the administrator to provide guidance to end users about
	// which provisioning artifacts to use.
	//
	// The DEFAULT value indicates that the product version is active.
	//
	// The administrator can set the guidance to DEPRECATED to inform users that
	// the product version is deprecated. Users are able to make updates to a provisioned
	// product of a deprecated version but cannot launch new provisioned products
	// using a deprecated version.
	Guidance *string `type:"string" enum:"ProvisioningArtifactGuidance"`

	// The updated name of the provisioning artifact.
	Name *string `type:"string"`

	// The product identifier.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The identifier of the provisioning artifact.
	//
	// ProvisioningArtifactId is a required field
	ProvisioningArtifactId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateProvisioningArtifactInput) GoString

GoString returns the string representation

func (*UpdateProvisioningArtifactInput) SetAcceptLanguage

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*UpdateProvisioningArtifactInput) SetActive

SetActive sets the Active field's value.

func (*UpdateProvisioningArtifactInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateProvisioningArtifactInput) SetGuidance

SetGuidance sets the Guidance field's value.

func (*UpdateProvisioningArtifactInput) SetName

SetName sets the Name field's value.

func (*UpdateProvisioningArtifactInput) SetProductId

SetProductId sets the ProductId field's value.

func (*UpdateProvisioningArtifactInput) SetProvisioningArtifactId

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (UpdateProvisioningArtifactInput) String

String returns the string representation

func (*UpdateProvisioningArtifactInput) Validate

func (s *UpdateProvisioningArtifactInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateProvisioningArtifactOutput

type UpdateProvisioningArtifactOutput struct {

	// The URL of the CloudFormation template in Amazon S3.
	Info map[string]*string `min:"1" type:"map"`

	// Information about the provisioning artifact.
	ProvisioningArtifactDetail *ProvisioningArtifactDetail `type:"structure"`

	// The status of the current request.
	Status *string `type:"string" enum:"Status"`
	// contains filtered or unexported fields
}

func (UpdateProvisioningArtifactOutput) GoString

GoString returns the string representation

func (*UpdateProvisioningArtifactOutput) SetInfo

SetInfo sets the Info field's value.

func (*UpdateProvisioningArtifactOutput) SetProvisioningArtifactDetail

SetProvisioningArtifactDetail sets the ProvisioningArtifactDetail field's value.

func (*UpdateProvisioningArtifactOutput) SetStatus

SetStatus sets the Status field's value.

func (UpdateProvisioningArtifactOutput) String

String returns the string representation

type UpdateProvisioningParameter

type UpdateProvisioningParameter struct {

	// The parameter key.
	Key *string `min:"1" type:"string"`

	// If set to true, Value is ignored and the previous parameter value is kept.
	UsePreviousValue *bool `type:"boolean"`

	// The parameter value.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

The parameter key-value pair used to update a provisioned product.

func (UpdateProvisioningParameter) GoString

func (s UpdateProvisioningParameter) GoString() string

GoString returns the string representation

func (*UpdateProvisioningParameter) SetKey

SetKey sets the Key field's value.

func (*UpdateProvisioningParameter) SetUsePreviousValue

SetUsePreviousValue sets the UsePreviousValue field's value.

func (*UpdateProvisioningParameter) SetValue

SetValue sets the Value field's value.

func (UpdateProvisioningParameter) String

String returns the string representation

func (*UpdateProvisioningParameter) Validate

func (s *UpdateProvisioningParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateProvisioningPreferences

type UpdateProvisioningPreferences struct {

	// One or more AWS accounts that will have access to the provisioned product.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// The AWS accounts specified should be within the list of accounts in the STACKSET
	// constraint. To get the list of accounts in the STACKSET constraint, use the
	// DescribeProvisioningParameters operation.
	//
	// If no values are specified, the default value is all accounts from the STACKSET
	// constraint.
	StackSetAccounts []*string `type:"list"`

	// The number of accounts, per region, for which this operation can fail before
	// AWS Service Catalog stops the operation in that region. If the operation
	// is stopped in a region, AWS Service Catalog doesn't attempt the operation
	// in any subsequent regions.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage,
	// but not both.
	//
	// The default value is 0 if no value is specified.
	StackSetFailureToleranceCount *int64 `type:"integer"`

	// The percentage of accounts, per region, for which this stack operation can
	// fail before AWS Service Catalog stops the operation in that region. If the
	// operation is stopped in a region, AWS Service Catalog doesn't attempt the
	// operation in any subsequent regions.
	//
	// When calculating the number of accounts based on the specified percentage,
	// AWS Service Catalog rounds down to the next whole number.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage,
	// but not both.
	StackSetFailureTolerancePercentage *int64 `type:"integer"`

	// The maximum number of accounts in which to perform this operation at one
	// time. This is dependent on the value of StackSetFailureToleranceCount. StackSetMaxConcurrentCount
	// is at most one more than the StackSetFailureToleranceCount.
	//
	// Note that this setting lets you specify the maximum for operations. For large
	// deployments, under certain circumstances the actual number of accounts acted
	// upon concurrently may be lower due to service throttling.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage,
	// but not both.
	StackSetMaxConcurrencyCount *int64 `min:"1" type:"integer"`

	// The maximum percentage of accounts in which to perform this operation at
	// one time.
	//
	// When calculating the number of accounts based on the specified percentage,
	// AWS Service Catalog rounds down to the next whole number. This is true except
	// in cases where rounding down would result is zero. In this case, AWS Service
	// Catalog sets the number as 1 instead.
	//
	// Note that this setting lets you specify the maximum for operations. For large
	// deployments, under certain circumstances the actual number of accounts acted
	// upon concurrently may be lower due to service throttling.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage,
	// but not both.
	StackSetMaxConcurrencyPercentage *int64 `min:"1" type:"integer"`

	// Determines what action AWS Service Catalog performs to a stack set or a stack
	// instance represented by the provisioned product. The default value is UPDATE
	// if nothing is specified.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// CREATE
	//
	// Creates a new stack instance in the stack set represented by the provisioned
	// product. In this case, only new stack instances are created based on accounts
	// and regions; if new ProductId or ProvisioningArtifactID are passed, they
	// will be ignored.
	//
	// UPDATE
	//
	// Updates the stack set represented by the provisioned product and also its
	// stack instances.
	//
	// DELETE
	//
	// Deletes a stack instance in the stack set represented by the provisioned
	// product.
	StackSetOperationType *string `type:"string" enum:"StackSetOperationType"`

	// One or more AWS Regions where the provisioned product will be available.
	//
	// Applicable only to a CFN_STACKSET provisioned product type.
	//
	// The specified regions should be within the list of regions from the STACKSET
	// constraint. To get the list of regions in the STACKSET constraint, use the
	// DescribeProvisioningParameters operation.
	//
	// If no values are specified, the default value is all regions from the STACKSET
	// constraint.
	StackSetRegions []*string `type:"list"`
	// contains filtered or unexported fields
}

The user-defined preferences that will be applied when updating a provisioned product. Not all preferences are applicable to all provisioned product types.

func (UpdateProvisioningPreferences) GoString

GoString returns the string representation

func (*UpdateProvisioningPreferences) SetStackSetAccounts

SetStackSetAccounts sets the StackSetAccounts field's value.

func (*UpdateProvisioningPreferences) SetStackSetFailureToleranceCount

func (s *UpdateProvisioningPreferences) SetStackSetFailureToleranceCount(v int64) *UpdateProvisioningPreferences

SetStackSetFailureToleranceCount sets the StackSetFailureToleranceCount field's value.

func (*UpdateProvisioningPreferences) SetStackSetFailureTolerancePercentage

func (s *UpdateProvisioningPreferences) SetStackSetFailureTolerancePercentage(v int64) *UpdateProvisioningPreferences

SetStackSetFailureTolerancePercentage sets the StackSetFailureTolerancePercentage field's value.

func (*UpdateProvisioningPreferences) SetStackSetMaxConcurrencyCount

func (s *UpdateProvisioningPreferences) SetStackSetMaxConcurrencyCount(v int64) *UpdateProvisioningPreferences

SetStackSetMaxConcurrencyCount sets the StackSetMaxConcurrencyCount field's value.

func (*UpdateProvisioningPreferences) SetStackSetMaxConcurrencyPercentage

func (s *UpdateProvisioningPreferences) SetStackSetMaxConcurrencyPercentage(v int64) *UpdateProvisioningPreferences

SetStackSetMaxConcurrencyPercentage sets the StackSetMaxConcurrencyPercentage field's value.

func (*UpdateProvisioningPreferences) SetStackSetOperationType

func (s *UpdateProvisioningPreferences) SetStackSetOperationType(v string) *UpdateProvisioningPreferences

SetStackSetOperationType sets the StackSetOperationType field's value.

func (*UpdateProvisioningPreferences) SetStackSetRegions

SetStackSetRegions sets the StackSetRegions field's value.

func (UpdateProvisioningPreferences) String

String returns the string representation

func (*UpdateProvisioningPreferences) Validate

func (s *UpdateProvisioningPreferences) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateServiceActionInput

type UpdateServiceActionInput struct {

	// The language code.
	//
	//    * en - English (default)
	//
	//    * jp - Japanese
	//
	//    * zh - Chinese
	AcceptLanguage *string `type:"string"`

	// A map that defines the self-service action.
	Definition map[string]*string `min:"1" type:"map"`

	// The self-service action description.
	Description *string `type:"string"`

	// The self-service action identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The self-service action name.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateServiceActionInput) GoString

func (s UpdateServiceActionInput) GoString() string

GoString returns the string representation

func (*UpdateServiceActionInput) SetAcceptLanguage

func (s *UpdateServiceActionInput) SetAcceptLanguage(v string) *UpdateServiceActionInput

SetAcceptLanguage sets the AcceptLanguage field's value.

func (*UpdateServiceActionInput) SetDefinition

SetDefinition sets the Definition field's value.

func (*UpdateServiceActionInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateServiceActionInput) SetId

SetId sets the Id field's value.

func (*UpdateServiceActionInput) SetName

SetName sets the Name field's value.

func (UpdateServiceActionInput) String

func (s UpdateServiceActionInput) String() string

String returns the string representation

func (*UpdateServiceActionInput) Validate

func (s *UpdateServiceActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateServiceActionOutput

type UpdateServiceActionOutput struct {

	// Detailed information about the self-service action.
	ServiceActionDetail *ServiceActionDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateServiceActionOutput) GoString

func (s UpdateServiceActionOutput) GoString() string

GoString returns the string representation

func (*UpdateServiceActionOutput) SetServiceActionDetail

SetServiceActionDetail sets the ServiceActionDetail field's value.

func (UpdateServiceActionOutput) String

func (s UpdateServiceActionOutput) String() string

String returns the string representation

type UpdateTagOptionInput

type UpdateTagOptionInput struct {

	// The updated active state.
	Active *bool `type:"boolean"`

	// The TagOption identifier.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The updated value.
	Value *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateTagOptionInput) GoString

func (s UpdateTagOptionInput) GoString() string

GoString returns the string representation

func (*UpdateTagOptionInput) SetActive

SetActive sets the Active field's value.

func (*UpdateTagOptionInput) SetId

SetId sets the Id field's value.

func (*UpdateTagOptionInput) SetValue

SetValue sets the Value field's value.

func (UpdateTagOptionInput) String

func (s UpdateTagOptionInput) String() string

String returns the string representation

func (*UpdateTagOptionInput) Validate

func (s *UpdateTagOptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTagOptionOutput

type UpdateTagOptionOutput struct {

	// Information about the TagOption.
	TagOptionDetail *TagOptionDetail `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateTagOptionOutput) GoString

func (s UpdateTagOptionOutput) GoString() string

GoString returns the string representation

func (*UpdateTagOptionOutput) SetTagOptionDetail

func (s *UpdateTagOptionOutput) SetTagOptionDetail(v *TagOptionDetail) *UpdateTagOptionOutput

SetTagOptionDetail sets the TagOptionDetail field's value.

func (UpdateTagOptionOutput) String

func (s UpdateTagOptionOutput) String() string

String returns the string representation

type UsageInstruction

type UsageInstruction struct {

	// The usage instruction type for the value.
	Type *string `type:"string"`

	// The usage instruction value for this type.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

Additional information provided by the administrator.

func (UsageInstruction) GoString

func (s UsageInstruction) GoString() string

GoString returns the string representation

func (*UsageInstruction) SetType

func (s *UsageInstruction) SetType(v string) *UsageInstruction

SetType sets the Type field's value.

func (*UsageInstruction) SetValue

func (s *UsageInstruction) SetValue(v string) *UsageInstruction

SetValue sets the Value field's value.

func (UsageInstruction) String

func (s UsageInstruction) String() string

String returns the string representation

Directories

Path Synopsis
Package servicecatalogiface provides an interface to enable mocking the AWS Service Catalog service client for testing your code.
Package servicecatalogiface provides an interface to enable mocking the AWS Service Catalog service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL