Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 Changes in this version + const ApiGatewayEndpointTypePrivate + const ApiGatewayEndpointTypeRegional + const ApplicationStateActive + const ApplicationStateCreating + const ApplicationStateDeleting + const ApplicationStateFailed + const ApplicationStateUpdating + const EndpointsID + const EnvironmentStateActive + const EnvironmentStateCreating + const EnvironmentStateDeleting + const EnvironmentStateFailed + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeInvalidResourcePolicyException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const ErrorCodeInvalidResourceState + const ErrorCodeNotAuthorized + const ErrorCodeRequestLimitExceeded + const ErrorCodeResourceCreationFailure + const ErrorCodeResourceDeletionFailure + const ErrorCodeResourceInUse + const ErrorCodeResourceLimitExceeded + const ErrorCodeResourceNotFound + const ErrorCodeResourceRetrievalFailure + const ErrorCodeResourceUpdateFailure + const ErrorCodeServiceEndpointHealthCheckFailure + const ErrorCodeStateTransitionFailure + const ErrorResourceTypeApiGateway + const ErrorResourceTypeApplication + const ErrorResourceTypeEnvironment + const ErrorResourceTypeIamRole + const ErrorResourceTypeLambda + const ErrorResourceTypeLoadBalancerListener + const ErrorResourceTypeNlb + const ErrorResourceTypeResourceShare + const ErrorResourceTypeRoute + const ErrorResourceTypeRouteTable + const ErrorResourceTypeSecurityGroup + const ErrorResourceTypeService + const ErrorResourceTypeSubnet + const ErrorResourceTypeTargetGroup + const ErrorResourceTypeTransitGateway + const ErrorResourceTypeTransitGatewayAttachment + const ErrorResourceTypeVpc + const ErrorResourceTypeVpcEndpointServiceConfiguration + const ErrorResourceTypeVpcLink + const HttpMethodDelete + const HttpMethodGet + const HttpMethodHead + const HttpMethodOptions + const HttpMethodPatch + const HttpMethodPost + const HttpMethodPut + const NetworkFabricTypeNone + const NetworkFabricTypeTransitGateway + const ProxyTypeApiGateway + const RouteActivationStateActive + const RouteActivationStateInactive + const RouteStateActive + const RouteStateCreating + const RouteStateDeleting + const RouteStateFailed + const RouteStateInactive + const RouteStateUpdating + const RouteTypeDefault + const RouteTypeUriPath + const ServiceEndpointTypeLambda + const ServiceEndpointTypeUrl + const ServiceID + const ServiceName + const ServiceStateActive + const ServiceStateCreating + const ServiceStateDeleting + const ServiceStateFailed + func ApiGatewayEndpointType_Values() []string + func ApplicationState_Values() []string + func EnvironmentState_Values() []string + func ErrorCode_Values() []string + func ErrorResourceType_Values() []string + func HttpMethod_Values() []string + func NetworkFabricType_Values() []string + func ProxyType_Values() []string + func RouteActivationState_Values() []string + func RouteState_Values() []string + func RouteType_Values() []string + func ServiceEndpointType_Values() []string + func ServiceState_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type ApiGatewayProxyConfig struct + ApiGatewayId *string + EndpointType *string + NlbArn *string + NlbName *string + ProxyUrl *string + StageName *string + VpcLinkId *string + func (s *ApiGatewayProxyConfig) SetApiGatewayId(v string) *ApiGatewayProxyConfig + func (s *ApiGatewayProxyConfig) SetEndpointType(v string) *ApiGatewayProxyConfig + func (s *ApiGatewayProxyConfig) SetNlbArn(v string) *ApiGatewayProxyConfig + func (s *ApiGatewayProxyConfig) SetNlbName(v string) *ApiGatewayProxyConfig + func (s *ApiGatewayProxyConfig) SetProxyUrl(v string) *ApiGatewayProxyConfig + func (s *ApiGatewayProxyConfig) SetStageName(v string) *ApiGatewayProxyConfig + func (s *ApiGatewayProxyConfig) SetVpcLinkId(v string) *ApiGatewayProxyConfig + func (s ApiGatewayProxyConfig) GoString() string + func (s ApiGatewayProxyConfig) String() string + type ApiGatewayProxyInput_ struct + EndpointType *string + StageName *string + func (s *ApiGatewayProxyInput_) SetEndpointType(v string) *ApiGatewayProxyInput_ + func (s *ApiGatewayProxyInput_) SetStageName(v string) *ApiGatewayProxyInput_ + func (s *ApiGatewayProxyInput_) Validate() error + func (s ApiGatewayProxyInput_) GoString() string + func (s ApiGatewayProxyInput_) String() string + type ApiGatewayProxySummary struct + ApiGatewayId *string + EndpointType *string + NlbArn *string + NlbName *string + ProxyUrl *string + StageName *string + VpcLinkId *string + func (s *ApiGatewayProxySummary) SetApiGatewayId(v string) *ApiGatewayProxySummary + func (s *ApiGatewayProxySummary) SetEndpointType(v string) *ApiGatewayProxySummary + func (s *ApiGatewayProxySummary) SetNlbArn(v string) *ApiGatewayProxySummary + func (s *ApiGatewayProxySummary) SetNlbName(v string) *ApiGatewayProxySummary + func (s *ApiGatewayProxySummary) SetProxyUrl(v string) *ApiGatewayProxySummary + func (s *ApiGatewayProxySummary) SetStageName(v string) *ApiGatewayProxySummary + func (s *ApiGatewayProxySummary) SetVpcLinkId(v string) *ApiGatewayProxySummary + func (s ApiGatewayProxySummary) GoString() string + func (s ApiGatewayProxySummary) String() string + type ApplicationSummary struct + ApiGatewayProxy *ApiGatewayProxySummary + ApplicationId *string + Arn *string + CreatedByAccountId *string + CreatedTime *time.Time + EnvironmentId *string + Error *ErrorResponse + LastUpdatedTime *time.Time + Name *string + OwnerAccountId *string + ProxyType *string + State *string + Tags map[string]*string + VpcId *string + func (s *ApplicationSummary) SetApiGatewayProxy(v *ApiGatewayProxySummary) *ApplicationSummary + func (s *ApplicationSummary) SetApplicationId(v string) *ApplicationSummary + func (s *ApplicationSummary) SetArn(v string) *ApplicationSummary + func (s *ApplicationSummary) SetCreatedByAccountId(v string) *ApplicationSummary + func (s *ApplicationSummary) SetCreatedTime(v time.Time) *ApplicationSummary + func (s *ApplicationSummary) SetEnvironmentId(v string) *ApplicationSummary + func (s *ApplicationSummary) SetError(v *ErrorResponse) *ApplicationSummary + func (s *ApplicationSummary) SetLastUpdatedTime(v time.Time) *ApplicationSummary + func (s *ApplicationSummary) SetName(v string) *ApplicationSummary + func (s *ApplicationSummary) SetOwnerAccountId(v string) *ApplicationSummary + func (s *ApplicationSummary) SetProxyType(v string) *ApplicationSummary + func (s *ApplicationSummary) SetState(v string) *ApplicationSummary + func (s *ApplicationSummary) SetTags(v map[string]*string) *ApplicationSummary + func (s *ApplicationSummary) SetVpcId(v string) *ApplicationSummary + func (s ApplicationSummary) GoString() string + func (s ApplicationSummary) String() string + type ConflictException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateApplicationInput struct + ApiGatewayProxy *ApiGatewayProxyInput_ + ClientToken *string + EnvironmentIdentifier *string + Name *string + ProxyType *string + Tags map[string]*string + VpcId *string + func (s *CreateApplicationInput) SetApiGatewayProxy(v *ApiGatewayProxyInput_) *CreateApplicationInput + func (s *CreateApplicationInput) SetClientToken(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetEnvironmentIdentifier(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetName(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetProxyType(v string) *CreateApplicationInput + func (s *CreateApplicationInput) SetTags(v map[string]*string) *CreateApplicationInput + func (s *CreateApplicationInput) SetVpcId(v string) *CreateApplicationInput + func (s *CreateApplicationInput) Validate() error + func (s CreateApplicationInput) GoString() string + func (s CreateApplicationInput) String() string + type CreateApplicationOutput struct + ApiGatewayProxy *ApiGatewayProxyInput_ + ApplicationId *string + Arn *string + CreatedByAccountId *string + CreatedTime *time.Time + EnvironmentId *string + LastUpdatedTime *time.Time + Name *string + OwnerAccountId *string + ProxyType *string + State *string + Tags map[string]*string + VpcId *string + func (s *CreateApplicationOutput) SetApiGatewayProxy(v *ApiGatewayProxyInput_) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetApplicationId(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetArn(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetCreatedByAccountId(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetCreatedTime(v time.Time) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetEnvironmentId(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetLastUpdatedTime(v time.Time) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetName(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetOwnerAccountId(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetProxyType(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetState(v string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetTags(v map[string]*string) *CreateApplicationOutput + func (s *CreateApplicationOutput) SetVpcId(v string) *CreateApplicationOutput + func (s CreateApplicationOutput) GoString() string + func (s CreateApplicationOutput) String() string + type CreateEnvironmentInput struct + ClientToken *string + Description *string + Name *string + NetworkFabricType *string + Tags map[string]*string + func (s *CreateEnvironmentInput) SetClientToken(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetDescription(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetName(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetNetworkFabricType(v string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) SetTags(v map[string]*string) *CreateEnvironmentInput + func (s *CreateEnvironmentInput) Validate() error + func (s CreateEnvironmentInput) GoString() string + func (s CreateEnvironmentInput) String() string + type CreateEnvironmentOutput struct + Arn *string + CreatedTime *time.Time + Description *string + EnvironmentId *string + LastUpdatedTime *time.Time + Name *string + NetworkFabricType *string + OwnerAccountId *string + State *string + Tags map[string]*string + func (s *CreateEnvironmentOutput) SetArn(v string) *CreateEnvironmentOutput + func (s *CreateEnvironmentOutput) SetCreatedTime(v time.Time) *CreateEnvironmentOutput + func (s *CreateEnvironmentOutput) SetDescription(v string) *CreateEnvironmentOutput + func (s *CreateEnvironmentOutput) SetEnvironmentId(v string) *CreateEnvironmentOutput + func (s *CreateEnvironmentOutput) SetLastUpdatedTime(v time.Time) *CreateEnvironmentOutput + func (s *CreateEnvironmentOutput) SetName(v string) *CreateEnvironmentOutput + func (s *CreateEnvironmentOutput) SetNetworkFabricType(v string) *CreateEnvironmentOutput + func (s *CreateEnvironmentOutput) SetOwnerAccountId(v string) *CreateEnvironmentOutput + func (s *CreateEnvironmentOutput) SetState(v string) *CreateEnvironmentOutput + func (s *CreateEnvironmentOutput) SetTags(v map[string]*string) *CreateEnvironmentOutput + func (s CreateEnvironmentOutput) GoString() string + func (s CreateEnvironmentOutput) String() string + type CreateRouteInput struct + ApplicationIdentifier *string + ClientToken *string + DefaultRoute *DefaultRouteInput_ + EnvironmentIdentifier *string + RouteType *string + ServiceIdentifier *string + Tags map[string]*string + UriPathRoute *UriPathRouteInput_ + func (s *CreateRouteInput) SetApplicationIdentifier(v string) *CreateRouteInput + func (s *CreateRouteInput) SetClientToken(v string) *CreateRouteInput + func (s *CreateRouteInput) SetDefaultRoute(v *DefaultRouteInput_) *CreateRouteInput + func (s *CreateRouteInput) SetEnvironmentIdentifier(v string) *CreateRouteInput + func (s *CreateRouteInput) SetRouteType(v string) *CreateRouteInput + func (s *CreateRouteInput) SetServiceIdentifier(v string) *CreateRouteInput + func (s *CreateRouteInput) SetTags(v map[string]*string) *CreateRouteInput + func (s *CreateRouteInput) SetUriPathRoute(v *UriPathRouteInput_) *CreateRouteInput + func (s *CreateRouteInput) Validate() error + func (s CreateRouteInput) GoString() string + func (s CreateRouteInput) String() string + type CreateRouteOutput struct + ApplicationId *string + Arn *string + CreatedByAccountId *string + CreatedTime *time.Time + LastUpdatedTime *time.Time + OwnerAccountId *string + RouteId *string + RouteType *string + ServiceId *string + State *string + Tags map[string]*string + UriPathRoute *UriPathRouteInput_ + func (s *CreateRouteOutput) SetApplicationId(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetArn(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetCreatedByAccountId(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetCreatedTime(v time.Time) *CreateRouteOutput + func (s *CreateRouteOutput) SetLastUpdatedTime(v time.Time) *CreateRouteOutput + func (s *CreateRouteOutput) SetOwnerAccountId(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetRouteId(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetRouteType(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetServiceId(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetState(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetTags(v map[string]*string) *CreateRouteOutput + func (s *CreateRouteOutput) SetUriPathRoute(v *UriPathRouteInput_) *CreateRouteOutput + func (s CreateRouteOutput) GoString() string + func (s CreateRouteOutput) String() string + type CreateServiceInput struct + ApplicationIdentifier *string + ClientToken *string + Description *string + EndpointType *string + EnvironmentIdentifier *string + LambdaEndpoint *LambdaEndpointInput_ + Name *string + Tags map[string]*string + UrlEndpoint *UrlEndpointInput_ + VpcId *string + func (s *CreateServiceInput) SetApplicationIdentifier(v string) *CreateServiceInput + func (s *CreateServiceInput) SetClientToken(v string) *CreateServiceInput + func (s *CreateServiceInput) SetDescription(v string) *CreateServiceInput + func (s *CreateServiceInput) SetEndpointType(v string) *CreateServiceInput + func (s *CreateServiceInput) SetEnvironmentIdentifier(v string) *CreateServiceInput + func (s *CreateServiceInput) SetLambdaEndpoint(v *LambdaEndpointInput_) *CreateServiceInput + func (s *CreateServiceInput) SetName(v string) *CreateServiceInput + func (s *CreateServiceInput) SetTags(v map[string]*string) *CreateServiceInput + func (s *CreateServiceInput) SetUrlEndpoint(v *UrlEndpointInput_) *CreateServiceInput + func (s *CreateServiceInput) SetVpcId(v string) *CreateServiceInput + func (s *CreateServiceInput) Validate() error + func (s CreateServiceInput) GoString() string + func (s CreateServiceInput) String() string + type CreateServiceOutput struct + ApplicationId *string + Arn *string + CreatedByAccountId *string + CreatedTime *time.Time + Description *string + EndpointType *string + EnvironmentId *string + LambdaEndpoint *LambdaEndpointInput_ + LastUpdatedTime *time.Time + Name *string + OwnerAccountId *string + ServiceId *string + State *string + Tags map[string]*string + UrlEndpoint *UrlEndpointInput_ + VpcId *string + func (s *CreateServiceOutput) SetApplicationId(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetArn(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetCreatedByAccountId(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetCreatedTime(v time.Time) *CreateServiceOutput + func (s *CreateServiceOutput) SetDescription(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetEndpointType(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetEnvironmentId(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetLambdaEndpoint(v *LambdaEndpointInput_) *CreateServiceOutput + func (s *CreateServiceOutput) SetLastUpdatedTime(v time.Time) *CreateServiceOutput + func (s *CreateServiceOutput) SetName(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetOwnerAccountId(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetServiceId(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetState(v string) *CreateServiceOutput + func (s *CreateServiceOutput) SetTags(v map[string]*string) *CreateServiceOutput + func (s *CreateServiceOutput) SetUrlEndpoint(v *UrlEndpointInput_) *CreateServiceOutput + func (s *CreateServiceOutput) SetVpcId(v string) *CreateServiceOutput + func (s CreateServiceOutput) GoString() string + func (s CreateServiceOutput) String() string + type DefaultRouteInput_ struct + ActivationState *string + func (s *DefaultRouteInput_) SetActivationState(v string) *DefaultRouteInput_ + func (s DefaultRouteInput_) GoString() string + func (s DefaultRouteInput_) String() string + type DeleteApplicationInput struct + ApplicationIdentifier *string + EnvironmentIdentifier *string + func (s *DeleteApplicationInput) SetApplicationIdentifier(v string) *DeleteApplicationInput + func (s *DeleteApplicationInput) SetEnvironmentIdentifier(v string) *DeleteApplicationInput + func (s *DeleteApplicationInput) Validate() error + func (s DeleteApplicationInput) GoString() string + func (s DeleteApplicationInput) String() string + type DeleteApplicationOutput struct + ApplicationId *string + Arn *string + EnvironmentId *string + LastUpdatedTime *time.Time + Name *string + State *string + func (s *DeleteApplicationOutput) SetApplicationId(v string) *DeleteApplicationOutput + func (s *DeleteApplicationOutput) SetArn(v string) *DeleteApplicationOutput + func (s *DeleteApplicationOutput) SetEnvironmentId(v string) *DeleteApplicationOutput + func (s *DeleteApplicationOutput) SetLastUpdatedTime(v time.Time) *DeleteApplicationOutput + func (s *DeleteApplicationOutput) SetName(v string) *DeleteApplicationOutput + func (s *DeleteApplicationOutput) SetState(v string) *DeleteApplicationOutput + func (s DeleteApplicationOutput) GoString() string + func (s DeleteApplicationOutput) String() string + type DeleteEnvironmentInput struct + EnvironmentIdentifier *string + func (s *DeleteEnvironmentInput) SetEnvironmentIdentifier(v string) *DeleteEnvironmentInput + func (s *DeleteEnvironmentInput) Validate() error + func (s DeleteEnvironmentInput) GoString() string + func (s DeleteEnvironmentInput) String() string + type DeleteEnvironmentOutput struct + Arn *string + EnvironmentId *string + LastUpdatedTime *time.Time + Name *string + State *string + func (s *DeleteEnvironmentOutput) SetArn(v string) *DeleteEnvironmentOutput + func (s *DeleteEnvironmentOutput) SetEnvironmentId(v string) *DeleteEnvironmentOutput + func (s *DeleteEnvironmentOutput) SetLastUpdatedTime(v time.Time) *DeleteEnvironmentOutput + func (s *DeleteEnvironmentOutput) SetName(v string) *DeleteEnvironmentOutput + func (s *DeleteEnvironmentOutput) SetState(v string) *DeleteEnvironmentOutput + func (s DeleteEnvironmentOutput) GoString() string + func (s DeleteEnvironmentOutput) String() string + type DeleteResourcePolicyInput struct + Identifier *string + func (s *DeleteResourcePolicyInput) SetIdentifier(v string) *DeleteResourcePolicyInput + func (s *DeleteResourcePolicyInput) Validate() error + func (s DeleteResourcePolicyInput) GoString() string + func (s DeleteResourcePolicyInput) String() string + type DeleteResourcePolicyOutput struct + func (s DeleteResourcePolicyOutput) GoString() string + func (s DeleteResourcePolicyOutput) String() string + type DeleteRouteInput struct + ApplicationIdentifier *string + EnvironmentIdentifier *string + RouteIdentifier *string + func (s *DeleteRouteInput) SetApplicationIdentifier(v string) *DeleteRouteInput + func (s *DeleteRouteInput) SetEnvironmentIdentifier(v string) *DeleteRouteInput + func (s *DeleteRouteInput) SetRouteIdentifier(v string) *DeleteRouteInput + func (s *DeleteRouteInput) Validate() error + func (s DeleteRouteInput) GoString() string + func (s DeleteRouteInput) String() string + type DeleteRouteOutput struct + ApplicationId *string + Arn *string + LastUpdatedTime *time.Time + RouteId *string + ServiceId *string + State *string + func (s *DeleteRouteOutput) SetApplicationId(v string) *DeleteRouteOutput + func (s *DeleteRouteOutput) SetArn(v string) *DeleteRouteOutput + func (s *DeleteRouteOutput) SetLastUpdatedTime(v time.Time) *DeleteRouteOutput + func (s *DeleteRouteOutput) SetRouteId(v string) *DeleteRouteOutput + func (s *DeleteRouteOutput) SetServiceId(v string) *DeleteRouteOutput + func (s *DeleteRouteOutput) SetState(v string) *DeleteRouteOutput + func (s DeleteRouteOutput) GoString() string + func (s DeleteRouteOutput) String() string + type DeleteServiceInput struct + ApplicationIdentifier *string + EnvironmentIdentifier *string + ServiceIdentifier *string + func (s *DeleteServiceInput) SetApplicationIdentifier(v string) *DeleteServiceInput + func (s *DeleteServiceInput) SetEnvironmentIdentifier(v string) *DeleteServiceInput + func (s *DeleteServiceInput) SetServiceIdentifier(v string) *DeleteServiceInput + func (s *DeleteServiceInput) Validate() error + func (s DeleteServiceInput) GoString() string + func (s DeleteServiceInput) String() string + type DeleteServiceOutput struct + ApplicationId *string + Arn *string + EnvironmentId *string + LastUpdatedTime *time.Time + Name *string + ServiceId *string + State *string + func (s *DeleteServiceOutput) SetApplicationId(v string) *DeleteServiceOutput + func (s *DeleteServiceOutput) SetArn(v string) *DeleteServiceOutput + func (s *DeleteServiceOutput) SetEnvironmentId(v string) *DeleteServiceOutput + func (s *DeleteServiceOutput) SetLastUpdatedTime(v time.Time) *DeleteServiceOutput + func (s *DeleteServiceOutput) SetName(v string) *DeleteServiceOutput + func (s *DeleteServiceOutput) SetServiceId(v string) *DeleteServiceOutput + func (s *DeleteServiceOutput) SetState(v string) *DeleteServiceOutput + func (s DeleteServiceOutput) GoString() string + func (s DeleteServiceOutput) String() string + type EnvironmentSummary struct + Arn *string + CreatedTime *time.Time + Description *string + EnvironmentId *string + Error *ErrorResponse + LastUpdatedTime *time.Time + Name *string + NetworkFabricType *string + OwnerAccountId *string + State *string + Tags map[string]*string + TransitGatewayId *string + func (s *EnvironmentSummary) SetArn(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetCreatedTime(v time.Time) *EnvironmentSummary + func (s *EnvironmentSummary) SetDescription(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetEnvironmentId(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetError(v *ErrorResponse) *EnvironmentSummary + func (s *EnvironmentSummary) SetLastUpdatedTime(v time.Time) *EnvironmentSummary + func (s *EnvironmentSummary) SetName(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetNetworkFabricType(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetOwnerAccountId(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetState(v string) *EnvironmentSummary + func (s *EnvironmentSummary) SetTags(v map[string]*string) *EnvironmentSummary + func (s *EnvironmentSummary) SetTransitGatewayId(v string) *EnvironmentSummary + func (s EnvironmentSummary) GoString() string + func (s EnvironmentSummary) String() string + type EnvironmentVpc struct + AccountId *string + CidrBlocks []*string + CreatedTime *time.Time + EnvironmentId *string + LastUpdatedTime *time.Time + VpcId *string + VpcName *string + func (s *EnvironmentVpc) SetAccountId(v string) *EnvironmentVpc + func (s *EnvironmentVpc) SetCidrBlocks(v []*string) *EnvironmentVpc + func (s *EnvironmentVpc) SetCreatedTime(v time.Time) *EnvironmentVpc + func (s *EnvironmentVpc) SetEnvironmentId(v string) *EnvironmentVpc + func (s *EnvironmentVpc) SetLastUpdatedTime(v time.Time) *EnvironmentVpc + func (s *EnvironmentVpc) SetVpcId(v string) *EnvironmentVpc + func (s *EnvironmentVpc) SetVpcName(v string) *EnvironmentVpc + func (s EnvironmentVpc) GoString() string + func (s EnvironmentVpc) String() string + type ErrorResponse struct + AccountId *string + AdditionalDetails map[string]*string + Code *string + Message *string + ResourceIdentifier *string + ResourceType *string + func (s *ErrorResponse) SetAccountId(v string) *ErrorResponse + func (s *ErrorResponse) SetAdditionalDetails(v map[string]*string) *ErrorResponse + func (s *ErrorResponse) SetCode(v string) *ErrorResponse + func (s *ErrorResponse) SetMessage(v string) *ErrorResponse + func (s *ErrorResponse) SetResourceIdentifier(v string) *ErrorResponse + func (s *ErrorResponse) SetResourceType(v string) *ErrorResponse + func (s ErrorResponse) GoString() string + func (s ErrorResponse) String() string + type GetApplicationInput struct + ApplicationIdentifier *string + EnvironmentIdentifier *string + func (s *GetApplicationInput) SetApplicationIdentifier(v string) *GetApplicationInput + func (s *GetApplicationInput) SetEnvironmentIdentifier(v string) *GetApplicationInput + func (s *GetApplicationInput) Validate() error + func (s GetApplicationInput) GoString() string + func (s GetApplicationInput) String() string + type GetApplicationOutput struct + ApiGatewayProxy *ApiGatewayProxyConfig + ApplicationId *string + Arn *string + CreatedByAccountId *string + CreatedTime *time.Time + EnvironmentId *string + Error *ErrorResponse + LastUpdatedTime *time.Time + Name *string + OwnerAccountId *string + ProxyType *string + State *string + Tags map[string]*string + VpcId *string + func (s *GetApplicationOutput) SetApiGatewayProxy(v *ApiGatewayProxyConfig) *GetApplicationOutput + func (s *GetApplicationOutput) SetApplicationId(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetArn(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetCreatedByAccountId(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetCreatedTime(v time.Time) *GetApplicationOutput + func (s *GetApplicationOutput) SetEnvironmentId(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetError(v *ErrorResponse) *GetApplicationOutput + func (s *GetApplicationOutput) SetLastUpdatedTime(v time.Time) *GetApplicationOutput + func (s *GetApplicationOutput) SetName(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetOwnerAccountId(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetProxyType(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetState(v string) *GetApplicationOutput + func (s *GetApplicationOutput) SetTags(v map[string]*string) *GetApplicationOutput + func (s *GetApplicationOutput) SetVpcId(v string) *GetApplicationOutput + func (s GetApplicationOutput) GoString() string + func (s GetApplicationOutput) String() string + type GetEnvironmentInput struct + EnvironmentIdentifier *string + func (s *GetEnvironmentInput) SetEnvironmentIdentifier(v string) *GetEnvironmentInput + func (s *GetEnvironmentInput) Validate() error + func (s GetEnvironmentInput) GoString() string + func (s GetEnvironmentInput) String() string + type GetEnvironmentOutput struct + Arn *string + CreatedTime *time.Time + Description *string + EnvironmentId *string + Error *ErrorResponse + LastUpdatedTime *time.Time + Name *string + NetworkFabricType *string + OwnerAccountId *string + State *string + Tags map[string]*string + TransitGatewayId *string + func (s *GetEnvironmentOutput) SetArn(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetCreatedTime(v time.Time) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetDescription(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetEnvironmentId(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetError(v *ErrorResponse) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetLastUpdatedTime(v time.Time) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetName(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetNetworkFabricType(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetOwnerAccountId(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetState(v string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetTags(v map[string]*string) *GetEnvironmentOutput + func (s *GetEnvironmentOutput) SetTransitGatewayId(v string) *GetEnvironmentOutput + func (s GetEnvironmentOutput) GoString() string + func (s GetEnvironmentOutput) String() string + type GetResourcePolicyInput struct + Identifier *string + func (s *GetResourcePolicyInput) SetIdentifier(v string) *GetResourcePolicyInput + func (s *GetResourcePolicyInput) Validate() error + func (s GetResourcePolicyInput) GoString() string + func (s GetResourcePolicyInput) String() string + type GetResourcePolicyOutput struct + Policy *string + func (s *GetResourcePolicyOutput) SetPolicy(v string) *GetResourcePolicyOutput + func (s GetResourcePolicyOutput) GoString() string + func (s GetResourcePolicyOutput) String() string + type GetRouteInput struct + ApplicationIdentifier *string + EnvironmentIdentifier *string + RouteIdentifier *string + func (s *GetRouteInput) SetApplicationIdentifier(v string) *GetRouteInput + func (s *GetRouteInput) SetEnvironmentIdentifier(v string) *GetRouteInput + func (s *GetRouteInput) SetRouteIdentifier(v string) *GetRouteInput + func (s *GetRouteInput) Validate() error + func (s GetRouteInput) GoString() string + func (s GetRouteInput) String() string + type GetRouteOutput struct + AppendSourcePath *bool + ApplicationId *string + Arn *string + CreatedByAccountId *string + CreatedTime *time.Time + EnvironmentId *string + Error *ErrorResponse + IncludeChildPaths *bool + LastUpdatedTime *time.Time + Methods []*string + OwnerAccountId *string + PathResourceToId map[string]*string + RouteId *string + RouteType *string + ServiceId *string + SourcePath *string + State *string + Tags map[string]*string + func (s *GetRouteOutput) SetAppendSourcePath(v bool) *GetRouteOutput + func (s *GetRouteOutput) SetApplicationId(v string) *GetRouteOutput + func (s *GetRouteOutput) SetArn(v string) *GetRouteOutput + func (s *GetRouteOutput) SetCreatedByAccountId(v string) *GetRouteOutput + func (s *GetRouteOutput) SetCreatedTime(v time.Time) *GetRouteOutput + func (s *GetRouteOutput) SetEnvironmentId(v string) *GetRouteOutput + func (s *GetRouteOutput) SetError(v *ErrorResponse) *GetRouteOutput + func (s *GetRouteOutput) SetIncludeChildPaths(v bool) *GetRouteOutput + func (s *GetRouteOutput) SetLastUpdatedTime(v time.Time) *GetRouteOutput + func (s *GetRouteOutput) SetMethods(v []*string) *GetRouteOutput + func (s *GetRouteOutput) SetOwnerAccountId(v string) *GetRouteOutput + func (s *GetRouteOutput) SetPathResourceToId(v map[string]*string) *GetRouteOutput + func (s *GetRouteOutput) SetRouteId(v string) *GetRouteOutput + func (s *GetRouteOutput) SetRouteType(v string) *GetRouteOutput + func (s *GetRouteOutput) SetServiceId(v string) *GetRouteOutput + func (s *GetRouteOutput) SetSourcePath(v string) *GetRouteOutput + func (s *GetRouteOutput) SetState(v string) *GetRouteOutput + func (s *GetRouteOutput) SetTags(v map[string]*string) *GetRouteOutput + func (s GetRouteOutput) GoString() string + func (s GetRouteOutput) String() string + type GetServiceInput struct + ApplicationIdentifier *string + EnvironmentIdentifier *string + ServiceIdentifier *string + func (s *GetServiceInput) SetApplicationIdentifier(v string) *GetServiceInput + func (s *GetServiceInput) SetEnvironmentIdentifier(v string) *GetServiceInput + func (s *GetServiceInput) SetServiceIdentifier(v string) *GetServiceInput + func (s *GetServiceInput) Validate() error + func (s GetServiceInput) GoString() string + func (s GetServiceInput) String() string + type GetServiceOutput struct + ApplicationId *string + Arn *string + CreatedByAccountId *string + CreatedTime *time.Time + Description *string + EndpointType *string + EnvironmentId *string + Error *ErrorResponse + LambdaEndpoint *LambdaEndpointConfig + LastUpdatedTime *time.Time + Name *string + OwnerAccountId *string + ServiceId *string + State *string + Tags map[string]*string + UrlEndpoint *UrlEndpointConfig + VpcId *string + func (s *GetServiceOutput) SetApplicationId(v string) *GetServiceOutput + func (s *GetServiceOutput) SetArn(v string) *GetServiceOutput + func (s *GetServiceOutput) SetCreatedByAccountId(v string) *GetServiceOutput + func (s *GetServiceOutput) SetCreatedTime(v time.Time) *GetServiceOutput + func (s *GetServiceOutput) SetDescription(v string) *GetServiceOutput + func (s *GetServiceOutput) SetEndpointType(v string) *GetServiceOutput + func (s *GetServiceOutput) SetEnvironmentId(v string) *GetServiceOutput + func (s *GetServiceOutput) SetError(v *ErrorResponse) *GetServiceOutput + func (s *GetServiceOutput) SetLambdaEndpoint(v *LambdaEndpointConfig) *GetServiceOutput + func (s *GetServiceOutput) SetLastUpdatedTime(v time.Time) *GetServiceOutput + func (s *GetServiceOutput) SetName(v string) *GetServiceOutput + func (s *GetServiceOutput) SetOwnerAccountId(v string) *GetServiceOutput + func (s *GetServiceOutput) SetServiceId(v string) *GetServiceOutput + func (s *GetServiceOutput) SetState(v string) *GetServiceOutput + func (s *GetServiceOutput) SetTags(v map[string]*string) *GetServiceOutput + func (s *GetServiceOutput) SetUrlEndpoint(v *UrlEndpointConfig) *GetServiceOutput + func (s *GetServiceOutput) SetVpcId(v string) *GetServiceOutput + func (s GetServiceOutput) GoString() string + func (s GetServiceOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type InvalidResourcePolicyException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidResourcePolicyException) Code() string + func (s *InvalidResourcePolicyException) Error() string + func (s *InvalidResourcePolicyException) Message() string + func (s *InvalidResourcePolicyException) OrigErr() error + func (s *InvalidResourcePolicyException) RequestID() string + func (s *InvalidResourcePolicyException) StatusCode() int + func (s InvalidResourcePolicyException) GoString() string + func (s InvalidResourcePolicyException) String() string + type LambdaEndpointConfig struct + Arn *string + func (s *LambdaEndpointConfig) SetArn(v string) *LambdaEndpointConfig + func (s LambdaEndpointConfig) GoString() string + func (s LambdaEndpointConfig) String() string + type LambdaEndpointInput_ struct + Arn *string + func (s *LambdaEndpointInput_) SetArn(v string) *LambdaEndpointInput_ + func (s *LambdaEndpointInput_) Validate() error + func (s LambdaEndpointInput_) GoString() string + func (s LambdaEndpointInput_) String() string + type LambdaEndpointSummary struct + Arn *string + func (s *LambdaEndpointSummary) SetArn(v string) *LambdaEndpointSummary + func (s LambdaEndpointSummary) GoString() string + func (s LambdaEndpointSummary) String() string + type ListApplicationsInput struct + EnvironmentIdentifier *string + MaxResults *int64 + NextToken *string + func (s *ListApplicationsInput) SetEnvironmentIdentifier(v string) *ListApplicationsInput + func (s *ListApplicationsInput) SetMaxResults(v int64) *ListApplicationsInput + func (s *ListApplicationsInput) SetNextToken(v string) *ListApplicationsInput + func (s *ListApplicationsInput) Validate() error + func (s ListApplicationsInput) GoString() string + func (s ListApplicationsInput) String() string + type ListApplicationsOutput struct + ApplicationSummaryList []*ApplicationSummary + NextToken *string + func (s *ListApplicationsOutput) SetApplicationSummaryList(v []*ApplicationSummary) *ListApplicationsOutput + func (s *ListApplicationsOutput) SetNextToken(v string) *ListApplicationsOutput + func (s ListApplicationsOutput) GoString() string + func (s ListApplicationsOutput) String() string + type ListEnvironmentVpcsInput struct + EnvironmentIdentifier *string + MaxResults *int64 + NextToken *string + func (s *ListEnvironmentVpcsInput) SetEnvironmentIdentifier(v string) *ListEnvironmentVpcsInput + func (s *ListEnvironmentVpcsInput) SetMaxResults(v int64) *ListEnvironmentVpcsInput + func (s *ListEnvironmentVpcsInput) SetNextToken(v string) *ListEnvironmentVpcsInput + func (s *ListEnvironmentVpcsInput) Validate() error + func (s ListEnvironmentVpcsInput) GoString() string + func (s ListEnvironmentVpcsInput) String() string + type ListEnvironmentVpcsOutput struct + EnvironmentVpcList []*EnvironmentVpc + NextToken *string + func (s *ListEnvironmentVpcsOutput) SetEnvironmentVpcList(v []*EnvironmentVpc) *ListEnvironmentVpcsOutput + func (s *ListEnvironmentVpcsOutput) SetNextToken(v string) *ListEnvironmentVpcsOutput + func (s ListEnvironmentVpcsOutput) GoString() string + func (s ListEnvironmentVpcsOutput) String() string + type ListEnvironmentsInput struct + MaxResults *int64 + NextToken *string + func (s *ListEnvironmentsInput) SetMaxResults(v int64) *ListEnvironmentsInput + func (s *ListEnvironmentsInput) SetNextToken(v string) *ListEnvironmentsInput + func (s *ListEnvironmentsInput) Validate() error + func (s ListEnvironmentsInput) GoString() string + func (s ListEnvironmentsInput) String() string + type ListEnvironmentsOutput struct + EnvironmentSummaryList []*EnvironmentSummary + NextToken *string + func (s *ListEnvironmentsOutput) SetEnvironmentSummaryList(v []*EnvironmentSummary) *ListEnvironmentsOutput + func (s *ListEnvironmentsOutput) SetNextToken(v string) *ListEnvironmentsOutput + func (s ListEnvironmentsOutput) GoString() string + func (s ListEnvironmentsOutput) String() string + type ListRoutesInput struct + ApplicationIdentifier *string + EnvironmentIdentifier *string + MaxResults *int64 + NextToken *string + func (s *ListRoutesInput) SetApplicationIdentifier(v string) *ListRoutesInput + func (s *ListRoutesInput) SetEnvironmentIdentifier(v string) *ListRoutesInput + func (s *ListRoutesInput) SetMaxResults(v int64) *ListRoutesInput + func (s *ListRoutesInput) SetNextToken(v string) *ListRoutesInput + func (s *ListRoutesInput) Validate() error + func (s ListRoutesInput) GoString() string + func (s ListRoutesInput) String() string + type ListRoutesOutput struct + NextToken *string + RouteSummaryList []*RouteSummary + func (s *ListRoutesOutput) SetNextToken(v string) *ListRoutesOutput + func (s *ListRoutesOutput) SetRouteSummaryList(v []*RouteSummary) *ListRoutesOutput + func (s ListRoutesOutput) GoString() string + func (s ListRoutesOutput) String() string + type ListServicesInput struct + ApplicationIdentifier *string + EnvironmentIdentifier *string + MaxResults *int64 + NextToken *string + func (s *ListServicesInput) SetApplicationIdentifier(v string) *ListServicesInput + func (s *ListServicesInput) SetEnvironmentIdentifier(v string) *ListServicesInput + func (s *ListServicesInput) SetMaxResults(v int64) *ListServicesInput + func (s *ListServicesInput) SetNextToken(v string) *ListServicesInput + func (s *ListServicesInput) Validate() error + func (s ListServicesInput) GoString() string + func (s ListServicesInput) String() string + type ListServicesOutput struct + NextToken *string + ServiceSummaryList []*ServiceSummary + func (s *ListServicesOutput) SetNextToken(v string) *ListServicesOutput + func (s *ListServicesOutput) SetServiceSummaryList(v []*ServiceSummary) *ListServicesOutput + func (s ListServicesOutput) GoString() string + func (s ListServicesOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type MigrationHubRefactorSpaces struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *MigrationHubRefactorSpaces + func (c *MigrationHubRefactorSpaces) CreateApplication(input *CreateApplicationInput) (*CreateApplicationOutput, error) + func (c *MigrationHubRefactorSpaces) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *CreateApplicationOutput) + func (c *MigrationHubRefactorSpaces) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*CreateApplicationOutput, error) + func (c *MigrationHubRefactorSpaces) CreateEnvironment(input *CreateEnvironmentInput) (*CreateEnvironmentOutput, error) + func (c *MigrationHubRefactorSpaces) CreateEnvironmentRequest(input *CreateEnvironmentInput) (req *request.Request, output *CreateEnvironmentOutput) + func (c *MigrationHubRefactorSpaces) CreateEnvironmentWithContext(ctx aws.Context, input *CreateEnvironmentInput, opts ...request.Option) (*CreateEnvironmentOutput, error) + func (c *MigrationHubRefactorSpaces) CreateRoute(input *CreateRouteInput) (*CreateRouteOutput, error) + func (c *MigrationHubRefactorSpaces) CreateRouteRequest(input *CreateRouteInput) (req *request.Request, output *CreateRouteOutput) + func (c *MigrationHubRefactorSpaces) CreateRouteWithContext(ctx aws.Context, input *CreateRouteInput, opts ...request.Option) (*CreateRouteOutput, error) + func (c *MigrationHubRefactorSpaces) CreateService(input *CreateServiceInput) (*CreateServiceOutput, error) + func (c *MigrationHubRefactorSpaces) CreateServiceRequest(input *CreateServiceInput) (req *request.Request, output *CreateServiceOutput) + func (c *MigrationHubRefactorSpaces) CreateServiceWithContext(ctx aws.Context, input *CreateServiceInput, opts ...request.Option) (*CreateServiceOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteApplication(input *DeleteApplicationInput) (*DeleteApplicationOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteApplicationRequest(input *DeleteApplicationInput) (req *request.Request, output *DeleteApplicationOutput) + func (c *MigrationHubRefactorSpaces) DeleteApplicationWithContext(ctx aws.Context, input *DeleteApplicationInput, opts ...request.Option) (*DeleteApplicationOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteEnvironment(input *DeleteEnvironmentInput) (*DeleteEnvironmentOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteEnvironmentRequest(input *DeleteEnvironmentInput) (req *request.Request, output *DeleteEnvironmentOutput) + func (c *MigrationHubRefactorSpaces) DeleteEnvironmentWithContext(ctx aws.Context, input *DeleteEnvironmentInput, opts ...request.Option) (*DeleteEnvironmentOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput) + func (c *MigrationHubRefactorSpaces) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteRoute(input *DeleteRouteInput) (*DeleteRouteOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteRouteRequest(input *DeleteRouteInput) (req *request.Request, output *DeleteRouteOutput) + func (c *MigrationHubRefactorSpaces) DeleteRouteWithContext(ctx aws.Context, input *DeleteRouteInput, opts ...request.Option) (*DeleteRouteOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteService(input *DeleteServiceInput) (*DeleteServiceOutput, error) + func (c *MigrationHubRefactorSpaces) DeleteServiceRequest(input *DeleteServiceInput) (req *request.Request, output *DeleteServiceOutput) + func (c *MigrationHubRefactorSpaces) DeleteServiceWithContext(ctx aws.Context, input *DeleteServiceInput, opts ...request.Option) (*DeleteServiceOutput, error) + func (c *MigrationHubRefactorSpaces) GetApplication(input *GetApplicationInput) (*GetApplicationOutput, error) + func (c *MigrationHubRefactorSpaces) GetApplicationRequest(input *GetApplicationInput) (req *request.Request, output *GetApplicationOutput) + func (c *MigrationHubRefactorSpaces) GetApplicationWithContext(ctx aws.Context, input *GetApplicationInput, opts ...request.Option) (*GetApplicationOutput, error) + func (c *MigrationHubRefactorSpaces) GetEnvironment(input *GetEnvironmentInput) (*GetEnvironmentOutput, error) + func (c *MigrationHubRefactorSpaces) GetEnvironmentRequest(input *GetEnvironmentInput) (req *request.Request, output *GetEnvironmentOutput) + func (c *MigrationHubRefactorSpaces) GetEnvironmentWithContext(ctx aws.Context, input *GetEnvironmentInput, opts ...request.Option) (*GetEnvironmentOutput, error) + func (c *MigrationHubRefactorSpaces) GetResourcePolicy(input *GetResourcePolicyInput) (*GetResourcePolicyOutput, error) + func (c *MigrationHubRefactorSpaces) GetResourcePolicyRequest(input *GetResourcePolicyInput) (req *request.Request, output *GetResourcePolicyOutput) + func (c *MigrationHubRefactorSpaces) GetResourcePolicyWithContext(ctx aws.Context, input *GetResourcePolicyInput, opts ...request.Option) (*GetResourcePolicyOutput, error) + func (c *MigrationHubRefactorSpaces) GetRoute(input *GetRouteInput) (*GetRouteOutput, error) + func (c *MigrationHubRefactorSpaces) GetRouteRequest(input *GetRouteInput) (req *request.Request, output *GetRouteOutput) + func (c *MigrationHubRefactorSpaces) GetRouteWithContext(ctx aws.Context, input *GetRouteInput, opts ...request.Option) (*GetRouteOutput, error) + func (c *MigrationHubRefactorSpaces) GetService(input *GetServiceInput) (*GetServiceOutput, error) + func (c *MigrationHubRefactorSpaces) GetServiceRequest(input *GetServiceInput) (req *request.Request, output *GetServiceOutput) + func (c *MigrationHubRefactorSpaces) GetServiceWithContext(ctx aws.Context, input *GetServiceInput, opts ...request.Option) (*GetServiceOutput, error) + func (c *MigrationHubRefactorSpaces) ListApplications(input *ListApplicationsInput) (*ListApplicationsOutput, error) + func (c *MigrationHubRefactorSpaces) ListApplicationsPages(input *ListApplicationsInput, fn func(*ListApplicationsOutput, bool) bool) error + func (c *MigrationHubRefactorSpaces) ListApplicationsPagesWithContext(ctx aws.Context, input *ListApplicationsInput, ...) error + func (c *MigrationHubRefactorSpaces) ListApplicationsRequest(input *ListApplicationsInput) (req *request.Request, output *ListApplicationsOutput) + func (c *MigrationHubRefactorSpaces) ListApplicationsWithContext(ctx aws.Context, input *ListApplicationsInput, opts ...request.Option) (*ListApplicationsOutput, error) + func (c *MigrationHubRefactorSpaces) ListEnvironmentVpcs(input *ListEnvironmentVpcsInput) (*ListEnvironmentVpcsOutput, error) + func (c *MigrationHubRefactorSpaces) ListEnvironmentVpcsPages(input *ListEnvironmentVpcsInput, ...) error + func (c *MigrationHubRefactorSpaces) ListEnvironmentVpcsPagesWithContext(ctx aws.Context, input *ListEnvironmentVpcsInput, ...) error + func (c *MigrationHubRefactorSpaces) ListEnvironmentVpcsRequest(input *ListEnvironmentVpcsInput) (req *request.Request, output *ListEnvironmentVpcsOutput) + func (c *MigrationHubRefactorSpaces) ListEnvironmentVpcsWithContext(ctx aws.Context, input *ListEnvironmentVpcsInput, opts ...request.Option) (*ListEnvironmentVpcsOutput, error) + func (c *MigrationHubRefactorSpaces) ListEnvironments(input *ListEnvironmentsInput) (*ListEnvironmentsOutput, error) + func (c *MigrationHubRefactorSpaces) ListEnvironmentsPages(input *ListEnvironmentsInput, fn func(*ListEnvironmentsOutput, bool) bool) error + func (c *MigrationHubRefactorSpaces) ListEnvironmentsPagesWithContext(ctx aws.Context, input *ListEnvironmentsInput, ...) error + func (c *MigrationHubRefactorSpaces) ListEnvironmentsRequest(input *ListEnvironmentsInput) (req *request.Request, output *ListEnvironmentsOutput) + func (c *MigrationHubRefactorSpaces) ListEnvironmentsWithContext(ctx aws.Context, input *ListEnvironmentsInput, opts ...request.Option) (*ListEnvironmentsOutput, error) + func (c *MigrationHubRefactorSpaces) ListRoutes(input *ListRoutesInput) (*ListRoutesOutput, error) + func (c *MigrationHubRefactorSpaces) ListRoutesPages(input *ListRoutesInput, fn func(*ListRoutesOutput, bool) bool) error + func (c *MigrationHubRefactorSpaces) ListRoutesPagesWithContext(ctx aws.Context, input *ListRoutesInput, fn func(*ListRoutesOutput, bool) bool, ...) error + func (c *MigrationHubRefactorSpaces) ListRoutesRequest(input *ListRoutesInput) (req *request.Request, output *ListRoutesOutput) + func (c *MigrationHubRefactorSpaces) ListRoutesWithContext(ctx aws.Context, input *ListRoutesInput, opts ...request.Option) (*ListRoutesOutput, error) + func (c *MigrationHubRefactorSpaces) ListServices(input *ListServicesInput) (*ListServicesOutput, error) + func (c *MigrationHubRefactorSpaces) ListServicesPages(input *ListServicesInput, fn func(*ListServicesOutput, bool) bool) error + func (c *MigrationHubRefactorSpaces) ListServicesPagesWithContext(ctx aws.Context, input *ListServicesInput, ...) error + func (c *MigrationHubRefactorSpaces) ListServicesRequest(input *ListServicesInput) (req *request.Request, output *ListServicesOutput) + func (c *MigrationHubRefactorSpaces) ListServicesWithContext(ctx aws.Context, input *ListServicesInput, opts ...request.Option) (*ListServicesOutput, error) + func (c *MigrationHubRefactorSpaces) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *MigrationHubRefactorSpaces) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *MigrationHubRefactorSpaces) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *MigrationHubRefactorSpaces) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error) + func (c *MigrationHubRefactorSpaces) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput) + func (c *MigrationHubRefactorSpaces) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error) + func (c *MigrationHubRefactorSpaces) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *MigrationHubRefactorSpaces) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *MigrationHubRefactorSpaces) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *MigrationHubRefactorSpaces) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *MigrationHubRefactorSpaces) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *MigrationHubRefactorSpaces) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *MigrationHubRefactorSpaces) UpdateRoute(input *UpdateRouteInput) (*UpdateRouteOutput, error) + func (c *MigrationHubRefactorSpaces) UpdateRouteRequest(input *UpdateRouteInput) (req *request.Request, output *UpdateRouteOutput) + func (c *MigrationHubRefactorSpaces) UpdateRouteWithContext(ctx aws.Context, input *UpdateRouteInput, opts ...request.Option) (*UpdateRouteOutput, error) + type PutResourcePolicyInput struct + Policy *string + ResourceArn *string + func (s *PutResourcePolicyInput) SetPolicy(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) SetResourceArn(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) Validate() error + func (s PutResourcePolicyInput) GoString() string + func (s PutResourcePolicyInput) String() string + type PutResourcePolicyOutput struct + func (s PutResourcePolicyOutput) GoString() string + func (s PutResourcePolicyOutput) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceId *string + ResourceType *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 RouteSummary struct + AppendSourcePath *bool + ApplicationId *string + Arn *string + CreatedByAccountId *string + CreatedTime *time.Time + EnvironmentId *string + Error *ErrorResponse + IncludeChildPaths *bool + LastUpdatedTime *time.Time + Methods []*string + OwnerAccountId *string + PathResourceToId map[string]*string + RouteId *string + RouteType *string + ServiceId *string + SourcePath *string + State *string + Tags map[string]*string + func (s *RouteSummary) SetAppendSourcePath(v bool) *RouteSummary + func (s *RouteSummary) SetApplicationId(v string) *RouteSummary + func (s *RouteSummary) SetArn(v string) *RouteSummary + func (s *RouteSummary) SetCreatedByAccountId(v string) *RouteSummary + func (s *RouteSummary) SetCreatedTime(v time.Time) *RouteSummary + func (s *RouteSummary) SetEnvironmentId(v string) *RouteSummary + func (s *RouteSummary) SetError(v *ErrorResponse) *RouteSummary + func (s *RouteSummary) SetIncludeChildPaths(v bool) *RouteSummary + func (s *RouteSummary) SetLastUpdatedTime(v time.Time) *RouteSummary + func (s *RouteSummary) SetMethods(v []*string) *RouteSummary + func (s *RouteSummary) SetOwnerAccountId(v string) *RouteSummary + func (s *RouteSummary) SetPathResourceToId(v map[string]*string) *RouteSummary + func (s *RouteSummary) SetRouteId(v string) *RouteSummary + func (s *RouteSummary) SetRouteType(v string) *RouteSummary + func (s *RouteSummary) SetServiceId(v string) *RouteSummary + func (s *RouteSummary) SetSourcePath(v string) *RouteSummary + func (s *RouteSummary) SetState(v string) *RouteSummary + func (s *RouteSummary) SetTags(v map[string]*string) *RouteSummary + func (s RouteSummary) GoString() string + func (s RouteSummary) String() string + type ServiceQuotaExceededException struct + Message_ *string + QuotaCode *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + ServiceCode *string + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type ServiceSummary struct + ApplicationId *string + Arn *string + CreatedByAccountId *string + CreatedTime *time.Time + Description *string + EndpointType *string + EnvironmentId *string + Error *ErrorResponse + LambdaEndpoint *LambdaEndpointSummary + LastUpdatedTime *time.Time + Name *string + OwnerAccountId *string + ServiceId *string + State *string + Tags map[string]*string + UrlEndpoint *UrlEndpointSummary + VpcId *string + func (s *ServiceSummary) SetApplicationId(v string) *ServiceSummary + func (s *ServiceSummary) SetArn(v string) *ServiceSummary + func (s *ServiceSummary) SetCreatedByAccountId(v string) *ServiceSummary + func (s *ServiceSummary) SetCreatedTime(v time.Time) *ServiceSummary + func (s *ServiceSummary) SetDescription(v string) *ServiceSummary + func (s *ServiceSummary) SetEndpointType(v string) *ServiceSummary + func (s *ServiceSummary) SetEnvironmentId(v string) *ServiceSummary + func (s *ServiceSummary) SetError(v *ErrorResponse) *ServiceSummary + func (s *ServiceSummary) SetLambdaEndpoint(v *LambdaEndpointSummary) *ServiceSummary + func (s *ServiceSummary) SetLastUpdatedTime(v time.Time) *ServiceSummary + func (s *ServiceSummary) SetName(v string) *ServiceSummary + func (s *ServiceSummary) SetOwnerAccountId(v string) *ServiceSummary + func (s *ServiceSummary) SetServiceId(v string) *ServiceSummary + func (s *ServiceSummary) SetState(v string) *ServiceSummary + func (s *ServiceSummary) SetTags(v map[string]*string) *ServiceSummary + func (s *ServiceSummary) SetUrlEndpoint(v *UrlEndpointSummary) *ServiceSummary + func (s *ServiceSummary) SetVpcId(v string) *ServiceSummary + func (s ServiceSummary) GoString() string + func (s ServiceSummary) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + Message_ *string + QuotaCode *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + ServiceCode *string + 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 UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateRouteInput struct + ActivationState *string + ApplicationIdentifier *string + EnvironmentIdentifier *string + RouteIdentifier *string + func (s *UpdateRouteInput) SetActivationState(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetApplicationIdentifier(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetEnvironmentIdentifier(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetRouteIdentifier(v string) *UpdateRouteInput + func (s *UpdateRouteInput) Validate() error + func (s UpdateRouteInput) GoString() string + func (s UpdateRouteInput) String() string + type UpdateRouteOutput struct + ApplicationId *string + Arn *string + LastUpdatedTime *time.Time + RouteId *string + ServiceId *string + State *string + func (s *UpdateRouteOutput) SetApplicationId(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetArn(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetLastUpdatedTime(v time.Time) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetRouteId(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetServiceId(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetState(v string) *UpdateRouteOutput + func (s UpdateRouteOutput) GoString() string + func (s UpdateRouteOutput) String() string + type UriPathRouteInput_ struct + ActivationState *string + AppendSourcePath *bool + IncludeChildPaths *bool + Methods []*string + SourcePath *string + func (s *UriPathRouteInput_) SetActivationState(v string) *UriPathRouteInput_ + func (s *UriPathRouteInput_) SetAppendSourcePath(v bool) *UriPathRouteInput_ + func (s *UriPathRouteInput_) SetIncludeChildPaths(v bool) *UriPathRouteInput_ + func (s *UriPathRouteInput_) SetMethods(v []*string) *UriPathRouteInput_ + func (s *UriPathRouteInput_) SetSourcePath(v string) *UriPathRouteInput_ + func (s *UriPathRouteInput_) Validate() error + func (s UriPathRouteInput_) GoString() string + func (s UriPathRouteInput_) String() string + type UrlEndpointConfig struct + HealthUrl *string + Url *string + func (s *UrlEndpointConfig) SetHealthUrl(v string) *UrlEndpointConfig + func (s *UrlEndpointConfig) SetUrl(v string) *UrlEndpointConfig + func (s UrlEndpointConfig) GoString() string + func (s UrlEndpointConfig) String() string + type UrlEndpointInput_ struct + HealthUrl *string + Url *string + func (s *UrlEndpointInput_) SetHealthUrl(v string) *UrlEndpointInput_ + func (s *UrlEndpointInput_) SetUrl(v string) *UrlEndpointInput_ + func (s *UrlEndpointInput_) Validate() error + func (s UrlEndpointInput_) GoString() string + func (s UrlEndpointInput_) String() string + type UrlEndpointSummary struct + HealthUrl *string + Url *string + func (s *UrlEndpointSummary) SetHealthUrl(v string) *UrlEndpointSummary + func (s *UrlEndpointSummary) SetUrl(v string) *UrlEndpointSummary + func (s UrlEndpointSummary) GoString() string + func (s UrlEndpointSummary) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string