Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const EndpointsID + const ErrCodeAlreadyExistsException + const ErrCodeClientTokenConflictException + const ErrCodeConcurrentModificationException + const ErrCodeConcurrentOperationException + const ErrCodeGeneralServiceException + const ErrCodeHandlerFailureException + const ErrCodeHandlerInternalFailureException + const ErrCodeInvalidCredentialsException + const ErrCodeInvalidRequestException + const ErrCodeNetworkFailureException + const ErrCodeNotStabilizedException + const ErrCodeNotUpdatableException + const ErrCodePrivateTypeException + const ErrCodeRequestTokenNotFoundException + const ErrCodeResourceConflictException + const ErrCodeResourceNotFoundException + const ErrCodeServiceInternalErrorException + const ErrCodeServiceLimitExceededException + const ErrCodeThrottlingException + const ErrCodeTypeNotFoundException + const ErrCodeUnsupportedActionException + const HandlerErrorCodeAccessDenied + const HandlerErrorCodeAlreadyExists + const HandlerErrorCodeGeneralServiceException + const HandlerErrorCodeInternalFailure + const HandlerErrorCodeInvalidCredentials + const HandlerErrorCodeInvalidRequest + const HandlerErrorCodeNetworkFailure + const HandlerErrorCodeNotFound + const HandlerErrorCodeNotStabilized + const HandlerErrorCodeNotUpdatable + const HandlerErrorCodeResourceConflict + const HandlerErrorCodeServiceInternalError + const HandlerErrorCodeServiceLimitExceeded + const HandlerErrorCodeServiceTimeout + const HandlerErrorCodeThrottling + const OperationCreate + const OperationDelete + const OperationStatusCancelComplete + const OperationStatusCancelInProgress + const OperationStatusFailed + const OperationStatusInProgress + const OperationStatusPending + const OperationStatusSuccess + const OperationUpdate + const ServiceID + const ServiceName + func HandlerErrorCode_Values() []string + func OperationStatus_Values() []string + func Operation_Values() []string + type AlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AlreadyExistsException) Code() string + func (s *AlreadyExistsException) Error() string + func (s *AlreadyExistsException) Message() string + func (s *AlreadyExistsException) OrigErr() error + func (s *AlreadyExistsException) RequestID() string + func (s *AlreadyExistsException) StatusCode() int + func (s AlreadyExistsException) GoString() string + func (s AlreadyExistsException) String() string + type CancelResourceRequestInput struct + RequestToken *string + func (s *CancelResourceRequestInput) SetRequestToken(v string) *CancelResourceRequestInput + func (s *CancelResourceRequestInput) Validate() error + func (s CancelResourceRequestInput) GoString() string + func (s CancelResourceRequestInput) String() string + type CancelResourceRequestOutput struct + ProgressEvent *ProgressEvent + func (s *CancelResourceRequestOutput) SetProgressEvent(v *ProgressEvent) *CancelResourceRequestOutput + func (s CancelResourceRequestOutput) GoString() string + func (s CancelResourceRequestOutput) String() string + type ClientTokenConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ClientTokenConflictException) Code() string + func (s *ClientTokenConflictException) Error() string + func (s *ClientTokenConflictException) Message() string + func (s *ClientTokenConflictException) OrigErr() error + func (s *ClientTokenConflictException) RequestID() string + func (s *ClientTokenConflictException) StatusCode() int + func (s ClientTokenConflictException) GoString() string + func (s ClientTokenConflictException) String() string + type CloudControlApi struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudControlApi + func (c *CloudControlApi) CancelResourceRequest(input *CancelResourceRequestInput) (*CancelResourceRequestOutput, error) + func (c *CloudControlApi) CancelResourceRequestRequest(input *CancelResourceRequestInput) (req *request.Request, output *CancelResourceRequestOutput) + func (c *CloudControlApi) CancelResourceRequestWithContext(ctx aws.Context, input *CancelResourceRequestInput, opts ...request.Option) (*CancelResourceRequestOutput, error) + func (c *CloudControlApi) CreateResource(input *CreateResourceInput) (*CreateResourceOutput, error) + func (c *CloudControlApi) CreateResourceRequest(input *CreateResourceInput) (req *request.Request, output *CreateResourceOutput) + func (c *CloudControlApi) CreateResourceWithContext(ctx aws.Context, input *CreateResourceInput, opts ...request.Option) (*CreateResourceOutput, error) + func (c *CloudControlApi) DeleteResource(input *DeleteResourceInput) (*DeleteResourceOutput, error) + func (c *CloudControlApi) DeleteResourceRequest(input *DeleteResourceInput) (req *request.Request, output *DeleteResourceOutput) + func (c *CloudControlApi) DeleteResourceWithContext(ctx aws.Context, input *DeleteResourceInput, opts ...request.Option) (*DeleteResourceOutput, error) + func (c *CloudControlApi) GetResource(input *GetResourceInput) (*GetResourceOutput, error) + func (c *CloudControlApi) GetResourceRequest(input *GetResourceInput) (req *request.Request, output *GetResourceOutput) + func (c *CloudControlApi) GetResourceRequestStatus(input *GetResourceRequestStatusInput) (*GetResourceRequestStatusOutput, error) + func (c *CloudControlApi) GetResourceRequestStatusRequest(input *GetResourceRequestStatusInput) (req *request.Request, output *GetResourceRequestStatusOutput) + func (c *CloudControlApi) GetResourceRequestStatusWithContext(ctx aws.Context, input *GetResourceRequestStatusInput, opts ...request.Option) (*GetResourceRequestStatusOutput, error) + func (c *CloudControlApi) GetResourceWithContext(ctx aws.Context, input *GetResourceInput, opts ...request.Option) (*GetResourceOutput, error) + func (c *CloudControlApi) ListResourceRequests(input *ListResourceRequestsInput) (*ListResourceRequestsOutput, error) + func (c *CloudControlApi) ListResourceRequestsPages(input *ListResourceRequestsInput, ...) error + func (c *CloudControlApi) ListResourceRequestsPagesWithContext(ctx aws.Context, input *ListResourceRequestsInput, ...) error + func (c *CloudControlApi) ListResourceRequestsRequest(input *ListResourceRequestsInput) (req *request.Request, output *ListResourceRequestsOutput) + func (c *CloudControlApi) ListResourceRequestsWithContext(ctx aws.Context, input *ListResourceRequestsInput, opts ...request.Option) (*ListResourceRequestsOutput, error) + func (c *CloudControlApi) ListResources(input *ListResourcesInput) (*ListResourcesOutput, error) + func (c *CloudControlApi) ListResourcesPages(input *ListResourcesInput, fn func(*ListResourcesOutput, bool) bool) error + func (c *CloudControlApi) ListResourcesPagesWithContext(ctx aws.Context, input *ListResourcesInput, ...) error + func (c *CloudControlApi) ListResourcesRequest(input *ListResourcesInput) (req *request.Request, output *ListResourcesOutput) + func (c *CloudControlApi) ListResourcesWithContext(ctx aws.Context, input *ListResourcesInput, opts ...request.Option) (*ListResourcesOutput, error) + func (c *CloudControlApi) UpdateResource(input *UpdateResourceInput) (*UpdateResourceOutput, error) + func (c *CloudControlApi) UpdateResourceRequest(input *UpdateResourceInput) (req *request.Request, output *UpdateResourceOutput) + func (c *CloudControlApi) UpdateResourceWithContext(ctx aws.Context, input *UpdateResourceInput, opts ...request.Option) (*UpdateResourceOutput, error) + func (c *CloudControlApi) WaitUntilResourceRequestSuccess(input *GetResourceRequestStatusInput) error + func (c *CloudControlApi) WaitUntilResourceRequestSuccessWithContext(ctx aws.Context, input *GetResourceRequestStatusInput, ...) error + type ConcurrentModificationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConcurrentModificationException) Code() string + func (s *ConcurrentModificationException) Error() string + func (s *ConcurrentModificationException) Message() string + func (s *ConcurrentModificationException) OrigErr() error + func (s *ConcurrentModificationException) RequestID() string + func (s *ConcurrentModificationException) StatusCode() int + func (s ConcurrentModificationException) GoString() string + func (s ConcurrentModificationException) String() string + type ConcurrentOperationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConcurrentOperationException) Code() string + func (s *ConcurrentOperationException) Error() string + func (s *ConcurrentOperationException) Message() string + func (s *ConcurrentOperationException) OrigErr() error + func (s *ConcurrentOperationException) RequestID() string + func (s *ConcurrentOperationException) StatusCode() int + func (s ConcurrentOperationException) GoString() string + func (s ConcurrentOperationException) String() string + type CreateResourceInput struct + ClientToken *string + DesiredState *string + RoleArn *string + TypeName *string + TypeVersionId *string + func (s *CreateResourceInput) SetClientToken(v string) *CreateResourceInput + func (s *CreateResourceInput) SetDesiredState(v string) *CreateResourceInput + func (s *CreateResourceInput) SetRoleArn(v string) *CreateResourceInput + func (s *CreateResourceInput) SetTypeName(v string) *CreateResourceInput + func (s *CreateResourceInput) SetTypeVersionId(v string) *CreateResourceInput + func (s *CreateResourceInput) Validate() error + func (s CreateResourceInput) GoString() string + func (s CreateResourceInput) String() string + type CreateResourceOutput struct + ProgressEvent *ProgressEvent + func (s *CreateResourceOutput) SetProgressEvent(v *ProgressEvent) *CreateResourceOutput + func (s CreateResourceOutput) GoString() string + func (s CreateResourceOutput) String() string + type DeleteResourceInput struct + ClientToken *string + Identifier *string + RoleArn *string + TypeName *string + TypeVersionId *string + func (s *DeleteResourceInput) SetClientToken(v string) *DeleteResourceInput + func (s *DeleteResourceInput) SetIdentifier(v string) *DeleteResourceInput + func (s *DeleteResourceInput) SetRoleArn(v string) *DeleteResourceInput + func (s *DeleteResourceInput) SetTypeName(v string) *DeleteResourceInput + func (s *DeleteResourceInput) SetTypeVersionId(v string) *DeleteResourceInput + func (s *DeleteResourceInput) Validate() error + func (s DeleteResourceInput) GoString() string + func (s DeleteResourceInput) String() string + type DeleteResourceOutput struct + ProgressEvent *ProgressEvent + func (s *DeleteResourceOutput) SetProgressEvent(v *ProgressEvent) *DeleteResourceOutput + func (s DeleteResourceOutput) GoString() string + func (s DeleteResourceOutput) String() string + type GeneralServiceException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *GeneralServiceException) Code() string + func (s *GeneralServiceException) Error() string + func (s *GeneralServiceException) Message() string + func (s *GeneralServiceException) OrigErr() error + func (s *GeneralServiceException) RequestID() string + func (s *GeneralServiceException) StatusCode() int + func (s GeneralServiceException) GoString() string + func (s GeneralServiceException) String() string + type GetResourceInput struct + Identifier *string + RoleArn *string + TypeName *string + TypeVersionId *string + func (s *GetResourceInput) SetIdentifier(v string) *GetResourceInput + func (s *GetResourceInput) SetRoleArn(v string) *GetResourceInput + func (s *GetResourceInput) SetTypeName(v string) *GetResourceInput + func (s *GetResourceInput) SetTypeVersionId(v string) *GetResourceInput + func (s *GetResourceInput) Validate() error + func (s GetResourceInput) GoString() string + func (s GetResourceInput) String() string + type GetResourceOutput struct + ResourceDescription *ResourceDescription + TypeName *string + func (s *GetResourceOutput) SetResourceDescription(v *ResourceDescription) *GetResourceOutput + func (s *GetResourceOutput) SetTypeName(v string) *GetResourceOutput + func (s GetResourceOutput) GoString() string + func (s GetResourceOutput) String() string + type GetResourceRequestStatusInput struct + RequestToken *string + func (s *GetResourceRequestStatusInput) SetRequestToken(v string) *GetResourceRequestStatusInput + func (s *GetResourceRequestStatusInput) Validate() error + func (s GetResourceRequestStatusInput) GoString() string + func (s GetResourceRequestStatusInput) String() string + type GetResourceRequestStatusOutput struct + ProgressEvent *ProgressEvent + func (s *GetResourceRequestStatusOutput) SetProgressEvent(v *ProgressEvent) *GetResourceRequestStatusOutput + func (s GetResourceRequestStatusOutput) GoString() string + func (s GetResourceRequestStatusOutput) String() string + type HandlerFailureException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *HandlerFailureException) Code() string + func (s *HandlerFailureException) Error() string + func (s *HandlerFailureException) Message() string + func (s *HandlerFailureException) OrigErr() error + func (s *HandlerFailureException) RequestID() string + func (s *HandlerFailureException) StatusCode() int + func (s HandlerFailureException) GoString() string + func (s HandlerFailureException) String() string + type HandlerInternalFailureException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *HandlerInternalFailureException) Code() string + func (s *HandlerInternalFailureException) Error() string + func (s *HandlerInternalFailureException) Message() string + func (s *HandlerInternalFailureException) OrigErr() error + func (s *HandlerInternalFailureException) RequestID() string + func (s *HandlerInternalFailureException) StatusCode() int + func (s HandlerInternalFailureException) GoString() string + func (s HandlerInternalFailureException) String() string + type InvalidCredentialsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidCredentialsException) Code() string + func (s *InvalidCredentialsException) Error() string + func (s *InvalidCredentialsException) Message() string + func (s *InvalidCredentialsException) OrigErr() error + func (s *InvalidCredentialsException) RequestID() string + func (s *InvalidCredentialsException) StatusCode() int + func (s InvalidCredentialsException) GoString() string + func (s InvalidCredentialsException) String() string + type InvalidRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidRequestException) Code() string + func (s *InvalidRequestException) Error() string + func (s *InvalidRequestException) Message() string + func (s *InvalidRequestException) OrigErr() error + func (s *InvalidRequestException) RequestID() string + func (s *InvalidRequestException) StatusCode() int + func (s InvalidRequestException) GoString() string + func (s InvalidRequestException) String() string + type ListResourceRequestsInput struct + MaxResults *int64 + NextToken *string + ResourceRequestStatusFilter *ResourceRequestStatusFilter + func (s *ListResourceRequestsInput) SetMaxResults(v int64) *ListResourceRequestsInput + func (s *ListResourceRequestsInput) SetNextToken(v string) *ListResourceRequestsInput + func (s *ListResourceRequestsInput) SetResourceRequestStatusFilter(v *ResourceRequestStatusFilter) *ListResourceRequestsInput + func (s *ListResourceRequestsInput) Validate() error + func (s ListResourceRequestsInput) GoString() string + func (s ListResourceRequestsInput) String() string + type ListResourceRequestsOutput struct + NextToken *string + ResourceRequestStatusSummaries []*ProgressEvent + func (s *ListResourceRequestsOutput) SetNextToken(v string) *ListResourceRequestsOutput + func (s *ListResourceRequestsOutput) SetResourceRequestStatusSummaries(v []*ProgressEvent) *ListResourceRequestsOutput + func (s ListResourceRequestsOutput) GoString() string + func (s ListResourceRequestsOutput) String() string + type ListResourcesInput struct + MaxResults *int64 + NextToken *string + ResourceModel *string + RoleArn *string + TypeName *string + TypeVersionId *string + func (s *ListResourcesInput) SetMaxResults(v int64) *ListResourcesInput + func (s *ListResourcesInput) SetNextToken(v string) *ListResourcesInput + func (s *ListResourcesInput) SetResourceModel(v string) *ListResourcesInput + func (s *ListResourcesInput) SetRoleArn(v string) *ListResourcesInput + func (s *ListResourcesInput) SetTypeName(v string) *ListResourcesInput + func (s *ListResourcesInput) SetTypeVersionId(v string) *ListResourcesInput + func (s *ListResourcesInput) Validate() error + func (s ListResourcesInput) GoString() string + func (s ListResourcesInput) String() string + type ListResourcesOutput struct + NextToken *string + ResourceDescriptions []*ResourceDescription + TypeName *string + func (s *ListResourcesOutput) SetNextToken(v string) *ListResourcesOutput + func (s *ListResourcesOutput) SetResourceDescriptions(v []*ResourceDescription) *ListResourcesOutput + func (s *ListResourcesOutput) SetTypeName(v string) *ListResourcesOutput + func (s ListResourcesOutput) GoString() string + func (s ListResourcesOutput) String() string + type NetworkFailureException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NetworkFailureException) Code() string + func (s *NetworkFailureException) Error() string + func (s *NetworkFailureException) Message() string + func (s *NetworkFailureException) OrigErr() error + func (s *NetworkFailureException) RequestID() string + func (s *NetworkFailureException) StatusCode() int + func (s NetworkFailureException) GoString() string + func (s NetworkFailureException) String() string + type NotStabilizedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotStabilizedException) Code() string + func (s *NotStabilizedException) Error() string + func (s *NotStabilizedException) Message() string + func (s *NotStabilizedException) OrigErr() error + func (s *NotStabilizedException) RequestID() string + func (s *NotStabilizedException) StatusCode() int + func (s NotStabilizedException) GoString() string + func (s NotStabilizedException) String() string + type NotUpdatableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotUpdatableException) Code() string + func (s *NotUpdatableException) Error() string + func (s *NotUpdatableException) Message() string + func (s *NotUpdatableException) OrigErr() error + func (s *NotUpdatableException) RequestID() string + func (s *NotUpdatableException) StatusCode() int + func (s NotUpdatableException) GoString() string + func (s NotUpdatableException) String() string + type PrivateTypeException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PrivateTypeException) Code() string + func (s *PrivateTypeException) Error() string + func (s *PrivateTypeException) Message() string + func (s *PrivateTypeException) OrigErr() error + func (s *PrivateTypeException) RequestID() string + func (s *PrivateTypeException) StatusCode() int + func (s PrivateTypeException) GoString() string + func (s PrivateTypeException) String() string + type ProgressEvent struct + ErrorCode *string + EventTime *time.Time + Identifier *string + Operation *string + OperationStatus *string + RequestToken *string + ResourceModel *string + RetryAfter *time.Time + StatusMessage *string + TypeName *string + func (s *ProgressEvent) SetErrorCode(v string) *ProgressEvent + func (s *ProgressEvent) SetEventTime(v time.Time) *ProgressEvent + func (s *ProgressEvent) SetIdentifier(v string) *ProgressEvent + func (s *ProgressEvent) SetOperation(v string) *ProgressEvent + func (s *ProgressEvent) SetOperationStatus(v string) *ProgressEvent + func (s *ProgressEvent) SetRequestToken(v string) *ProgressEvent + func (s *ProgressEvent) SetResourceModel(v string) *ProgressEvent + func (s *ProgressEvent) SetRetryAfter(v time.Time) *ProgressEvent + func (s *ProgressEvent) SetStatusMessage(v string) *ProgressEvent + func (s *ProgressEvent) SetTypeName(v string) *ProgressEvent + func (s ProgressEvent) GoString() string + func (s ProgressEvent) String() string + type RequestTokenNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *RequestTokenNotFoundException) Code() string + func (s *RequestTokenNotFoundException) Error() string + func (s *RequestTokenNotFoundException) Message() string + func (s *RequestTokenNotFoundException) OrigErr() error + func (s *RequestTokenNotFoundException) RequestID() string + func (s *RequestTokenNotFoundException) StatusCode() int + func (s RequestTokenNotFoundException) GoString() string + func (s RequestTokenNotFoundException) String() string + type ResourceConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceConflictException) Code() string + func (s *ResourceConflictException) Error() string + func (s *ResourceConflictException) Message() string + func (s *ResourceConflictException) OrigErr() error + func (s *ResourceConflictException) RequestID() string + func (s *ResourceConflictException) StatusCode() int + func (s ResourceConflictException) GoString() string + func (s ResourceConflictException) String() string + type ResourceDescription struct + Identifier *string + Properties *string + func (s *ResourceDescription) SetIdentifier(v string) *ResourceDescription + func (s *ResourceDescription) SetProperties(v string) *ResourceDescription + func (s ResourceDescription) GoString() string + func (s ResourceDescription) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ResourceRequestStatusFilter struct + OperationStatuses []*string + Operations []*string + func (s *ResourceRequestStatusFilter) SetOperationStatuses(v []*string) *ResourceRequestStatusFilter + func (s *ResourceRequestStatusFilter) SetOperations(v []*string) *ResourceRequestStatusFilter + func (s ResourceRequestStatusFilter) GoString() string + func (s ResourceRequestStatusFilter) String() string + type ServiceInternalErrorException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceInternalErrorException) Code() string + func (s *ServiceInternalErrorException) Error() string + func (s *ServiceInternalErrorException) Message() string + func (s *ServiceInternalErrorException) OrigErr() error + func (s *ServiceInternalErrorException) RequestID() string + func (s *ServiceInternalErrorException) StatusCode() int + func (s ServiceInternalErrorException) GoString() string + func (s ServiceInternalErrorException) String() string + type ServiceLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceLimitExceededException) Code() string + func (s *ServiceLimitExceededException) Error() string + func (s *ServiceLimitExceededException) Message() string + func (s *ServiceLimitExceededException) OrigErr() error + func (s *ServiceLimitExceededException) RequestID() string + func (s *ServiceLimitExceededException) StatusCode() int + func (s ServiceLimitExceededException) GoString() string + func (s ServiceLimitExceededException) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type TypeNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TypeNotFoundException) Code() string + func (s *TypeNotFoundException) Error() string + func (s *TypeNotFoundException) Message() string + func (s *TypeNotFoundException) OrigErr() error + func (s *TypeNotFoundException) RequestID() string + func (s *TypeNotFoundException) StatusCode() int + func (s TypeNotFoundException) GoString() string + func (s TypeNotFoundException) String() string + type UnsupportedActionException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnsupportedActionException) Code() string + func (s *UnsupportedActionException) Error() string + func (s *UnsupportedActionException) Message() string + func (s *UnsupportedActionException) OrigErr() error + func (s *UnsupportedActionException) RequestID() string + func (s *UnsupportedActionException) StatusCode() int + func (s UnsupportedActionException) GoString() string + func (s UnsupportedActionException) String() string + type UpdateResourceInput struct + ClientToken *string + Identifier *string + PatchDocument *string + RoleArn *string + TypeName *string + TypeVersionId *string + func (s *UpdateResourceInput) SetClientToken(v string) *UpdateResourceInput + func (s *UpdateResourceInput) SetIdentifier(v string) *UpdateResourceInput + func (s *UpdateResourceInput) SetPatchDocument(v string) *UpdateResourceInput + func (s *UpdateResourceInput) SetRoleArn(v string) *UpdateResourceInput + func (s *UpdateResourceInput) SetTypeName(v string) *UpdateResourceInput + func (s *UpdateResourceInput) SetTypeVersionId(v string) *UpdateResourceInput + func (s *UpdateResourceInput) Validate() error + func (s UpdateResourceInput) GoString() string + func (s UpdateResourceInput) String() string + type UpdateResourceOutput struct + ProgressEvent *ProgressEvent + func (s *UpdateResourceOutput) SetProgressEvent(v *ProgressEvent) *UpdateResourceOutput + func (s UpdateResourceOutput) GoString() string + func (s UpdateResourceOutput) String() string