Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const AuthorizationTypeAwsIam + const AuthorizationTypeCustom + const AuthorizationTypeJwt + const AuthorizationTypeNone + const AuthorizerTypeJwt + const AuthorizerTypeRequest + const ConnectionTypeInternet + const ConnectionTypeVpcLink + const ContentHandlingStrategyConvertToBinary + const ContentHandlingStrategyConvertToText + const DeploymentStatusDeployed + const DeploymentStatusFailed + const DeploymentStatusPending + const DomainNameStatusAvailable + const DomainNameStatusPendingCertificateReimport + const DomainNameStatusPendingOwnershipVerification + const DomainNameStatusUpdating + const EndpointTypeEdge + const EndpointTypeRegional + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeBadRequestException + const ErrCodeConflictException + const ErrCodeNotFoundException + const ErrCodeTooManyRequestsException + const IntegrationTypeAws + const IntegrationTypeAwsProxy + const IntegrationTypeHttp + const IntegrationTypeHttpProxy + const IntegrationTypeMock + const LoggingLevelError + const LoggingLevelInfo + const LoggingLevelOff + const PassthroughBehaviorNever + const PassthroughBehaviorWhenNoMatch + const PassthroughBehaviorWhenNoTemplates + const ProtocolTypeHttp + const ProtocolTypeWebsocket + const SecurityPolicyTls10 + const SecurityPolicyTls12 + const ServiceID + const ServiceName + const VpcLinkStatusAvailable + const VpcLinkStatusDeleting + const VpcLinkStatusFailed + const VpcLinkStatusInactive + const VpcLinkStatusPending + const VpcLinkVersionV2 + func AuthorizationType_Values() []string + func AuthorizerType_Values() []string + func ConnectionType_Values() []string + func ContentHandlingStrategy_Values() []string + func DeploymentStatus_Values() []string + func DomainNameStatus_Values() []string + func EndpointType_Values() []string + func IntegrationType_Values() []string + func LoggingLevel_Values() []string + func PassthroughBehavior_Values() []string + func ProtocolType_Values() []string + func SecurityPolicy_Values() []string + func VpcLinkStatus_Values() []string + func VpcLinkVersion_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 AccessLogSettings struct + DestinationArn *string + Format *string + func (s *AccessLogSettings) SetDestinationArn(v string) *AccessLogSettings + func (s *AccessLogSettings) SetFormat(v string) *AccessLogSettings + func (s AccessLogSettings) GoString() string + func (s AccessLogSettings) String() string + type Api struct + ApiEndpoint *string + ApiGatewayManaged *bool + ApiId *string + ApiKeySelectionExpression *string + CorsConfiguration *Cors + CreatedDate *time.Time + Description *string + DisableExecuteApiEndpoint *bool + DisableSchemaValidation *bool + ImportInfo []*string + Name *string + ProtocolType *string + RouteSelectionExpression *string + Tags map[string]*string + Version *string + Warnings []*string + func (s *Api) SetApiEndpoint(v string) *Api + func (s *Api) SetApiGatewayManaged(v bool) *Api + func (s *Api) SetApiId(v string) *Api + func (s *Api) SetApiKeySelectionExpression(v string) *Api + func (s *Api) SetCorsConfiguration(v *Cors) *Api + func (s *Api) SetCreatedDate(v time.Time) *Api + func (s *Api) SetDescription(v string) *Api + func (s *Api) SetDisableExecuteApiEndpoint(v bool) *Api + func (s *Api) SetDisableSchemaValidation(v bool) *Api + func (s *Api) SetImportInfo(v []*string) *Api + func (s *Api) SetName(v string) *Api + func (s *Api) SetProtocolType(v string) *Api + func (s *Api) SetRouteSelectionExpression(v string) *Api + func (s *Api) SetTags(v map[string]*string) *Api + func (s *Api) SetVersion(v string) *Api + func (s *Api) SetWarnings(v []*string) *Api + func (s Api) GoString() string + func (s Api) String() string + type ApiGatewayV2 struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *ApiGatewayV2 + func (c *ApiGatewayV2) CreateApi(input *CreateApiInput) (*CreateApiOutput, error) + func (c *ApiGatewayV2) CreateApiMapping(input *CreateApiMappingInput) (*CreateApiMappingOutput, error) + func (c *ApiGatewayV2) CreateApiMappingRequest(input *CreateApiMappingInput) (req *request.Request, output *CreateApiMappingOutput) + func (c *ApiGatewayV2) CreateApiMappingWithContext(ctx aws.Context, input *CreateApiMappingInput, opts ...request.Option) (*CreateApiMappingOutput, error) + func (c *ApiGatewayV2) CreateApiRequest(input *CreateApiInput) (req *request.Request, output *CreateApiOutput) + func (c *ApiGatewayV2) CreateApiWithContext(ctx aws.Context, input *CreateApiInput, opts ...request.Option) (*CreateApiOutput, error) + func (c *ApiGatewayV2) CreateAuthorizer(input *CreateAuthorizerInput) (*CreateAuthorizerOutput, error) + func (c *ApiGatewayV2) CreateAuthorizerRequest(input *CreateAuthorizerInput) (req *request.Request, output *CreateAuthorizerOutput) + func (c *ApiGatewayV2) CreateAuthorizerWithContext(ctx aws.Context, input *CreateAuthorizerInput, opts ...request.Option) (*CreateAuthorizerOutput, error) + func (c *ApiGatewayV2) CreateDeployment(input *CreateDeploymentInput) (*CreateDeploymentOutput, error) + func (c *ApiGatewayV2) CreateDeploymentRequest(input *CreateDeploymentInput) (req *request.Request, output *CreateDeploymentOutput) + func (c *ApiGatewayV2) CreateDeploymentWithContext(ctx aws.Context, input *CreateDeploymentInput, opts ...request.Option) (*CreateDeploymentOutput, error) + func (c *ApiGatewayV2) CreateDomainName(input *CreateDomainNameInput) (*CreateDomainNameOutput, error) + func (c *ApiGatewayV2) CreateDomainNameRequest(input *CreateDomainNameInput) (req *request.Request, output *CreateDomainNameOutput) + func (c *ApiGatewayV2) CreateDomainNameWithContext(ctx aws.Context, input *CreateDomainNameInput, opts ...request.Option) (*CreateDomainNameOutput, error) + func (c *ApiGatewayV2) CreateIntegration(input *CreateIntegrationInput) (*CreateIntegrationOutput, error) + func (c *ApiGatewayV2) CreateIntegrationRequest(input *CreateIntegrationInput) (req *request.Request, output *CreateIntegrationOutput) + func (c *ApiGatewayV2) CreateIntegrationResponse(input *CreateIntegrationResponseInput) (*CreateIntegrationResponseOutput, error) + func (c *ApiGatewayV2) CreateIntegrationResponseRequest(input *CreateIntegrationResponseInput) (req *request.Request, output *CreateIntegrationResponseOutput) + func (c *ApiGatewayV2) CreateIntegrationResponseWithContext(ctx aws.Context, input *CreateIntegrationResponseInput, opts ...request.Option) (*CreateIntegrationResponseOutput, error) + func (c *ApiGatewayV2) CreateIntegrationWithContext(ctx aws.Context, input *CreateIntegrationInput, opts ...request.Option) (*CreateIntegrationOutput, error) + func (c *ApiGatewayV2) CreateModel(input *CreateModelInput) (*CreateModelOutput, error) + func (c *ApiGatewayV2) CreateModelRequest(input *CreateModelInput) (req *request.Request, output *CreateModelOutput) + func (c *ApiGatewayV2) CreateModelWithContext(ctx aws.Context, input *CreateModelInput, opts ...request.Option) (*CreateModelOutput, error) + func (c *ApiGatewayV2) CreateRoute(input *CreateRouteInput) (*CreateRouteOutput, error) + func (c *ApiGatewayV2) CreateRouteRequest(input *CreateRouteInput) (req *request.Request, output *CreateRouteOutput) + func (c *ApiGatewayV2) CreateRouteResponse(input *CreateRouteResponseInput) (*CreateRouteResponseOutput, error) + func (c *ApiGatewayV2) CreateRouteResponseRequest(input *CreateRouteResponseInput) (req *request.Request, output *CreateRouteResponseOutput) + func (c *ApiGatewayV2) CreateRouteResponseWithContext(ctx aws.Context, input *CreateRouteResponseInput, opts ...request.Option) (*CreateRouteResponseOutput, error) + func (c *ApiGatewayV2) CreateRouteWithContext(ctx aws.Context, input *CreateRouteInput, opts ...request.Option) (*CreateRouteOutput, error) + func (c *ApiGatewayV2) CreateStage(input *CreateStageInput) (*CreateStageOutput, error) + func (c *ApiGatewayV2) CreateStageRequest(input *CreateStageInput) (req *request.Request, output *CreateStageOutput) + func (c *ApiGatewayV2) CreateStageWithContext(ctx aws.Context, input *CreateStageInput, opts ...request.Option) (*CreateStageOutput, error) + func (c *ApiGatewayV2) CreateVpcLink(input *CreateVpcLinkInput) (*CreateVpcLinkOutput, error) + func (c *ApiGatewayV2) CreateVpcLinkRequest(input *CreateVpcLinkInput) (req *request.Request, output *CreateVpcLinkOutput) + func (c *ApiGatewayV2) CreateVpcLinkWithContext(ctx aws.Context, input *CreateVpcLinkInput, opts ...request.Option) (*CreateVpcLinkOutput, error) + func (c *ApiGatewayV2) DeleteAccessLogSettings(input *DeleteAccessLogSettingsInput) (*DeleteAccessLogSettingsOutput, error) + func (c *ApiGatewayV2) DeleteAccessLogSettingsRequest(input *DeleteAccessLogSettingsInput) (req *request.Request, output *DeleteAccessLogSettingsOutput) + func (c *ApiGatewayV2) DeleteAccessLogSettingsWithContext(ctx aws.Context, input *DeleteAccessLogSettingsInput, opts ...request.Option) (*DeleteAccessLogSettingsOutput, error) + func (c *ApiGatewayV2) DeleteApi(input *DeleteApiInput) (*DeleteApiOutput, error) + func (c *ApiGatewayV2) DeleteApiMapping(input *DeleteApiMappingInput) (*DeleteApiMappingOutput, error) + func (c *ApiGatewayV2) DeleteApiMappingRequest(input *DeleteApiMappingInput) (req *request.Request, output *DeleteApiMappingOutput) + func (c *ApiGatewayV2) DeleteApiMappingWithContext(ctx aws.Context, input *DeleteApiMappingInput, opts ...request.Option) (*DeleteApiMappingOutput, error) + func (c *ApiGatewayV2) DeleteApiRequest(input *DeleteApiInput) (req *request.Request, output *DeleteApiOutput) + func (c *ApiGatewayV2) DeleteApiWithContext(ctx aws.Context, input *DeleteApiInput, opts ...request.Option) (*DeleteApiOutput, error) + func (c *ApiGatewayV2) DeleteAuthorizer(input *DeleteAuthorizerInput) (*DeleteAuthorizerOutput, error) + func (c *ApiGatewayV2) DeleteAuthorizerRequest(input *DeleteAuthorizerInput) (req *request.Request, output *DeleteAuthorizerOutput) + func (c *ApiGatewayV2) DeleteAuthorizerWithContext(ctx aws.Context, input *DeleteAuthorizerInput, opts ...request.Option) (*DeleteAuthorizerOutput, error) + func (c *ApiGatewayV2) DeleteCorsConfiguration(input *DeleteCorsConfigurationInput) (*DeleteCorsConfigurationOutput, error) + func (c *ApiGatewayV2) DeleteCorsConfigurationRequest(input *DeleteCorsConfigurationInput) (req *request.Request, output *DeleteCorsConfigurationOutput) + func (c *ApiGatewayV2) DeleteCorsConfigurationWithContext(ctx aws.Context, input *DeleteCorsConfigurationInput, opts ...request.Option) (*DeleteCorsConfigurationOutput, error) + func (c *ApiGatewayV2) DeleteDeployment(input *DeleteDeploymentInput) (*DeleteDeploymentOutput, error) + func (c *ApiGatewayV2) DeleteDeploymentRequest(input *DeleteDeploymentInput) (req *request.Request, output *DeleteDeploymentOutput) + func (c *ApiGatewayV2) DeleteDeploymentWithContext(ctx aws.Context, input *DeleteDeploymentInput, opts ...request.Option) (*DeleteDeploymentOutput, error) + func (c *ApiGatewayV2) DeleteDomainName(input *DeleteDomainNameInput) (*DeleteDomainNameOutput, error) + func (c *ApiGatewayV2) DeleteDomainNameRequest(input *DeleteDomainNameInput) (req *request.Request, output *DeleteDomainNameOutput) + func (c *ApiGatewayV2) DeleteDomainNameWithContext(ctx aws.Context, input *DeleteDomainNameInput, opts ...request.Option) (*DeleteDomainNameOutput, error) + func (c *ApiGatewayV2) DeleteIntegration(input *DeleteIntegrationInput) (*DeleteIntegrationOutput, error) + func (c *ApiGatewayV2) DeleteIntegrationRequest(input *DeleteIntegrationInput) (req *request.Request, output *DeleteIntegrationOutput) + func (c *ApiGatewayV2) DeleteIntegrationResponse(input *DeleteIntegrationResponseInput) (*DeleteIntegrationResponseOutput, error) + func (c *ApiGatewayV2) DeleteIntegrationResponseRequest(input *DeleteIntegrationResponseInput) (req *request.Request, output *DeleteIntegrationResponseOutput) + func (c *ApiGatewayV2) DeleteIntegrationResponseWithContext(ctx aws.Context, input *DeleteIntegrationResponseInput, opts ...request.Option) (*DeleteIntegrationResponseOutput, error) + func (c *ApiGatewayV2) DeleteIntegrationWithContext(ctx aws.Context, input *DeleteIntegrationInput, opts ...request.Option) (*DeleteIntegrationOutput, error) + func (c *ApiGatewayV2) DeleteModel(input *DeleteModelInput) (*DeleteModelOutput, error) + func (c *ApiGatewayV2) DeleteModelRequest(input *DeleteModelInput) (req *request.Request, output *DeleteModelOutput) + func (c *ApiGatewayV2) DeleteModelWithContext(ctx aws.Context, input *DeleteModelInput, opts ...request.Option) (*DeleteModelOutput, error) + func (c *ApiGatewayV2) DeleteRoute(input *DeleteRouteInput) (*DeleteRouteOutput, error) + func (c *ApiGatewayV2) DeleteRouteRequest(input *DeleteRouteInput) (req *request.Request, output *DeleteRouteOutput) + func (c *ApiGatewayV2) DeleteRouteRequestParameter(input *DeleteRouteRequestParameterInput) (*DeleteRouteRequestParameterOutput, error) + func (c *ApiGatewayV2) DeleteRouteRequestParameterRequest(input *DeleteRouteRequestParameterInput) (req *request.Request, output *DeleteRouteRequestParameterOutput) + func (c *ApiGatewayV2) DeleteRouteRequestParameterWithContext(ctx aws.Context, input *DeleteRouteRequestParameterInput, ...) (*DeleteRouteRequestParameterOutput, error) + func (c *ApiGatewayV2) DeleteRouteResponse(input *DeleteRouteResponseInput) (*DeleteRouteResponseOutput, error) + func (c *ApiGatewayV2) DeleteRouteResponseRequest(input *DeleteRouteResponseInput) (req *request.Request, output *DeleteRouteResponseOutput) + func (c *ApiGatewayV2) DeleteRouteResponseWithContext(ctx aws.Context, input *DeleteRouteResponseInput, opts ...request.Option) (*DeleteRouteResponseOutput, error) + func (c *ApiGatewayV2) DeleteRouteSettings(input *DeleteRouteSettingsInput) (*DeleteRouteSettingsOutput, error) + func (c *ApiGatewayV2) DeleteRouteSettingsRequest(input *DeleteRouteSettingsInput) (req *request.Request, output *DeleteRouteSettingsOutput) + func (c *ApiGatewayV2) DeleteRouteSettingsWithContext(ctx aws.Context, input *DeleteRouteSettingsInput, opts ...request.Option) (*DeleteRouteSettingsOutput, error) + func (c *ApiGatewayV2) DeleteRouteWithContext(ctx aws.Context, input *DeleteRouteInput, opts ...request.Option) (*DeleteRouteOutput, error) + func (c *ApiGatewayV2) DeleteStage(input *DeleteStageInput) (*DeleteStageOutput, error) + func (c *ApiGatewayV2) DeleteStageRequest(input *DeleteStageInput) (req *request.Request, output *DeleteStageOutput) + func (c *ApiGatewayV2) DeleteStageWithContext(ctx aws.Context, input *DeleteStageInput, opts ...request.Option) (*DeleteStageOutput, error) + func (c *ApiGatewayV2) DeleteVpcLink(input *DeleteVpcLinkInput) (*DeleteVpcLinkOutput, error) + func (c *ApiGatewayV2) DeleteVpcLinkRequest(input *DeleteVpcLinkInput) (req *request.Request, output *DeleteVpcLinkOutput) + func (c *ApiGatewayV2) DeleteVpcLinkWithContext(ctx aws.Context, input *DeleteVpcLinkInput, opts ...request.Option) (*DeleteVpcLinkOutput, error) + func (c *ApiGatewayV2) ExportApi(input *ExportApiInput) (*ExportApiOutput, error) + func (c *ApiGatewayV2) ExportApiRequest(input *ExportApiInput) (req *request.Request, output *ExportApiOutput) + func (c *ApiGatewayV2) ExportApiWithContext(ctx aws.Context, input *ExportApiInput, opts ...request.Option) (*ExportApiOutput, error) + func (c *ApiGatewayV2) GetApi(input *GetApiInput) (*GetApiOutput, error) + func (c *ApiGatewayV2) GetApiMapping(input *GetApiMappingInput) (*GetApiMappingOutput, error) + func (c *ApiGatewayV2) GetApiMappingRequest(input *GetApiMappingInput) (req *request.Request, output *GetApiMappingOutput) + func (c *ApiGatewayV2) GetApiMappingWithContext(ctx aws.Context, input *GetApiMappingInput, opts ...request.Option) (*GetApiMappingOutput, error) + func (c *ApiGatewayV2) GetApiMappings(input *GetApiMappingsInput) (*GetApiMappingsOutput, error) + func (c *ApiGatewayV2) GetApiMappingsRequest(input *GetApiMappingsInput) (req *request.Request, output *GetApiMappingsOutput) + func (c *ApiGatewayV2) GetApiMappingsWithContext(ctx aws.Context, input *GetApiMappingsInput, opts ...request.Option) (*GetApiMappingsOutput, error) + func (c *ApiGatewayV2) GetApiRequest(input *GetApiInput) (req *request.Request, output *GetApiOutput) + func (c *ApiGatewayV2) GetApiWithContext(ctx aws.Context, input *GetApiInput, opts ...request.Option) (*GetApiOutput, error) + func (c *ApiGatewayV2) GetApis(input *GetApisInput) (*GetApisOutput, error) + func (c *ApiGatewayV2) GetApisRequest(input *GetApisInput) (req *request.Request, output *GetApisOutput) + func (c *ApiGatewayV2) GetApisWithContext(ctx aws.Context, input *GetApisInput, opts ...request.Option) (*GetApisOutput, error) + func (c *ApiGatewayV2) GetAuthorizer(input *GetAuthorizerInput) (*GetAuthorizerOutput, error) + func (c *ApiGatewayV2) GetAuthorizerRequest(input *GetAuthorizerInput) (req *request.Request, output *GetAuthorizerOutput) + func (c *ApiGatewayV2) GetAuthorizerWithContext(ctx aws.Context, input *GetAuthorizerInput, opts ...request.Option) (*GetAuthorizerOutput, error) + func (c *ApiGatewayV2) GetAuthorizers(input *GetAuthorizersInput) (*GetAuthorizersOutput, error) + func (c *ApiGatewayV2) GetAuthorizersRequest(input *GetAuthorizersInput) (req *request.Request, output *GetAuthorizersOutput) + func (c *ApiGatewayV2) GetAuthorizersWithContext(ctx aws.Context, input *GetAuthorizersInput, opts ...request.Option) (*GetAuthorizersOutput, error) + func (c *ApiGatewayV2) GetDeployment(input *GetDeploymentInput) (*GetDeploymentOutput, error) + func (c *ApiGatewayV2) GetDeploymentRequest(input *GetDeploymentInput) (req *request.Request, output *GetDeploymentOutput) + func (c *ApiGatewayV2) GetDeploymentWithContext(ctx aws.Context, input *GetDeploymentInput, opts ...request.Option) (*GetDeploymentOutput, error) + func (c *ApiGatewayV2) GetDeployments(input *GetDeploymentsInput) (*GetDeploymentsOutput, error) + func (c *ApiGatewayV2) GetDeploymentsRequest(input *GetDeploymentsInput) (req *request.Request, output *GetDeploymentsOutput) + func (c *ApiGatewayV2) GetDeploymentsWithContext(ctx aws.Context, input *GetDeploymentsInput, opts ...request.Option) (*GetDeploymentsOutput, error) + func (c *ApiGatewayV2) GetDomainName(input *GetDomainNameInput) (*GetDomainNameOutput, error) + func (c *ApiGatewayV2) GetDomainNameRequest(input *GetDomainNameInput) (req *request.Request, output *GetDomainNameOutput) + func (c *ApiGatewayV2) GetDomainNameWithContext(ctx aws.Context, input *GetDomainNameInput, opts ...request.Option) (*GetDomainNameOutput, error) + func (c *ApiGatewayV2) GetDomainNames(input *GetDomainNamesInput) (*GetDomainNamesOutput, error) + func (c *ApiGatewayV2) GetDomainNamesRequest(input *GetDomainNamesInput) (req *request.Request, output *GetDomainNamesOutput) + func (c *ApiGatewayV2) GetDomainNamesWithContext(ctx aws.Context, input *GetDomainNamesInput, opts ...request.Option) (*GetDomainNamesOutput, error) + func (c *ApiGatewayV2) GetIntegration(input *GetIntegrationInput) (*GetIntegrationOutput, error) + func (c *ApiGatewayV2) GetIntegrationRequest(input *GetIntegrationInput) (req *request.Request, output *GetIntegrationOutput) + func (c *ApiGatewayV2) GetIntegrationResponse(input *GetIntegrationResponseInput) (*GetIntegrationResponseOutput, error) + func (c *ApiGatewayV2) GetIntegrationResponseRequest(input *GetIntegrationResponseInput) (req *request.Request, output *GetIntegrationResponseOutput) + func (c *ApiGatewayV2) GetIntegrationResponseWithContext(ctx aws.Context, input *GetIntegrationResponseInput, opts ...request.Option) (*GetIntegrationResponseOutput, error) + func (c *ApiGatewayV2) GetIntegrationResponses(input *GetIntegrationResponsesInput) (*GetIntegrationResponsesOutput, error) + func (c *ApiGatewayV2) GetIntegrationResponsesRequest(input *GetIntegrationResponsesInput) (req *request.Request, output *GetIntegrationResponsesOutput) + func (c *ApiGatewayV2) GetIntegrationResponsesWithContext(ctx aws.Context, input *GetIntegrationResponsesInput, opts ...request.Option) (*GetIntegrationResponsesOutput, error) + func (c *ApiGatewayV2) GetIntegrationWithContext(ctx aws.Context, input *GetIntegrationInput, opts ...request.Option) (*GetIntegrationOutput, error) + func (c *ApiGatewayV2) GetIntegrations(input *GetIntegrationsInput) (*GetIntegrationsOutput, error) + func (c *ApiGatewayV2) GetIntegrationsRequest(input *GetIntegrationsInput) (req *request.Request, output *GetIntegrationsOutput) + func (c *ApiGatewayV2) GetIntegrationsWithContext(ctx aws.Context, input *GetIntegrationsInput, opts ...request.Option) (*GetIntegrationsOutput, error) + func (c *ApiGatewayV2) GetModel(input *GetModelInput) (*GetModelOutput, error) + func (c *ApiGatewayV2) GetModelRequest(input *GetModelInput) (req *request.Request, output *GetModelOutput) + func (c *ApiGatewayV2) GetModelTemplate(input *GetModelTemplateInput) (*GetModelTemplateOutput, error) + func (c *ApiGatewayV2) GetModelTemplateRequest(input *GetModelTemplateInput) (req *request.Request, output *GetModelTemplateOutput) + func (c *ApiGatewayV2) GetModelTemplateWithContext(ctx aws.Context, input *GetModelTemplateInput, opts ...request.Option) (*GetModelTemplateOutput, error) + func (c *ApiGatewayV2) GetModelWithContext(ctx aws.Context, input *GetModelInput, opts ...request.Option) (*GetModelOutput, error) + func (c *ApiGatewayV2) GetModels(input *GetModelsInput) (*GetModelsOutput, error) + func (c *ApiGatewayV2) GetModelsRequest(input *GetModelsInput) (req *request.Request, output *GetModelsOutput) + func (c *ApiGatewayV2) GetModelsWithContext(ctx aws.Context, input *GetModelsInput, opts ...request.Option) (*GetModelsOutput, error) + func (c *ApiGatewayV2) GetRoute(input *GetRouteInput) (*GetRouteOutput, error) + func (c *ApiGatewayV2) GetRouteRequest(input *GetRouteInput) (req *request.Request, output *GetRouteOutput) + func (c *ApiGatewayV2) GetRouteResponse(input *GetRouteResponseInput) (*GetRouteResponseOutput, error) + func (c *ApiGatewayV2) GetRouteResponseRequest(input *GetRouteResponseInput) (req *request.Request, output *GetRouteResponseOutput) + func (c *ApiGatewayV2) GetRouteResponseWithContext(ctx aws.Context, input *GetRouteResponseInput, opts ...request.Option) (*GetRouteResponseOutput, error) + func (c *ApiGatewayV2) GetRouteResponses(input *GetRouteResponsesInput) (*GetRouteResponsesOutput, error) + func (c *ApiGatewayV2) GetRouteResponsesRequest(input *GetRouteResponsesInput) (req *request.Request, output *GetRouteResponsesOutput) + func (c *ApiGatewayV2) GetRouteResponsesWithContext(ctx aws.Context, input *GetRouteResponsesInput, opts ...request.Option) (*GetRouteResponsesOutput, error) + func (c *ApiGatewayV2) GetRouteWithContext(ctx aws.Context, input *GetRouteInput, opts ...request.Option) (*GetRouteOutput, error) + func (c *ApiGatewayV2) GetRoutes(input *GetRoutesInput) (*GetRoutesOutput, error) + func (c *ApiGatewayV2) GetRoutesRequest(input *GetRoutesInput) (req *request.Request, output *GetRoutesOutput) + func (c *ApiGatewayV2) GetRoutesWithContext(ctx aws.Context, input *GetRoutesInput, opts ...request.Option) (*GetRoutesOutput, error) + func (c *ApiGatewayV2) GetStage(input *GetStageInput) (*GetStageOutput, error) + func (c *ApiGatewayV2) GetStageRequest(input *GetStageInput) (req *request.Request, output *GetStageOutput) + func (c *ApiGatewayV2) GetStageWithContext(ctx aws.Context, input *GetStageInput, opts ...request.Option) (*GetStageOutput, error) + func (c *ApiGatewayV2) GetStages(input *GetStagesInput) (*GetStagesOutput, error) + func (c *ApiGatewayV2) GetStagesRequest(input *GetStagesInput) (req *request.Request, output *GetStagesOutput) + func (c *ApiGatewayV2) GetStagesWithContext(ctx aws.Context, input *GetStagesInput, opts ...request.Option) (*GetStagesOutput, error) + func (c *ApiGatewayV2) GetTags(input *GetTagsInput) (*GetTagsOutput, error) + func (c *ApiGatewayV2) GetTagsRequest(input *GetTagsInput) (req *request.Request, output *GetTagsOutput) + func (c *ApiGatewayV2) GetTagsWithContext(ctx aws.Context, input *GetTagsInput, opts ...request.Option) (*GetTagsOutput, error) + func (c *ApiGatewayV2) GetVpcLink(input *GetVpcLinkInput) (*GetVpcLinkOutput, error) + func (c *ApiGatewayV2) GetVpcLinkRequest(input *GetVpcLinkInput) (req *request.Request, output *GetVpcLinkOutput) + func (c *ApiGatewayV2) GetVpcLinkWithContext(ctx aws.Context, input *GetVpcLinkInput, opts ...request.Option) (*GetVpcLinkOutput, error) + func (c *ApiGatewayV2) GetVpcLinks(input *GetVpcLinksInput) (*GetVpcLinksOutput, error) + func (c *ApiGatewayV2) GetVpcLinksRequest(input *GetVpcLinksInput) (req *request.Request, output *GetVpcLinksOutput) + func (c *ApiGatewayV2) GetVpcLinksWithContext(ctx aws.Context, input *GetVpcLinksInput, opts ...request.Option) (*GetVpcLinksOutput, error) + func (c *ApiGatewayV2) ImportApi(input *ImportApiInput) (*ImportApiOutput, error) + func (c *ApiGatewayV2) ImportApiRequest(input *ImportApiInput) (req *request.Request, output *ImportApiOutput) + func (c *ApiGatewayV2) ImportApiWithContext(ctx aws.Context, input *ImportApiInput, opts ...request.Option) (*ImportApiOutput, error) + func (c *ApiGatewayV2) ReimportApi(input *ReimportApiInput) (*ReimportApiOutput, error) + func (c *ApiGatewayV2) ReimportApiRequest(input *ReimportApiInput) (req *request.Request, output *ReimportApiOutput) + func (c *ApiGatewayV2) ReimportApiWithContext(ctx aws.Context, input *ReimportApiInput, opts ...request.Option) (*ReimportApiOutput, error) + func (c *ApiGatewayV2) ResetAuthorizersCache(input *ResetAuthorizersCacheInput) (*ResetAuthorizersCacheOutput, error) + func (c *ApiGatewayV2) ResetAuthorizersCacheRequest(input *ResetAuthorizersCacheInput) (req *request.Request, output *ResetAuthorizersCacheOutput) + func (c *ApiGatewayV2) ResetAuthorizersCacheWithContext(ctx aws.Context, input *ResetAuthorizersCacheInput, opts ...request.Option) (*ResetAuthorizersCacheOutput, error) + func (c *ApiGatewayV2) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *ApiGatewayV2) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *ApiGatewayV2) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *ApiGatewayV2) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *ApiGatewayV2) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *ApiGatewayV2) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *ApiGatewayV2) UpdateApi(input *UpdateApiInput) (*UpdateApiOutput, error) + func (c *ApiGatewayV2) UpdateApiMapping(input *UpdateApiMappingInput) (*UpdateApiMappingOutput, error) + func (c *ApiGatewayV2) UpdateApiMappingRequest(input *UpdateApiMappingInput) (req *request.Request, output *UpdateApiMappingOutput) + func (c *ApiGatewayV2) UpdateApiMappingWithContext(ctx aws.Context, input *UpdateApiMappingInput, opts ...request.Option) (*UpdateApiMappingOutput, error) + func (c *ApiGatewayV2) UpdateApiRequest(input *UpdateApiInput) (req *request.Request, output *UpdateApiOutput) + func (c *ApiGatewayV2) UpdateApiWithContext(ctx aws.Context, input *UpdateApiInput, opts ...request.Option) (*UpdateApiOutput, error) + func (c *ApiGatewayV2) UpdateAuthorizer(input *UpdateAuthorizerInput) (*UpdateAuthorizerOutput, error) + func (c *ApiGatewayV2) UpdateAuthorizerRequest(input *UpdateAuthorizerInput) (req *request.Request, output *UpdateAuthorizerOutput) + func (c *ApiGatewayV2) UpdateAuthorizerWithContext(ctx aws.Context, input *UpdateAuthorizerInput, opts ...request.Option) (*UpdateAuthorizerOutput, error) + func (c *ApiGatewayV2) UpdateDeployment(input *UpdateDeploymentInput) (*UpdateDeploymentOutput, error) + func (c *ApiGatewayV2) UpdateDeploymentRequest(input *UpdateDeploymentInput) (req *request.Request, output *UpdateDeploymentOutput) + func (c *ApiGatewayV2) UpdateDeploymentWithContext(ctx aws.Context, input *UpdateDeploymentInput, opts ...request.Option) (*UpdateDeploymentOutput, error) + func (c *ApiGatewayV2) UpdateDomainName(input *UpdateDomainNameInput) (*UpdateDomainNameOutput, error) + func (c *ApiGatewayV2) UpdateDomainNameRequest(input *UpdateDomainNameInput) (req *request.Request, output *UpdateDomainNameOutput) + func (c *ApiGatewayV2) UpdateDomainNameWithContext(ctx aws.Context, input *UpdateDomainNameInput, opts ...request.Option) (*UpdateDomainNameOutput, error) + func (c *ApiGatewayV2) UpdateIntegration(input *UpdateIntegrationInput) (*UpdateIntegrationOutput, error) + func (c *ApiGatewayV2) UpdateIntegrationRequest(input *UpdateIntegrationInput) (req *request.Request, output *UpdateIntegrationOutput) + func (c *ApiGatewayV2) UpdateIntegrationResponse(input *UpdateIntegrationResponseInput) (*UpdateIntegrationResponseOutput, error) + func (c *ApiGatewayV2) UpdateIntegrationResponseRequest(input *UpdateIntegrationResponseInput) (req *request.Request, output *UpdateIntegrationResponseOutput) + func (c *ApiGatewayV2) UpdateIntegrationResponseWithContext(ctx aws.Context, input *UpdateIntegrationResponseInput, opts ...request.Option) (*UpdateIntegrationResponseOutput, error) + func (c *ApiGatewayV2) UpdateIntegrationWithContext(ctx aws.Context, input *UpdateIntegrationInput, opts ...request.Option) (*UpdateIntegrationOutput, error) + func (c *ApiGatewayV2) UpdateModel(input *UpdateModelInput) (*UpdateModelOutput, error) + func (c *ApiGatewayV2) UpdateModelRequest(input *UpdateModelInput) (req *request.Request, output *UpdateModelOutput) + func (c *ApiGatewayV2) UpdateModelWithContext(ctx aws.Context, input *UpdateModelInput, opts ...request.Option) (*UpdateModelOutput, error) + func (c *ApiGatewayV2) UpdateRoute(input *UpdateRouteInput) (*UpdateRouteOutput, error) + func (c *ApiGatewayV2) UpdateRouteRequest(input *UpdateRouteInput) (req *request.Request, output *UpdateRouteOutput) + func (c *ApiGatewayV2) UpdateRouteResponse(input *UpdateRouteResponseInput) (*UpdateRouteResponseOutput, error) + func (c *ApiGatewayV2) UpdateRouteResponseRequest(input *UpdateRouteResponseInput) (req *request.Request, output *UpdateRouteResponseOutput) + func (c *ApiGatewayV2) UpdateRouteResponseWithContext(ctx aws.Context, input *UpdateRouteResponseInput, opts ...request.Option) (*UpdateRouteResponseOutput, error) + func (c *ApiGatewayV2) UpdateRouteWithContext(ctx aws.Context, input *UpdateRouteInput, opts ...request.Option) (*UpdateRouteOutput, error) + func (c *ApiGatewayV2) UpdateStage(input *UpdateStageInput) (*UpdateStageOutput, error) + func (c *ApiGatewayV2) UpdateStageRequest(input *UpdateStageInput) (req *request.Request, output *UpdateStageOutput) + func (c *ApiGatewayV2) UpdateStageWithContext(ctx aws.Context, input *UpdateStageInput, opts ...request.Option) (*UpdateStageOutput, error) + func (c *ApiGatewayV2) UpdateVpcLink(input *UpdateVpcLinkInput) (*UpdateVpcLinkOutput, error) + func (c *ApiGatewayV2) UpdateVpcLinkRequest(input *UpdateVpcLinkInput) (req *request.Request, output *UpdateVpcLinkOutput) + func (c *ApiGatewayV2) UpdateVpcLinkWithContext(ctx aws.Context, input *UpdateVpcLinkInput, opts ...request.Option) (*UpdateVpcLinkOutput, error) + type ApiMapping struct + ApiId *string + ApiMappingId *string + ApiMappingKey *string + Stage *string + func (s *ApiMapping) SetApiId(v string) *ApiMapping + func (s *ApiMapping) SetApiMappingId(v string) *ApiMapping + func (s *ApiMapping) SetApiMappingKey(v string) *ApiMapping + func (s *ApiMapping) SetStage(v string) *ApiMapping + func (s ApiMapping) GoString() string + func (s ApiMapping) String() string + type Authorizer struct + AuthorizerCredentialsArn *string + AuthorizerId *string + AuthorizerPayloadFormatVersion *string + AuthorizerResultTtlInSeconds *int64 + AuthorizerType *string + AuthorizerUri *string + EnableSimpleResponses *bool + IdentitySource []*string + IdentityValidationExpression *string + JwtConfiguration *JWTConfiguration + Name *string + func (s *Authorizer) SetAuthorizerCredentialsArn(v string) *Authorizer + func (s *Authorizer) SetAuthorizerId(v string) *Authorizer + func (s *Authorizer) SetAuthorizerPayloadFormatVersion(v string) *Authorizer + func (s *Authorizer) SetAuthorizerResultTtlInSeconds(v int64) *Authorizer + func (s *Authorizer) SetAuthorizerType(v string) *Authorizer + func (s *Authorizer) SetAuthorizerUri(v string) *Authorizer + func (s *Authorizer) SetEnableSimpleResponses(v bool) *Authorizer + func (s *Authorizer) SetIdentitySource(v []*string) *Authorizer + func (s *Authorizer) SetIdentityValidationExpression(v string) *Authorizer + func (s *Authorizer) SetJwtConfiguration(v *JWTConfiguration) *Authorizer + func (s *Authorizer) SetName(v string) *Authorizer + func (s Authorizer) GoString() string + func (s Authorizer) String() string + type BadRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *BadRequestException) Code() string + func (s *BadRequestException) Error() string + func (s *BadRequestException) Message() string + func (s *BadRequestException) OrigErr() error + func (s *BadRequestException) RequestID() string + func (s *BadRequestException) StatusCode() int + func (s BadRequestException) GoString() string + func (s BadRequestException) String() string + type ConflictException struct + Message_ *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 Cors struct + AllowCredentials *bool + AllowHeaders []*string + AllowMethods []*string + AllowOrigins []*string + ExposeHeaders []*string + MaxAge *int64 + func (s *Cors) SetAllowCredentials(v bool) *Cors + func (s *Cors) SetAllowHeaders(v []*string) *Cors + func (s *Cors) SetAllowMethods(v []*string) *Cors + func (s *Cors) SetAllowOrigins(v []*string) *Cors + func (s *Cors) SetExposeHeaders(v []*string) *Cors + func (s *Cors) SetMaxAge(v int64) *Cors + func (s *Cors) Validate() error + func (s Cors) GoString() string + func (s Cors) String() string + type CreateApiInput struct + ApiKeySelectionExpression *string + CorsConfiguration *Cors + CredentialsArn *string + Description *string + DisableExecuteApiEndpoint *bool + DisableSchemaValidation *bool + Name *string + ProtocolType *string + RouteKey *string + RouteSelectionExpression *string + Tags map[string]*string + Target *string + Version *string + func (s *CreateApiInput) SetApiKeySelectionExpression(v string) *CreateApiInput + func (s *CreateApiInput) SetCorsConfiguration(v *Cors) *CreateApiInput + func (s *CreateApiInput) SetCredentialsArn(v string) *CreateApiInput + func (s *CreateApiInput) SetDescription(v string) *CreateApiInput + func (s *CreateApiInput) SetDisableExecuteApiEndpoint(v bool) *CreateApiInput + func (s *CreateApiInput) SetDisableSchemaValidation(v bool) *CreateApiInput + func (s *CreateApiInput) SetName(v string) *CreateApiInput + func (s *CreateApiInput) SetProtocolType(v string) *CreateApiInput + func (s *CreateApiInput) SetRouteKey(v string) *CreateApiInput + func (s *CreateApiInput) SetRouteSelectionExpression(v string) *CreateApiInput + func (s *CreateApiInput) SetTags(v map[string]*string) *CreateApiInput + func (s *CreateApiInput) SetTarget(v string) *CreateApiInput + func (s *CreateApiInput) SetVersion(v string) *CreateApiInput + func (s *CreateApiInput) Validate() error + func (s CreateApiInput) GoString() string + func (s CreateApiInput) String() string + type CreateApiMappingInput struct + ApiId *string + ApiMappingKey *string + DomainName *string + Stage *string + func (s *CreateApiMappingInput) SetApiId(v string) *CreateApiMappingInput + func (s *CreateApiMappingInput) SetApiMappingKey(v string) *CreateApiMappingInput + func (s *CreateApiMappingInput) SetDomainName(v string) *CreateApiMappingInput + func (s *CreateApiMappingInput) SetStage(v string) *CreateApiMappingInput + func (s *CreateApiMappingInput) Validate() error + func (s CreateApiMappingInput) GoString() string + func (s CreateApiMappingInput) String() string + type CreateApiMappingOutput struct + ApiId *string + ApiMappingId *string + ApiMappingKey *string + Stage *string + func (s *CreateApiMappingOutput) SetApiId(v string) *CreateApiMappingOutput + func (s *CreateApiMappingOutput) SetApiMappingId(v string) *CreateApiMappingOutput + func (s *CreateApiMappingOutput) SetApiMappingKey(v string) *CreateApiMappingOutput + func (s *CreateApiMappingOutput) SetStage(v string) *CreateApiMappingOutput + func (s CreateApiMappingOutput) GoString() string + func (s CreateApiMappingOutput) String() string + type CreateApiOutput struct + ApiEndpoint *string + ApiGatewayManaged *bool + ApiId *string + ApiKeySelectionExpression *string + CorsConfiguration *Cors + CreatedDate *time.Time + Description *string + DisableExecuteApiEndpoint *bool + DisableSchemaValidation *bool + ImportInfo []*string + Name *string + ProtocolType *string + RouteSelectionExpression *string + Tags map[string]*string + Version *string + Warnings []*string + func (s *CreateApiOutput) SetApiEndpoint(v string) *CreateApiOutput + func (s *CreateApiOutput) SetApiGatewayManaged(v bool) *CreateApiOutput + func (s *CreateApiOutput) SetApiId(v string) *CreateApiOutput + func (s *CreateApiOutput) SetApiKeySelectionExpression(v string) *CreateApiOutput + func (s *CreateApiOutput) SetCorsConfiguration(v *Cors) *CreateApiOutput + func (s *CreateApiOutput) SetCreatedDate(v time.Time) *CreateApiOutput + func (s *CreateApiOutput) SetDescription(v string) *CreateApiOutput + func (s *CreateApiOutput) SetDisableExecuteApiEndpoint(v bool) *CreateApiOutput + func (s *CreateApiOutput) SetDisableSchemaValidation(v bool) *CreateApiOutput + func (s *CreateApiOutput) SetImportInfo(v []*string) *CreateApiOutput + func (s *CreateApiOutput) SetName(v string) *CreateApiOutput + func (s *CreateApiOutput) SetProtocolType(v string) *CreateApiOutput + func (s *CreateApiOutput) SetRouteSelectionExpression(v string) *CreateApiOutput + func (s *CreateApiOutput) SetTags(v map[string]*string) *CreateApiOutput + func (s *CreateApiOutput) SetVersion(v string) *CreateApiOutput + func (s *CreateApiOutput) SetWarnings(v []*string) *CreateApiOutput + func (s CreateApiOutput) GoString() string + func (s CreateApiOutput) String() string + type CreateAuthorizerInput struct + ApiId *string + AuthorizerCredentialsArn *string + AuthorizerPayloadFormatVersion *string + AuthorizerResultTtlInSeconds *int64 + AuthorizerType *string + AuthorizerUri *string + EnableSimpleResponses *bool + IdentitySource []*string + IdentityValidationExpression *string + JwtConfiguration *JWTConfiguration + Name *string + func (s *CreateAuthorizerInput) SetApiId(v string) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetAuthorizerCredentialsArn(v string) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetAuthorizerPayloadFormatVersion(v string) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetAuthorizerResultTtlInSeconds(v int64) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetAuthorizerType(v string) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetAuthorizerUri(v string) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetEnableSimpleResponses(v bool) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetIdentitySource(v []*string) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetIdentityValidationExpression(v string) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetJwtConfiguration(v *JWTConfiguration) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) SetName(v string) *CreateAuthorizerInput + func (s *CreateAuthorizerInput) Validate() error + func (s CreateAuthorizerInput) GoString() string + func (s CreateAuthorizerInput) String() string + type CreateAuthorizerOutput struct + AuthorizerCredentialsArn *string + AuthorizerId *string + AuthorizerPayloadFormatVersion *string + AuthorizerResultTtlInSeconds *int64 + AuthorizerType *string + AuthorizerUri *string + EnableSimpleResponses *bool + IdentitySource []*string + IdentityValidationExpression *string + JwtConfiguration *JWTConfiguration + Name *string + func (s *CreateAuthorizerOutput) SetAuthorizerCredentialsArn(v string) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetAuthorizerId(v string) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetAuthorizerPayloadFormatVersion(v string) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetAuthorizerResultTtlInSeconds(v int64) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetAuthorizerType(v string) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetAuthorizerUri(v string) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetEnableSimpleResponses(v bool) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetIdentitySource(v []*string) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetIdentityValidationExpression(v string) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetJwtConfiguration(v *JWTConfiguration) *CreateAuthorizerOutput + func (s *CreateAuthorizerOutput) SetName(v string) *CreateAuthorizerOutput + func (s CreateAuthorizerOutput) GoString() string + func (s CreateAuthorizerOutput) String() string + type CreateDeploymentInput struct + ApiId *string + Description *string + StageName *string + func (s *CreateDeploymentInput) SetApiId(v string) *CreateDeploymentInput + func (s *CreateDeploymentInput) SetDescription(v string) *CreateDeploymentInput + func (s *CreateDeploymentInput) SetStageName(v string) *CreateDeploymentInput + func (s *CreateDeploymentInput) Validate() error + func (s CreateDeploymentInput) GoString() string + func (s CreateDeploymentInput) String() string + type CreateDeploymentOutput struct + AutoDeployed *bool + CreatedDate *time.Time + DeploymentId *string + DeploymentStatus *string + DeploymentStatusMessage *string + Description *string + func (s *CreateDeploymentOutput) SetAutoDeployed(v bool) *CreateDeploymentOutput + func (s *CreateDeploymentOutput) SetCreatedDate(v time.Time) *CreateDeploymentOutput + func (s *CreateDeploymentOutput) SetDeploymentId(v string) *CreateDeploymentOutput + func (s *CreateDeploymentOutput) SetDeploymentStatus(v string) *CreateDeploymentOutput + func (s *CreateDeploymentOutput) SetDeploymentStatusMessage(v string) *CreateDeploymentOutput + func (s *CreateDeploymentOutput) SetDescription(v string) *CreateDeploymentOutput + func (s CreateDeploymentOutput) GoString() string + func (s CreateDeploymentOutput) String() string + type CreateDomainNameInput struct + DomainName *string + DomainNameConfigurations []*DomainNameConfiguration + MutualTlsAuthentication *MutualTlsAuthenticationInput + Tags map[string]*string + func (s *CreateDomainNameInput) SetDomainName(v string) *CreateDomainNameInput + func (s *CreateDomainNameInput) SetDomainNameConfigurations(v []*DomainNameConfiguration) *CreateDomainNameInput + func (s *CreateDomainNameInput) SetMutualTlsAuthentication(v *MutualTlsAuthenticationInput) *CreateDomainNameInput + func (s *CreateDomainNameInput) SetTags(v map[string]*string) *CreateDomainNameInput + func (s *CreateDomainNameInput) Validate() error + func (s CreateDomainNameInput) GoString() string + func (s CreateDomainNameInput) String() string + type CreateDomainNameOutput struct + ApiMappingSelectionExpression *string + DomainName *string + DomainNameConfigurations []*DomainNameConfiguration + MutualTlsAuthentication *MutualTlsAuthentication + Tags map[string]*string + func (s *CreateDomainNameOutput) SetApiMappingSelectionExpression(v string) *CreateDomainNameOutput + func (s *CreateDomainNameOutput) SetDomainName(v string) *CreateDomainNameOutput + func (s *CreateDomainNameOutput) SetDomainNameConfigurations(v []*DomainNameConfiguration) *CreateDomainNameOutput + func (s *CreateDomainNameOutput) SetMutualTlsAuthentication(v *MutualTlsAuthentication) *CreateDomainNameOutput + func (s *CreateDomainNameOutput) SetTags(v map[string]*string) *CreateDomainNameOutput + func (s CreateDomainNameOutput) GoString() string + func (s CreateDomainNameOutput) String() string + type CreateIntegrationInput struct + ApiId *string + ConnectionId *string + ConnectionType *string + ContentHandlingStrategy *string + CredentialsArn *string + Description *string + IntegrationMethod *string + IntegrationSubtype *string + IntegrationType *string + IntegrationUri *string + PassthroughBehavior *string + PayloadFormatVersion *string + RequestParameters map[string]*string + RequestTemplates map[string]*string + ResponseParameters map[string]map[string]*string + TemplateSelectionExpression *string + TimeoutInMillis *int64 + TlsConfig *TlsConfigInput + func (s *CreateIntegrationInput) SetApiId(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetConnectionId(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetConnectionType(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetContentHandlingStrategy(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetCredentialsArn(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetDescription(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetIntegrationMethod(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetIntegrationSubtype(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetIntegrationType(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetIntegrationUri(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetPassthroughBehavior(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetPayloadFormatVersion(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetRequestParameters(v map[string]*string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetRequestTemplates(v map[string]*string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetResponseParameters(v map[string]map[string]*string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetTemplateSelectionExpression(v string) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetTimeoutInMillis(v int64) *CreateIntegrationInput + func (s *CreateIntegrationInput) SetTlsConfig(v *TlsConfigInput) *CreateIntegrationInput + func (s *CreateIntegrationInput) Validate() error + func (s CreateIntegrationInput) GoString() string + func (s CreateIntegrationInput) String() string + type CreateIntegrationOutput struct + ApiGatewayManaged *bool + ConnectionId *string + ConnectionType *string + ContentHandlingStrategy *string + CredentialsArn *string + Description *string + IntegrationId *string + IntegrationMethod *string + IntegrationResponseSelectionExpression *string + IntegrationSubtype *string + IntegrationType *string + IntegrationUri *string + PassthroughBehavior *string + PayloadFormatVersion *string + RequestParameters map[string]*string + RequestTemplates map[string]*string + ResponseParameters map[string]map[string]*string + TemplateSelectionExpression *string + TimeoutInMillis *int64 + TlsConfig *TlsConfig + func (s *CreateIntegrationOutput) SetApiGatewayManaged(v bool) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetConnectionId(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetConnectionType(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetContentHandlingStrategy(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetCredentialsArn(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetDescription(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetIntegrationId(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetIntegrationMethod(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetIntegrationResponseSelectionExpression(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetIntegrationSubtype(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetIntegrationType(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetIntegrationUri(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetPassthroughBehavior(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetPayloadFormatVersion(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetRequestParameters(v map[string]*string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetRequestTemplates(v map[string]*string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetResponseParameters(v map[string]map[string]*string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetTemplateSelectionExpression(v string) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetTimeoutInMillis(v int64) *CreateIntegrationOutput + func (s *CreateIntegrationOutput) SetTlsConfig(v *TlsConfig) *CreateIntegrationOutput + func (s CreateIntegrationOutput) GoString() string + func (s CreateIntegrationOutput) String() string + type CreateIntegrationResponseInput struct + ApiId *string + ContentHandlingStrategy *string + IntegrationId *string + IntegrationResponseKey *string + ResponseParameters map[string]*string + ResponseTemplates map[string]*string + TemplateSelectionExpression *string + func (s *CreateIntegrationResponseInput) SetApiId(v string) *CreateIntegrationResponseInput + func (s *CreateIntegrationResponseInput) SetContentHandlingStrategy(v string) *CreateIntegrationResponseInput + func (s *CreateIntegrationResponseInput) SetIntegrationId(v string) *CreateIntegrationResponseInput + func (s *CreateIntegrationResponseInput) SetIntegrationResponseKey(v string) *CreateIntegrationResponseInput + func (s *CreateIntegrationResponseInput) SetResponseParameters(v map[string]*string) *CreateIntegrationResponseInput + func (s *CreateIntegrationResponseInput) SetResponseTemplates(v map[string]*string) *CreateIntegrationResponseInput + func (s *CreateIntegrationResponseInput) SetTemplateSelectionExpression(v string) *CreateIntegrationResponseInput + func (s *CreateIntegrationResponseInput) Validate() error + func (s CreateIntegrationResponseInput) GoString() string + func (s CreateIntegrationResponseInput) String() string + type CreateIntegrationResponseOutput struct + ContentHandlingStrategy *string + IntegrationResponseId *string + IntegrationResponseKey *string + ResponseParameters map[string]*string + ResponseTemplates map[string]*string + TemplateSelectionExpression *string + func (s *CreateIntegrationResponseOutput) SetContentHandlingStrategy(v string) *CreateIntegrationResponseOutput + func (s *CreateIntegrationResponseOutput) SetIntegrationResponseId(v string) *CreateIntegrationResponseOutput + func (s *CreateIntegrationResponseOutput) SetIntegrationResponseKey(v string) *CreateIntegrationResponseOutput + func (s *CreateIntegrationResponseOutput) SetResponseParameters(v map[string]*string) *CreateIntegrationResponseOutput + func (s *CreateIntegrationResponseOutput) SetResponseTemplates(v map[string]*string) *CreateIntegrationResponseOutput + func (s *CreateIntegrationResponseOutput) SetTemplateSelectionExpression(v string) *CreateIntegrationResponseOutput + func (s CreateIntegrationResponseOutput) GoString() string + func (s CreateIntegrationResponseOutput) String() string + type CreateModelInput struct + ApiId *string + ContentType *string + Description *string + Name *string + Schema *string + func (s *CreateModelInput) SetApiId(v string) *CreateModelInput + func (s *CreateModelInput) SetContentType(v string) *CreateModelInput + func (s *CreateModelInput) SetDescription(v string) *CreateModelInput + func (s *CreateModelInput) SetName(v string) *CreateModelInput + func (s *CreateModelInput) SetSchema(v string) *CreateModelInput + func (s *CreateModelInput) Validate() error + func (s CreateModelInput) GoString() string + func (s CreateModelInput) String() string + type CreateModelOutput struct + ContentType *string + Description *string + ModelId *string + Name *string + Schema *string + func (s *CreateModelOutput) SetContentType(v string) *CreateModelOutput + func (s *CreateModelOutput) SetDescription(v string) *CreateModelOutput + func (s *CreateModelOutput) SetModelId(v string) *CreateModelOutput + func (s *CreateModelOutput) SetName(v string) *CreateModelOutput + func (s *CreateModelOutput) SetSchema(v string) *CreateModelOutput + func (s CreateModelOutput) GoString() string + func (s CreateModelOutput) String() string + type CreateRouteInput struct + ApiId *string + ApiKeyRequired *bool + AuthorizationScopes []*string + AuthorizationType *string + AuthorizerId *string + ModelSelectionExpression *string + OperationName *string + RequestModels map[string]*string + RequestParameters map[string]*ParameterConstraints + RouteKey *string + RouteResponseSelectionExpression *string + Target *string + func (s *CreateRouteInput) SetApiId(v string) *CreateRouteInput + func (s *CreateRouteInput) SetApiKeyRequired(v bool) *CreateRouteInput + func (s *CreateRouteInput) SetAuthorizationScopes(v []*string) *CreateRouteInput + func (s *CreateRouteInput) SetAuthorizationType(v string) *CreateRouteInput + func (s *CreateRouteInput) SetAuthorizerId(v string) *CreateRouteInput + func (s *CreateRouteInput) SetModelSelectionExpression(v string) *CreateRouteInput + func (s *CreateRouteInput) SetOperationName(v string) *CreateRouteInput + func (s *CreateRouteInput) SetRequestModels(v map[string]*string) *CreateRouteInput + func (s *CreateRouteInput) SetRequestParameters(v map[string]*ParameterConstraints) *CreateRouteInput + func (s *CreateRouteInput) SetRouteKey(v string) *CreateRouteInput + func (s *CreateRouteInput) SetRouteResponseSelectionExpression(v string) *CreateRouteInput + func (s *CreateRouteInput) SetTarget(v string) *CreateRouteInput + func (s *CreateRouteInput) Validate() error + func (s CreateRouteInput) GoString() string + func (s CreateRouteInput) String() string + type CreateRouteOutput struct + ApiGatewayManaged *bool + ApiKeyRequired *bool + AuthorizationScopes []*string + AuthorizationType *string + AuthorizerId *string + ModelSelectionExpression *string + OperationName *string + RequestModels map[string]*string + RequestParameters map[string]*ParameterConstraints + RouteId *string + RouteKey *string + RouteResponseSelectionExpression *string + Target *string + func (s *CreateRouteOutput) SetApiGatewayManaged(v bool) *CreateRouteOutput + func (s *CreateRouteOutput) SetApiKeyRequired(v bool) *CreateRouteOutput + func (s *CreateRouteOutput) SetAuthorizationScopes(v []*string) *CreateRouteOutput + func (s *CreateRouteOutput) SetAuthorizationType(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetAuthorizerId(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetModelSelectionExpression(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetOperationName(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetRequestModels(v map[string]*string) *CreateRouteOutput + func (s *CreateRouteOutput) SetRequestParameters(v map[string]*ParameterConstraints) *CreateRouteOutput + func (s *CreateRouteOutput) SetRouteId(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetRouteKey(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetRouteResponseSelectionExpression(v string) *CreateRouteOutput + func (s *CreateRouteOutput) SetTarget(v string) *CreateRouteOutput + func (s CreateRouteOutput) GoString() string + func (s CreateRouteOutput) String() string + type CreateRouteResponseInput struct + ApiId *string + ModelSelectionExpression *string + ResponseModels map[string]*string + ResponseParameters map[string]*ParameterConstraints + RouteId *string + RouteResponseKey *string + func (s *CreateRouteResponseInput) SetApiId(v string) *CreateRouteResponseInput + func (s *CreateRouteResponseInput) SetModelSelectionExpression(v string) *CreateRouteResponseInput + func (s *CreateRouteResponseInput) SetResponseModels(v map[string]*string) *CreateRouteResponseInput + func (s *CreateRouteResponseInput) SetResponseParameters(v map[string]*ParameterConstraints) *CreateRouteResponseInput + func (s *CreateRouteResponseInput) SetRouteId(v string) *CreateRouteResponseInput + func (s *CreateRouteResponseInput) SetRouteResponseKey(v string) *CreateRouteResponseInput + func (s *CreateRouteResponseInput) Validate() error + func (s CreateRouteResponseInput) GoString() string + func (s CreateRouteResponseInput) String() string + type CreateRouteResponseOutput struct + ModelSelectionExpression *string + ResponseModels map[string]*string + ResponseParameters map[string]*ParameterConstraints + RouteResponseId *string + RouteResponseKey *string + func (s *CreateRouteResponseOutput) SetModelSelectionExpression(v string) *CreateRouteResponseOutput + func (s *CreateRouteResponseOutput) SetResponseModels(v map[string]*string) *CreateRouteResponseOutput + func (s *CreateRouteResponseOutput) SetResponseParameters(v map[string]*ParameterConstraints) *CreateRouteResponseOutput + func (s *CreateRouteResponseOutput) SetRouteResponseId(v string) *CreateRouteResponseOutput + func (s *CreateRouteResponseOutput) SetRouteResponseKey(v string) *CreateRouteResponseOutput + func (s CreateRouteResponseOutput) GoString() string + func (s CreateRouteResponseOutput) String() string + type CreateStageInput struct + AccessLogSettings *AccessLogSettings + ApiId *string + AutoDeploy *bool + ClientCertificateId *string + DefaultRouteSettings *RouteSettings + DeploymentId *string + Description *string + RouteSettings map[string]*RouteSettings + StageName *string + StageVariables map[string]*string + Tags map[string]*string + func (s *CreateStageInput) SetAccessLogSettings(v *AccessLogSettings) *CreateStageInput + func (s *CreateStageInput) SetApiId(v string) *CreateStageInput + func (s *CreateStageInput) SetAutoDeploy(v bool) *CreateStageInput + func (s *CreateStageInput) SetClientCertificateId(v string) *CreateStageInput + func (s *CreateStageInput) SetDefaultRouteSettings(v *RouteSettings) *CreateStageInput + func (s *CreateStageInput) SetDeploymentId(v string) *CreateStageInput + func (s *CreateStageInput) SetDescription(v string) *CreateStageInput + func (s *CreateStageInput) SetRouteSettings(v map[string]*RouteSettings) *CreateStageInput + func (s *CreateStageInput) SetStageName(v string) *CreateStageInput + func (s *CreateStageInput) SetStageVariables(v map[string]*string) *CreateStageInput + func (s *CreateStageInput) SetTags(v map[string]*string) *CreateStageInput + func (s *CreateStageInput) Validate() error + func (s CreateStageInput) GoString() string + func (s CreateStageInput) String() string + type CreateStageOutput struct + AccessLogSettings *AccessLogSettings + ApiGatewayManaged *bool + AutoDeploy *bool + ClientCertificateId *string + CreatedDate *time.Time + DefaultRouteSettings *RouteSettings + DeploymentId *string + Description *string + LastDeploymentStatusMessage *string + LastUpdatedDate *time.Time + RouteSettings map[string]*RouteSettings + StageName *string + StageVariables map[string]*string + Tags map[string]*string + func (s *CreateStageOutput) SetAccessLogSettings(v *AccessLogSettings) *CreateStageOutput + func (s *CreateStageOutput) SetApiGatewayManaged(v bool) *CreateStageOutput + func (s *CreateStageOutput) SetAutoDeploy(v bool) *CreateStageOutput + func (s *CreateStageOutput) SetClientCertificateId(v string) *CreateStageOutput + func (s *CreateStageOutput) SetCreatedDate(v time.Time) *CreateStageOutput + func (s *CreateStageOutput) SetDefaultRouteSettings(v *RouteSettings) *CreateStageOutput + func (s *CreateStageOutput) SetDeploymentId(v string) *CreateStageOutput + func (s *CreateStageOutput) SetDescription(v string) *CreateStageOutput + func (s *CreateStageOutput) SetLastDeploymentStatusMessage(v string) *CreateStageOutput + func (s *CreateStageOutput) SetLastUpdatedDate(v time.Time) *CreateStageOutput + func (s *CreateStageOutput) SetRouteSettings(v map[string]*RouteSettings) *CreateStageOutput + func (s *CreateStageOutput) SetStageName(v string) *CreateStageOutput + func (s *CreateStageOutput) SetStageVariables(v map[string]*string) *CreateStageOutput + func (s *CreateStageOutput) SetTags(v map[string]*string) *CreateStageOutput + func (s CreateStageOutput) GoString() string + func (s CreateStageOutput) String() string + type CreateVpcLinkInput struct + Name *string + SecurityGroupIds []*string + SubnetIds []*string + Tags map[string]*string + func (s *CreateVpcLinkInput) SetName(v string) *CreateVpcLinkInput + func (s *CreateVpcLinkInput) SetSecurityGroupIds(v []*string) *CreateVpcLinkInput + func (s *CreateVpcLinkInput) SetSubnetIds(v []*string) *CreateVpcLinkInput + func (s *CreateVpcLinkInput) SetTags(v map[string]*string) *CreateVpcLinkInput + func (s *CreateVpcLinkInput) Validate() error + func (s CreateVpcLinkInput) GoString() string + func (s CreateVpcLinkInput) String() string + type CreateVpcLinkOutput struct + CreatedDate *time.Time + Name *string + SecurityGroupIds []*string + SubnetIds []*string + Tags map[string]*string + VpcLinkId *string + VpcLinkStatus *string + VpcLinkStatusMessage *string + VpcLinkVersion *string + func (s *CreateVpcLinkOutput) SetCreatedDate(v time.Time) *CreateVpcLinkOutput + func (s *CreateVpcLinkOutput) SetName(v string) *CreateVpcLinkOutput + func (s *CreateVpcLinkOutput) SetSecurityGroupIds(v []*string) *CreateVpcLinkOutput + func (s *CreateVpcLinkOutput) SetSubnetIds(v []*string) *CreateVpcLinkOutput + func (s *CreateVpcLinkOutput) SetTags(v map[string]*string) *CreateVpcLinkOutput + func (s *CreateVpcLinkOutput) SetVpcLinkId(v string) *CreateVpcLinkOutput + func (s *CreateVpcLinkOutput) SetVpcLinkStatus(v string) *CreateVpcLinkOutput + func (s *CreateVpcLinkOutput) SetVpcLinkStatusMessage(v string) *CreateVpcLinkOutput + func (s *CreateVpcLinkOutput) SetVpcLinkVersion(v string) *CreateVpcLinkOutput + func (s CreateVpcLinkOutput) GoString() string + func (s CreateVpcLinkOutput) String() string + type DeleteAccessLogSettingsInput struct + ApiId *string + StageName *string + func (s *DeleteAccessLogSettingsInput) SetApiId(v string) *DeleteAccessLogSettingsInput + func (s *DeleteAccessLogSettingsInput) SetStageName(v string) *DeleteAccessLogSettingsInput + func (s *DeleteAccessLogSettingsInput) Validate() error + func (s DeleteAccessLogSettingsInput) GoString() string + func (s DeleteAccessLogSettingsInput) String() string + type DeleteAccessLogSettingsOutput struct + func (s DeleteAccessLogSettingsOutput) GoString() string + func (s DeleteAccessLogSettingsOutput) String() string + type DeleteApiInput struct + ApiId *string + func (s *DeleteApiInput) SetApiId(v string) *DeleteApiInput + func (s *DeleteApiInput) Validate() error + func (s DeleteApiInput) GoString() string + func (s DeleteApiInput) String() string + type DeleteApiMappingInput struct + ApiMappingId *string + DomainName *string + func (s *DeleteApiMappingInput) SetApiMappingId(v string) *DeleteApiMappingInput + func (s *DeleteApiMappingInput) SetDomainName(v string) *DeleteApiMappingInput + func (s *DeleteApiMappingInput) Validate() error + func (s DeleteApiMappingInput) GoString() string + func (s DeleteApiMappingInput) String() string + type DeleteApiMappingOutput struct + func (s DeleteApiMappingOutput) GoString() string + func (s DeleteApiMappingOutput) String() string + type DeleteApiOutput struct + func (s DeleteApiOutput) GoString() string + func (s DeleteApiOutput) String() string + type DeleteAuthorizerInput struct + ApiId *string + AuthorizerId *string + func (s *DeleteAuthorizerInput) SetApiId(v string) *DeleteAuthorizerInput + func (s *DeleteAuthorizerInput) SetAuthorizerId(v string) *DeleteAuthorizerInput + func (s *DeleteAuthorizerInput) Validate() error + func (s DeleteAuthorizerInput) GoString() string + func (s DeleteAuthorizerInput) String() string + type DeleteAuthorizerOutput struct + func (s DeleteAuthorizerOutput) GoString() string + func (s DeleteAuthorizerOutput) String() string + type DeleteCorsConfigurationInput struct + ApiId *string + func (s *DeleteCorsConfigurationInput) SetApiId(v string) *DeleteCorsConfigurationInput + func (s *DeleteCorsConfigurationInput) Validate() error + func (s DeleteCorsConfigurationInput) GoString() string + func (s DeleteCorsConfigurationInput) String() string + type DeleteCorsConfigurationOutput struct + func (s DeleteCorsConfigurationOutput) GoString() string + func (s DeleteCorsConfigurationOutput) String() string + type DeleteDeploymentInput struct + ApiId *string + DeploymentId *string + func (s *DeleteDeploymentInput) SetApiId(v string) *DeleteDeploymentInput + func (s *DeleteDeploymentInput) SetDeploymentId(v string) *DeleteDeploymentInput + func (s *DeleteDeploymentInput) Validate() error + func (s DeleteDeploymentInput) GoString() string + func (s DeleteDeploymentInput) String() string + type DeleteDeploymentOutput struct + func (s DeleteDeploymentOutput) GoString() string + func (s DeleteDeploymentOutput) String() string + type DeleteDomainNameInput struct + DomainName *string + func (s *DeleteDomainNameInput) SetDomainName(v string) *DeleteDomainNameInput + func (s *DeleteDomainNameInput) Validate() error + func (s DeleteDomainNameInput) GoString() string + func (s DeleteDomainNameInput) String() string + type DeleteDomainNameOutput struct + func (s DeleteDomainNameOutput) GoString() string + func (s DeleteDomainNameOutput) String() string + type DeleteIntegrationInput struct + ApiId *string + IntegrationId *string + func (s *DeleteIntegrationInput) SetApiId(v string) *DeleteIntegrationInput + func (s *DeleteIntegrationInput) SetIntegrationId(v string) *DeleteIntegrationInput + func (s *DeleteIntegrationInput) Validate() error + func (s DeleteIntegrationInput) GoString() string + func (s DeleteIntegrationInput) String() string + type DeleteIntegrationOutput struct + func (s DeleteIntegrationOutput) GoString() string + func (s DeleteIntegrationOutput) String() string + type DeleteIntegrationResponseInput struct + ApiId *string + IntegrationId *string + IntegrationResponseId *string + func (s *DeleteIntegrationResponseInput) SetApiId(v string) *DeleteIntegrationResponseInput + func (s *DeleteIntegrationResponseInput) SetIntegrationId(v string) *DeleteIntegrationResponseInput + func (s *DeleteIntegrationResponseInput) SetIntegrationResponseId(v string) *DeleteIntegrationResponseInput + func (s *DeleteIntegrationResponseInput) Validate() error + func (s DeleteIntegrationResponseInput) GoString() string + func (s DeleteIntegrationResponseInput) String() string + type DeleteIntegrationResponseOutput struct + func (s DeleteIntegrationResponseOutput) GoString() string + func (s DeleteIntegrationResponseOutput) String() string + type DeleteModelInput struct + ApiId *string + ModelId *string + func (s *DeleteModelInput) SetApiId(v string) *DeleteModelInput + func (s *DeleteModelInput) SetModelId(v string) *DeleteModelInput + func (s *DeleteModelInput) Validate() error + func (s DeleteModelInput) GoString() string + func (s DeleteModelInput) String() string + type DeleteModelOutput struct + func (s DeleteModelOutput) GoString() string + func (s DeleteModelOutput) String() string + type DeleteRouteInput struct + ApiId *string + RouteId *string + func (s *DeleteRouteInput) SetApiId(v string) *DeleteRouteInput + func (s *DeleteRouteInput) SetRouteId(v string) *DeleteRouteInput + func (s *DeleteRouteInput) Validate() error + func (s DeleteRouteInput) GoString() string + func (s DeleteRouteInput) String() string + type DeleteRouteOutput struct + func (s DeleteRouteOutput) GoString() string + func (s DeleteRouteOutput) String() string + type DeleteRouteRequestParameterInput struct + ApiId *string + RequestParameterKey *string + RouteId *string + func (s *DeleteRouteRequestParameterInput) SetApiId(v string) *DeleteRouteRequestParameterInput + func (s *DeleteRouteRequestParameterInput) SetRequestParameterKey(v string) *DeleteRouteRequestParameterInput + func (s *DeleteRouteRequestParameterInput) SetRouteId(v string) *DeleteRouteRequestParameterInput + func (s *DeleteRouteRequestParameterInput) Validate() error + func (s DeleteRouteRequestParameterInput) GoString() string + func (s DeleteRouteRequestParameterInput) String() string + type DeleteRouteRequestParameterOutput struct + func (s DeleteRouteRequestParameterOutput) GoString() string + func (s DeleteRouteRequestParameterOutput) String() string + type DeleteRouteResponseInput struct + ApiId *string + RouteId *string + RouteResponseId *string + func (s *DeleteRouteResponseInput) SetApiId(v string) *DeleteRouteResponseInput + func (s *DeleteRouteResponseInput) SetRouteId(v string) *DeleteRouteResponseInput + func (s *DeleteRouteResponseInput) SetRouteResponseId(v string) *DeleteRouteResponseInput + func (s *DeleteRouteResponseInput) Validate() error + func (s DeleteRouteResponseInput) GoString() string + func (s DeleteRouteResponseInput) String() string + type DeleteRouteResponseOutput struct + func (s DeleteRouteResponseOutput) GoString() string + func (s DeleteRouteResponseOutput) String() string + type DeleteRouteSettingsInput struct + ApiId *string + RouteKey *string + StageName *string + func (s *DeleteRouteSettingsInput) SetApiId(v string) *DeleteRouteSettingsInput + func (s *DeleteRouteSettingsInput) SetRouteKey(v string) *DeleteRouteSettingsInput + func (s *DeleteRouteSettingsInput) SetStageName(v string) *DeleteRouteSettingsInput + func (s *DeleteRouteSettingsInput) Validate() error + func (s DeleteRouteSettingsInput) GoString() string + func (s DeleteRouteSettingsInput) String() string + type DeleteRouteSettingsOutput struct + func (s DeleteRouteSettingsOutput) GoString() string + func (s DeleteRouteSettingsOutput) String() string + type DeleteStageInput struct + ApiId *string + StageName *string + func (s *DeleteStageInput) SetApiId(v string) *DeleteStageInput + func (s *DeleteStageInput) SetStageName(v string) *DeleteStageInput + func (s *DeleteStageInput) Validate() error + func (s DeleteStageInput) GoString() string + func (s DeleteStageInput) String() string + type DeleteStageOutput struct + func (s DeleteStageOutput) GoString() string + func (s DeleteStageOutput) String() string + type DeleteVpcLinkInput struct + VpcLinkId *string + func (s *DeleteVpcLinkInput) SetVpcLinkId(v string) *DeleteVpcLinkInput + func (s *DeleteVpcLinkInput) Validate() error + func (s DeleteVpcLinkInput) GoString() string + func (s DeleteVpcLinkInput) String() string + type DeleteVpcLinkOutput struct + func (s DeleteVpcLinkOutput) GoString() string + func (s DeleteVpcLinkOutput) String() string + type Deployment struct + AutoDeployed *bool + CreatedDate *time.Time + DeploymentId *string + DeploymentStatus *string + DeploymentStatusMessage *string + Description *string + func (s *Deployment) SetAutoDeployed(v bool) *Deployment + func (s *Deployment) SetCreatedDate(v time.Time) *Deployment + func (s *Deployment) SetDeploymentId(v string) *Deployment + func (s *Deployment) SetDeploymentStatus(v string) *Deployment + func (s *Deployment) SetDeploymentStatusMessage(v string) *Deployment + func (s *Deployment) SetDescription(v string) *Deployment + func (s Deployment) GoString() string + func (s Deployment) String() string + type DomainName struct + ApiMappingSelectionExpression *string + DomainName *string + DomainNameConfigurations []*DomainNameConfiguration + MutualTlsAuthentication *MutualTlsAuthentication + Tags map[string]*string + func (s *DomainName) SetApiMappingSelectionExpression(v string) *DomainName + func (s *DomainName) SetDomainName(v string) *DomainName + func (s *DomainName) SetDomainNameConfigurations(v []*DomainNameConfiguration) *DomainName + func (s *DomainName) SetMutualTlsAuthentication(v *MutualTlsAuthentication) *DomainName + func (s *DomainName) SetTags(v map[string]*string) *DomainName + func (s DomainName) GoString() string + func (s DomainName) String() string + type DomainNameConfiguration struct + ApiGatewayDomainName *string + CertificateArn *string + CertificateName *string + CertificateUploadDate *time.Time + DomainNameStatus *string + DomainNameStatusMessage *string + EndpointType *string + HostedZoneId *string + OwnershipVerificationCertificateArn *string + SecurityPolicy *string + func (s *DomainNameConfiguration) SetApiGatewayDomainName(v string) *DomainNameConfiguration + func (s *DomainNameConfiguration) SetCertificateArn(v string) *DomainNameConfiguration + func (s *DomainNameConfiguration) SetCertificateName(v string) *DomainNameConfiguration + func (s *DomainNameConfiguration) SetCertificateUploadDate(v time.Time) *DomainNameConfiguration + func (s *DomainNameConfiguration) SetDomainNameStatus(v string) *DomainNameConfiguration + func (s *DomainNameConfiguration) SetDomainNameStatusMessage(v string) *DomainNameConfiguration + func (s *DomainNameConfiguration) SetEndpointType(v string) *DomainNameConfiguration + func (s *DomainNameConfiguration) SetHostedZoneId(v string) *DomainNameConfiguration + func (s *DomainNameConfiguration) SetOwnershipVerificationCertificateArn(v string) *DomainNameConfiguration + func (s *DomainNameConfiguration) SetSecurityPolicy(v string) *DomainNameConfiguration + func (s DomainNameConfiguration) GoString() string + func (s DomainNameConfiguration) String() string + type ExportApiInput struct + ApiId *string + ExportVersion *string + IncludeExtensions *bool + OutputType *string + Specification *string + StageName *string + func (s *ExportApiInput) SetApiId(v string) *ExportApiInput + func (s *ExportApiInput) SetExportVersion(v string) *ExportApiInput + func (s *ExportApiInput) SetIncludeExtensions(v bool) *ExportApiInput + func (s *ExportApiInput) SetOutputType(v string) *ExportApiInput + func (s *ExportApiInput) SetSpecification(v string) *ExportApiInput + func (s *ExportApiInput) SetStageName(v string) *ExportApiInput + func (s *ExportApiInput) Validate() error + func (s ExportApiInput) GoString() string + func (s ExportApiInput) String() string + type ExportApiOutput struct + Body []byte + func (s *ExportApiOutput) SetBody(v []byte) *ExportApiOutput + func (s ExportApiOutput) GoString() string + func (s ExportApiOutput) String() string + type GetApiInput struct + ApiId *string + func (s *GetApiInput) SetApiId(v string) *GetApiInput + func (s *GetApiInput) Validate() error + func (s GetApiInput) GoString() string + func (s GetApiInput) String() string + type GetApiMappingInput struct + ApiMappingId *string + DomainName *string + func (s *GetApiMappingInput) SetApiMappingId(v string) *GetApiMappingInput + func (s *GetApiMappingInput) SetDomainName(v string) *GetApiMappingInput + func (s *GetApiMappingInput) Validate() error + func (s GetApiMappingInput) GoString() string + func (s GetApiMappingInput) String() string + type GetApiMappingOutput struct + ApiId *string + ApiMappingId *string + ApiMappingKey *string + Stage *string + func (s *GetApiMappingOutput) SetApiId(v string) *GetApiMappingOutput + func (s *GetApiMappingOutput) SetApiMappingId(v string) *GetApiMappingOutput + func (s *GetApiMappingOutput) SetApiMappingKey(v string) *GetApiMappingOutput + func (s *GetApiMappingOutput) SetStage(v string) *GetApiMappingOutput + func (s GetApiMappingOutput) GoString() string + func (s GetApiMappingOutput) String() string + type GetApiMappingsInput struct + DomainName *string + MaxResults *string + NextToken *string + func (s *GetApiMappingsInput) SetDomainName(v string) *GetApiMappingsInput + func (s *GetApiMappingsInput) SetMaxResults(v string) *GetApiMappingsInput + func (s *GetApiMappingsInput) SetNextToken(v string) *GetApiMappingsInput + func (s *GetApiMappingsInput) Validate() error + func (s GetApiMappingsInput) GoString() string + func (s GetApiMappingsInput) String() string + type GetApiMappingsOutput struct + Items []*ApiMapping + NextToken *string + func (s *GetApiMappingsOutput) SetItems(v []*ApiMapping) *GetApiMappingsOutput + func (s *GetApiMappingsOutput) SetNextToken(v string) *GetApiMappingsOutput + func (s GetApiMappingsOutput) GoString() string + func (s GetApiMappingsOutput) String() string + type GetApiOutput struct + ApiEndpoint *string + ApiGatewayManaged *bool + ApiId *string + ApiKeySelectionExpression *string + CorsConfiguration *Cors + CreatedDate *time.Time + Description *string + DisableExecuteApiEndpoint *bool + DisableSchemaValidation *bool + ImportInfo []*string + Name *string + ProtocolType *string + RouteSelectionExpression *string + Tags map[string]*string + Version *string + Warnings []*string + func (s *GetApiOutput) SetApiEndpoint(v string) *GetApiOutput + func (s *GetApiOutput) SetApiGatewayManaged(v bool) *GetApiOutput + func (s *GetApiOutput) SetApiId(v string) *GetApiOutput + func (s *GetApiOutput) SetApiKeySelectionExpression(v string) *GetApiOutput + func (s *GetApiOutput) SetCorsConfiguration(v *Cors) *GetApiOutput + func (s *GetApiOutput) SetCreatedDate(v time.Time) *GetApiOutput + func (s *GetApiOutput) SetDescription(v string) *GetApiOutput + func (s *GetApiOutput) SetDisableExecuteApiEndpoint(v bool) *GetApiOutput + func (s *GetApiOutput) SetDisableSchemaValidation(v bool) *GetApiOutput + func (s *GetApiOutput) SetImportInfo(v []*string) *GetApiOutput + func (s *GetApiOutput) SetName(v string) *GetApiOutput + func (s *GetApiOutput) SetProtocolType(v string) *GetApiOutput + func (s *GetApiOutput) SetRouteSelectionExpression(v string) *GetApiOutput + func (s *GetApiOutput) SetTags(v map[string]*string) *GetApiOutput + func (s *GetApiOutput) SetVersion(v string) *GetApiOutput + func (s *GetApiOutput) SetWarnings(v []*string) *GetApiOutput + func (s GetApiOutput) GoString() string + func (s GetApiOutput) String() string + type GetApisInput struct + MaxResults *string + NextToken *string + func (s *GetApisInput) SetMaxResults(v string) *GetApisInput + func (s *GetApisInput) SetNextToken(v string) *GetApisInput + func (s GetApisInput) GoString() string + func (s GetApisInput) String() string + type GetApisOutput struct + Items []*Api + NextToken *string + func (s *GetApisOutput) SetItems(v []*Api) *GetApisOutput + func (s *GetApisOutput) SetNextToken(v string) *GetApisOutput + func (s GetApisOutput) GoString() string + func (s GetApisOutput) String() string + type GetAuthorizerInput struct + ApiId *string + AuthorizerId *string + func (s *GetAuthorizerInput) SetApiId(v string) *GetAuthorizerInput + func (s *GetAuthorizerInput) SetAuthorizerId(v string) *GetAuthorizerInput + func (s *GetAuthorizerInput) Validate() error + func (s GetAuthorizerInput) GoString() string + func (s GetAuthorizerInput) String() string + type GetAuthorizerOutput struct + AuthorizerCredentialsArn *string + AuthorizerId *string + AuthorizerPayloadFormatVersion *string + AuthorizerResultTtlInSeconds *int64 + AuthorizerType *string + AuthorizerUri *string + EnableSimpleResponses *bool + IdentitySource []*string + IdentityValidationExpression *string + JwtConfiguration *JWTConfiguration + Name *string + func (s *GetAuthorizerOutput) SetAuthorizerCredentialsArn(v string) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetAuthorizerId(v string) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetAuthorizerPayloadFormatVersion(v string) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetAuthorizerResultTtlInSeconds(v int64) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetAuthorizerType(v string) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetAuthorizerUri(v string) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetEnableSimpleResponses(v bool) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetIdentitySource(v []*string) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetIdentityValidationExpression(v string) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetJwtConfiguration(v *JWTConfiguration) *GetAuthorizerOutput + func (s *GetAuthorizerOutput) SetName(v string) *GetAuthorizerOutput + func (s GetAuthorizerOutput) GoString() string + func (s GetAuthorizerOutput) String() string + type GetAuthorizersInput struct + ApiId *string + MaxResults *string + NextToken *string + func (s *GetAuthorizersInput) SetApiId(v string) *GetAuthorizersInput + func (s *GetAuthorizersInput) SetMaxResults(v string) *GetAuthorizersInput + func (s *GetAuthorizersInput) SetNextToken(v string) *GetAuthorizersInput + func (s *GetAuthorizersInput) Validate() error + func (s GetAuthorizersInput) GoString() string + func (s GetAuthorizersInput) String() string + type GetAuthorizersOutput struct + Items []*Authorizer + NextToken *string + func (s *GetAuthorizersOutput) SetItems(v []*Authorizer) *GetAuthorizersOutput + func (s *GetAuthorizersOutput) SetNextToken(v string) *GetAuthorizersOutput + func (s GetAuthorizersOutput) GoString() string + func (s GetAuthorizersOutput) String() string + type GetDeploymentInput struct + ApiId *string + DeploymentId *string + func (s *GetDeploymentInput) SetApiId(v string) *GetDeploymentInput + func (s *GetDeploymentInput) SetDeploymentId(v string) *GetDeploymentInput + func (s *GetDeploymentInput) Validate() error + func (s GetDeploymentInput) GoString() string + func (s GetDeploymentInput) String() string + type GetDeploymentOutput struct + AutoDeployed *bool + CreatedDate *time.Time + DeploymentId *string + DeploymentStatus *string + DeploymentStatusMessage *string + Description *string + func (s *GetDeploymentOutput) SetAutoDeployed(v bool) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetCreatedDate(v time.Time) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetDeploymentId(v string) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetDeploymentStatus(v string) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetDeploymentStatusMessage(v string) *GetDeploymentOutput + func (s *GetDeploymentOutput) SetDescription(v string) *GetDeploymentOutput + func (s GetDeploymentOutput) GoString() string + func (s GetDeploymentOutput) String() string + type GetDeploymentsInput struct + ApiId *string + MaxResults *string + NextToken *string + func (s *GetDeploymentsInput) SetApiId(v string) *GetDeploymentsInput + func (s *GetDeploymentsInput) SetMaxResults(v string) *GetDeploymentsInput + func (s *GetDeploymentsInput) SetNextToken(v string) *GetDeploymentsInput + func (s *GetDeploymentsInput) Validate() error + func (s GetDeploymentsInput) GoString() string + func (s GetDeploymentsInput) String() string + type GetDeploymentsOutput struct + Items []*Deployment + NextToken *string + func (s *GetDeploymentsOutput) SetItems(v []*Deployment) *GetDeploymentsOutput + func (s *GetDeploymentsOutput) SetNextToken(v string) *GetDeploymentsOutput + func (s GetDeploymentsOutput) GoString() string + func (s GetDeploymentsOutput) String() string + type GetDomainNameInput struct + DomainName *string + func (s *GetDomainNameInput) SetDomainName(v string) *GetDomainNameInput + func (s *GetDomainNameInput) Validate() error + func (s GetDomainNameInput) GoString() string + func (s GetDomainNameInput) String() string + type GetDomainNameOutput struct + ApiMappingSelectionExpression *string + DomainName *string + DomainNameConfigurations []*DomainNameConfiguration + MutualTlsAuthentication *MutualTlsAuthentication + Tags map[string]*string + func (s *GetDomainNameOutput) SetApiMappingSelectionExpression(v string) *GetDomainNameOutput + func (s *GetDomainNameOutput) SetDomainName(v string) *GetDomainNameOutput + func (s *GetDomainNameOutput) SetDomainNameConfigurations(v []*DomainNameConfiguration) *GetDomainNameOutput + func (s *GetDomainNameOutput) SetMutualTlsAuthentication(v *MutualTlsAuthentication) *GetDomainNameOutput + func (s *GetDomainNameOutput) SetTags(v map[string]*string) *GetDomainNameOutput + func (s GetDomainNameOutput) GoString() string + func (s GetDomainNameOutput) String() string + type GetDomainNamesInput struct + MaxResults *string + NextToken *string + func (s *GetDomainNamesInput) SetMaxResults(v string) *GetDomainNamesInput + func (s *GetDomainNamesInput) SetNextToken(v string) *GetDomainNamesInput + func (s GetDomainNamesInput) GoString() string + func (s GetDomainNamesInput) String() string + type GetDomainNamesOutput struct + Items []*DomainName + NextToken *string + func (s *GetDomainNamesOutput) SetItems(v []*DomainName) *GetDomainNamesOutput + func (s *GetDomainNamesOutput) SetNextToken(v string) *GetDomainNamesOutput + func (s GetDomainNamesOutput) GoString() string + func (s GetDomainNamesOutput) String() string + type GetIntegrationInput struct + ApiId *string + IntegrationId *string + func (s *GetIntegrationInput) SetApiId(v string) *GetIntegrationInput + func (s *GetIntegrationInput) SetIntegrationId(v string) *GetIntegrationInput + func (s *GetIntegrationInput) Validate() error + func (s GetIntegrationInput) GoString() string + func (s GetIntegrationInput) String() string + type GetIntegrationOutput struct + ApiGatewayManaged *bool + ConnectionId *string + ConnectionType *string + ContentHandlingStrategy *string + CredentialsArn *string + Description *string + IntegrationId *string + IntegrationMethod *string + IntegrationResponseSelectionExpression *string + IntegrationSubtype *string + IntegrationType *string + IntegrationUri *string + PassthroughBehavior *string + PayloadFormatVersion *string + RequestParameters map[string]*string + RequestTemplates map[string]*string + ResponseParameters map[string]map[string]*string + TemplateSelectionExpression *string + TimeoutInMillis *int64 + TlsConfig *TlsConfig + func (s *GetIntegrationOutput) SetApiGatewayManaged(v bool) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetConnectionId(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetConnectionType(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetContentHandlingStrategy(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetCredentialsArn(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetDescription(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetIntegrationId(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetIntegrationMethod(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetIntegrationResponseSelectionExpression(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetIntegrationSubtype(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetIntegrationType(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetIntegrationUri(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetPassthroughBehavior(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetPayloadFormatVersion(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetRequestParameters(v map[string]*string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetRequestTemplates(v map[string]*string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetResponseParameters(v map[string]map[string]*string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetTemplateSelectionExpression(v string) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetTimeoutInMillis(v int64) *GetIntegrationOutput + func (s *GetIntegrationOutput) SetTlsConfig(v *TlsConfig) *GetIntegrationOutput + func (s GetIntegrationOutput) GoString() string + func (s GetIntegrationOutput) String() string + type GetIntegrationResponseInput struct + ApiId *string + IntegrationId *string + IntegrationResponseId *string + func (s *GetIntegrationResponseInput) SetApiId(v string) *GetIntegrationResponseInput + func (s *GetIntegrationResponseInput) SetIntegrationId(v string) *GetIntegrationResponseInput + func (s *GetIntegrationResponseInput) SetIntegrationResponseId(v string) *GetIntegrationResponseInput + func (s *GetIntegrationResponseInput) Validate() error + func (s GetIntegrationResponseInput) GoString() string + func (s GetIntegrationResponseInput) String() string + type GetIntegrationResponseOutput struct + ContentHandlingStrategy *string + IntegrationResponseId *string + IntegrationResponseKey *string + ResponseParameters map[string]*string + ResponseTemplates map[string]*string + TemplateSelectionExpression *string + func (s *GetIntegrationResponseOutput) SetContentHandlingStrategy(v string) *GetIntegrationResponseOutput + func (s *GetIntegrationResponseOutput) SetIntegrationResponseId(v string) *GetIntegrationResponseOutput + func (s *GetIntegrationResponseOutput) SetIntegrationResponseKey(v string) *GetIntegrationResponseOutput + func (s *GetIntegrationResponseOutput) SetResponseParameters(v map[string]*string) *GetIntegrationResponseOutput + func (s *GetIntegrationResponseOutput) SetResponseTemplates(v map[string]*string) *GetIntegrationResponseOutput + func (s *GetIntegrationResponseOutput) SetTemplateSelectionExpression(v string) *GetIntegrationResponseOutput + func (s GetIntegrationResponseOutput) GoString() string + func (s GetIntegrationResponseOutput) String() string + type GetIntegrationResponsesInput struct + ApiId *string + IntegrationId *string + MaxResults *string + NextToken *string + func (s *GetIntegrationResponsesInput) SetApiId(v string) *GetIntegrationResponsesInput + func (s *GetIntegrationResponsesInput) SetIntegrationId(v string) *GetIntegrationResponsesInput + func (s *GetIntegrationResponsesInput) SetMaxResults(v string) *GetIntegrationResponsesInput + func (s *GetIntegrationResponsesInput) SetNextToken(v string) *GetIntegrationResponsesInput + func (s *GetIntegrationResponsesInput) Validate() error + func (s GetIntegrationResponsesInput) GoString() string + func (s GetIntegrationResponsesInput) String() string + type GetIntegrationResponsesOutput struct + Items []*IntegrationResponse + NextToken *string + func (s *GetIntegrationResponsesOutput) SetItems(v []*IntegrationResponse) *GetIntegrationResponsesOutput + func (s *GetIntegrationResponsesOutput) SetNextToken(v string) *GetIntegrationResponsesOutput + func (s GetIntegrationResponsesOutput) GoString() string + func (s GetIntegrationResponsesOutput) String() string + type GetIntegrationsInput struct + ApiId *string + MaxResults *string + NextToken *string + func (s *GetIntegrationsInput) SetApiId(v string) *GetIntegrationsInput + func (s *GetIntegrationsInput) SetMaxResults(v string) *GetIntegrationsInput + func (s *GetIntegrationsInput) SetNextToken(v string) *GetIntegrationsInput + func (s *GetIntegrationsInput) Validate() error + func (s GetIntegrationsInput) GoString() string + func (s GetIntegrationsInput) String() string + type GetIntegrationsOutput struct + Items []*Integration + NextToken *string + func (s *GetIntegrationsOutput) SetItems(v []*Integration) *GetIntegrationsOutput + func (s *GetIntegrationsOutput) SetNextToken(v string) *GetIntegrationsOutput + func (s GetIntegrationsOutput) GoString() string + func (s GetIntegrationsOutput) String() string + type GetModelInput struct + ApiId *string + ModelId *string + func (s *GetModelInput) SetApiId(v string) *GetModelInput + func (s *GetModelInput) SetModelId(v string) *GetModelInput + func (s *GetModelInput) Validate() error + func (s GetModelInput) GoString() string + func (s GetModelInput) String() string + type GetModelOutput struct + ContentType *string + Description *string + ModelId *string + Name *string + Schema *string + func (s *GetModelOutput) SetContentType(v string) *GetModelOutput + func (s *GetModelOutput) SetDescription(v string) *GetModelOutput + func (s *GetModelOutput) SetModelId(v string) *GetModelOutput + func (s *GetModelOutput) SetName(v string) *GetModelOutput + func (s *GetModelOutput) SetSchema(v string) *GetModelOutput + func (s GetModelOutput) GoString() string + func (s GetModelOutput) String() string + type GetModelTemplateInput struct + ApiId *string + ModelId *string + func (s *GetModelTemplateInput) SetApiId(v string) *GetModelTemplateInput + func (s *GetModelTemplateInput) SetModelId(v string) *GetModelTemplateInput + func (s *GetModelTemplateInput) Validate() error + func (s GetModelTemplateInput) GoString() string + func (s GetModelTemplateInput) String() string + type GetModelTemplateOutput struct + Value *string + func (s *GetModelTemplateOutput) SetValue(v string) *GetModelTemplateOutput + func (s GetModelTemplateOutput) GoString() string + func (s GetModelTemplateOutput) String() string + type GetModelsInput struct + ApiId *string + MaxResults *string + NextToken *string + func (s *GetModelsInput) SetApiId(v string) *GetModelsInput + func (s *GetModelsInput) SetMaxResults(v string) *GetModelsInput + func (s *GetModelsInput) SetNextToken(v string) *GetModelsInput + func (s *GetModelsInput) Validate() error + func (s GetModelsInput) GoString() string + func (s GetModelsInput) String() string + type GetModelsOutput struct + Items []*Model + NextToken *string + func (s *GetModelsOutput) SetItems(v []*Model) *GetModelsOutput + func (s *GetModelsOutput) SetNextToken(v string) *GetModelsOutput + func (s GetModelsOutput) GoString() string + func (s GetModelsOutput) String() string + type GetRouteInput struct + ApiId *string + RouteId *string + func (s *GetRouteInput) SetApiId(v string) *GetRouteInput + func (s *GetRouteInput) SetRouteId(v string) *GetRouteInput + func (s *GetRouteInput) Validate() error + func (s GetRouteInput) GoString() string + func (s GetRouteInput) String() string + type GetRouteOutput struct + ApiGatewayManaged *bool + ApiKeyRequired *bool + AuthorizationScopes []*string + AuthorizationType *string + AuthorizerId *string + ModelSelectionExpression *string + OperationName *string + RequestModels map[string]*string + RequestParameters map[string]*ParameterConstraints + RouteId *string + RouteKey *string + RouteResponseSelectionExpression *string + Target *string + func (s *GetRouteOutput) SetApiGatewayManaged(v bool) *GetRouteOutput + func (s *GetRouteOutput) SetApiKeyRequired(v bool) *GetRouteOutput + func (s *GetRouteOutput) SetAuthorizationScopes(v []*string) *GetRouteOutput + func (s *GetRouteOutput) SetAuthorizationType(v string) *GetRouteOutput + func (s *GetRouteOutput) SetAuthorizerId(v string) *GetRouteOutput + func (s *GetRouteOutput) SetModelSelectionExpression(v string) *GetRouteOutput + func (s *GetRouteOutput) SetOperationName(v string) *GetRouteOutput + func (s *GetRouteOutput) SetRequestModels(v map[string]*string) *GetRouteOutput + func (s *GetRouteOutput) SetRequestParameters(v map[string]*ParameterConstraints) *GetRouteOutput + func (s *GetRouteOutput) SetRouteId(v string) *GetRouteOutput + func (s *GetRouteOutput) SetRouteKey(v string) *GetRouteOutput + func (s *GetRouteOutput) SetRouteResponseSelectionExpression(v string) *GetRouteOutput + func (s *GetRouteOutput) SetTarget(v string) *GetRouteOutput + func (s GetRouteOutput) GoString() string + func (s GetRouteOutput) String() string + type GetRouteResponseInput struct + ApiId *string + RouteId *string + RouteResponseId *string + func (s *GetRouteResponseInput) SetApiId(v string) *GetRouteResponseInput + func (s *GetRouteResponseInput) SetRouteId(v string) *GetRouteResponseInput + func (s *GetRouteResponseInput) SetRouteResponseId(v string) *GetRouteResponseInput + func (s *GetRouteResponseInput) Validate() error + func (s GetRouteResponseInput) GoString() string + func (s GetRouteResponseInput) String() string + type GetRouteResponseOutput struct + ModelSelectionExpression *string + ResponseModels map[string]*string + ResponseParameters map[string]*ParameterConstraints + RouteResponseId *string + RouteResponseKey *string + func (s *GetRouteResponseOutput) SetModelSelectionExpression(v string) *GetRouteResponseOutput + func (s *GetRouteResponseOutput) SetResponseModels(v map[string]*string) *GetRouteResponseOutput + func (s *GetRouteResponseOutput) SetResponseParameters(v map[string]*ParameterConstraints) *GetRouteResponseOutput + func (s *GetRouteResponseOutput) SetRouteResponseId(v string) *GetRouteResponseOutput + func (s *GetRouteResponseOutput) SetRouteResponseKey(v string) *GetRouteResponseOutput + func (s GetRouteResponseOutput) GoString() string + func (s GetRouteResponseOutput) String() string + type GetRouteResponsesInput struct + ApiId *string + MaxResults *string + NextToken *string + RouteId *string + func (s *GetRouteResponsesInput) SetApiId(v string) *GetRouteResponsesInput + func (s *GetRouteResponsesInput) SetMaxResults(v string) *GetRouteResponsesInput + func (s *GetRouteResponsesInput) SetNextToken(v string) *GetRouteResponsesInput + func (s *GetRouteResponsesInput) SetRouteId(v string) *GetRouteResponsesInput + func (s *GetRouteResponsesInput) Validate() error + func (s GetRouteResponsesInput) GoString() string + func (s GetRouteResponsesInput) String() string + type GetRouteResponsesOutput struct + Items []*RouteResponse + NextToken *string + func (s *GetRouteResponsesOutput) SetItems(v []*RouteResponse) *GetRouteResponsesOutput + func (s *GetRouteResponsesOutput) SetNextToken(v string) *GetRouteResponsesOutput + func (s GetRouteResponsesOutput) GoString() string + func (s GetRouteResponsesOutput) String() string + type GetRoutesInput struct + ApiId *string + MaxResults *string + NextToken *string + func (s *GetRoutesInput) SetApiId(v string) *GetRoutesInput + func (s *GetRoutesInput) SetMaxResults(v string) *GetRoutesInput + func (s *GetRoutesInput) SetNextToken(v string) *GetRoutesInput + func (s *GetRoutesInput) Validate() error + func (s GetRoutesInput) GoString() string + func (s GetRoutesInput) String() string + type GetRoutesOutput struct + Items []*Route + NextToken *string + func (s *GetRoutesOutput) SetItems(v []*Route) *GetRoutesOutput + func (s *GetRoutesOutput) SetNextToken(v string) *GetRoutesOutput + func (s GetRoutesOutput) GoString() string + func (s GetRoutesOutput) String() string + type GetStageInput struct + ApiId *string + StageName *string + func (s *GetStageInput) SetApiId(v string) *GetStageInput + func (s *GetStageInput) SetStageName(v string) *GetStageInput + func (s *GetStageInput) Validate() error + func (s GetStageInput) GoString() string + func (s GetStageInput) String() string + type GetStageOutput struct + AccessLogSettings *AccessLogSettings + ApiGatewayManaged *bool + AutoDeploy *bool + ClientCertificateId *string + CreatedDate *time.Time + DefaultRouteSettings *RouteSettings + DeploymentId *string + Description *string + LastDeploymentStatusMessage *string + LastUpdatedDate *time.Time + RouteSettings map[string]*RouteSettings + StageName *string + StageVariables map[string]*string + Tags map[string]*string + func (s *GetStageOutput) SetAccessLogSettings(v *AccessLogSettings) *GetStageOutput + func (s *GetStageOutput) SetApiGatewayManaged(v bool) *GetStageOutput + func (s *GetStageOutput) SetAutoDeploy(v bool) *GetStageOutput + func (s *GetStageOutput) SetClientCertificateId(v string) *GetStageOutput + func (s *GetStageOutput) SetCreatedDate(v time.Time) *GetStageOutput + func (s *GetStageOutput) SetDefaultRouteSettings(v *RouteSettings) *GetStageOutput + func (s *GetStageOutput) SetDeploymentId(v string) *GetStageOutput + func (s *GetStageOutput) SetDescription(v string) *GetStageOutput + func (s *GetStageOutput) SetLastDeploymentStatusMessage(v string) *GetStageOutput + func (s *GetStageOutput) SetLastUpdatedDate(v time.Time) *GetStageOutput + func (s *GetStageOutput) SetRouteSettings(v map[string]*RouteSettings) *GetStageOutput + func (s *GetStageOutput) SetStageName(v string) *GetStageOutput + func (s *GetStageOutput) SetStageVariables(v map[string]*string) *GetStageOutput + func (s *GetStageOutput) SetTags(v map[string]*string) *GetStageOutput + func (s GetStageOutput) GoString() string + func (s GetStageOutput) String() string + type GetStagesInput struct + ApiId *string + MaxResults *string + NextToken *string + func (s *GetStagesInput) SetApiId(v string) *GetStagesInput + func (s *GetStagesInput) SetMaxResults(v string) *GetStagesInput + func (s *GetStagesInput) SetNextToken(v string) *GetStagesInput + func (s *GetStagesInput) Validate() error + func (s GetStagesInput) GoString() string + func (s GetStagesInput) String() string + type GetStagesOutput struct + Items []*Stage + NextToken *string + func (s *GetStagesOutput) SetItems(v []*Stage) *GetStagesOutput + func (s *GetStagesOutput) SetNextToken(v string) *GetStagesOutput + func (s GetStagesOutput) GoString() string + func (s GetStagesOutput) String() string + type GetTagsInput struct + ResourceArn *string + func (s *GetTagsInput) SetResourceArn(v string) *GetTagsInput + func (s *GetTagsInput) Validate() error + func (s GetTagsInput) GoString() string + func (s GetTagsInput) String() string + type GetTagsOutput struct + Tags map[string]*string + func (s *GetTagsOutput) SetTags(v map[string]*string) *GetTagsOutput + func (s GetTagsOutput) GoString() string + func (s GetTagsOutput) String() string + type GetVpcLinkInput struct + VpcLinkId *string + func (s *GetVpcLinkInput) SetVpcLinkId(v string) *GetVpcLinkInput + func (s *GetVpcLinkInput) Validate() error + func (s GetVpcLinkInput) GoString() string + func (s GetVpcLinkInput) String() string + type GetVpcLinkOutput struct + CreatedDate *time.Time + Name *string + SecurityGroupIds []*string + SubnetIds []*string + Tags map[string]*string + VpcLinkId *string + VpcLinkStatus *string + VpcLinkStatusMessage *string + VpcLinkVersion *string + func (s *GetVpcLinkOutput) SetCreatedDate(v time.Time) *GetVpcLinkOutput + func (s *GetVpcLinkOutput) SetName(v string) *GetVpcLinkOutput + func (s *GetVpcLinkOutput) SetSecurityGroupIds(v []*string) *GetVpcLinkOutput + func (s *GetVpcLinkOutput) SetSubnetIds(v []*string) *GetVpcLinkOutput + func (s *GetVpcLinkOutput) SetTags(v map[string]*string) *GetVpcLinkOutput + func (s *GetVpcLinkOutput) SetVpcLinkId(v string) *GetVpcLinkOutput + func (s *GetVpcLinkOutput) SetVpcLinkStatus(v string) *GetVpcLinkOutput + func (s *GetVpcLinkOutput) SetVpcLinkStatusMessage(v string) *GetVpcLinkOutput + func (s *GetVpcLinkOutput) SetVpcLinkVersion(v string) *GetVpcLinkOutput + func (s GetVpcLinkOutput) GoString() string + func (s GetVpcLinkOutput) String() string + type GetVpcLinksInput struct + MaxResults *string + NextToken *string + func (s *GetVpcLinksInput) SetMaxResults(v string) *GetVpcLinksInput + func (s *GetVpcLinksInput) SetNextToken(v string) *GetVpcLinksInput + func (s GetVpcLinksInput) GoString() string + func (s GetVpcLinksInput) String() string + type GetVpcLinksOutput struct + Items []*VpcLink + NextToken *string + func (s *GetVpcLinksOutput) SetItems(v []*VpcLink) *GetVpcLinksOutput + func (s *GetVpcLinksOutput) SetNextToken(v string) *GetVpcLinksOutput + func (s GetVpcLinksOutput) GoString() string + func (s GetVpcLinksOutput) String() string + type ImportApiInput struct + Basepath *string + Body *string + FailOnWarnings *bool + func (s *ImportApiInput) SetBasepath(v string) *ImportApiInput + func (s *ImportApiInput) SetBody(v string) *ImportApiInput + func (s *ImportApiInput) SetFailOnWarnings(v bool) *ImportApiInput + func (s *ImportApiInput) Validate() error + func (s ImportApiInput) GoString() string + func (s ImportApiInput) String() string + type ImportApiOutput struct + ApiEndpoint *string + ApiGatewayManaged *bool + ApiId *string + ApiKeySelectionExpression *string + CorsConfiguration *Cors + CreatedDate *time.Time + Description *string + DisableExecuteApiEndpoint *bool + DisableSchemaValidation *bool + ImportInfo []*string + Name *string + ProtocolType *string + RouteSelectionExpression *string + Tags map[string]*string + Version *string + Warnings []*string + func (s *ImportApiOutput) SetApiEndpoint(v string) *ImportApiOutput + func (s *ImportApiOutput) SetApiGatewayManaged(v bool) *ImportApiOutput + func (s *ImportApiOutput) SetApiId(v string) *ImportApiOutput + func (s *ImportApiOutput) SetApiKeySelectionExpression(v string) *ImportApiOutput + func (s *ImportApiOutput) SetCorsConfiguration(v *Cors) *ImportApiOutput + func (s *ImportApiOutput) SetCreatedDate(v time.Time) *ImportApiOutput + func (s *ImportApiOutput) SetDescription(v string) *ImportApiOutput + func (s *ImportApiOutput) SetDisableExecuteApiEndpoint(v bool) *ImportApiOutput + func (s *ImportApiOutput) SetDisableSchemaValidation(v bool) *ImportApiOutput + func (s *ImportApiOutput) SetImportInfo(v []*string) *ImportApiOutput + func (s *ImportApiOutput) SetName(v string) *ImportApiOutput + func (s *ImportApiOutput) SetProtocolType(v string) *ImportApiOutput + func (s *ImportApiOutput) SetRouteSelectionExpression(v string) *ImportApiOutput + func (s *ImportApiOutput) SetTags(v map[string]*string) *ImportApiOutput + func (s *ImportApiOutput) SetVersion(v string) *ImportApiOutput + func (s *ImportApiOutput) SetWarnings(v []*string) *ImportApiOutput + func (s ImportApiOutput) GoString() string + func (s ImportApiOutput) String() string + type Integration struct + ApiGatewayManaged *bool + ConnectionId *string + ConnectionType *string + ContentHandlingStrategy *string + CredentialsArn *string + Description *string + IntegrationId *string + IntegrationMethod *string + IntegrationResponseSelectionExpression *string + IntegrationSubtype *string + IntegrationType *string + IntegrationUri *string + PassthroughBehavior *string + PayloadFormatVersion *string + RequestParameters map[string]*string + RequestTemplates map[string]*string + ResponseParameters map[string]map[string]*string + TemplateSelectionExpression *string + TimeoutInMillis *int64 + TlsConfig *TlsConfig + func (s *Integration) SetApiGatewayManaged(v bool) *Integration + func (s *Integration) SetConnectionId(v string) *Integration + func (s *Integration) SetConnectionType(v string) *Integration + func (s *Integration) SetContentHandlingStrategy(v string) *Integration + func (s *Integration) SetCredentialsArn(v string) *Integration + func (s *Integration) SetDescription(v string) *Integration + func (s *Integration) SetIntegrationId(v string) *Integration + func (s *Integration) SetIntegrationMethod(v string) *Integration + func (s *Integration) SetIntegrationResponseSelectionExpression(v string) *Integration + func (s *Integration) SetIntegrationSubtype(v string) *Integration + func (s *Integration) SetIntegrationType(v string) *Integration + func (s *Integration) SetIntegrationUri(v string) *Integration + func (s *Integration) SetPassthroughBehavior(v string) *Integration + func (s *Integration) SetPayloadFormatVersion(v string) *Integration + func (s *Integration) SetRequestParameters(v map[string]*string) *Integration + func (s *Integration) SetRequestTemplates(v map[string]*string) *Integration + func (s *Integration) SetResponseParameters(v map[string]map[string]*string) *Integration + func (s *Integration) SetTemplateSelectionExpression(v string) *Integration + func (s *Integration) SetTimeoutInMillis(v int64) *Integration + func (s *Integration) SetTlsConfig(v *TlsConfig) *Integration + func (s Integration) GoString() string + func (s Integration) String() string + type IntegrationResponse struct + ContentHandlingStrategy *string + IntegrationResponseId *string + IntegrationResponseKey *string + ResponseParameters map[string]*string + ResponseTemplates map[string]*string + TemplateSelectionExpression *string + func (s *IntegrationResponse) SetContentHandlingStrategy(v string) *IntegrationResponse + func (s *IntegrationResponse) SetIntegrationResponseId(v string) *IntegrationResponse + func (s *IntegrationResponse) SetIntegrationResponseKey(v string) *IntegrationResponse + func (s *IntegrationResponse) SetResponseParameters(v map[string]*string) *IntegrationResponse + func (s *IntegrationResponse) SetResponseTemplates(v map[string]*string) *IntegrationResponse + func (s *IntegrationResponse) SetTemplateSelectionExpression(v string) *IntegrationResponse + func (s IntegrationResponse) GoString() string + func (s IntegrationResponse) String() string + type JWTConfiguration struct + Audience []*string + Issuer *string + func (s *JWTConfiguration) SetAudience(v []*string) *JWTConfiguration + func (s *JWTConfiguration) SetIssuer(v string) *JWTConfiguration + func (s JWTConfiguration) GoString() string + func (s JWTConfiguration) String() string + type Model struct + ContentType *string + Description *string + ModelId *string + Name *string + Schema *string + func (s *Model) SetContentType(v string) *Model + func (s *Model) SetDescription(v string) *Model + func (s *Model) SetModelId(v string) *Model + func (s *Model) SetName(v string) *Model + func (s *Model) SetSchema(v string) *Model + func (s Model) GoString() string + func (s Model) String() string + type MutualTlsAuthentication struct + TruststoreUri *string + TruststoreVersion *string + TruststoreWarnings []*string + func (s *MutualTlsAuthentication) SetTruststoreUri(v string) *MutualTlsAuthentication + func (s *MutualTlsAuthentication) SetTruststoreVersion(v string) *MutualTlsAuthentication + func (s *MutualTlsAuthentication) SetTruststoreWarnings(v []*string) *MutualTlsAuthentication + func (s MutualTlsAuthentication) GoString() string + func (s MutualTlsAuthentication) String() string + type MutualTlsAuthenticationInput struct + TruststoreUri *string + TruststoreVersion *string + func (s *MutualTlsAuthenticationInput) SetTruststoreUri(v string) *MutualTlsAuthenticationInput + func (s *MutualTlsAuthenticationInput) SetTruststoreVersion(v string) *MutualTlsAuthenticationInput + func (s MutualTlsAuthenticationInput) GoString() string + func (s MutualTlsAuthenticationInput) String() string + type NotFoundException struct + Message_ *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *NotFoundException) Code() string + func (s *NotFoundException) Error() string + func (s *NotFoundException) Message() string + func (s *NotFoundException) OrigErr() error + func (s *NotFoundException) RequestID() string + func (s *NotFoundException) StatusCode() int + func (s NotFoundException) GoString() string + func (s NotFoundException) String() string + type ParameterConstraints struct + Required *bool + func (s *ParameterConstraints) SetRequired(v bool) *ParameterConstraints + func (s ParameterConstraints) GoString() string + func (s ParameterConstraints) String() string + type ReimportApiInput struct + ApiId *string + Basepath *string + Body *string + FailOnWarnings *bool + func (s *ReimportApiInput) SetApiId(v string) *ReimportApiInput + func (s *ReimportApiInput) SetBasepath(v string) *ReimportApiInput + func (s *ReimportApiInput) SetBody(v string) *ReimportApiInput + func (s *ReimportApiInput) SetFailOnWarnings(v bool) *ReimportApiInput + func (s *ReimportApiInput) Validate() error + func (s ReimportApiInput) GoString() string + func (s ReimportApiInput) String() string + type ReimportApiOutput struct + ApiEndpoint *string + ApiGatewayManaged *bool + ApiId *string + ApiKeySelectionExpression *string + CorsConfiguration *Cors + CreatedDate *time.Time + Description *string + DisableExecuteApiEndpoint *bool + DisableSchemaValidation *bool + ImportInfo []*string + Name *string + ProtocolType *string + RouteSelectionExpression *string + Tags map[string]*string + Version *string + Warnings []*string + func (s *ReimportApiOutput) SetApiEndpoint(v string) *ReimportApiOutput + func (s *ReimportApiOutput) SetApiGatewayManaged(v bool) *ReimportApiOutput + func (s *ReimportApiOutput) SetApiId(v string) *ReimportApiOutput + func (s *ReimportApiOutput) SetApiKeySelectionExpression(v string) *ReimportApiOutput + func (s *ReimportApiOutput) SetCorsConfiguration(v *Cors) *ReimportApiOutput + func (s *ReimportApiOutput) SetCreatedDate(v time.Time) *ReimportApiOutput + func (s *ReimportApiOutput) SetDescription(v string) *ReimportApiOutput + func (s *ReimportApiOutput) SetDisableExecuteApiEndpoint(v bool) *ReimportApiOutput + func (s *ReimportApiOutput) SetDisableSchemaValidation(v bool) *ReimportApiOutput + func (s *ReimportApiOutput) SetImportInfo(v []*string) *ReimportApiOutput + func (s *ReimportApiOutput) SetName(v string) *ReimportApiOutput + func (s *ReimportApiOutput) SetProtocolType(v string) *ReimportApiOutput + func (s *ReimportApiOutput) SetRouteSelectionExpression(v string) *ReimportApiOutput + func (s *ReimportApiOutput) SetTags(v map[string]*string) *ReimportApiOutput + func (s *ReimportApiOutput) SetVersion(v string) *ReimportApiOutput + func (s *ReimportApiOutput) SetWarnings(v []*string) *ReimportApiOutput + func (s ReimportApiOutput) GoString() string + func (s ReimportApiOutput) String() string + type ResetAuthorizersCacheInput struct + ApiId *string + StageName *string + func (s *ResetAuthorizersCacheInput) SetApiId(v string) *ResetAuthorizersCacheInput + func (s *ResetAuthorizersCacheInput) SetStageName(v string) *ResetAuthorizersCacheInput + func (s *ResetAuthorizersCacheInput) Validate() error + func (s ResetAuthorizersCacheInput) GoString() string + func (s ResetAuthorizersCacheInput) String() string + type ResetAuthorizersCacheOutput struct + func (s ResetAuthorizersCacheOutput) GoString() string + func (s ResetAuthorizersCacheOutput) String() string + type Route struct + ApiGatewayManaged *bool + ApiKeyRequired *bool + AuthorizationScopes []*string + AuthorizationType *string + AuthorizerId *string + ModelSelectionExpression *string + OperationName *string + RequestModels map[string]*string + RequestParameters map[string]*ParameterConstraints + RouteId *string + RouteKey *string + RouteResponseSelectionExpression *string + Target *string + func (s *Route) SetApiGatewayManaged(v bool) *Route + func (s *Route) SetApiKeyRequired(v bool) *Route + func (s *Route) SetAuthorizationScopes(v []*string) *Route + func (s *Route) SetAuthorizationType(v string) *Route + func (s *Route) SetAuthorizerId(v string) *Route + func (s *Route) SetModelSelectionExpression(v string) *Route + func (s *Route) SetOperationName(v string) *Route + func (s *Route) SetRequestModels(v map[string]*string) *Route + func (s *Route) SetRequestParameters(v map[string]*ParameterConstraints) *Route + func (s *Route) SetRouteId(v string) *Route + func (s *Route) SetRouteKey(v string) *Route + func (s *Route) SetRouteResponseSelectionExpression(v string) *Route + func (s *Route) SetTarget(v string) *Route + func (s Route) GoString() string + func (s Route) String() string + type RouteResponse struct + ModelSelectionExpression *string + ResponseModels map[string]*string + ResponseParameters map[string]*ParameterConstraints + RouteResponseId *string + RouteResponseKey *string + func (s *RouteResponse) SetModelSelectionExpression(v string) *RouteResponse + func (s *RouteResponse) SetResponseModels(v map[string]*string) *RouteResponse + func (s *RouteResponse) SetResponseParameters(v map[string]*ParameterConstraints) *RouteResponse + func (s *RouteResponse) SetRouteResponseId(v string) *RouteResponse + func (s *RouteResponse) SetRouteResponseKey(v string) *RouteResponse + func (s RouteResponse) GoString() string + func (s RouteResponse) String() string + type RouteSettings struct + DataTraceEnabled *bool + DetailedMetricsEnabled *bool + LoggingLevel *string + ThrottlingBurstLimit *int64 + ThrottlingRateLimit *float64 + func (s *RouteSettings) SetDataTraceEnabled(v bool) *RouteSettings + func (s *RouteSettings) SetDetailedMetricsEnabled(v bool) *RouteSettings + func (s *RouteSettings) SetLoggingLevel(v string) *RouteSettings + func (s *RouteSettings) SetThrottlingBurstLimit(v int64) *RouteSettings + func (s *RouteSettings) SetThrottlingRateLimit(v float64) *RouteSettings + func (s RouteSettings) GoString() string + func (s RouteSettings) String() string + type Stage struct + AccessLogSettings *AccessLogSettings + ApiGatewayManaged *bool + AutoDeploy *bool + ClientCertificateId *string + CreatedDate *time.Time + DefaultRouteSettings *RouteSettings + DeploymentId *string + Description *string + LastDeploymentStatusMessage *string + LastUpdatedDate *time.Time + RouteSettings map[string]*RouteSettings + StageName *string + StageVariables map[string]*string + Tags map[string]*string + func (s *Stage) SetAccessLogSettings(v *AccessLogSettings) *Stage + func (s *Stage) SetApiGatewayManaged(v bool) *Stage + func (s *Stage) SetAutoDeploy(v bool) *Stage + func (s *Stage) SetClientCertificateId(v string) *Stage + func (s *Stage) SetCreatedDate(v time.Time) *Stage + func (s *Stage) SetDefaultRouteSettings(v *RouteSettings) *Stage + func (s *Stage) SetDeploymentId(v string) *Stage + func (s *Stage) SetDescription(v string) *Stage + func (s *Stage) SetLastDeploymentStatusMessage(v string) *Stage + func (s *Stage) SetLastUpdatedDate(v time.Time) *Stage + func (s *Stage) SetRouteSettings(v map[string]*RouteSettings) *Stage + func (s *Stage) SetStageName(v string) *Stage + func (s *Stage) SetStageVariables(v map[string]*string) *Stage + func (s *Stage) SetTags(v map[string]*string) *Stage + func (s Stage) GoString() string + func (s Stage) 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 TlsConfig struct + ServerNameToVerify *string + func (s *TlsConfig) SetServerNameToVerify(v string) *TlsConfig + func (s TlsConfig) GoString() string + func (s TlsConfig) String() string + type TlsConfigInput struct + ServerNameToVerify *string + func (s *TlsConfigInput) SetServerNameToVerify(v string) *TlsConfigInput + func (s TlsConfigInput) GoString() string + func (s TlsConfigInput) String() string + type TooManyRequestsException struct + LimitType *string + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyRequestsException) Code() string + func (s *TooManyRequestsException) Error() string + func (s *TooManyRequestsException) Message() string + func (s *TooManyRequestsException) OrigErr() error + func (s *TooManyRequestsException) RequestID() string + func (s *TooManyRequestsException) StatusCode() int + func (s TooManyRequestsException) GoString() string + func (s TooManyRequestsException) 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 UpdateApiInput struct + ApiId *string + ApiKeySelectionExpression *string + CorsConfiguration *Cors + CredentialsArn *string + Description *string + DisableExecuteApiEndpoint *bool + DisableSchemaValidation *bool + Name *string + RouteKey *string + RouteSelectionExpression *string + Target *string + Version *string + func (s *UpdateApiInput) SetApiId(v string) *UpdateApiInput + func (s *UpdateApiInput) SetApiKeySelectionExpression(v string) *UpdateApiInput + func (s *UpdateApiInput) SetCorsConfiguration(v *Cors) *UpdateApiInput + func (s *UpdateApiInput) SetCredentialsArn(v string) *UpdateApiInput + func (s *UpdateApiInput) SetDescription(v string) *UpdateApiInput + func (s *UpdateApiInput) SetDisableExecuteApiEndpoint(v bool) *UpdateApiInput + func (s *UpdateApiInput) SetDisableSchemaValidation(v bool) *UpdateApiInput + func (s *UpdateApiInput) SetName(v string) *UpdateApiInput + func (s *UpdateApiInput) SetRouteKey(v string) *UpdateApiInput + func (s *UpdateApiInput) SetRouteSelectionExpression(v string) *UpdateApiInput + func (s *UpdateApiInput) SetTarget(v string) *UpdateApiInput + func (s *UpdateApiInput) SetVersion(v string) *UpdateApiInput + func (s *UpdateApiInput) Validate() error + func (s UpdateApiInput) GoString() string + func (s UpdateApiInput) String() string + type UpdateApiMappingInput struct + ApiId *string + ApiMappingId *string + ApiMappingKey *string + DomainName *string + Stage *string + func (s *UpdateApiMappingInput) SetApiId(v string) *UpdateApiMappingInput + func (s *UpdateApiMappingInput) SetApiMappingId(v string) *UpdateApiMappingInput + func (s *UpdateApiMappingInput) SetApiMappingKey(v string) *UpdateApiMappingInput + func (s *UpdateApiMappingInput) SetDomainName(v string) *UpdateApiMappingInput + func (s *UpdateApiMappingInput) SetStage(v string) *UpdateApiMappingInput + func (s *UpdateApiMappingInput) Validate() error + func (s UpdateApiMappingInput) GoString() string + func (s UpdateApiMappingInput) String() string + type UpdateApiMappingOutput struct + ApiId *string + ApiMappingId *string + ApiMappingKey *string + Stage *string + func (s *UpdateApiMappingOutput) SetApiId(v string) *UpdateApiMappingOutput + func (s *UpdateApiMappingOutput) SetApiMappingId(v string) *UpdateApiMappingOutput + func (s *UpdateApiMappingOutput) SetApiMappingKey(v string) *UpdateApiMappingOutput + func (s *UpdateApiMappingOutput) SetStage(v string) *UpdateApiMappingOutput + func (s UpdateApiMappingOutput) GoString() string + func (s UpdateApiMappingOutput) String() string + type UpdateApiOutput struct + ApiEndpoint *string + ApiGatewayManaged *bool + ApiId *string + ApiKeySelectionExpression *string + CorsConfiguration *Cors + CreatedDate *time.Time + Description *string + DisableExecuteApiEndpoint *bool + DisableSchemaValidation *bool + ImportInfo []*string + Name *string + ProtocolType *string + RouteSelectionExpression *string + Tags map[string]*string + Version *string + Warnings []*string + func (s *UpdateApiOutput) SetApiEndpoint(v string) *UpdateApiOutput + func (s *UpdateApiOutput) SetApiGatewayManaged(v bool) *UpdateApiOutput + func (s *UpdateApiOutput) SetApiId(v string) *UpdateApiOutput + func (s *UpdateApiOutput) SetApiKeySelectionExpression(v string) *UpdateApiOutput + func (s *UpdateApiOutput) SetCorsConfiguration(v *Cors) *UpdateApiOutput + func (s *UpdateApiOutput) SetCreatedDate(v time.Time) *UpdateApiOutput + func (s *UpdateApiOutput) SetDescription(v string) *UpdateApiOutput + func (s *UpdateApiOutput) SetDisableExecuteApiEndpoint(v bool) *UpdateApiOutput + func (s *UpdateApiOutput) SetDisableSchemaValidation(v bool) *UpdateApiOutput + func (s *UpdateApiOutput) SetImportInfo(v []*string) *UpdateApiOutput + func (s *UpdateApiOutput) SetName(v string) *UpdateApiOutput + func (s *UpdateApiOutput) SetProtocolType(v string) *UpdateApiOutput + func (s *UpdateApiOutput) SetRouteSelectionExpression(v string) *UpdateApiOutput + func (s *UpdateApiOutput) SetTags(v map[string]*string) *UpdateApiOutput + func (s *UpdateApiOutput) SetVersion(v string) *UpdateApiOutput + func (s *UpdateApiOutput) SetWarnings(v []*string) *UpdateApiOutput + func (s UpdateApiOutput) GoString() string + func (s UpdateApiOutput) String() string + type UpdateAuthorizerInput struct + ApiId *string + AuthorizerCredentialsArn *string + AuthorizerId *string + AuthorizerPayloadFormatVersion *string + AuthorizerResultTtlInSeconds *int64 + AuthorizerType *string + AuthorizerUri *string + EnableSimpleResponses *bool + IdentitySource []*string + IdentityValidationExpression *string + JwtConfiguration *JWTConfiguration + Name *string + func (s *UpdateAuthorizerInput) SetApiId(v string) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetAuthorizerCredentialsArn(v string) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetAuthorizerId(v string) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetAuthorizerPayloadFormatVersion(v string) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetAuthorizerResultTtlInSeconds(v int64) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetAuthorizerType(v string) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetAuthorizerUri(v string) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetEnableSimpleResponses(v bool) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetIdentitySource(v []*string) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetIdentityValidationExpression(v string) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetJwtConfiguration(v *JWTConfiguration) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) SetName(v string) *UpdateAuthorizerInput + func (s *UpdateAuthorizerInput) Validate() error + func (s UpdateAuthorizerInput) GoString() string + func (s UpdateAuthorizerInput) String() string + type UpdateAuthorizerOutput struct + AuthorizerCredentialsArn *string + AuthorizerId *string + AuthorizerPayloadFormatVersion *string + AuthorizerResultTtlInSeconds *int64 + AuthorizerType *string + AuthorizerUri *string + EnableSimpleResponses *bool + IdentitySource []*string + IdentityValidationExpression *string + JwtConfiguration *JWTConfiguration + Name *string + func (s *UpdateAuthorizerOutput) SetAuthorizerCredentialsArn(v string) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetAuthorizerId(v string) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetAuthorizerPayloadFormatVersion(v string) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetAuthorizerResultTtlInSeconds(v int64) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetAuthorizerType(v string) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetAuthorizerUri(v string) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetEnableSimpleResponses(v bool) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetIdentitySource(v []*string) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetIdentityValidationExpression(v string) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetJwtConfiguration(v *JWTConfiguration) *UpdateAuthorizerOutput + func (s *UpdateAuthorizerOutput) SetName(v string) *UpdateAuthorizerOutput + func (s UpdateAuthorizerOutput) GoString() string + func (s UpdateAuthorizerOutput) String() string + type UpdateDeploymentInput struct + ApiId *string + DeploymentId *string + Description *string + func (s *UpdateDeploymentInput) SetApiId(v string) *UpdateDeploymentInput + func (s *UpdateDeploymentInput) SetDeploymentId(v string) *UpdateDeploymentInput + func (s *UpdateDeploymentInput) SetDescription(v string) *UpdateDeploymentInput + func (s *UpdateDeploymentInput) Validate() error + func (s UpdateDeploymentInput) GoString() string + func (s UpdateDeploymentInput) String() string + type UpdateDeploymentOutput struct + AutoDeployed *bool + CreatedDate *time.Time + DeploymentId *string + DeploymentStatus *string + DeploymentStatusMessage *string + Description *string + func (s *UpdateDeploymentOutput) SetAutoDeployed(v bool) *UpdateDeploymentOutput + func (s *UpdateDeploymentOutput) SetCreatedDate(v time.Time) *UpdateDeploymentOutput + func (s *UpdateDeploymentOutput) SetDeploymentId(v string) *UpdateDeploymentOutput + func (s *UpdateDeploymentOutput) SetDeploymentStatus(v string) *UpdateDeploymentOutput + func (s *UpdateDeploymentOutput) SetDeploymentStatusMessage(v string) *UpdateDeploymentOutput + func (s *UpdateDeploymentOutput) SetDescription(v string) *UpdateDeploymentOutput + func (s UpdateDeploymentOutput) GoString() string + func (s UpdateDeploymentOutput) String() string + type UpdateDomainNameInput struct + DomainName *string + DomainNameConfigurations []*DomainNameConfiguration + MutualTlsAuthentication *MutualTlsAuthenticationInput + func (s *UpdateDomainNameInput) SetDomainName(v string) *UpdateDomainNameInput + func (s *UpdateDomainNameInput) SetDomainNameConfigurations(v []*DomainNameConfiguration) *UpdateDomainNameInput + func (s *UpdateDomainNameInput) SetMutualTlsAuthentication(v *MutualTlsAuthenticationInput) *UpdateDomainNameInput + func (s *UpdateDomainNameInput) Validate() error + func (s UpdateDomainNameInput) GoString() string + func (s UpdateDomainNameInput) String() string + type UpdateDomainNameOutput struct + ApiMappingSelectionExpression *string + DomainName *string + DomainNameConfigurations []*DomainNameConfiguration + MutualTlsAuthentication *MutualTlsAuthentication + Tags map[string]*string + func (s *UpdateDomainNameOutput) SetApiMappingSelectionExpression(v string) *UpdateDomainNameOutput + func (s *UpdateDomainNameOutput) SetDomainName(v string) *UpdateDomainNameOutput + func (s *UpdateDomainNameOutput) SetDomainNameConfigurations(v []*DomainNameConfiguration) *UpdateDomainNameOutput + func (s *UpdateDomainNameOutput) SetMutualTlsAuthentication(v *MutualTlsAuthentication) *UpdateDomainNameOutput + func (s *UpdateDomainNameOutput) SetTags(v map[string]*string) *UpdateDomainNameOutput + func (s UpdateDomainNameOutput) GoString() string + func (s UpdateDomainNameOutput) String() string + type UpdateIntegrationInput struct + ApiId *string + ConnectionId *string + ConnectionType *string + ContentHandlingStrategy *string + CredentialsArn *string + Description *string + IntegrationId *string + IntegrationMethod *string + IntegrationSubtype *string + IntegrationType *string + IntegrationUri *string + PassthroughBehavior *string + PayloadFormatVersion *string + RequestParameters map[string]*string + RequestTemplates map[string]*string + ResponseParameters map[string]map[string]*string + TemplateSelectionExpression *string + TimeoutInMillis *int64 + TlsConfig *TlsConfigInput + func (s *UpdateIntegrationInput) SetApiId(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetConnectionId(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetConnectionType(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetContentHandlingStrategy(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetCredentialsArn(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetDescription(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetIntegrationId(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetIntegrationMethod(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetIntegrationSubtype(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetIntegrationType(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetIntegrationUri(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetPassthroughBehavior(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetPayloadFormatVersion(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetRequestParameters(v map[string]*string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetRequestTemplates(v map[string]*string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetResponseParameters(v map[string]map[string]*string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetTemplateSelectionExpression(v string) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetTimeoutInMillis(v int64) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) SetTlsConfig(v *TlsConfigInput) *UpdateIntegrationInput + func (s *UpdateIntegrationInput) Validate() error + func (s UpdateIntegrationInput) GoString() string + func (s UpdateIntegrationInput) String() string + type UpdateIntegrationOutput struct + ApiGatewayManaged *bool + ConnectionId *string + ConnectionType *string + ContentHandlingStrategy *string + CredentialsArn *string + Description *string + IntegrationId *string + IntegrationMethod *string + IntegrationResponseSelectionExpression *string + IntegrationSubtype *string + IntegrationType *string + IntegrationUri *string + PassthroughBehavior *string + PayloadFormatVersion *string + RequestParameters map[string]*string + RequestTemplates map[string]*string + ResponseParameters map[string]map[string]*string + TemplateSelectionExpression *string + TimeoutInMillis *int64 + TlsConfig *TlsConfig + func (s *UpdateIntegrationOutput) SetApiGatewayManaged(v bool) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetConnectionId(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetConnectionType(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetContentHandlingStrategy(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetCredentialsArn(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetDescription(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetIntegrationId(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetIntegrationMethod(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetIntegrationResponseSelectionExpression(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetIntegrationSubtype(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetIntegrationType(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetIntegrationUri(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetPassthroughBehavior(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetPayloadFormatVersion(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetRequestParameters(v map[string]*string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetRequestTemplates(v map[string]*string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetResponseParameters(v map[string]map[string]*string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetTemplateSelectionExpression(v string) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetTimeoutInMillis(v int64) *UpdateIntegrationOutput + func (s *UpdateIntegrationOutput) SetTlsConfig(v *TlsConfig) *UpdateIntegrationOutput + func (s UpdateIntegrationOutput) GoString() string + func (s UpdateIntegrationOutput) String() string + type UpdateIntegrationResponseInput struct + ApiId *string + ContentHandlingStrategy *string + IntegrationId *string + IntegrationResponseId *string + IntegrationResponseKey *string + ResponseParameters map[string]*string + ResponseTemplates map[string]*string + TemplateSelectionExpression *string + func (s *UpdateIntegrationResponseInput) SetApiId(v string) *UpdateIntegrationResponseInput + func (s *UpdateIntegrationResponseInput) SetContentHandlingStrategy(v string) *UpdateIntegrationResponseInput + func (s *UpdateIntegrationResponseInput) SetIntegrationId(v string) *UpdateIntegrationResponseInput + func (s *UpdateIntegrationResponseInput) SetIntegrationResponseId(v string) *UpdateIntegrationResponseInput + func (s *UpdateIntegrationResponseInput) SetIntegrationResponseKey(v string) *UpdateIntegrationResponseInput + func (s *UpdateIntegrationResponseInput) SetResponseParameters(v map[string]*string) *UpdateIntegrationResponseInput + func (s *UpdateIntegrationResponseInput) SetResponseTemplates(v map[string]*string) *UpdateIntegrationResponseInput + func (s *UpdateIntegrationResponseInput) SetTemplateSelectionExpression(v string) *UpdateIntegrationResponseInput + func (s *UpdateIntegrationResponseInput) Validate() error + func (s UpdateIntegrationResponseInput) GoString() string + func (s UpdateIntegrationResponseInput) String() string + type UpdateIntegrationResponseOutput struct + ContentHandlingStrategy *string + IntegrationResponseId *string + IntegrationResponseKey *string + ResponseParameters map[string]*string + ResponseTemplates map[string]*string + TemplateSelectionExpression *string + func (s *UpdateIntegrationResponseOutput) SetContentHandlingStrategy(v string) *UpdateIntegrationResponseOutput + func (s *UpdateIntegrationResponseOutput) SetIntegrationResponseId(v string) *UpdateIntegrationResponseOutput + func (s *UpdateIntegrationResponseOutput) SetIntegrationResponseKey(v string) *UpdateIntegrationResponseOutput + func (s *UpdateIntegrationResponseOutput) SetResponseParameters(v map[string]*string) *UpdateIntegrationResponseOutput + func (s *UpdateIntegrationResponseOutput) SetResponseTemplates(v map[string]*string) *UpdateIntegrationResponseOutput + func (s *UpdateIntegrationResponseOutput) SetTemplateSelectionExpression(v string) *UpdateIntegrationResponseOutput + func (s UpdateIntegrationResponseOutput) GoString() string + func (s UpdateIntegrationResponseOutput) String() string + type UpdateModelInput struct + ApiId *string + ContentType *string + Description *string + ModelId *string + Name *string + Schema *string + func (s *UpdateModelInput) SetApiId(v string) *UpdateModelInput + func (s *UpdateModelInput) SetContentType(v string) *UpdateModelInput + func (s *UpdateModelInput) SetDescription(v string) *UpdateModelInput + func (s *UpdateModelInput) SetModelId(v string) *UpdateModelInput + func (s *UpdateModelInput) SetName(v string) *UpdateModelInput + func (s *UpdateModelInput) SetSchema(v string) *UpdateModelInput + func (s *UpdateModelInput) Validate() error + func (s UpdateModelInput) GoString() string + func (s UpdateModelInput) String() string + type UpdateModelOutput struct + ContentType *string + Description *string + ModelId *string + Name *string + Schema *string + func (s *UpdateModelOutput) SetContentType(v string) *UpdateModelOutput + func (s *UpdateModelOutput) SetDescription(v string) *UpdateModelOutput + func (s *UpdateModelOutput) SetModelId(v string) *UpdateModelOutput + func (s *UpdateModelOutput) SetName(v string) *UpdateModelOutput + func (s *UpdateModelOutput) SetSchema(v string) *UpdateModelOutput + func (s UpdateModelOutput) GoString() string + func (s UpdateModelOutput) String() string + type UpdateRouteInput struct + ApiId *string + ApiKeyRequired *bool + AuthorizationScopes []*string + AuthorizationType *string + AuthorizerId *string + ModelSelectionExpression *string + OperationName *string + RequestModels map[string]*string + RequestParameters map[string]*ParameterConstraints + RouteId *string + RouteKey *string + RouteResponseSelectionExpression *string + Target *string + func (s *UpdateRouteInput) SetApiId(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetApiKeyRequired(v bool) *UpdateRouteInput + func (s *UpdateRouteInput) SetAuthorizationScopes(v []*string) *UpdateRouteInput + func (s *UpdateRouteInput) SetAuthorizationType(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetAuthorizerId(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetModelSelectionExpression(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetOperationName(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetRequestModels(v map[string]*string) *UpdateRouteInput + func (s *UpdateRouteInput) SetRequestParameters(v map[string]*ParameterConstraints) *UpdateRouteInput + func (s *UpdateRouteInput) SetRouteId(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetRouteKey(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetRouteResponseSelectionExpression(v string) *UpdateRouteInput + func (s *UpdateRouteInput) SetTarget(v string) *UpdateRouteInput + func (s *UpdateRouteInput) Validate() error + func (s UpdateRouteInput) GoString() string + func (s UpdateRouteInput) String() string + type UpdateRouteOutput struct + ApiGatewayManaged *bool + ApiKeyRequired *bool + AuthorizationScopes []*string + AuthorizationType *string + AuthorizerId *string + ModelSelectionExpression *string + OperationName *string + RequestModels map[string]*string + RequestParameters map[string]*ParameterConstraints + RouteId *string + RouteKey *string + RouteResponseSelectionExpression *string + Target *string + func (s *UpdateRouteOutput) SetApiGatewayManaged(v bool) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetApiKeyRequired(v bool) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetAuthorizationScopes(v []*string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetAuthorizationType(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetAuthorizerId(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetModelSelectionExpression(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetOperationName(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetRequestModels(v map[string]*string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetRequestParameters(v map[string]*ParameterConstraints) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetRouteId(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetRouteKey(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetRouteResponseSelectionExpression(v string) *UpdateRouteOutput + func (s *UpdateRouteOutput) SetTarget(v string) *UpdateRouteOutput + func (s UpdateRouteOutput) GoString() string + func (s UpdateRouteOutput) String() string + type UpdateRouteResponseInput struct + ApiId *string + ModelSelectionExpression *string + ResponseModels map[string]*string + ResponseParameters map[string]*ParameterConstraints + RouteId *string + RouteResponseId *string + RouteResponseKey *string + func (s *UpdateRouteResponseInput) SetApiId(v string) *UpdateRouteResponseInput + func (s *UpdateRouteResponseInput) SetModelSelectionExpression(v string) *UpdateRouteResponseInput + func (s *UpdateRouteResponseInput) SetResponseModels(v map[string]*string) *UpdateRouteResponseInput + func (s *UpdateRouteResponseInput) SetResponseParameters(v map[string]*ParameterConstraints) *UpdateRouteResponseInput + func (s *UpdateRouteResponseInput) SetRouteId(v string) *UpdateRouteResponseInput + func (s *UpdateRouteResponseInput) SetRouteResponseId(v string) *UpdateRouteResponseInput + func (s *UpdateRouteResponseInput) SetRouteResponseKey(v string) *UpdateRouteResponseInput + func (s *UpdateRouteResponseInput) Validate() error + func (s UpdateRouteResponseInput) GoString() string + func (s UpdateRouteResponseInput) String() string + type UpdateRouteResponseOutput struct + ModelSelectionExpression *string + ResponseModels map[string]*string + ResponseParameters map[string]*ParameterConstraints + RouteResponseId *string + RouteResponseKey *string + func (s *UpdateRouteResponseOutput) SetModelSelectionExpression(v string) *UpdateRouteResponseOutput + func (s *UpdateRouteResponseOutput) SetResponseModels(v map[string]*string) *UpdateRouteResponseOutput + func (s *UpdateRouteResponseOutput) SetResponseParameters(v map[string]*ParameterConstraints) *UpdateRouteResponseOutput + func (s *UpdateRouteResponseOutput) SetRouteResponseId(v string) *UpdateRouteResponseOutput + func (s *UpdateRouteResponseOutput) SetRouteResponseKey(v string) *UpdateRouteResponseOutput + func (s UpdateRouteResponseOutput) GoString() string + func (s UpdateRouteResponseOutput) String() string + type UpdateStageInput struct + AccessLogSettings *AccessLogSettings + ApiId *string + AutoDeploy *bool + ClientCertificateId *string + DefaultRouteSettings *RouteSettings + DeploymentId *string + Description *string + RouteSettings map[string]*RouteSettings + StageName *string + StageVariables map[string]*string + func (s *UpdateStageInput) SetAccessLogSettings(v *AccessLogSettings) *UpdateStageInput + func (s *UpdateStageInput) SetApiId(v string) *UpdateStageInput + func (s *UpdateStageInput) SetAutoDeploy(v bool) *UpdateStageInput + func (s *UpdateStageInput) SetClientCertificateId(v string) *UpdateStageInput + func (s *UpdateStageInput) SetDefaultRouteSettings(v *RouteSettings) *UpdateStageInput + func (s *UpdateStageInput) SetDeploymentId(v string) *UpdateStageInput + func (s *UpdateStageInput) SetDescription(v string) *UpdateStageInput + func (s *UpdateStageInput) SetRouteSettings(v map[string]*RouteSettings) *UpdateStageInput + func (s *UpdateStageInput) SetStageName(v string) *UpdateStageInput + func (s *UpdateStageInput) SetStageVariables(v map[string]*string) *UpdateStageInput + func (s *UpdateStageInput) Validate() error + func (s UpdateStageInput) GoString() string + func (s UpdateStageInput) String() string + type UpdateStageOutput struct + AccessLogSettings *AccessLogSettings + ApiGatewayManaged *bool + AutoDeploy *bool + ClientCertificateId *string + CreatedDate *time.Time + DefaultRouteSettings *RouteSettings + DeploymentId *string + Description *string + LastDeploymentStatusMessage *string + LastUpdatedDate *time.Time + RouteSettings map[string]*RouteSettings + StageName *string + StageVariables map[string]*string + Tags map[string]*string + func (s *UpdateStageOutput) SetAccessLogSettings(v *AccessLogSettings) *UpdateStageOutput + func (s *UpdateStageOutput) SetApiGatewayManaged(v bool) *UpdateStageOutput + func (s *UpdateStageOutput) SetAutoDeploy(v bool) *UpdateStageOutput + func (s *UpdateStageOutput) SetClientCertificateId(v string) *UpdateStageOutput + func (s *UpdateStageOutput) SetCreatedDate(v time.Time) *UpdateStageOutput + func (s *UpdateStageOutput) SetDefaultRouteSettings(v *RouteSettings) *UpdateStageOutput + func (s *UpdateStageOutput) SetDeploymentId(v string) *UpdateStageOutput + func (s *UpdateStageOutput) SetDescription(v string) *UpdateStageOutput + func (s *UpdateStageOutput) SetLastDeploymentStatusMessage(v string) *UpdateStageOutput + func (s *UpdateStageOutput) SetLastUpdatedDate(v time.Time) *UpdateStageOutput + func (s *UpdateStageOutput) SetRouteSettings(v map[string]*RouteSettings) *UpdateStageOutput + func (s *UpdateStageOutput) SetStageName(v string) *UpdateStageOutput + func (s *UpdateStageOutput) SetStageVariables(v map[string]*string) *UpdateStageOutput + func (s *UpdateStageOutput) SetTags(v map[string]*string) *UpdateStageOutput + func (s UpdateStageOutput) GoString() string + func (s UpdateStageOutput) String() string + type UpdateVpcLinkInput struct + Name *string + VpcLinkId *string + func (s *UpdateVpcLinkInput) SetName(v string) *UpdateVpcLinkInput + func (s *UpdateVpcLinkInput) SetVpcLinkId(v string) *UpdateVpcLinkInput + func (s *UpdateVpcLinkInput) Validate() error + func (s UpdateVpcLinkInput) GoString() string + func (s UpdateVpcLinkInput) String() string + type UpdateVpcLinkOutput struct + CreatedDate *time.Time + Name *string + SecurityGroupIds []*string + SubnetIds []*string + Tags map[string]*string + VpcLinkId *string + VpcLinkStatus *string + VpcLinkStatusMessage *string + VpcLinkVersion *string + func (s *UpdateVpcLinkOutput) SetCreatedDate(v time.Time) *UpdateVpcLinkOutput + func (s *UpdateVpcLinkOutput) SetName(v string) *UpdateVpcLinkOutput + func (s *UpdateVpcLinkOutput) SetSecurityGroupIds(v []*string) *UpdateVpcLinkOutput + func (s *UpdateVpcLinkOutput) SetSubnetIds(v []*string) *UpdateVpcLinkOutput + func (s *UpdateVpcLinkOutput) SetTags(v map[string]*string) *UpdateVpcLinkOutput + func (s *UpdateVpcLinkOutput) SetVpcLinkId(v string) *UpdateVpcLinkOutput + func (s *UpdateVpcLinkOutput) SetVpcLinkStatus(v string) *UpdateVpcLinkOutput + func (s *UpdateVpcLinkOutput) SetVpcLinkStatusMessage(v string) *UpdateVpcLinkOutput + func (s *UpdateVpcLinkOutput) SetVpcLinkVersion(v string) *UpdateVpcLinkOutput + func (s UpdateVpcLinkOutput) GoString() string + func (s UpdateVpcLinkOutput) String() string + type VpcLink struct + CreatedDate *time.Time + Name *string + SecurityGroupIds []*string + SubnetIds []*string + Tags map[string]*string + VpcLinkId *string + VpcLinkStatus *string + VpcLinkStatusMessage *string + VpcLinkVersion *string + func (s *VpcLink) SetCreatedDate(v time.Time) *VpcLink + func (s *VpcLink) SetName(v string) *VpcLink + func (s *VpcLink) SetSecurityGroupIds(v []*string) *VpcLink + func (s *VpcLink) SetSubnetIds(v []*string) *VpcLink + func (s *VpcLink) SetTags(v map[string]*string) *VpcLink + func (s *VpcLink) SetVpcLinkId(v string) *VpcLink + func (s *VpcLink) SetVpcLinkStatus(v string) *VpcLink + func (s *VpcLink) SetVpcLinkStatusMessage(v string) *VpcLink + func (s *VpcLink) SetVpcLinkVersion(v string) *VpcLink + func (s VpcLink) GoString() string + func (s VpcLink) String() string