...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/kinesisanalyticsv2"
Overview
Constants

Overview ▾

Package kinesisanalyticsv2 provides the client and types for making API requests to Amazon Kinesis Analytics.

Amazon Managed Service for Apache Flink was previously known as Amazon Kinesis Data Analytics for Apache Flink.

Amazon Managed Service for Apache Flink is a fully managed service that you can use to process and analyze streaming data using Java, Python, SQL, or Scala. The service enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time series analytics, feed real-time dashboards, and create real-time metrics.

See https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23 for more information on this service.

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

Using the Client

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

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

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

See the Amazon Kinesis Analytics client KinesisAnalyticsV2 for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/kinesisanalyticsv2/#New

The stub package, kinesisanalyticsv2iface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type KinesisAnalyticsV2
func New(p client.ConfigProvider, cfgs ...*aws.Config) *KinesisAnalyticsV2
func (c *KinesisAnalyticsV2) AddApplicationCloudWatchLoggingOption(input *AddApplicationCloudWatchLoggingOptionInput) (*AddApplicationCloudWatchLoggingOptionOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationCloudWatchLoggingOptionRequest(input *AddApplicationCloudWatchLoggingOptionInput) (req *request.Request, output *AddApplicationCloudWatchLoggingOptionOutput)
func (c *KinesisAnalyticsV2) AddApplicationCloudWatchLoggingOptionWithContext(ctx aws.Context, input *AddApplicationCloudWatchLoggingOptionInput, opts ...request.Option) (*AddApplicationCloudWatchLoggingOptionOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationInput(input *AddApplicationInputInput) (*AddApplicationInputOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationInputProcessingConfiguration(input *AddApplicationInputProcessingConfigurationInput) (*AddApplicationInputProcessingConfigurationOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationInputProcessingConfigurationRequest(input *AddApplicationInputProcessingConfigurationInput) (req *request.Request, output *AddApplicationInputProcessingConfigurationOutput)
func (c *KinesisAnalyticsV2) AddApplicationInputProcessingConfigurationWithContext(ctx aws.Context, input *AddApplicationInputProcessingConfigurationInput, opts ...request.Option) (*AddApplicationInputProcessingConfigurationOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationInputRequest(input *AddApplicationInputInput) (req *request.Request, output *AddApplicationInputOutput)
func (c *KinesisAnalyticsV2) AddApplicationInputWithContext(ctx aws.Context, input *AddApplicationInputInput, opts ...request.Option) (*AddApplicationInputOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationOutput(input *AddApplicationOutputInput) (*AddApplicationOutputOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationOutputRequest(input *AddApplicationOutputInput) (req *request.Request, output *AddApplicationOutputOutput)
func (c *KinesisAnalyticsV2) AddApplicationOutputWithContext(ctx aws.Context, input *AddApplicationOutputInput, opts ...request.Option) (*AddApplicationOutputOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationReferenceDataSource(input *AddApplicationReferenceDataSourceInput) (*AddApplicationReferenceDataSourceOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationReferenceDataSourceRequest(input *AddApplicationReferenceDataSourceInput) (req *request.Request, output *AddApplicationReferenceDataSourceOutput)
func (c *KinesisAnalyticsV2) AddApplicationReferenceDataSourceWithContext(ctx aws.Context, input *AddApplicationReferenceDataSourceInput, opts ...request.Option) (*AddApplicationReferenceDataSourceOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationVpcConfiguration(input *AddApplicationVpcConfigurationInput) (*AddApplicationVpcConfigurationOutput, error)
func (c *KinesisAnalyticsV2) AddApplicationVpcConfigurationRequest(input *AddApplicationVpcConfigurationInput) (req *request.Request, output *AddApplicationVpcConfigurationOutput)
func (c *KinesisAnalyticsV2) AddApplicationVpcConfigurationWithContext(ctx aws.Context, input *AddApplicationVpcConfigurationInput, opts ...request.Option) (*AddApplicationVpcConfigurationOutput, error)
func (c *KinesisAnalyticsV2) CreateApplication(input *CreateApplicationInput) (*CreateApplicationOutput, error)
func (c *KinesisAnalyticsV2) CreateApplicationPresignedUrl(input *CreateApplicationPresignedUrlInput) (*CreateApplicationPresignedUrlOutput, error)
func (c *KinesisAnalyticsV2) CreateApplicationPresignedUrlRequest(input *CreateApplicationPresignedUrlInput) (req *request.Request, output *CreateApplicationPresignedUrlOutput)
func (c *KinesisAnalyticsV2) CreateApplicationPresignedUrlWithContext(ctx aws.Context, input *CreateApplicationPresignedUrlInput, opts ...request.Option) (*CreateApplicationPresignedUrlOutput, error)
func (c *KinesisAnalyticsV2) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *CreateApplicationOutput)
func (c *KinesisAnalyticsV2) CreateApplicationSnapshot(input *CreateApplicationSnapshotInput) (*CreateApplicationSnapshotOutput, error)
func (c *KinesisAnalyticsV2) CreateApplicationSnapshotRequest(input *CreateApplicationSnapshotInput) (req *request.Request, output *CreateApplicationSnapshotOutput)
func (c *KinesisAnalyticsV2) CreateApplicationSnapshotWithContext(ctx aws.Context, input *CreateApplicationSnapshotInput, opts ...request.Option) (*CreateApplicationSnapshotOutput, error)
func (c *KinesisAnalyticsV2) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*CreateApplicationOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplication(input *DeleteApplicationInput) (*DeleteApplicationOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationCloudWatchLoggingOption(input *DeleteApplicationCloudWatchLoggingOptionInput) (*DeleteApplicationCloudWatchLoggingOptionOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationCloudWatchLoggingOptionRequest(input *DeleteApplicationCloudWatchLoggingOptionInput) (req *request.Request, output *DeleteApplicationCloudWatchLoggingOptionOutput)
func (c *KinesisAnalyticsV2) DeleteApplicationCloudWatchLoggingOptionWithContext(ctx aws.Context, input *DeleteApplicationCloudWatchLoggingOptionInput, opts ...request.Option) (*DeleteApplicationCloudWatchLoggingOptionOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationInputProcessingConfiguration(input *DeleteApplicationInputProcessingConfigurationInput) (*DeleteApplicationInputProcessingConfigurationOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationInputProcessingConfigurationRequest(input *DeleteApplicationInputProcessingConfigurationInput) (req *request.Request, output *DeleteApplicationInputProcessingConfigurationOutput)
func (c *KinesisAnalyticsV2) DeleteApplicationInputProcessingConfigurationWithContext(ctx aws.Context, input *DeleteApplicationInputProcessingConfigurationInput, opts ...request.Option) (*DeleteApplicationInputProcessingConfigurationOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationOutput(input *DeleteApplicationOutputInput) (*DeleteApplicationOutputOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationOutputRequest(input *DeleteApplicationOutputInput) (req *request.Request, output *DeleteApplicationOutputOutput)
func (c *KinesisAnalyticsV2) DeleteApplicationOutputWithContext(ctx aws.Context, input *DeleteApplicationOutputInput, opts ...request.Option) (*DeleteApplicationOutputOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationReferenceDataSource(input *DeleteApplicationReferenceDataSourceInput) (*DeleteApplicationReferenceDataSourceOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationReferenceDataSourceRequest(input *DeleteApplicationReferenceDataSourceInput) (req *request.Request, output *DeleteApplicationReferenceDataSourceOutput)
func (c *KinesisAnalyticsV2) DeleteApplicationReferenceDataSourceWithContext(ctx aws.Context, input *DeleteApplicationReferenceDataSourceInput, opts ...request.Option) (*DeleteApplicationReferenceDataSourceOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationRequest(input *DeleteApplicationInput) (req *request.Request, output *DeleteApplicationOutput)
func (c *KinesisAnalyticsV2) DeleteApplicationSnapshot(input *DeleteApplicationSnapshotInput) (*DeleteApplicationSnapshotOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationSnapshotRequest(input *DeleteApplicationSnapshotInput) (req *request.Request, output *DeleteApplicationSnapshotOutput)
func (c *KinesisAnalyticsV2) DeleteApplicationSnapshotWithContext(ctx aws.Context, input *DeleteApplicationSnapshotInput, opts ...request.Option) (*DeleteApplicationSnapshotOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationVpcConfiguration(input *DeleteApplicationVpcConfigurationInput) (*DeleteApplicationVpcConfigurationOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationVpcConfigurationRequest(input *DeleteApplicationVpcConfigurationInput) (req *request.Request, output *DeleteApplicationVpcConfigurationOutput)
func (c *KinesisAnalyticsV2) DeleteApplicationVpcConfigurationWithContext(ctx aws.Context, input *DeleteApplicationVpcConfigurationInput, opts ...request.Option) (*DeleteApplicationVpcConfigurationOutput, error)
func (c *KinesisAnalyticsV2) DeleteApplicationWithContext(ctx aws.Context, input *DeleteApplicationInput, opts ...request.Option) (*DeleteApplicationOutput, error)
func (c *KinesisAnalyticsV2) DescribeApplication(input *DescribeApplicationInput) (*DescribeApplicationOutput, error)
func (c *KinesisAnalyticsV2) DescribeApplicationRequest(input *DescribeApplicationInput) (req *request.Request, output *DescribeApplicationOutput)
func (c *KinesisAnalyticsV2) DescribeApplicationSnapshot(input *DescribeApplicationSnapshotInput) (*DescribeApplicationSnapshotOutput, error)
func (c *KinesisAnalyticsV2) DescribeApplicationSnapshotRequest(input *DescribeApplicationSnapshotInput) (req *request.Request, output *DescribeApplicationSnapshotOutput)
func (c *KinesisAnalyticsV2) DescribeApplicationSnapshotWithContext(ctx aws.Context, input *DescribeApplicationSnapshotInput, opts ...request.Option) (*DescribeApplicationSnapshotOutput, error)
func (c *KinesisAnalyticsV2) DescribeApplicationVersion(input *DescribeApplicationVersionInput) (*DescribeApplicationVersionOutput, error)
func (c *KinesisAnalyticsV2) DescribeApplicationVersionRequest(input *DescribeApplicationVersionInput) (req *request.Request, output *DescribeApplicationVersionOutput)
func (c *KinesisAnalyticsV2) DescribeApplicationVersionWithContext(ctx aws.Context, input *DescribeApplicationVersionInput, opts ...request.Option) (*DescribeApplicationVersionOutput, error)
func (c *KinesisAnalyticsV2) DescribeApplicationWithContext(ctx aws.Context, input *DescribeApplicationInput, opts ...request.Option) (*DescribeApplicationOutput, error)
func (c *KinesisAnalyticsV2) DiscoverInputSchema(input *DiscoverInputSchemaInput) (*DiscoverInputSchemaOutput, error)
func (c *KinesisAnalyticsV2) DiscoverInputSchemaRequest(input *DiscoverInputSchemaInput) (req *request.Request, output *DiscoverInputSchemaOutput)
func (c *KinesisAnalyticsV2) DiscoverInputSchemaWithContext(ctx aws.Context, input *DiscoverInputSchemaInput, opts ...request.Option) (*DiscoverInputSchemaOutput, error)
func (c *KinesisAnalyticsV2) ListApplicationSnapshots(input *ListApplicationSnapshotsInput) (*ListApplicationSnapshotsOutput, error)
func (c *KinesisAnalyticsV2) ListApplicationSnapshotsRequest(input *ListApplicationSnapshotsInput) (req *request.Request, output *ListApplicationSnapshotsOutput)
func (c *KinesisAnalyticsV2) ListApplicationSnapshotsWithContext(ctx aws.Context, input *ListApplicationSnapshotsInput, opts ...request.Option) (*ListApplicationSnapshotsOutput, error)
func (c *KinesisAnalyticsV2) ListApplicationVersions(input *ListApplicationVersionsInput) (*ListApplicationVersionsOutput, error)
func (c *KinesisAnalyticsV2) ListApplicationVersionsRequest(input *ListApplicationVersionsInput) (req *request.Request, output *ListApplicationVersionsOutput)
func (c *KinesisAnalyticsV2) ListApplicationVersionsWithContext(ctx aws.Context, input *ListApplicationVersionsInput, opts ...request.Option) (*ListApplicationVersionsOutput, error)
func (c *KinesisAnalyticsV2) ListApplications(input *ListApplicationsInput) (*ListApplicationsOutput, error)
func (c *KinesisAnalyticsV2) ListApplicationsRequest(input *ListApplicationsInput) (req *request.Request, output *ListApplicationsOutput)
func (c *KinesisAnalyticsV2) ListApplicationsWithContext(ctx aws.Context, input *ListApplicationsInput, opts ...request.Option) (*ListApplicationsOutput, error)
func (c *KinesisAnalyticsV2) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *KinesisAnalyticsV2) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *KinesisAnalyticsV2) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *KinesisAnalyticsV2) RollbackApplication(input *RollbackApplicationInput) (*RollbackApplicationOutput, error)
func (c *KinesisAnalyticsV2) RollbackApplicationRequest(input *RollbackApplicationInput) (req *request.Request, output *RollbackApplicationOutput)
func (c *KinesisAnalyticsV2) RollbackApplicationWithContext(ctx aws.Context, input *RollbackApplicationInput, opts ...request.Option) (*RollbackApplicationOutput, error)
func (c *KinesisAnalyticsV2) StartApplication(input *StartApplicationInput) (*StartApplicationOutput, error)
func (c *KinesisAnalyticsV2) StartApplicationRequest(input *StartApplicationInput) (req *request.Request, output *StartApplicationOutput)
func (c *KinesisAnalyticsV2) StartApplicationWithContext(ctx aws.Context, input *StartApplicationInput, opts ...request.Option) (*StartApplicationOutput, error)
func (c *KinesisAnalyticsV2) StopApplication(input *StopApplicationInput) (*StopApplicationOutput, error)
func (c *KinesisAnalyticsV2) StopApplicationRequest(input *StopApplicationInput) (req *request.Request, output *StopApplicationOutput)
func (c *KinesisAnalyticsV2) StopApplicationWithContext(ctx aws.Context, input *StopApplicationInput, opts ...request.Option) (*StopApplicationOutput, error)
func (c *KinesisAnalyticsV2) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *KinesisAnalyticsV2) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *KinesisAnalyticsV2) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *KinesisAnalyticsV2) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *KinesisAnalyticsV2) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *KinesisAnalyticsV2) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *KinesisAnalyticsV2) UpdateApplication(input *UpdateApplicationInput) (*UpdateApplicationOutput, error)
func (c *KinesisAnalyticsV2) UpdateApplicationMaintenanceConfiguration(input *UpdateApplicationMaintenanceConfigurationInput) (*UpdateApplicationMaintenanceConfigurationOutput, error)
func (c *KinesisAnalyticsV2) UpdateApplicationMaintenanceConfigurationRequest(input *UpdateApplicationMaintenanceConfigurationInput) (req *request.Request, output *UpdateApplicationMaintenanceConfigurationOutput)
func (c *KinesisAnalyticsV2) UpdateApplicationMaintenanceConfigurationWithContext(ctx aws.Context, input *UpdateApplicationMaintenanceConfigurationInput, opts ...request.Option) (*UpdateApplicationMaintenanceConfigurationOutput, error)
func (c *KinesisAnalyticsV2) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *UpdateApplicationOutput)
func (c *KinesisAnalyticsV2) UpdateApplicationWithContext(ctx aws.Context, input *UpdateApplicationInput, opts ...request.Option) (*UpdateApplicationOutput, error)
func ApplicationMode_Values() []string
func ApplicationRestoreType_Values() []string
func ApplicationStatus_Values() []string
func ArtifactType_Values() []string
func CodeContentType_Values() []string
func ConfigurationType_Values() []string
func InputStartingPosition_Values() []string
func LogLevel_Values() []string
func MetricsLevel_Values() []string
func RecordFormatType_Values() []string
func RuntimeEnvironment_Values() []string
func SnapshotStatus_Values() []string
func UrlType_Values() []string
type AddApplicationCloudWatchLoggingOptionInput
type AddApplicationCloudWatchLoggingOptionOutput
type AddApplicationInputInput
type AddApplicationInputOutput
type AddApplicationInputProcessingConfigurationInput
type AddApplicationInputProcessingConfigurationOutput
type AddApplicationOutputInput
type AddApplicationOutputOutput
type AddApplicationReferenceDataSourceInput
type AddApplicationReferenceDataSourceOutput
type AddApplicationVpcConfigurationInput
type AddApplicationVpcConfigurationOutput
type ApplicationCodeConfiguration
type ApplicationCodeConfigurationDescription
type ApplicationCodeConfigurationUpdate
type ApplicationConfiguration
type ApplicationConfigurationDescription
type ApplicationConfigurationUpdate
type ApplicationDetail
type ApplicationMaintenanceConfigurationDescription
type ApplicationMaintenanceConfigurationUpdate
type ApplicationRestoreConfiguration
type ApplicationSnapshotConfiguration
type ApplicationSnapshotConfigurationDescription
type ApplicationSnapshotConfigurationUpdate
type ApplicationSummary
type ApplicationVersionSummary
type CSVMappingParameters
type CatalogConfiguration
type CatalogConfigurationDescription
type CatalogConfigurationUpdate
type CheckpointConfiguration
type CheckpointConfigurationDescription
type CheckpointConfigurationUpdate
type CloudWatchLoggingOption
type CloudWatchLoggingOptionDescription
type CloudWatchLoggingOptionUpdate
type CodeContent
type CodeContentDescription
type CodeContentUpdate
type CodeValidationException
type ConcurrentModificationException
type CreateApplicationInput
type CreateApplicationOutput
type CreateApplicationPresignedUrlInput
type CreateApplicationPresignedUrlOutput
type CreateApplicationSnapshotInput
type CreateApplicationSnapshotOutput
type CustomArtifactConfiguration
type CustomArtifactConfigurationDescription
type DeleteApplicationCloudWatchLoggingOptionInput
type DeleteApplicationCloudWatchLoggingOptionOutput
type DeleteApplicationInput
type DeleteApplicationInputProcessingConfigurationInput
type DeleteApplicationInputProcessingConfigurationOutput
type DeleteApplicationOutput
type DeleteApplicationOutputInput
type DeleteApplicationOutputOutput
type DeleteApplicationReferenceDataSourceInput
type DeleteApplicationReferenceDataSourceOutput
type DeleteApplicationSnapshotInput
type DeleteApplicationSnapshotOutput
type DeleteApplicationVpcConfigurationInput
type DeleteApplicationVpcConfigurationOutput
type DeployAsApplicationConfiguration
type DeployAsApplicationConfigurationDescription
type DeployAsApplicationConfigurationUpdate
type DescribeApplicationInput
type DescribeApplicationOutput
type DescribeApplicationSnapshotInput
type DescribeApplicationSnapshotOutput
type DescribeApplicationVersionInput
type DescribeApplicationVersionOutput
type DestinationSchema
type DiscoverInputSchemaInput
type DiscoverInputSchemaOutput
type EnvironmentProperties
type EnvironmentPropertyDescriptions
type EnvironmentPropertyUpdates
type FlinkApplicationConfiguration
type FlinkApplicationConfigurationDescription
type FlinkApplicationConfigurationUpdate
type FlinkRunConfiguration
type GlueDataCatalogConfiguration
type GlueDataCatalogConfigurationDescription
type GlueDataCatalogConfigurationUpdate
type Input
type InputDescription
type InputLambdaProcessor
type InputLambdaProcessorDescription
type InputLambdaProcessorUpdate
type InputParallelism
type InputParallelismUpdate
type InputProcessingConfiguration
type InputProcessingConfigurationDescription
type InputProcessingConfigurationUpdate
type InputSchemaUpdate
type InputStartingPositionConfiguration
type InputUpdate
type InvalidApplicationConfigurationException
type InvalidArgumentException
type InvalidRequestException
type JSONMappingParameters
type KinesisFirehoseInput
type KinesisFirehoseInputDescription
type KinesisFirehoseInputUpdate
type KinesisFirehoseOutput
type KinesisFirehoseOutputDescription
type KinesisFirehoseOutputUpdate
type KinesisStreamsInput
type KinesisStreamsInputDescription
type KinesisStreamsInputUpdate
type KinesisStreamsOutput
type KinesisStreamsOutputDescription
type KinesisStreamsOutputUpdate
type LambdaOutput
type LambdaOutputDescription
type LambdaOutputUpdate
type LimitExceededException
type ListApplicationSnapshotsInput
type ListApplicationSnapshotsOutput
type ListApplicationVersionsInput
type ListApplicationVersionsOutput
type ListApplicationsInput
type ListApplicationsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type MappingParameters
type MavenReference
type MonitoringConfiguration
type MonitoringConfigurationDescription
type MonitoringConfigurationUpdate
type Output
type OutputDescription
type OutputUpdate
type ParallelismConfiguration
type ParallelismConfigurationDescription
type ParallelismConfigurationUpdate
type PropertyGroup
type RecordColumn
type RecordFormat
type ReferenceDataSource
type ReferenceDataSourceDescription
type ReferenceDataSourceUpdate
type ResourceInUseException
type ResourceNotFoundException
type ResourceProvisionedThroughputExceededException
type RollbackApplicationInput
type RollbackApplicationOutput
type RunConfiguration
type RunConfigurationDescription
type RunConfigurationUpdate
type S3ApplicationCodeLocationDescription
type S3Configuration
type S3ContentBaseLocation
type S3ContentBaseLocationDescription
type S3ContentBaseLocationUpdate
type S3ContentLocation
type S3ContentLocationUpdate
type S3ReferenceDataSource
type S3ReferenceDataSourceDescription
type S3ReferenceDataSourceUpdate
type ServiceUnavailableException
type SnapshotDetails
type SourceSchema
type SqlApplicationConfiguration
type SqlApplicationConfigurationDescription
type SqlApplicationConfigurationUpdate
type SqlRunConfiguration
type StartApplicationInput
type StartApplicationOutput
type StopApplicationInput
type StopApplicationOutput
type Tag
type TagResourceInput
type TagResourceOutput
type TooManyTagsException
type UnableToDetectSchemaException
type UnsupportedOperationException
type UntagResourceInput
type UntagResourceOutput
type UpdateApplicationInput
type UpdateApplicationMaintenanceConfigurationInput
type UpdateApplicationMaintenanceConfigurationOutput
type UpdateApplicationOutput
type VpcConfiguration
type VpcConfigurationDescription
type VpcConfigurationUpdate
type ZeppelinApplicationConfiguration
type ZeppelinApplicationConfigurationDescription
type ZeppelinApplicationConfigurationUpdate
type ZeppelinMonitoringConfiguration
type ZeppelinMonitoringConfigurationDescription
type ZeppelinMonitoringConfigurationUpdate

Constants ▾

const (
    // ApplicationModeStreaming is a ApplicationMode enum value
    ApplicationModeStreaming = "STREAMING"

    // ApplicationModeInteractive is a ApplicationMode enum value
    ApplicationModeInteractive = "INTERACTIVE"
)
const (
    // ApplicationRestoreTypeSkipRestoreFromSnapshot is a ApplicationRestoreType enum value
    ApplicationRestoreTypeSkipRestoreFromSnapshot = "SKIP_RESTORE_FROM_SNAPSHOT"

    // ApplicationRestoreTypeRestoreFromLatestSnapshot is a ApplicationRestoreType enum value
    ApplicationRestoreTypeRestoreFromLatestSnapshot = "RESTORE_FROM_LATEST_SNAPSHOT"

    // ApplicationRestoreTypeRestoreFromCustomSnapshot is a ApplicationRestoreType enum value
    ApplicationRestoreTypeRestoreFromCustomSnapshot = "RESTORE_FROM_CUSTOM_SNAPSHOT"
)
const (
    // ApplicationStatusDeleting is a ApplicationStatus enum value
    ApplicationStatusDeleting = "DELETING"

    // ApplicationStatusStarting is a ApplicationStatus enum value
    ApplicationStatusStarting = "STARTING"

    // ApplicationStatusStopping is a ApplicationStatus enum value
    ApplicationStatusStopping = "STOPPING"

    // ApplicationStatusReady is a ApplicationStatus enum value
    ApplicationStatusReady = "READY"

    // ApplicationStatusRunning is a ApplicationStatus enum value
    ApplicationStatusRunning = "RUNNING"

    // ApplicationStatusUpdating is a ApplicationStatus enum value
    ApplicationStatusUpdating = "UPDATING"

    // ApplicationStatusAutoscaling is a ApplicationStatus enum value
    ApplicationStatusAutoscaling = "AUTOSCALING"

    // ApplicationStatusForceStopping is a ApplicationStatus enum value
    ApplicationStatusForceStopping = "FORCE_STOPPING"

    // ApplicationStatusRollingBack is a ApplicationStatus enum value
    ApplicationStatusRollingBack = "ROLLING_BACK"

    // ApplicationStatusMaintenance is a ApplicationStatus enum value
    ApplicationStatusMaintenance = "MAINTENANCE"

    // ApplicationStatusRolledBack is a ApplicationStatus enum value
    ApplicationStatusRolledBack = "ROLLED_BACK"
)
const (
    // ArtifactTypeUdf is a ArtifactType enum value
    ArtifactTypeUdf = "UDF"

    // ArtifactTypeDependencyJar is a ArtifactType enum value
    ArtifactTypeDependencyJar = "DEPENDENCY_JAR"
)
const (
    // CodeContentTypePlaintext is a CodeContentType enum value
    CodeContentTypePlaintext = "PLAINTEXT"

    // CodeContentTypeZipfile is a CodeContentType enum value
    CodeContentTypeZipfile = "ZIPFILE"
)
const (
    // ConfigurationTypeDefault is a ConfigurationType enum value
    ConfigurationTypeDefault = "DEFAULT"

    // ConfigurationTypeCustom is a ConfigurationType enum value
    ConfigurationTypeCustom = "CUSTOM"
)
const (
    // InputStartingPositionNow is a InputStartingPosition enum value
    InputStartingPositionNow = "NOW"

    // InputStartingPositionTrimHorizon is a InputStartingPosition enum value
    InputStartingPositionTrimHorizon = "TRIM_HORIZON"

    // InputStartingPositionLastStoppedPoint is a InputStartingPosition enum value
    InputStartingPositionLastStoppedPoint = "LAST_STOPPED_POINT"
)
const (
    // LogLevelInfo is a LogLevel enum value
    LogLevelInfo = "INFO"

    // LogLevelWarn is a LogLevel enum value
    LogLevelWarn = "WARN"

    // LogLevelError is a LogLevel enum value
    LogLevelError = "ERROR"

    // LogLevelDebug is a LogLevel enum value
    LogLevelDebug = "DEBUG"
)
const (
    // MetricsLevelApplication is a MetricsLevel enum value
    MetricsLevelApplication = "APPLICATION"

    // MetricsLevelTask is a MetricsLevel enum value
    MetricsLevelTask = "TASK"

    // MetricsLevelOperator is a MetricsLevel enum value
    MetricsLevelOperator = "OPERATOR"

    // MetricsLevelParallelism is a MetricsLevel enum value
    MetricsLevelParallelism = "PARALLELISM"
)
const (
    // RecordFormatTypeJson is a RecordFormatType enum value
    RecordFormatTypeJson = "JSON"

    // RecordFormatTypeCsv is a RecordFormatType enum value
    RecordFormatTypeCsv = "CSV"
)
const (
    // RuntimeEnvironmentSql10 is a RuntimeEnvironment enum value
    RuntimeEnvironmentSql10 = "SQL-1_0"

    // RuntimeEnvironmentFlink16 is a RuntimeEnvironment enum value
    RuntimeEnvironmentFlink16 = "FLINK-1_6"

    // RuntimeEnvironmentFlink18 is a RuntimeEnvironment enum value
    RuntimeEnvironmentFlink18 = "FLINK-1_8"

    // RuntimeEnvironmentZeppelinFlink10 is a RuntimeEnvironment enum value
    RuntimeEnvironmentZeppelinFlink10 = "ZEPPELIN-FLINK-1_0"

    // RuntimeEnvironmentFlink111 is a RuntimeEnvironment enum value
    RuntimeEnvironmentFlink111 = "FLINK-1_11"

    // RuntimeEnvironmentFlink113 is a RuntimeEnvironment enum value
    RuntimeEnvironmentFlink113 = "FLINK-1_13"

    // RuntimeEnvironmentZeppelinFlink20 is a RuntimeEnvironment enum value
    RuntimeEnvironmentZeppelinFlink20 = "ZEPPELIN-FLINK-2_0"

    // RuntimeEnvironmentFlink115 is a RuntimeEnvironment enum value
    RuntimeEnvironmentFlink115 = "FLINK-1_15"

    // RuntimeEnvironmentZeppelinFlink30 is a RuntimeEnvironment enum value
    RuntimeEnvironmentZeppelinFlink30 = "ZEPPELIN-FLINK-3_0"

    // RuntimeEnvironmentFlink118 is a RuntimeEnvironment enum value
    RuntimeEnvironmentFlink118 = "FLINK-1_18"
)
const (
    // SnapshotStatusCreating is a SnapshotStatus enum value
    SnapshotStatusCreating = "CREATING"

    // SnapshotStatusReady is a SnapshotStatus enum value
    SnapshotStatusReady = "READY"

    // SnapshotStatusDeleting is a SnapshotStatus enum value
    SnapshotStatusDeleting = "DELETING"

    // SnapshotStatusFailed is a SnapshotStatus enum value
    SnapshotStatusFailed = "FAILED"
)
const (
    // UrlTypeFlinkDashboardUrl is a UrlType enum value
    UrlTypeFlinkDashboardUrl = "FLINK_DASHBOARD_URL"

    // UrlTypeZeppelinUiUrl is a UrlType enum value
    UrlTypeZeppelinUiUrl = "ZEPPELIN_UI_URL"
)
const (

    // ErrCodeCodeValidationException for service response error code
    // "CodeValidationException".
    //
    // The user-provided application code (query) is not valid. This can be a simple
    // syntax error.
    ErrCodeCodeValidationException = "CodeValidationException"

    // ErrCodeConcurrentModificationException for service response error code
    // "ConcurrentModificationException".
    //
    // Exception thrown as a result of concurrent modifications to an application.
    // This error can be the result of attempting to modify an application without
    // using the current application ID.
    ErrCodeConcurrentModificationException = "ConcurrentModificationException"

    // ErrCodeInvalidApplicationConfigurationException for service response error code
    // "InvalidApplicationConfigurationException".
    //
    // The user-provided application configuration is not valid.
    ErrCodeInvalidApplicationConfigurationException = "InvalidApplicationConfigurationException"

    // ErrCodeInvalidArgumentException for service response error code
    // "InvalidArgumentException".
    //
    // The specified input parameter value is not valid.
    ErrCodeInvalidArgumentException = "InvalidArgumentException"

    // ErrCodeInvalidRequestException for service response error code
    // "InvalidRequestException".
    //
    // The request JSON is not valid for the operation.
    ErrCodeInvalidRequestException = "InvalidRequestException"

    // ErrCodeLimitExceededException for service response error code
    // "LimitExceededException".
    //
    // The number of allowed resources has been exceeded.
    ErrCodeLimitExceededException = "LimitExceededException"

    // ErrCodeResourceInUseException for service response error code
    // "ResourceInUseException".
    //
    // The application is not available for this operation.
    ErrCodeResourceInUseException = "ResourceInUseException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // Specified application can't be found.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeResourceProvisionedThroughputExceededException for service response error code
    // "ResourceProvisionedThroughputExceededException".
    //
    // Discovery failed to get a record from the streaming source because of the
    // Kinesis Streams ProvisionedThroughputExceededException. For more information,
    // see GetRecords (http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html)
    // in the Amazon Kinesis Streams API Reference.
    ErrCodeResourceProvisionedThroughputExceededException = "ResourceProvisionedThroughputExceededException"

    // ErrCodeServiceUnavailableException for service response error code
    // "ServiceUnavailableException".
    //
    // The service cannot complete the request.
    ErrCodeServiceUnavailableException = "ServiceUnavailableException"

    // ErrCodeTooManyTagsException for service response error code
    // "TooManyTagsException".
    //
    // Application created with too many tags, or too many tags added to an application.
    // Note that the maximum number of application tags includes system tags. The
    // maximum number of user-defined application tags is 50.
    ErrCodeTooManyTagsException = "TooManyTagsException"

    // ErrCodeUnableToDetectSchemaException for service response error code
    // "UnableToDetectSchemaException".
    //
    // The data format is not valid. Kinesis Data Analytics cannot detect the schema
    // for the given streaming source.
    ErrCodeUnableToDetectSchemaException = "UnableToDetectSchemaException"

    // ErrCodeUnsupportedOperationException for service response error code
    // "UnsupportedOperationException".
    //
    // The request was rejected because a specified parameter is not supported or
    // a specified resource is not valid for this operation.
    ErrCodeUnsupportedOperationException = "UnsupportedOperationException"
)
const (
    ServiceName = "Kinesis Analytics V2" // Name of service.
    EndpointsID = "kinesisanalytics"     // ID to lookup a service endpoint with.
    ServiceID   = "Kinesis Analytics V2" // ServiceID is a unique identifier of a specific service.
)

Service information constants

func ApplicationMode_Values

func ApplicationMode_Values() []string

ApplicationMode_Values returns all elements of the ApplicationMode enum

func ApplicationRestoreType_Values

func ApplicationRestoreType_Values() []string

ApplicationRestoreType_Values returns all elements of the ApplicationRestoreType enum

func ApplicationStatus_Values

func ApplicationStatus_Values() []string

ApplicationStatus_Values returns all elements of the ApplicationStatus enum

func ArtifactType_Values

func ArtifactType_Values() []string

ArtifactType_Values returns all elements of the ArtifactType enum

func CodeContentType_Values

func CodeContentType_Values() []string

CodeContentType_Values returns all elements of the CodeContentType enum

func ConfigurationType_Values

func ConfigurationType_Values() []string

ConfigurationType_Values returns all elements of the ConfigurationType enum

func InputStartingPosition_Values

func InputStartingPosition_Values() []string

InputStartingPosition_Values returns all elements of the InputStartingPosition enum

func LogLevel_Values

func LogLevel_Values() []string

LogLevel_Values returns all elements of the LogLevel enum

func MetricsLevel_Values

func MetricsLevel_Values() []string

MetricsLevel_Values returns all elements of the MetricsLevel enum

func RecordFormatType_Values

func RecordFormatType_Values() []string

RecordFormatType_Values returns all elements of the RecordFormatType enum

func RuntimeEnvironment_Values

func RuntimeEnvironment_Values() []string

RuntimeEnvironment_Values returns all elements of the RuntimeEnvironment enum

func SnapshotStatus_Values

func SnapshotStatus_Values() []string

SnapshotStatus_Values returns all elements of the SnapshotStatus enum

func UrlType_Values

func UrlType_Values() []string

UrlType_Values returns all elements of the UrlType enum

type AddApplicationCloudWatchLoggingOptionInput

type AddApplicationCloudWatchLoggingOptionInput struct {

    // The Kinesis Data Analytics application name.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // Provides the Amazon CloudWatch log stream Amazon Resource Name (ARN).
    //
    // CloudWatchLoggingOption is a required field
    CloudWatchLoggingOption *CloudWatchLoggingOption `type:"structure" required:"true"`

    // A value you use to implement strong concurrency for application updates.
    // You must provide the CurrentApplicationVersionId or the ConditionalToken.
    // You get the application's current ConditionalToken using DescribeApplication.
    // For better concurrency support, use the ConditionalToken parameter instead
    // of CurrentApplicationVersionId.
    ConditionalToken *string `min:"1" type:"string"`

    // The version ID of the SQL-based Kinesis Data Analytics application. You must
    // provide the CurrentApplicationVersionId or the ConditionalToken.You can retrieve
    // the application version ID using DescribeApplication. For better concurrency
    // support, use the ConditionalToken parameter instead of CurrentApplicationVersionId.
    CurrentApplicationVersionId *int64 `min:"1" type:"long"`
    // contains filtered or unexported fields
}

func (AddApplicationCloudWatchLoggingOptionInput) GoString

func (s AddApplicationCloudWatchLoggingOptionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationCloudWatchLoggingOptionInput) SetApplicationName

func (s *AddApplicationCloudWatchLoggingOptionInput) SetApplicationName(v string) *AddApplicationCloudWatchLoggingOptionInput

SetApplicationName sets the ApplicationName field's value.

func (*AddApplicationCloudWatchLoggingOptionInput) SetCloudWatchLoggingOption

func (s *AddApplicationCloudWatchLoggingOptionInput) SetCloudWatchLoggingOption(v *CloudWatchLoggingOption) *AddApplicationCloudWatchLoggingOptionInput

SetCloudWatchLoggingOption sets the CloudWatchLoggingOption field's value.

func (*AddApplicationCloudWatchLoggingOptionInput) SetConditionalToken

func (s *AddApplicationCloudWatchLoggingOptionInput) SetConditionalToken(v string) *AddApplicationCloudWatchLoggingOptionInput

SetConditionalToken sets the ConditionalToken field's value.

func (*AddApplicationCloudWatchLoggingOptionInput) SetCurrentApplicationVersionId

func (s *AddApplicationCloudWatchLoggingOptionInput) SetCurrentApplicationVersionId(v int64) *AddApplicationCloudWatchLoggingOptionInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (AddApplicationCloudWatchLoggingOptionInput) String

func (s AddApplicationCloudWatchLoggingOptionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationCloudWatchLoggingOptionInput) Validate

func (s *AddApplicationCloudWatchLoggingOptionInput) Validate() error

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

type AddApplicationCloudWatchLoggingOptionOutput

type AddApplicationCloudWatchLoggingOptionOutput struct {

    // The application's ARN.
    ApplicationARN *string `min:"1" type:"string"`

    // The new version ID of the SQL-based Kinesis Data Analytics application. Kinesis
    // Data Analytics updates the ApplicationVersionId each time you change the
    // CloudWatch logging options.
    ApplicationVersionId *int64 `min:"1" type:"long"`

    // The descriptions of the current CloudWatch logging options for the SQL-based
    // Kinesis Data Analytics application.
    CloudWatchLoggingOptionDescriptions []*CloudWatchLoggingOptionDescription `type:"list"`
    // contains filtered or unexported fields
}

func (AddApplicationCloudWatchLoggingOptionOutput) GoString

func (s AddApplicationCloudWatchLoggingOptionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationCloudWatchLoggingOptionOutput) SetApplicationARN

func (s *AddApplicationCloudWatchLoggingOptionOutput) SetApplicationARN(v string) *AddApplicationCloudWatchLoggingOptionOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*AddApplicationCloudWatchLoggingOptionOutput) SetApplicationVersionId

func (s *AddApplicationCloudWatchLoggingOptionOutput) SetApplicationVersionId(v int64) *AddApplicationCloudWatchLoggingOptionOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*AddApplicationCloudWatchLoggingOptionOutput) SetCloudWatchLoggingOptionDescriptions

func (s *AddApplicationCloudWatchLoggingOptionOutput) SetCloudWatchLoggingOptionDescriptions(v []*CloudWatchLoggingOptionDescription) *AddApplicationCloudWatchLoggingOptionOutput

SetCloudWatchLoggingOptionDescriptions sets the CloudWatchLoggingOptionDescriptions field's value.

func (AddApplicationCloudWatchLoggingOptionOutput) String

func (s AddApplicationCloudWatchLoggingOptionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddApplicationInputInput

type AddApplicationInputInput struct {

    // The name of your existing application to which you want to add the streaming
    // source.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The current version of your application. You must provide the ApplicationVersionID
    // or the ConditionalToken.You can use the DescribeApplication operation to
    // find the current application version.
    //
    // CurrentApplicationVersionId is a required field
    CurrentApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // The Input to add.
    //
    // Input is a required field
    Input *Input `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (AddApplicationInputInput) GoString

func (s AddApplicationInputInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationInputInput) SetApplicationName

func (s *AddApplicationInputInput) SetApplicationName(v string) *AddApplicationInputInput

SetApplicationName sets the ApplicationName field's value.

func (*AddApplicationInputInput) SetCurrentApplicationVersionId

func (s *AddApplicationInputInput) SetCurrentApplicationVersionId(v int64) *AddApplicationInputInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*AddApplicationInputInput) SetInput

func (s *AddApplicationInputInput) SetInput(v *Input) *AddApplicationInputInput

SetInput sets the Input field's value.

func (AddApplicationInputInput) String

func (s AddApplicationInputInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationInputInput) Validate

func (s *AddApplicationInputInput) Validate() error

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

type AddApplicationInputOutput

type AddApplicationInputOutput struct {

    // The Amazon Resource Name (ARN) of the application.
    ApplicationARN *string `min:"1" type:"string"`

    // Provides the current application version.
    ApplicationVersionId *int64 `min:"1" type:"long"`

    // Describes the application input configuration.
    InputDescriptions []*InputDescription `type:"list"`
    // contains filtered or unexported fields
}

func (AddApplicationInputOutput) GoString

func (s AddApplicationInputOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationInputOutput) SetApplicationARN

func (s *AddApplicationInputOutput) SetApplicationARN(v string) *AddApplicationInputOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*AddApplicationInputOutput) SetApplicationVersionId

func (s *AddApplicationInputOutput) SetApplicationVersionId(v int64) *AddApplicationInputOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*AddApplicationInputOutput) SetInputDescriptions

func (s *AddApplicationInputOutput) SetInputDescriptions(v []*InputDescription) *AddApplicationInputOutput

SetInputDescriptions sets the InputDescriptions field's value.

func (AddApplicationInputOutput) String

func (s AddApplicationInputOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddApplicationInputProcessingConfigurationInput

type AddApplicationInputProcessingConfigurationInput struct {

    // The name of the application to which you want to add the input processing
    // configuration.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The version of the application to which you want to add the input processing
    // configuration. You can use the DescribeApplication operation to get the current
    // application version. If the version specified is not the current version,
    // the ConcurrentModificationException is returned.
    //
    // CurrentApplicationVersionId is a required field
    CurrentApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // The ID of the input configuration to add the input processing configuration
    // to. You can get a list of the input IDs for an application using the DescribeApplication
    // operation.
    //
    // InputId is a required field
    InputId *string `min:"1" type:"string" required:"true"`

    // The InputProcessingConfiguration to add to the application.
    //
    // InputProcessingConfiguration is a required field
    InputProcessingConfiguration *InputProcessingConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (AddApplicationInputProcessingConfigurationInput) GoString

func (s AddApplicationInputProcessingConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationInputProcessingConfigurationInput) SetApplicationName

func (s *AddApplicationInputProcessingConfigurationInput) SetApplicationName(v string) *AddApplicationInputProcessingConfigurationInput

SetApplicationName sets the ApplicationName field's value.

func (*AddApplicationInputProcessingConfigurationInput) SetCurrentApplicationVersionId

func (s *AddApplicationInputProcessingConfigurationInput) SetCurrentApplicationVersionId(v int64) *AddApplicationInputProcessingConfigurationInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*AddApplicationInputProcessingConfigurationInput) SetInputId

func (s *AddApplicationInputProcessingConfigurationInput) SetInputId(v string) *AddApplicationInputProcessingConfigurationInput

SetInputId sets the InputId field's value.

func (*AddApplicationInputProcessingConfigurationInput) SetInputProcessingConfiguration

func (s *AddApplicationInputProcessingConfigurationInput) SetInputProcessingConfiguration(v *InputProcessingConfiguration) *AddApplicationInputProcessingConfigurationInput

SetInputProcessingConfiguration sets the InputProcessingConfiguration field's value.

func (AddApplicationInputProcessingConfigurationInput) String

func (s AddApplicationInputProcessingConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationInputProcessingConfigurationInput) Validate

func (s *AddApplicationInputProcessingConfigurationInput) Validate() error

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

type AddApplicationInputProcessingConfigurationOutput

type AddApplicationInputProcessingConfigurationOutput struct {

    // The Amazon Resource Name (ARN) of the application.
    ApplicationARN *string `min:"1" type:"string"`

    // Provides the current application version.
    ApplicationVersionId *int64 `min:"1" type:"long"`

    // The input ID that is associated with the application input. This is the ID
    // that Kinesis Data Analytics assigns to each input configuration that you
    // add to your application.
    InputId *string `min:"1" type:"string"`

    // The description of the preprocessor that executes on records in this input
    // before the application's code is run.
    InputProcessingConfigurationDescription *InputProcessingConfigurationDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (AddApplicationInputProcessingConfigurationOutput) GoString

func (s AddApplicationInputProcessingConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationInputProcessingConfigurationOutput) SetApplicationARN

func (s *AddApplicationInputProcessingConfigurationOutput) SetApplicationARN(v string) *AddApplicationInputProcessingConfigurationOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*AddApplicationInputProcessingConfigurationOutput) SetApplicationVersionId

func (s *AddApplicationInputProcessingConfigurationOutput) SetApplicationVersionId(v int64) *AddApplicationInputProcessingConfigurationOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*AddApplicationInputProcessingConfigurationOutput) SetInputId

func (s *AddApplicationInputProcessingConfigurationOutput) SetInputId(v string) *AddApplicationInputProcessingConfigurationOutput

SetInputId sets the InputId field's value.

func (*AddApplicationInputProcessingConfigurationOutput) SetInputProcessingConfigurationDescription

func (s *AddApplicationInputProcessingConfigurationOutput) SetInputProcessingConfigurationDescription(v *InputProcessingConfigurationDescription) *AddApplicationInputProcessingConfigurationOutput

SetInputProcessingConfigurationDescription sets the InputProcessingConfigurationDescription field's value.

func (AddApplicationInputProcessingConfigurationOutput) String

func (s AddApplicationInputProcessingConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddApplicationOutputInput

type AddApplicationOutputInput struct {

    // The name of the application to which you want to add the output configuration.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The version of the application to which you want to add the output configuration.
    // You can use the DescribeApplication operation to get the current application
    // version. If the version specified is not the current version, the ConcurrentModificationException
    // is returned.
    //
    // CurrentApplicationVersionId is a required field
    CurrentApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // An array of objects, each describing one output configuration. In the output
    // configuration, you specify the name of an in-application stream, a destination
    // (that is, a Kinesis data stream, a Kinesis Data Firehose delivery stream,
    // or an Amazon Lambda function), and record the formation to use when writing
    // to the destination.
    //
    // Output is a required field
    Output *Output `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (AddApplicationOutputInput) GoString

func (s AddApplicationOutputInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationOutputInput) SetApplicationName

func (s *AddApplicationOutputInput) SetApplicationName(v string) *AddApplicationOutputInput

SetApplicationName sets the ApplicationName field's value.

func (*AddApplicationOutputInput) SetCurrentApplicationVersionId

func (s *AddApplicationOutputInput) SetCurrentApplicationVersionId(v int64) *AddApplicationOutputInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*AddApplicationOutputInput) SetOutput

func (s *AddApplicationOutputInput) SetOutput(v *Output) *AddApplicationOutputInput

SetOutput sets the Output field's value.

func (AddApplicationOutputInput) String

func (s AddApplicationOutputInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationOutputInput) Validate

func (s *AddApplicationOutputInput) Validate() error

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

type AddApplicationOutputOutput

type AddApplicationOutputOutput struct {

    // The application Amazon Resource Name (ARN).
    ApplicationARN *string `min:"1" type:"string"`

    // The updated application version ID. Kinesis Data Analytics increments this
    // ID when the application is updated.
    ApplicationVersionId *int64 `min:"1" type:"long"`

    // Describes the application output configuration. For more information, see
    // Configuring Application Output (https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html).
    OutputDescriptions []*OutputDescription `type:"list"`
    // contains filtered or unexported fields
}

func (AddApplicationOutputOutput) GoString

func (s AddApplicationOutputOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationOutputOutput) SetApplicationARN

func (s *AddApplicationOutputOutput) SetApplicationARN(v string) *AddApplicationOutputOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*AddApplicationOutputOutput) SetApplicationVersionId

func (s *AddApplicationOutputOutput) SetApplicationVersionId(v int64) *AddApplicationOutputOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*AddApplicationOutputOutput) SetOutputDescriptions

func (s *AddApplicationOutputOutput) SetOutputDescriptions(v []*OutputDescription) *AddApplicationOutputOutput

SetOutputDescriptions sets the OutputDescriptions field's value.

func (AddApplicationOutputOutput) String

func (s AddApplicationOutputOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddApplicationReferenceDataSourceInput

type AddApplicationReferenceDataSourceInput struct {

    // The name of an existing application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The version of the application for which you are adding the reference data
    // source. You can use the DescribeApplication operation to get the current
    // application version. If the version specified is not the current version,
    // the ConcurrentModificationException is returned.
    //
    // CurrentApplicationVersionId is a required field
    CurrentApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // The reference data source can be an object in your Amazon S3 bucket. Kinesis
    // Data Analytics reads the object and copies the data into the in-application
    // table that is created. You provide an S3 bucket, object key name, and the
    // resulting in-application table that is created.
    //
    // ReferenceDataSource is a required field
    ReferenceDataSource *ReferenceDataSource `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (AddApplicationReferenceDataSourceInput) GoString

func (s AddApplicationReferenceDataSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationReferenceDataSourceInput) SetApplicationName

func (s *AddApplicationReferenceDataSourceInput) SetApplicationName(v string) *AddApplicationReferenceDataSourceInput

SetApplicationName sets the ApplicationName field's value.

func (*AddApplicationReferenceDataSourceInput) SetCurrentApplicationVersionId

func (s *AddApplicationReferenceDataSourceInput) SetCurrentApplicationVersionId(v int64) *AddApplicationReferenceDataSourceInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*AddApplicationReferenceDataSourceInput) SetReferenceDataSource

func (s *AddApplicationReferenceDataSourceInput) SetReferenceDataSource(v *ReferenceDataSource) *AddApplicationReferenceDataSourceInput

SetReferenceDataSource sets the ReferenceDataSource field's value.

func (AddApplicationReferenceDataSourceInput) String

func (s AddApplicationReferenceDataSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationReferenceDataSourceInput) Validate

func (s *AddApplicationReferenceDataSourceInput) Validate() error

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

type AddApplicationReferenceDataSourceOutput

type AddApplicationReferenceDataSourceOutput struct {

    // The application Amazon Resource Name (ARN).
    ApplicationARN *string `min:"1" type:"string"`

    // The updated application version ID. Kinesis Data Analytics increments this
    // ID when the application is updated.
    ApplicationVersionId *int64 `min:"1" type:"long"`

    // Describes reference data sources configured for the application.
    ReferenceDataSourceDescriptions []*ReferenceDataSourceDescription `type:"list"`
    // contains filtered or unexported fields
}

func (AddApplicationReferenceDataSourceOutput) GoString

func (s AddApplicationReferenceDataSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationReferenceDataSourceOutput) SetApplicationARN

func (s *AddApplicationReferenceDataSourceOutput) SetApplicationARN(v string) *AddApplicationReferenceDataSourceOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*AddApplicationReferenceDataSourceOutput) SetApplicationVersionId

func (s *AddApplicationReferenceDataSourceOutput) SetApplicationVersionId(v int64) *AddApplicationReferenceDataSourceOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*AddApplicationReferenceDataSourceOutput) SetReferenceDataSourceDescriptions

func (s *AddApplicationReferenceDataSourceOutput) SetReferenceDataSourceDescriptions(v []*ReferenceDataSourceDescription) *AddApplicationReferenceDataSourceOutput

SetReferenceDataSourceDescriptions sets the ReferenceDataSourceDescriptions field's value.

func (AddApplicationReferenceDataSourceOutput) String

func (s AddApplicationReferenceDataSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddApplicationVpcConfigurationInput

type AddApplicationVpcConfigurationInput struct {

    // The name of an existing application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // A value you use to implement strong concurrency for application updates.
    // You must provide the ApplicationVersionID or the ConditionalToken. You get
    // the application's current ConditionalToken using DescribeApplication. For
    // better concurrency support, use the ConditionalToken parameter instead of
    // CurrentApplicationVersionId.
    ConditionalToken *string `min:"1" type:"string"`

    // The version of the application to which you want to add the VPC configuration.
    // You must provide the CurrentApplicationVersionId or the ConditionalToken.
    // You can use the DescribeApplication operation to get the current application
    // version. If the version specified is not the current version, the ConcurrentModificationException
    // is returned. For better concurrency support, use the ConditionalToken parameter
    // instead of CurrentApplicationVersionId.
    CurrentApplicationVersionId *int64 `min:"1" type:"long"`

    // Description of the VPC to add to the application.
    //
    // VpcConfiguration is a required field
    VpcConfiguration *VpcConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (AddApplicationVpcConfigurationInput) GoString

func (s AddApplicationVpcConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationVpcConfigurationInput) SetApplicationName

func (s *AddApplicationVpcConfigurationInput) SetApplicationName(v string) *AddApplicationVpcConfigurationInput

SetApplicationName sets the ApplicationName field's value.

func (*AddApplicationVpcConfigurationInput) SetConditionalToken

func (s *AddApplicationVpcConfigurationInput) SetConditionalToken(v string) *AddApplicationVpcConfigurationInput

SetConditionalToken sets the ConditionalToken field's value.

func (*AddApplicationVpcConfigurationInput) SetCurrentApplicationVersionId

func (s *AddApplicationVpcConfigurationInput) SetCurrentApplicationVersionId(v int64) *AddApplicationVpcConfigurationInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*AddApplicationVpcConfigurationInput) SetVpcConfiguration

func (s *AddApplicationVpcConfigurationInput) SetVpcConfiguration(v *VpcConfiguration) *AddApplicationVpcConfigurationInput

SetVpcConfiguration sets the VpcConfiguration field's value.

func (AddApplicationVpcConfigurationInput) String

func (s AddApplicationVpcConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationVpcConfigurationInput) Validate

func (s *AddApplicationVpcConfigurationInput) Validate() error

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

type AddApplicationVpcConfigurationOutput

type AddApplicationVpcConfigurationOutput struct {

    // The ARN of the application.
    ApplicationARN *string `min:"1" type:"string"`

    // Provides the current application version. Managed Service for Apache Flink
    // updates the ApplicationVersionId each time you update the application.
    ApplicationVersionId *int64 `min:"1" type:"long"`

    // The parameters of the new VPC configuration.
    VpcConfigurationDescription *VpcConfigurationDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (AddApplicationVpcConfigurationOutput) GoString

func (s AddApplicationVpcConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddApplicationVpcConfigurationOutput) SetApplicationARN

func (s *AddApplicationVpcConfigurationOutput) SetApplicationARN(v string) *AddApplicationVpcConfigurationOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*AddApplicationVpcConfigurationOutput) SetApplicationVersionId

func (s *AddApplicationVpcConfigurationOutput) SetApplicationVersionId(v int64) *AddApplicationVpcConfigurationOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*AddApplicationVpcConfigurationOutput) SetVpcConfigurationDescription

func (s *AddApplicationVpcConfigurationOutput) SetVpcConfigurationDescription(v *VpcConfigurationDescription) *AddApplicationVpcConfigurationOutput

SetVpcConfigurationDescription sets the VpcConfigurationDescription field's value.

func (AddApplicationVpcConfigurationOutput) String

func (s AddApplicationVpcConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationCodeConfiguration

type ApplicationCodeConfiguration struct {

    // The location and type of the application code.
    CodeContent *CodeContent `type:"structure"`

    // Specifies whether the code content is in text or zip format.
    //
    // CodeContentType is a required field
    CodeContentType *string `type:"string" required:"true" enum:"CodeContentType"`
    // contains filtered or unexported fields
}

Describes code configuration for an application.

func (ApplicationCodeConfiguration) GoString

func (s ApplicationCodeConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationCodeConfiguration) SetCodeContent

func (s *ApplicationCodeConfiguration) SetCodeContent(v *CodeContent) *ApplicationCodeConfiguration

SetCodeContent sets the CodeContent field's value.

func (*ApplicationCodeConfiguration) SetCodeContentType

func (s *ApplicationCodeConfiguration) SetCodeContentType(v string) *ApplicationCodeConfiguration

SetCodeContentType sets the CodeContentType field's value.

func (ApplicationCodeConfiguration) String

func (s ApplicationCodeConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationCodeConfiguration) Validate

func (s *ApplicationCodeConfiguration) Validate() error

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

type ApplicationCodeConfigurationDescription

type ApplicationCodeConfigurationDescription struct {

    // Describes details about the location and format of the application code.
    CodeContentDescription *CodeContentDescription `type:"structure"`

    // Specifies whether the code content is in text or zip format.
    //
    // CodeContentType is a required field
    CodeContentType *string `type:"string" required:"true" enum:"CodeContentType"`
    // contains filtered or unexported fields
}

Describes code configuration for an application.

func (ApplicationCodeConfigurationDescription) GoString

func (s ApplicationCodeConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationCodeConfigurationDescription) SetCodeContentDescription

func (s *ApplicationCodeConfigurationDescription) SetCodeContentDescription(v *CodeContentDescription) *ApplicationCodeConfigurationDescription

SetCodeContentDescription sets the CodeContentDescription field's value.

func (*ApplicationCodeConfigurationDescription) SetCodeContentType

func (s *ApplicationCodeConfigurationDescription) SetCodeContentType(v string) *ApplicationCodeConfigurationDescription

SetCodeContentType sets the CodeContentType field's value.

func (ApplicationCodeConfigurationDescription) String

func (s ApplicationCodeConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationCodeConfigurationUpdate

type ApplicationCodeConfigurationUpdate struct {

    // Describes updates to the code content type.
    CodeContentTypeUpdate *string `type:"string" enum:"CodeContentType"`

    // Describes updates to the code content of an application.
    CodeContentUpdate *CodeContentUpdate `type:"structure"`
    // contains filtered or unexported fields
}

Describes code configuration updates for an application. This is supported for a Managed Service for Apache Flink application or a SQL-based Kinesis Data Analytics application.

func (ApplicationCodeConfigurationUpdate) GoString

func (s ApplicationCodeConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationCodeConfigurationUpdate) SetCodeContentTypeUpdate

func (s *ApplicationCodeConfigurationUpdate) SetCodeContentTypeUpdate(v string) *ApplicationCodeConfigurationUpdate

SetCodeContentTypeUpdate sets the CodeContentTypeUpdate field's value.

func (*ApplicationCodeConfigurationUpdate) SetCodeContentUpdate

func (s *ApplicationCodeConfigurationUpdate) SetCodeContentUpdate(v *CodeContentUpdate) *ApplicationCodeConfigurationUpdate

SetCodeContentUpdate sets the CodeContentUpdate field's value.

func (ApplicationCodeConfigurationUpdate) String

func (s ApplicationCodeConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationCodeConfigurationUpdate) Validate

func (s *ApplicationCodeConfigurationUpdate) Validate() error

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

type ApplicationConfiguration

type ApplicationConfiguration struct {

    // The code location and type parameters for a Managed Service for Apache Flink
    // application.
    ApplicationCodeConfiguration *ApplicationCodeConfiguration `type:"structure"`

    // Describes whether snapshots are enabled for a Managed Service for Apache
    // Flink application.
    ApplicationSnapshotConfiguration *ApplicationSnapshotConfiguration `type:"structure"`

    // Describes execution properties for a Managed Service for Apache Flink application.
    EnvironmentProperties *EnvironmentProperties `type:"structure"`

    // The creation and update parameters for a Managed Service for Apache Flink
    // application.
    FlinkApplicationConfiguration *FlinkApplicationConfiguration `type:"structure"`

    // The creation and update parameters for a SQL-based Kinesis Data Analytics
    // application.
    SqlApplicationConfiguration *SqlApplicationConfiguration `type:"structure"`

    // The array of descriptions of VPC configurations available to the application.
    VpcConfigurations []*VpcConfiguration `type:"list"`

    // The configuration parameters for a Managed Service for Apache Flink Studio
    // notebook.
    ZeppelinApplicationConfiguration *ZeppelinApplicationConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

Specifies the creation parameters for a Managed Service for Apache Flink application.

func (ApplicationConfiguration) GoString

func (s ApplicationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationConfiguration) SetApplicationCodeConfiguration

func (s *ApplicationConfiguration) SetApplicationCodeConfiguration(v *ApplicationCodeConfiguration) *ApplicationConfiguration

SetApplicationCodeConfiguration sets the ApplicationCodeConfiguration field's value.

func (*ApplicationConfiguration) SetApplicationSnapshotConfiguration

func (s *ApplicationConfiguration) SetApplicationSnapshotConfiguration(v *ApplicationSnapshotConfiguration) *ApplicationConfiguration

SetApplicationSnapshotConfiguration sets the ApplicationSnapshotConfiguration field's value.

func (*ApplicationConfiguration) SetEnvironmentProperties

func (s *ApplicationConfiguration) SetEnvironmentProperties(v *EnvironmentProperties) *ApplicationConfiguration

SetEnvironmentProperties sets the EnvironmentProperties field's value.

func (*ApplicationConfiguration) SetFlinkApplicationConfiguration

func (s *ApplicationConfiguration) SetFlinkApplicationConfiguration(v *FlinkApplicationConfiguration) *ApplicationConfiguration

SetFlinkApplicationConfiguration sets the FlinkApplicationConfiguration field's value.

func (*ApplicationConfiguration) SetSqlApplicationConfiguration

func (s *ApplicationConfiguration) SetSqlApplicationConfiguration(v *SqlApplicationConfiguration) *ApplicationConfiguration

SetSqlApplicationConfiguration sets the SqlApplicationConfiguration field's value.

func (*ApplicationConfiguration) SetVpcConfigurations

func (s *ApplicationConfiguration) SetVpcConfigurations(v []*VpcConfiguration) *ApplicationConfiguration

SetVpcConfigurations sets the VpcConfigurations field's value.

func (*ApplicationConfiguration) SetZeppelinApplicationConfiguration

func (s *ApplicationConfiguration) SetZeppelinApplicationConfiguration(v *ZeppelinApplicationConfiguration) *ApplicationConfiguration

SetZeppelinApplicationConfiguration sets the ZeppelinApplicationConfiguration field's value.

func (ApplicationConfiguration) String

func (s ApplicationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationConfiguration) Validate

func (s *ApplicationConfiguration) Validate() error

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

type ApplicationConfigurationDescription

type ApplicationConfigurationDescription struct {

    // The details about the application code for a Managed Service for Apache Flink
    // application.
    ApplicationCodeConfigurationDescription *ApplicationCodeConfigurationDescription `type:"structure"`

    // Describes whether snapshots are enabled for a Managed Service for Apache
    // Flink application.
    ApplicationSnapshotConfigurationDescription *ApplicationSnapshotConfigurationDescription `type:"structure"`

    // Describes execution properties for a Managed Service for Apache Flink application.
    EnvironmentPropertyDescriptions *EnvironmentPropertyDescriptions `type:"structure"`

    // The details about a Managed Service for Apache Flink application.
    FlinkApplicationConfigurationDescription *FlinkApplicationConfigurationDescription `type:"structure"`

    // The details about the starting properties for a Managed Service for Apache
    // Flink application.
    RunConfigurationDescription *RunConfigurationDescription `type:"structure"`

    // The details about inputs, outputs, and reference data sources for a SQL-based
    // Kinesis Data Analytics application.
    SqlApplicationConfigurationDescription *SqlApplicationConfigurationDescription `type:"structure"`

    // The array of descriptions of VPC configurations available to the application.
    VpcConfigurationDescriptions []*VpcConfigurationDescription `type:"list"`

    // The configuration parameters for a Managed Service for Apache Flink Studio
    // notebook.
    ZeppelinApplicationConfigurationDescription *ZeppelinApplicationConfigurationDescription `type:"structure"`
    // contains filtered or unexported fields
}

Describes details about the application code and starting parameters for a Managed Service for Apache Flink application.

func (ApplicationConfigurationDescription) GoString

func (s ApplicationConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationConfigurationDescription) SetApplicationCodeConfigurationDescription

func (s *ApplicationConfigurationDescription) SetApplicationCodeConfigurationDescription(v *ApplicationCodeConfigurationDescription) *ApplicationConfigurationDescription

SetApplicationCodeConfigurationDescription sets the ApplicationCodeConfigurationDescription field's value.

func (*ApplicationConfigurationDescription) SetApplicationSnapshotConfigurationDescription

func (s *ApplicationConfigurationDescription) SetApplicationSnapshotConfigurationDescription(v *ApplicationSnapshotConfigurationDescription) *ApplicationConfigurationDescription

SetApplicationSnapshotConfigurationDescription sets the ApplicationSnapshotConfigurationDescription field's value.

func (*ApplicationConfigurationDescription) SetEnvironmentPropertyDescriptions

func (s *ApplicationConfigurationDescription) SetEnvironmentPropertyDescriptions(v *EnvironmentPropertyDescriptions) *ApplicationConfigurationDescription

SetEnvironmentPropertyDescriptions sets the EnvironmentPropertyDescriptions field's value.

func (*ApplicationConfigurationDescription) SetFlinkApplicationConfigurationDescription

func (s *ApplicationConfigurationDescription) SetFlinkApplicationConfigurationDescription(v *FlinkApplicationConfigurationDescription) *ApplicationConfigurationDescription

SetFlinkApplicationConfigurationDescription sets the FlinkApplicationConfigurationDescription field's value.

func (*ApplicationConfigurationDescription) SetRunConfigurationDescription

func (s *ApplicationConfigurationDescription) SetRunConfigurationDescription(v *RunConfigurationDescription) *ApplicationConfigurationDescription

SetRunConfigurationDescription sets the RunConfigurationDescription field's value.

func (*ApplicationConfigurationDescription) SetSqlApplicationConfigurationDescription

func (s *ApplicationConfigurationDescription) SetSqlApplicationConfigurationDescription(v *SqlApplicationConfigurationDescription) *ApplicationConfigurationDescription

SetSqlApplicationConfigurationDescription sets the SqlApplicationConfigurationDescription field's value.

func (*ApplicationConfigurationDescription) SetVpcConfigurationDescriptions

func (s *ApplicationConfigurationDescription) SetVpcConfigurationDescriptions(v []*VpcConfigurationDescription) *ApplicationConfigurationDescription

SetVpcConfigurationDescriptions sets the VpcConfigurationDescriptions field's value.

func (*ApplicationConfigurationDescription) SetZeppelinApplicationConfigurationDescription

func (s *ApplicationConfigurationDescription) SetZeppelinApplicationConfigurationDescription(v *ZeppelinApplicationConfigurationDescription) *ApplicationConfigurationDescription

SetZeppelinApplicationConfigurationDescription sets the ZeppelinApplicationConfigurationDescription field's value.

func (ApplicationConfigurationDescription) String

func (s ApplicationConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationConfigurationUpdate

type ApplicationConfigurationUpdate struct {

    // Describes updates to an application's code configuration.
    ApplicationCodeConfigurationUpdate *ApplicationCodeConfigurationUpdate `type:"structure"`

    // Describes whether snapshots are enabled for a Managed Service for Apache
    // Flink application.
    ApplicationSnapshotConfigurationUpdate *ApplicationSnapshotConfigurationUpdate `type:"structure"`

    // Describes updates to the environment properties for a Managed Service for
    // Apache Flink application.
    EnvironmentPropertyUpdates *EnvironmentPropertyUpdates `type:"structure"`

    // Describes updates to a Managed Service for Apache Flink application's configuration.
    FlinkApplicationConfigurationUpdate *FlinkApplicationConfigurationUpdate `type:"structure"`

    // Describes updates to a SQL-based Kinesis Data Analytics application's configuration.
    SqlApplicationConfigurationUpdate *SqlApplicationConfigurationUpdate `type:"structure"`

    // Updates to the array of descriptions of VPC configurations available to the
    // application.
    VpcConfigurationUpdates []*VpcConfigurationUpdate `type:"list"`

    // Updates to the configuration of a Managed Service for Apache Flink Studio
    // notebook.
    ZeppelinApplicationConfigurationUpdate *ZeppelinApplicationConfigurationUpdate `type:"structure"`
    // contains filtered or unexported fields
}

Describes updates to an application's configuration.

func (ApplicationConfigurationUpdate) GoString

func (s ApplicationConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationConfigurationUpdate) SetApplicationCodeConfigurationUpdate

func (s *ApplicationConfigurationUpdate) SetApplicationCodeConfigurationUpdate(v *ApplicationCodeConfigurationUpdate) *ApplicationConfigurationUpdate

SetApplicationCodeConfigurationUpdate sets the ApplicationCodeConfigurationUpdate field's value.

func (*ApplicationConfigurationUpdate) SetApplicationSnapshotConfigurationUpdate

func (s *ApplicationConfigurationUpdate) SetApplicationSnapshotConfigurationUpdate(v *ApplicationSnapshotConfigurationUpdate) *ApplicationConfigurationUpdate

SetApplicationSnapshotConfigurationUpdate sets the ApplicationSnapshotConfigurationUpdate field's value.

func (*ApplicationConfigurationUpdate) SetEnvironmentPropertyUpdates

func (s *ApplicationConfigurationUpdate) SetEnvironmentPropertyUpdates(v *EnvironmentPropertyUpdates) *ApplicationConfigurationUpdate

SetEnvironmentPropertyUpdates sets the EnvironmentPropertyUpdates field's value.

func (*ApplicationConfigurationUpdate) SetFlinkApplicationConfigurationUpdate

func (s *ApplicationConfigurationUpdate) SetFlinkApplicationConfigurationUpdate(v *FlinkApplicationConfigurationUpdate) *ApplicationConfigurationUpdate

SetFlinkApplicationConfigurationUpdate sets the FlinkApplicationConfigurationUpdate field's value.

func (*ApplicationConfigurationUpdate) SetSqlApplicationConfigurationUpdate

func (s *ApplicationConfigurationUpdate) SetSqlApplicationConfigurationUpdate(v *SqlApplicationConfigurationUpdate) *ApplicationConfigurationUpdate

SetSqlApplicationConfigurationUpdate sets the SqlApplicationConfigurationUpdate field's value.

func (*ApplicationConfigurationUpdate) SetVpcConfigurationUpdates

func (s *ApplicationConfigurationUpdate) SetVpcConfigurationUpdates(v []*VpcConfigurationUpdate) *ApplicationConfigurationUpdate

SetVpcConfigurationUpdates sets the VpcConfigurationUpdates field's value.

func (*ApplicationConfigurationUpdate) SetZeppelinApplicationConfigurationUpdate

func (s *ApplicationConfigurationUpdate) SetZeppelinApplicationConfigurationUpdate(v *ZeppelinApplicationConfigurationUpdate) *ApplicationConfigurationUpdate

SetZeppelinApplicationConfigurationUpdate sets the ZeppelinApplicationConfigurationUpdate field's value.

func (ApplicationConfigurationUpdate) String

func (s ApplicationConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationConfigurationUpdate) Validate

func (s *ApplicationConfigurationUpdate) Validate() error

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

type ApplicationDetail

type ApplicationDetail struct {

    // The ARN of the application.
    //
    // ApplicationARN is a required field
    ApplicationARN *string `min:"1" type:"string" required:"true"`

    // Describes details about the application code and starting parameters for
    // a Managed Service for Apache Flink application.
    ApplicationConfigurationDescription *ApplicationConfigurationDescription `type:"structure"`

    // The description of the application.
    ApplicationDescription *string `type:"string"`

    // The details of the maintenance configuration for the application.
    ApplicationMaintenanceConfigurationDescription *ApplicationMaintenanceConfigurationDescription `type:"structure"`

    // To create a Managed Service for Apache Flink Studio notebook, you must set
    // the mode to INTERACTIVE. However, for a Managed Service for Apache Flink
    // application, the mode is optional.
    ApplicationMode *string `type:"string" enum:"ApplicationMode"`

    // The name of the application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The status of the application.
    //
    // ApplicationStatus is a required field
    ApplicationStatus *string `type:"string" required:"true" enum:"ApplicationStatus"`

    // Provides the current application version. Managed Service for Apache Flink
    // updates the ApplicationVersionId each time you update the application.
    //
    // ApplicationVersionId is a required field
    ApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // If you reverted the application using RollbackApplication, the application
    // version when RollbackApplication was called.
    ApplicationVersionRolledBackFrom *int64 `min:"1" type:"long"`

    // The version to which you want to roll back the application.
    ApplicationVersionRolledBackTo *int64 `min:"1" type:"long"`

    // The previous application version before the latest application update. RollbackApplication
    // reverts the application to this version.
    ApplicationVersionUpdatedFrom *int64 `min:"1" type:"long"`

    // Describes the application Amazon CloudWatch logging options.
    CloudWatchLoggingOptionDescriptions []*CloudWatchLoggingOptionDescription `type:"list"`

    // A value you use to implement strong concurrency for application updates.
    ConditionalToken *string `min:"1" type:"string"`

    // The current timestamp when the application was created.
    CreateTimestamp *time.Time `type:"timestamp"`

    // The current timestamp when the application was last updated.
    LastUpdateTimestamp *time.Time `type:"timestamp"`

    // The runtime environment for the application.
    //
    // RuntimeEnvironment is a required field
    RuntimeEnvironment *string `type:"string" required:"true" enum:"RuntimeEnvironment"`

    // Specifies the IAM role that the application uses to access external resources.
    ServiceExecutionRole *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configurations.

func (ApplicationDetail) GoString

func (s ApplicationDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationDetail) SetApplicationARN

func (s *ApplicationDetail) SetApplicationARN(v string) *ApplicationDetail

SetApplicationARN sets the ApplicationARN field's value.

func (*ApplicationDetail) SetApplicationConfigurationDescription

func (s *ApplicationDetail) SetApplicationConfigurationDescription(v *ApplicationConfigurationDescription) *ApplicationDetail

SetApplicationConfigurationDescription sets the ApplicationConfigurationDescription field's value.

func (*ApplicationDetail) SetApplicationDescription

func (s *ApplicationDetail) SetApplicationDescription(v string) *ApplicationDetail

SetApplicationDescription sets the ApplicationDescription field's value.

func (*ApplicationDetail) SetApplicationMaintenanceConfigurationDescription

func (s *ApplicationDetail) SetApplicationMaintenanceConfigurationDescription(v *ApplicationMaintenanceConfigurationDescription) *ApplicationDetail

SetApplicationMaintenanceConfigurationDescription sets the ApplicationMaintenanceConfigurationDescription field's value.

func (*ApplicationDetail) SetApplicationMode

func (s *ApplicationDetail) SetApplicationMode(v string) *ApplicationDetail

SetApplicationMode sets the ApplicationMode field's value.

func (*ApplicationDetail) SetApplicationName

func (s *ApplicationDetail) SetApplicationName(v string) *ApplicationDetail

SetApplicationName sets the ApplicationName field's value.

func (*ApplicationDetail) SetApplicationStatus

func (s *ApplicationDetail) SetApplicationStatus(v string) *ApplicationDetail

SetApplicationStatus sets the ApplicationStatus field's value.

func (*ApplicationDetail) SetApplicationVersionId

func (s *ApplicationDetail) SetApplicationVersionId(v int64) *ApplicationDetail

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*ApplicationDetail) SetApplicationVersionRolledBackFrom

func (s *ApplicationDetail) SetApplicationVersionRolledBackFrom(v int64) *ApplicationDetail

SetApplicationVersionRolledBackFrom sets the ApplicationVersionRolledBackFrom field's value.

func (*ApplicationDetail) SetApplicationVersionRolledBackTo

func (s *ApplicationDetail) SetApplicationVersionRolledBackTo(v int64) *ApplicationDetail

SetApplicationVersionRolledBackTo sets the ApplicationVersionRolledBackTo field's value.

func (*ApplicationDetail) SetApplicationVersionUpdatedFrom

func (s *ApplicationDetail) SetApplicationVersionUpdatedFrom(v int64) *ApplicationDetail

SetApplicationVersionUpdatedFrom sets the ApplicationVersionUpdatedFrom field's value.

func (*ApplicationDetail) SetCloudWatchLoggingOptionDescriptions

func (s *ApplicationDetail) SetCloudWatchLoggingOptionDescriptions(v []*CloudWatchLoggingOptionDescription) *ApplicationDetail

SetCloudWatchLoggingOptionDescriptions sets the CloudWatchLoggingOptionDescriptions field's value.

func (*ApplicationDetail) SetConditionalToken

func (s *ApplicationDetail) SetConditionalToken(v string) *ApplicationDetail

SetConditionalToken sets the ConditionalToken field's value.

func (*ApplicationDetail) SetCreateTimestamp

func (s *ApplicationDetail) SetCreateTimestamp(v time.Time) *ApplicationDetail

SetCreateTimestamp sets the CreateTimestamp field's value.

func (*ApplicationDetail) SetLastUpdateTimestamp

func (s *ApplicationDetail) SetLastUpdateTimestamp(v time.Time) *ApplicationDetail

SetLastUpdateTimestamp sets the LastUpdateTimestamp field's value.

func (*ApplicationDetail) SetRuntimeEnvironment

func (s *ApplicationDetail) SetRuntimeEnvironment(v string) *ApplicationDetail

SetRuntimeEnvironment sets the RuntimeEnvironment field's value.

func (*ApplicationDetail) SetServiceExecutionRole

func (s *ApplicationDetail) SetServiceExecutionRole(v string) *ApplicationDetail

SetServiceExecutionRole sets the ServiceExecutionRole field's value.

func (ApplicationDetail) String

func (s ApplicationDetail) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationMaintenanceConfigurationDescription

type ApplicationMaintenanceConfigurationDescription struct {

    // The end time for the maintenance window.
    //
    // ApplicationMaintenanceWindowEndTime is a required field
    ApplicationMaintenanceWindowEndTime *string `min:"5" type:"string" required:"true"`

    // The start time for the maintenance window.
    //
    // ApplicationMaintenanceWindowStartTime is a required field
    ApplicationMaintenanceWindowStartTime *string `min:"5" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The details of the maintenance configuration for the application.

func (ApplicationMaintenanceConfigurationDescription) GoString

func (s ApplicationMaintenanceConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationMaintenanceConfigurationDescription) SetApplicationMaintenanceWindowEndTime

func (s *ApplicationMaintenanceConfigurationDescription) SetApplicationMaintenanceWindowEndTime(v string) *ApplicationMaintenanceConfigurationDescription

SetApplicationMaintenanceWindowEndTime sets the ApplicationMaintenanceWindowEndTime field's value.

func (*ApplicationMaintenanceConfigurationDescription) SetApplicationMaintenanceWindowStartTime

func (s *ApplicationMaintenanceConfigurationDescription) SetApplicationMaintenanceWindowStartTime(v string) *ApplicationMaintenanceConfigurationDescription

SetApplicationMaintenanceWindowStartTime sets the ApplicationMaintenanceWindowStartTime field's value.

func (ApplicationMaintenanceConfigurationDescription) String

func (s ApplicationMaintenanceConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationMaintenanceConfigurationUpdate

type ApplicationMaintenanceConfigurationUpdate struct {

    // The updated start time for the maintenance window.
    //
    // ApplicationMaintenanceWindowStartTimeUpdate is a required field
    ApplicationMaintenanceWindowStartTimeUpdate *string `min:"5" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes the updated maintenance configuration for the application.

func (ApplicationMaintenanceConfigurationUpdate) GoString

func (s ApplicationMaintenanceConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationMaintenanceConfigurationUpdate) SetApplicationMaintenanceWindowStartTimeUpdate

func (s *ApplicationMaintenanceConfigurationUpdate) SetApplicationMaintenanceWindowStartTimeUpdate(v string) *ApplicationMaintenanceConfigurationUpdate

SetApplicationMaintenanceWindowStartTimeUpdate sets the ApplicationMaintenanceWindowStartTimeUpdate field's value.

func (ApplicationMaintenanceConfigurationUpdate) String

func (s ApplicationMaintenanceConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationMaintenanceConfigurationUpdate) Validate

func (s *ApplicationMaintenanceConfigurationUpdate) Validate() error

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

type ApplicationRestoreConfiguration

type ApplicationRestoreConfiguration struct {

    // Specifies how the application should be restored.
    //
    // ApplicationRestoreType is a required field
    ApplicationRestoreType *string `type:"string" required:"true" enum:"ApplicationRestoreType"`

    // The identifier of an existing snapshot of application state to use to restart
    // an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT
    // is specified for the ApplicationRestoreType.
    SnapshotName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Specifies the method and snapshot to use when restarting an application using previously saved application state.

func (ApplicationRestoreConfiguration) GoString

func (s ApplicationRestoreConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationRestoreConfiguration) SetApplicationRestoreType

func (s *ApplicationRestoreConfiguration) SetApplicationRestoreType(v string) *ApplicationRestoreConfiguration

SetApplicationRestoreType sets the ApplicationRestoreType field's value.

func (*ApplicationRestoreConfiguration) SetSnapshotName

func (s *ApplicationRestoreConfiguration) SetSnapshotName(v string) *ApplicationRestoreConfiguration

SetSnapshotName sets the SnapshotName field's value.

func (ApplicationRestoreConfiguration) String

func (s ApplicationRestoreConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationRestoreConfiguration) Validate

func (s *ApplicationRestoreConfiguration) Validate() error

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

type ApplicationSnapshotConfiguration

type ApplicationSnapshotConfiguration struct {

    // Describes whether snapshots are enabled for a Managed Service for Apache
    // Flink application.
    //
    // SnapshotsEnabled is a required field
    SnapshotsEnabled *bool `type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Describes whether snapshots are enabled for a Managed Service for Apache Flink application.

func (ApplicationSnapshotConfiguration) GoString

func (s ApplicationSnapshotConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationSnapshotConfiguration) SetSnapshotsEnabled

func (s *ApplicationSnapshotConfiguration) SetSnapshotsEnabled(v bool) *ApplicationSnapshotConfiguration

SetSnapshotsEnabled sets the SnapshotsEnabled field's value.

func (ApplicationSnapshotConfiguration) String

func (s ApplicationSnapshotConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationSnapshotConfiguration) Validate

func (s *ApplicationSnapshotConfiguration) Validate() error

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

type ApplicationSnapshotConfigurationDescription

type ApplicationSnapshotConfigurationDescription struct {

    // Describes whether snapshots are enabled for a Managed Service for Apache
    // Flink application.
    //
    // SnapshotsEnabled is a required field
    SnapshotsEnabled *bool `type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Describes whether snapshots are enabled for a Managed Service for Apache Flink application.

func (ApplicationSnapshotConfigurationDescription) GoString

func (s ApplicationSnapshotConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationSnapshotConfigurationDescription) SetSnapshotsEnabled

func (s *ApplicationSnapshotConfigurationDescription) SetSnapshotsEnabled(v bool) *ApplicationSnapshotConfigurationDescription

SetSnapshotsEnabled sets the SnapshotsEnabled field's value.

func (ApplicationSnapshotConfigurationDescription) String

func (s ApplicationSnapshotConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationSnapshotConfigurationUpdate

type ApplicationSnapshotConfigurationUpdate struct {

    // Describes updates to whether snapshots are enabled for an application.
    //
    // SnapshotsEnabledUpdate is a required field
    SnapshotsEnabledUpdate *bool `type:"boolean" required:"true"`
    // contains filtered or unexported fields
}

Describes updates to whether snapshots are enabled for a Managed Service for Apache Flink application.

func (ApplicationSnapshotConfigurationUpdate) GoString

func (s ApplicationSnapshotConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationSnapshotConfigurationUpdate) SetSnapshotsEnabledUpdate

func (s *ApplicationSnapshotConfigurationUpdate) SetSnapshotsEnabledUpdate(v bool) *ApplicationSnapshotConfigurationUpdate

SetSnapshotsEnabledUpdate sets the SnapshotsEnabledUpdate field's value.

func (ApplicationSnapshotConfigurationUpdate) String

func (s ApplicationSnapshotConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationSnapshotConfigurationUpdate) Validate

func (s *ApplicationSnapshotConfigurationUpdate) Validate() error

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

type ApplicationSummary

type ApplicationSummary struct {

    // The ARN of the application.
    //
    // ApplicationARN is a required field
    ApplicationARN *string `min:"1" type:"string" required:"true"`

    // For a Managed Service for Apache Flink application, the mode is STREAMING.
    // For a Managed Service for Apache Flink Studio notebook, it is INTERACTIVE.
    ApplicationMode *string `type:"string" enum:"ApplicationMode"`

    // The name of the application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The status of the application.
    //
    // ApplicationStatus is a required field
    ApplicationStatus *string `type:"string" required:"true" enum:"ApplicationStatus"`

    // Provides the current application version.
    //
    // ApplicationVersionId is a required field
    ApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // The runtime environment for the application.
    //
    // RuntimeEnvironment is a required field
    RuntimeEnvironment *string `type:"string" required:"true" enum:"RuntimeEnvironment"`
    // contains filtered or unexported fields
}

Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.

func (ApplicationSummary) GoString

func (s ApplicationSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationSummary) SetApplicationARN

func (s *ApplicationSummary) SetApplicationARN(v string) *ApplicationSummary

SetApplicationARN sets the ApplicationARN field's value.

func (*ApplicationSummary) SetApplicationMode

func (s *ApplicationSummary) SetApplicationMode(v string) *ApplicationSummary

SetApplicationMode sets the ApplicationMode field's value.

func (*ApplicationSummary) SetApplicationName

func (s *ApplicationSummary) SetApplicationName(v string) *ApplicationSummary

SetApplicationName sets the ApplicationName field's value.

func (*ApplicationSummary) SetApplicationStatus

func (s *ApplicationSummary) SetApplicationStatus(v string) *ApplicationSummary

SetApplicationStatus sets the ApplicationStatus field's value.

func (*ApplicationSummary) SetApplicationVersionId

func (s *ApplicationSummary) SetApplicationVersionId(v int64) *ApplicationSummary

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*ApplicationSummary) SetRuntimeEnvironment

func (s *ApplicationSummary) SetRuntimeEnvironment(v string) *ApplicationSummary

SetRuntimeEnvironment sets the RuntimeEnvironment field's value.

func (ApplicationSummary) String

func (s ApplicationSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationVersionSummary

type ApplicationVersionSummary struct {

    // The status of the application.
    //
    // ApplicationStatus is a required field
    ApplicationStatus *string `type:"string" required:"true" enum:"ApplicationStatus"`

    // The ID of the application version. Managed Service for Apache Flink updates
    // the ApplicationVersionId each time you update the application.
    //
    // ApplicationVersionId is a required field
    ApplicationVersionId *int64 `min:"1" type:"long" required:"true"`
    // contains filtered or unexported fields
}

The summary of the application version.

func (ApplicationVersionSummary) GoString

func (s ApplicationVersionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationVersionSummary) SetApplicationStatus

func (s *ApplicationVersionSummary) SetApplicationStatus(v string) *ApplicationVersionSummary

SetApplicationStatus sets the ApplicationStatus field's value.

func (*ApplicationVersionSummary) SetApplicationVersionId

func (s *ApplicationVersionSummary) SetApplicationVersionId(v int64) *ApplicationVersionSummary

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (ApplicationVersionSummary) String

func (s ApplicationVersionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CSVMappingParameters

type CSVMappingParameters struct {

    // The column delimiter. For example, in a CSV format, a comma (",") is the
    // typical column delimiter.
    //
    // RecordColumnDelimiter is a required field
    RecordColumnDelimiter *string `min:"1" type:"string" required:"true"`

    // The row delimiter. For example, in a CSV format, '\n' is the typical row
    // delimiter.
    //
    // RecordRowDelimiter is a required field
    RecordRowDelimiter *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the '\n' as the row delimiter and a comma (",") as the column delimiter:

"name1", "address1"

"name2", "address2"

func (CSVMappingParameters) GoString

func (s CSVMappingParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CSVMappingParameters) SetRecordColumnDelimiter

func (s *CSVMappingParameters) SetRecordColumnDelimiter(v string) *CSVMappingParameters

SetRecordColumnDelimiter sets the RecordColumnDelimiter field's value.

func (*CSVMappingParameters) SetRecordRowDelimiter

func (s *CSVMappingParameters) SetRecordRowDelimiter(v string) *CSVMappingParameters

SetRecordRowDelimiter sets the RecordRowDelimiter field's value.

func (CSVMappingParameters) String

func (s CSVMappingParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CSVMappingParameters) Validate

func (s *CSVMappingParameters) Validate() error

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

type CatalogConfiguration

type CatalogConfiguration struct {

    // The configuration parameters for the default Amazon Glue database. You use
    // this database for Apache Flink SQL queries and table API transforms that
    // you write in a Managed Service for Apache Flink Studio notebook.
    //
    // GlueDataCatalogConfiguration is a required field
    GlueDataCatalogConfiguration *GlueDataCatalogConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

The configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Managed Service for Apache Flink Studio notebook.

func (CatalogConfiguration) GoString

func (s CatalogConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CatalogConfiguration) SetGlueDataCatalogConfiguration

func (s *CatalogConfiguration) SetGlueDataCatalogConfiguration(v *GlueDataCatalogConfiguration) *CatalogConfiguration

SetGlueDataCatalogConfiguration sets the GlueDataCatalogConfiguration field's value.

func (CatalogConfiguration) String

func (s CatalogConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CatalogConfiguration) Validate

func (s *CatalogConfiguration) Validate() error

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

type CatalogConfigurationDescription

type CatalogConfigurationDescription struct {

    // The configuration parameters for the default Amazon Glue database. You use
    // this database for SQL queries that you write in a Managed Service for Apache
    // Flink Studio notebook.
    //
    // GlueDataCatalogConfigurationDescription is a required field
    GlueDataCatalogConfigurationDescription *GlueDataCatalogConfigurationDescription `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

The configuration parameters for the default Amazon Glue database. You use this database for Apache Flink SQL queries and table API transforms that you write in a Managed Service for Apache Flink Studio notebook.

func (CatalogConfigurationDescription) GoString

func (s CatalogConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CatalogConfigurationDescription) SetGlueDataCatalogConfigurationDescription

func (s *CatalogConfigurationDescription) SetGlueDataCatalogConfigurationDescription(v *GlueDataCatalogConfigurationDescription) *CatalogConfigurationDescription

SetGlueDataCatalogConfigurationDescription sets the GlueDataCatalogConfigurationDescription field's value.

func (CatalogConfigurationDescription) String

func (s CatalogConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CatalogConfigurationUpdate

type CatalogConfigurationUpdate struct {

    // Updates to the configuration parameters for the default Amazon Glue database.
    // You use this database for SQL queries that you write in a Managed Service
    // for Apache Flink Studio notebook.
    //
    // GlueDataCatalogConfigurationUpdate is a required field
    GlueDataCatalogConfigurationUpdate *GlueDataCatalogConfigurationUpdate `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Managed Service for Apache Flink Studio notebook.

func (CatalogConfigurationUpdate) GoString

func (s CatalogConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CatalogConfigurationUpdate) SetGlueDataCatalogConfigurationUpdate

func (s *CatalogConfigurationUpdate) SetGlueDataCatalogConfigurationUpdate(v *GlueDataCatalogConfigurationUpdate) *CatalogConfigurationUpdate

SetGlueDataCatalogConfigurationUpdate sets the GlueDataCatalogConfigurationUpdate field's value.

func (CatalogConfigurationUpdate) String

func (s CatalogConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CatalogConfigurationUpdate) Validate

func (s *CatalogConfigurationUpdate) Validate() error

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

type CheckpointConfiguration

type CheckpointConfiguration struct {

    // Describes the interval in milliseconds between checkpoint operations.
    //
    // If CheckpointConfiguration.ConfigurationType is DEFAULT, the application
    // will use a CheckpointInterval value of 60000, even if this value is set to
    // another value using this API or in application code.
    CheckpointInterval *int64 `min:"1" type:"long"`

    // Describes whether checkpointing is enabled for a Managed Service for Apache
    // Flink application.
    //
    // If CheckpointConfiguration.ConfigurationType is DEFAULT, the application
    // will use a CheckpointingEnabled value of true, even if this value is set
    // to another value using this API or in application code.
    CheckpointingEnabled *bool `type:"boolean"`

    // Describes whether the application uses Managed Service for Apache Flink'
    // default checkpointing behavior. You must set this property to CUSTOM in order
    // to set the CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints
    // parameters.
    //
    // If this value is set to DEFAULT, the application will use the following values,
    // even if they are set to other values using APIs or application code:
    //
    //    * CheckpointingEnabled: true
    //
    //    * CheckpointInterval: 60000
    //
    //    * MinPauseBetweenCheckpoints: 5000
    //
    // ConfigurationType is a required field
    ConfigurationType *string `type:"string" required:"true" enum:"ConfigurationType"`

    // Describes the minimum time in milliseconds after a checkpoint operation completes
    // that a new checkpoint operation can start. If a checkpoint operation takes
    // longer than the CheckpointInterval, the application otherwise performs continual
    // checkpoint operations. For more information, see Tuning Checkpointing (https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/ops/state/large_state_tuning/#tuning-checkpointing)
    // in the Apache Flink Documentation (https://nightlies.apache.org/flink/flink-docs-release-1.18/).
    //
    // If CheckpointConfiguration.ConfigurationType is DEFAULT, the application
    // will use a MinPauseBetweenCheckpoints value of 5000, even if this value is
    // set using this API or in application code.
    MinPauseBetweenCheckpoints *int64 `type:"long"`
    // contains filtered or unexported fields
}

Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see Checkpoints for Fault Tolerance (https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing) in the Apache Flink Documentation (https://nightlies.apache.org/flink/flink-docs-release-1.18/).

func (CheckpointConfiguration) GoString

func (s CheckpointConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckpointConfiguration) SetCheckpointInterval

func (s *CheckpointConfiguration) SetCheckpointInterval(v int64) *CheckpointConfiguration

SetCheckpointInterval sets the CheckpointInterval field's value.

func (*CheckpointConfiguration) SetCheckpointingEnabled

func (s *CheckpointConfiguration) SetCheckpointingEnabled(v bool) *CheckpointConfiguration

SetCheckpointingEnabled sets the CheckpointingEnabled field's value.

func (*CheckpointConfiguration) SetConfigurationType

func (s *CheckpointConfiguration) SetConfigurationType(v string) *CheckpointConfiguration

SetConfigurationType sets the ConfigurationType field's value.

func (*CheckpointConfiguration) SetMinPauseBetweenCheckpoints

func (s *CheckpointConfiguration) SetMinPauseBetweenCheckpoints(v int64) *CheckpointConfiguration

SetMinPauseBetweenCheckpoints sets the MinPauseBetweenCheckpoints field's value.

func (CheckpointConfiguration) String

func (s CheckpointConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckpointConfiguration) Validate

func (s *CheckpointConfiguration) Validate() error

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

type CheckpointConfigurationDescription

type CheckpointConfigurationDescription struct {

    // Describes the interval in milliseconds between checkpoint operations.
    //
    // If CheckpointConfiguration.ConfigurationType is DEFAULT, the application
    // will use a CheckpointInterval value of 60000, even if this value is set to
    // another value using this API or in application code.
    CheckpointInterval *int64 `min:"1" type:"long"`

    // Describes whether checkpointing is enabled for a Managed Service for Apache
    // Flink application.
    //
    // If CheckpointConfiguration.ConfigurationType is DEFAULT, the application
    // will use a CheckpointingEnabled value of true, even if this value is set
    // to another value using this API or in application code.
    CheckpointingEnabled *bool `type:"boolean"`

    // Describes whether the application uses the default checkpointing behavior
    // in Managed Service for Apache Flink.
    //
    // If this value is set to DEFAULT, the application will use the following values,
    // even if they are set to other values using APIs or application code:
    //
    //    * CheckpointingEnabled: true
    //
    //    * CheckpointInterval: 60000
    //
    //    * MinPauseBetweenCheckpoints: 5000
    ConfigurationType *string `type:"string" enum:"ConfigurationType"`

    // Describes the minimum time in milliseconds after a checkpoint operation completes
    // that a new checkpoint operation can start.
    //
    // If CheckpointConfiguration.ConfigurationType is DEFAULT, the application
    // will use a MinPauseBetweenCheckpoints value of 5000, even if this value is
    // set using this API or in application code.
    MinPauseBetweenCheckpoints *int64 `type:"long"`
    // contains filtered or unexported fields
}

Describes checkpointing parameters for a Managed Service for Apache Flink application.

func (CheckpointConfigurationDescription) GoString

func (s CheckpointConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckpointConfigurationDescription) SetCheckpointInterval

func (s *CheckpointConfigurationDescription) SetCheckpointInterval(v int64) *CheckpointConfigurationDescription

SetCheckpointInterval sets the CheckpointInterval field's value.

func (*CheckpointConfigurationDescription) SetCheckpointingEnabled

func (s *CheckpointConfigurationDescription) SetCheckpointingEnabled(v bool) *CheckpointConfigurationDescription

SetCheckpointingEnabled sets the CheckpointingEnabled field's value.

func (*CheckpointConfigurationDescription) SetConfigurationType

func (s *CheckpointConfigurationDescription) SetConfigurationType(v string) *CheckpointConfigurationDescription

SetConfigurationType sets the ConfigurationType field's value.

func (*CheckpointConfigurationDescription) SetMinPauseBetweenCheckpoints

func (s *CheckpointConfigurationDescription) SetMinPauseBetweenCheckpoints(v int64) *CheckpointConfigurationDescription

SetMinPauseBetweenCheckpoints sets the MinPauseBetweenCheckpoints field's value.

func (CheckpointConfigurationDescription) String

func (s CheckpointConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CheckpointConfigurationUpdate

type CheckpointConfigurationUpdate struct {

    // Describes updates to the interval in milliseconds between checkpoint operations.
    //
    // If CheckpointConfiguration.ConfigurationType is DEFAULT, the application
    // will use a CheckpointInterval value of 60000, even if this value is set to
    // another value using this API or in application code.
    CheckpointIntervalUpdate *int64 `min:"1" type:"long"`

    // Describes updates to whether checkpointing is enabled for an application.
    //
    // If CheckpointConfiguration.ConfigurationType is DEFAULT, the application
    // will use a CheckpointingEnabled value of true, even if this value is set
    // to another value using this API or in application code.
    CheckpointingEnabledUpdate *bool `type:"boolean"`

    // Describes updates to whether the application uses the default checkpointing
    // behavior of Managed Service for Apache Flink. You must set this property
    // to CUSTOM in order to set the CheckpointingEnabled, CheckpointInterval, or
    // MinPauseBetweenCheckpoints parameters.
    //
    // If this value is set to DEFAULT, the application will use the following values,
    // even if they are set to other values using APIs or application code:
    //
    //    * CheckpointingEnabled: true
    //
    //    * CheckpointInterval: 60000
    //
    //    * MinPauseBetweenCheckpoints: 5000
    ConfigurationTypeUpdate *string `type:"string" enum:"ConfigurationType"`

    // Describes updates to the minimum time in milliseconds after a checkpoint
    // operation completes that a new checkpoint operation can start.
    //
    // If CheckpointConfiguration.ConfigurationType is DEFAULT, the application
    // will use a MinPauseBetweenCheckpoints value of 5000, even if this value is
    // set using this API or in application code.
    MinPauseBetweenCheckpointsUpdate *int64 `type:"long"`
    // contains filtered or unexported fields
}

Describes updates to the checkpointing parameters for a Managed Service for Apache Flink application.

func (CheckpointConfigurationUpdate) GoString

func (s CheckpointConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckpointConfigurationUpdate) SetCheckpointIntervalUpdate

func (s *CheckpointConfigurationUpdate) SetCheckpointIntervalUpdate(v int64) *CheckpointConfigurationUpdate

SetCheckpointIntervalUpdate sets the CheckpointIntervalUpdate field's value.

func (*CheckpointConfigurationUpdate) SetCheckpointingEnabledUpdate

func (s *CheckpointConfigurationUpdate) SetCheckpointingEnabledUpdate(v bool) *CheckpointConfigurationUpdate

SetCheckpointingEnabledUpdate sets the CheckpointingEnabledUpdate field's value.

func (*CheckpointConfigurationUpdate) SetConfigurationTypeUpdate

func (s *CheckpointConfigurationUpdate) SetConfigurationTypeUpdate(v string) *CheckpointConfigurationUpdate

SetConfigurationTypeUpdate sets the ConfigurationTypeUpdate field's value.

func (*CheckpointConfigurationUpdate) SetMinPauseBetweenCheckpointsUpdate

func (s *CheckpointConfigurationUpdate) SetMinPauseBetweenCheckpointsUpdate(v int64) *CheckpointConfigurationUpdate

SetMinPauseBetweenCheckpointsUpdate sets the MinPauseBetweenCheckpointsUpdate field's value.

func (CheckpointConfigurationUpdate) String

func (s CheckpointConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckpointConfigurationUpdate) Validate

func (s *CheckpointConfigurationUpdate) Validate() error

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

type CloudWatchLoggingOption

type CloudWatchLoggingOption struct {

    // The ARN of the CloudWatch log to receive application messages.
    //
    // LogStreamARN is a required field
    LogStreamARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).

func (CloudWatchLoggingOption) GoString

func (s CloudWatchLoggingOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchLoggingOption) SetLogStreamARN

func (s *CloudWatchLoggingOption) SetLogStreamARN(v string) *CloudWatchLoggingOption

SetLogStreamARN sets the LogStreamARN field's value.

func (CloudWatchLoggingOption) String

func (s CloudWatchLoggingOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchLoggingOption) Validate

func (s *CloudWatchLoggingOption) Validate() error

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

type CloudWatchLoggingOptionDescription

type CloudWatchLoggingOptionDescription struct {

    // The ID of the CloudWatch logging option description.
    CloudWatchLoggingOptionId *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the CloudWatch log to receive application
    // messages.
    //
    // LogStreamARN is a required field
    LogStreamARN *string `min:"1" type:"string" required:"true"`

    // The IAM ARN of the role to use to send application messages.
    //
    // Provided for backward compatibility. Applications created with the current
    // API version have an application-level service execution role rather than
    // a resource-level role.
    RoleARN *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes the Amazon CloudWatch logging option.

func (CloudWatchLoggingOptionDescription) GoString

func (s CloudWatchLoggingOptionDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchLoggingOptionDescription) SetCloudWatchLoggingOptionId

func (s *CloudWatchLoggingOptionDescription) SetCloudWatchLoggingOptionId(v string) *CloudWatchLoggingOptionDescription

SetCloudWatchLoggingOptionId sets the CloudWatchLoggingOptionId field's value.

func (*CloudWatchLoggingOptionDescription) SetLogStreamARN

func (s *CloudWatchLoggingOptionDescription) SetLogStreamARN(v string) *CloudWatchLoggingOptionDescription

SetLogStreamARN sets the LogStreamARN field's value.

func (*CloudWatchLoggingOptionDescription) SetRoleARN

func (s *CloudWatchLoggingOptionDescription) SetRoleARN(v string) *CloudWatchLoggingOptionDescription

SetRoleARN sets the RoleARN field's value.

func (CloudWatchLoggingOptionDescription) String

func (s CloudWatchLoggingOptionDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudWatchLoggingOptionUpdate

type CloudWatchLoggingOptionUpdate struct {

    // The ID of the CloudWatch logging option to update
    //
    // CloudWatchLoggingOptionId is a required field
    CloudWatchLoggingOptionId *string `min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the CloudWatch log to receive application
    // messages.
    LogStreamARNUpdate *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes the Amazon CloudWatch logging option updates.

func (CloudWatchLoggingOptionUpdate) GoString

func (s CloudWatchLoggingOptionUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchLoggingOptionUpdate) SetCloudWatchLoggingOptionId

func (s *CloudWatchLoggingOptionUpdate) SetCloudWatchLoggingOptionId(v string) *CloudWatchLoggingOptionUpdate

SetCloudWatchLoggingOptionId sets the CloudWatchLoggingOptionId field's value.

func (*CloudWatchLoggingOptionUpdate) SetLogStreamARNUpdate

func (s *CloudWatchLoggingOptionUpdate) SetLogStreamARNUpdate(v string) *CloudWatchLoggingOptionUpdate

SetLogStreamARNUpdate sets the LogStreamARNUpdate field's value.

func (CloudWatchLoggingOptionUpdate) String

func (s CloudWatchLoggingOptionUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchLoggingOptionUpdate) Validate

func (s *CloudWatchLoggingOptionUpdate) Validate() error

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

type CodeContent

type CodeContent struct {

    // Information about the Amazon S3 bucket that contains the application code.
    S3ContentLocation *S3ContentLocation `type:"structure"`

    // The text-format code for a Managed Service for Apache Flink application.
    TextContent *string `type:"string"`

    // The zip-format code for a Managed Service for Apache Flink application.
    // ZipFileContent is automatically base64 encoded/decoded by the SDK.
    ZipFileContent []byte `type:"blob"`
    // contains filtered or unexported fields
}

Specifies either the application code, or the location of the application code, for a Managed Service for Apache Flink application.

func (CodeContent) GoString

func (s CodeContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeContent) SetS3ContentLocation

func (s *CodeContent) SetS3ContentLocation(v *S3ContentLocation) *CodeContent

SetS3ContentLocation sets the S3ContentLocation field's value.

func (*CodeContent) SetTextContent

func (s *CodeContent) SetTextContent(v string) *CodeContent

SetTextContent sets the TextContent field's value.

func (*CodeContent) SetZipFileContent

func (s *CodeContent) SetZipFileContent(v []byte) *CodeContent

SetZipFileContent sets the ZipFileContent field's value.

func (CodeContent) String

func (s CodeContent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeContent) Validate

func (s *CodeContent) Validate() error

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

type CodeContentDescription

type CodeContentDescription struct {

    // The checksum that can be used to validate zip-format code.
    CodeMD5 *string `min:"128" type:"string"`

    // The size in bytes of the application code. Can be used to validate zip-format
    // code.
    CodeSize *int64 `type:"long"`

    // The S3 bucket Amazon Resource Name (ARN), file key, and object version of
    // the application code stored in Amazon S3.
    S3ApplicationCodeLocationDescription *S3ApplicationCodeLocationDescription `type:"structure"`

    // The text-format code
    TextContent *string `type:"string"`
    // contains filtered or unexported fields
}

Describes details about the code of a Managed Service for Apache Flink application.

func (CodeContentDescription) GoString

func (s CodeContentDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeContentDescription) SetCodeMD5

func (s *CodeContentDescription) SetCodeMD5(v string) *CodeContentDescription

SetCodeMD5 sets the CodeMD5 field's value.

func (*CodeContentDescription) SetCodeSize

func (s *CodeContentDescription) SetCodeSize(v int64) *CodeContentDescription

SetCodeSize sets the CodeSize field's value.

func (*CodeContentDescription) SetS3ApplicationCodeLocationDescription

func (s *CodeContentDescription) SetS3ApplicationCodeLocationDescription(v *S3ApplicationCodeLocationDescription) *CodeContentDescription

SetS3ApplicationCodeLocationDescription sets the S3ApplicationCodeLocationDescription field's value.

func (*CodeContentDescription) SetTextContent

func (s *CodeContentDescription) SetTextContent(v string) *CodeContentDescription

SetTextContent sets the TextContent field's value.

func (CodeContentDescription) String

func (s CodeContentDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CodeContentUpdate

type CodeContentUpdate struct {

    // Describes an update to the location of code for an application.
    S3ContentLocationUpdate *S3ContentLocationUpdate `type:"structure"`

    // Describes an update to the text code for an application.
    TextContentUpdate *string `type:"string"`

    // Describes an update to the zipped code for an application.
    // ZipFileContentUpdate is automatically base64 encoded/decoded by the SDK.
    ZipFileContentUpdate []byte `type:"blob"`
    // contains filtered or unexported fields
}

Describes an update to the code of an application. Not supported for Apache Zeppelin.

func (CodeContentUpdate) GoString

func (s CodeContentUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeContentUpdate) SetS3ContentLocationUpdate

func (s *CodeContentUpdate) SetS3ContentLocationUpdate(v *S3ContentLocationUpdate) *CodeContentUpdate

SetS3ContentLocationUpdate sets the S3ContentLocationUpdate field's value.

func (*CodeContentUpdate) SetTextContentUpdate

func (s *CodeContentUpdate) SetTextContentUpdate(v string) *CodeContentUpdate

SetTextContentUpdate sets the TextContentUpdate field's value.

func (*CodeContentUpdate) SetZipFileContentUpdate

func (s *CodeContentUpdate) SetZipFileContentUpdate(v []byte) *CodeContentUpdate

SetZipFileContentUpdate sets the ZipFileContentUpdate field's value.

func (CodeContentUpdate) String

func (s CodeContentUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeContentUpdate) Validate

func (s *CodeContentUpdate) Validate() error

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

type CodeValidationException

type CodeValidationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The user-provided application code (query) is not valid. This can be a simple syntax error.

func (*CodeValidationException) Code

func (s *CodeValidationException) Code() string

Code returns the exception type name.

func (*CodeValidationException) Error

func (s *CodeValidationException) Error() string

func (CodeValidationException) GoString

func (s CodeValidationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeValidationException) Message

func (s *CodeValidationException) Message() string

Message returns the exception's message.

func (*CodeValidationException) OrigErr

func (s *CodeValidationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*CodeValidationException) RequestID

func (s *CodeValidationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*CodeValidationException) StatusCode

func (s *CodeValidationException) StatusCode() int

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

func (CodeValidationException) String

func (s CodeValidationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConcurrentModificationException

type ConcurrentModificationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

func (*ConcurrentModificationException) Code

func (s *ConcurrentModificationException) Code() string

Code returns the exception type name.

func (*ConcurrentModificationException) Error

func (s *ConcurrentModificationException) Error() string

func (ConcurrentModificationException) GoString

func (s ConcurrentModificationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConcurrentModificationException) Message

func (s *ConcurrentModificationException) Message() string

Message returns the exception's message.

func (*ConcurrentModificationException) OrigErr

func (s *ConcurrentModificationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConcurrentModificationException) RequestID

func (s *ConcurrentModificationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConcurrentModificationException) StatusCode

func (s *ConcurrentModificationException) StatusCode() int

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

func (ConcurrentModificationException) String

func (s ConcurrentModificationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateApplicationInput

type CreateApplicationInput struct {

    // Use this parameter to configure the application.
    ApplicationConfiguration *ApplicationConfiguration `type:"structure"`

    // A summary description of the application.
    ApplicationDescription *string `type:"string"`

    // Use the STREAMING mode to create a Managed Service for Apache Flink application.
    // To create a Managed Service for Apache Flink Studio notebook, use the INTERACTIVE
    // mode.
    ApplicationMode *string `type:"string" enum:"ApplicationMode"`

    // The name of your application (for example, sample-app).
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // Use this parameter to configure an Amazon CloudWatch log stream to monitor
    // application configuration errors.
    CloudWatchLoggingOptions []*CloudWatchLoggingOption `type:"list"`

    // The runtime environment for the application.
    //
    // RuntimeEnvironment is a required field
    RuntimeEnvironment *string `type:"string" required:"true" enum:"RuntimeEnvironment"`

    // The IAM role used by the application to access Kinesis data streams, Kinesis
    // Data Firehose delivery streams, Amazon S3 objects, and other external resources.
    //
    // ServiceExecutionRole is a required field
    ServiceExecutionRole *string `min:"1" type:"string" required:"true"`

    // A list of one or more tags to assign to the application. A tag is a key-value
    // pair that identifies an application. Note that the maximum number of application
    // tags includes system tags. The maximum number of user-defined application
    // tags is 50. For more information, see Using Tagging (https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html).
    Tags []*Tag `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (CreateApplicationInput) GoString

func (s CreateApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationInput) SetApplicationConfiguration

func (s *CreateApplicationInput) SetApplicationConfiguration(v *ApplicationConfiguration) *CreateApplicationInput

SetApplicationConfiguration sets the ApplicationConfiguration field's value.

func (*CreateApplicationInput) SetApplicationDescription

func (s *CreateApplicationInput) SetApplicationDescription(v string) *CreateApplicationInput

SetApplicationDescription sets the ApplicationDescription field's value.

func (*CreateApplicationInput) SetApplicationMode

func (s *CreateApplicationInput) SetApplicationMode(v string) *CreateApplicationInput

SetApplicationMode sets the ApplicationMode field's value.

func (*CreateApplicationInput) SetApplicationName

func (s *CreateApplicationInput) SetApplicationName(v string) *CreateApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*CreateApplicationInput) SetCloudWatchLoggingOptions

func (s *CreateApplicationInput) SetCloudWatchLoggingOptions(v []*CloudWatchLoggingOption) *CreateApplicationInput

SetCloudWatchLoggingOptions sets the CloudWatchLoggingOptions field's value.

func (*CreateApplicationInput) SetRuntimeEnvironment

func (s *CreateApplicationInput) SetRuntimeEnvironment(v string) *CreateApplicationInput

SetRuntimeEnvironment sets the RuntimeEnvironment field's value.

func (*CreateApplicationInput) SetServiceExecutionRole

func (s *CreateApplicationInput) SetServiceExecutionRole(v string) *CreateApplicationInput

SetServiceExecutionRole sets the ServiceExecutionRole field's value.

func (*CreateApplicationInput) SetTags

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

SetTags sets the Tags field's value.

func (CreateApplicationInput) String

func (s CreateApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationInput) Validate

func (s *CreateApplicationInput) Validate() error

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

type CreateApplicationOutput

type CreateApplicationOutput struct {

    // In response to your CreateApplication request, Managed Service for Apache
    // Flink returns a response with details of the application it created.
    //
    // ApplicationDetail is a required field
    ApplicationDetail *ApplicationDetail `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateApplicationOutput) GoString

func (s CreateApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationOutput) SetApplicationDetail

func (s *CreateApplicationOutput) SetApplicationDetail(v *ApplicationDetail) *CreateApplicationOutput

SetApplicationDetail sets the ApplicationDetail field's value.

func (CreateApplicationOutput) String

func (s CreateApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateApplicationPresignedUrlInput

type CreateApplicationPresignedUrlInput struct {

    // The name of the application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The duration in seconds for which the returned URL will be valid.
    SessionExpirationDurationInSeconds *int64 `min:"1800" type:"long"`

    // The type of the extension for which to create and return a URL. Currently,
    // the only valid extension URL type is FLINK_DASHBOARD_URL.
    //
    // UrlType is a required field
    UrlType *string `type:"string" required:"true" enum:"UrlType"`
    // contains filtered or unexported fields
}

func (CreateApplicationPresignedUrlInput) GoString

func (s CreateApplicationPresignedUrlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationPresignedUrlInput) SetApplicationName

func (s *CreateApplicationPresignedUrlInput) SetApplicationName(v string) *CreateApplicationPresignedUrlInput

SetApplicationName sets the ApplicationName field's value.

func (*CreateApplicationPresignedUrlInput) SetSessionExpirationDurationInSeconds

func (s *CreateApplicationPresignedUrlInput) SetSessionExpirationDurationInSeconds(v int64) *CreateApplicationPresignedUrlInput

SetSessionExpirationDurationInSeconds sets the SessionExpirationDurationInSeconds field's value.

func (*CreateApplicationPresignedUrlInput) SetUrlType

func (s *CreateApplicationPresignedUrlInput) SetUrlType(v string) *CreateApplicationPresignedUrlInput

SetUrlType sets the UrlType field's value.

func (CreateApplicationPresignedUrlInput) String

func (s CreateApplicationPresignedUrlInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationPresignedUrlInput) Validate

func (s *CreateApplicationPresignedUrlInput) Validate() error

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

type CreateApplicationPresignedUrlOutput

type CreateApplicationPresignedUrlOutput struct {

    // The URL of the extension.
    AuthorizedUrl *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateApplicationPresignedUrlOutput) GoString

func (s CreateApplicationPresignedUrlOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationPresignedUrlOutput) SetAuthorizedUrl

func (s *CreateApplicationPresignedUrlOutput) SetAuthorizedUrl(v string) *CreateApplicationPresignedUrlOutput

SetAuthorizedUrl sets the AuthorizedUrl field's value.

func (CreateApplicationPresignedUrlOutput) String

func (s CreateApplicationPresignedUrlOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateApplicationSnapshotInput

type CreateApplicationSnapshotInput struct {

    // The name of an existing application
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // An identifier for the application snapshot.
    //
    // SnapshotName is a required field
    SnapshotName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateApplicationSnapshotInput) GoString

func (s CreateApplicationSnapshotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationSnapshotInput) SetApplicationName

func (s *CreateApplicationSnapshotInput) SetApplicationName(v string) *CreateApplicationSnapshotInput

SetApplicationName sets the ApplicationName field's value.

func (*CreateApplicationSnapshotInput) SetSnapshotName

func (s *CreateApplicationSnapshotInput) SetSnapshotName(v string) *CreateApplicationSnapshotInput

SetSnapshotName sets the SnapshotName field's value.

func (CreateApplicationSnapshotInput) String

func (s CreateApplicationSnapshotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationSnapshotInput) Validate

func (s *CreateApplicationSnapshotInput) Validate() error

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

type CreateApplicationSnapshotOutput

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

func (CreateApplicationSnapshotOutput) GoString

func (s CreateApplicationSnapshotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateApplicationSnapshotOutput) String

func (s CreateApplicationSnapshotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomArtifactConfiguration

type CustomArtifactConfiguration struct {

    // UDF stands for user-defined functions. This type of artifact must be in an
    // S3 bucket. A DEPENDENCY_JAR can be in either Maven or an S3 bucket.
    //
    // ArtifactType is a required field
    ArtifactType *string `type:"string" required:"true" enum:"ArtifactType"`

    // The parameters required to fully specify a Maven reference.
    MavenReference *MavenReference `type:"structure"`

    // For a Managed Service for Apache Flink application provides a description
    // of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3
    // bucket, the name of the Amazon S3 object that contains the data, and the
    // version number of the Amazon S3 object that contains the data.
    S3ContentLocation *S3ContentLocation `type:"structure"`
    // contains filtered or unexported fields
}

Specifies dependency JARs, as well as JAR files that contain user-defined functions (UDF).

func (CustomArtifactConfiguration) GoString

func (s CustomArtifactConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomArtifactConfiguration) SetArtifactType

func (s *CustomArtifactConfiguration) SetArtifactType(v string) *CustomArtifactConfiguration

SetArtifactType sets the ArtifactType field's value.

func (*CustomArtifactConfiguration) SetMavenReference

func (s *CustomArtifactConfiguration) SetMavenReference(v *MavenReference) *CustomArtifactConfiguration

SetMavenReference sets the MavenReference field's value.

func (*CustomArtifactConfiguration) SetS3ContentLocation

func (s *CustomArtifactConfiguration) SetS3ContentLocation(v *S3ContentLocation) *CustomArtifactConfiguration

SetS3ContentLocation sets the S3ContentLocation field's value.

func (CustomArtifactConfiguration) String

func (s CustomArtifactConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomArtifactConfiguration) Validate

func (s *CustomArtifactConfiguration) Validate() error

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

type CustomArtifactConfigurationDescription

type CustomArtifactConfigurationDescription struct {

    // UDF stands for user-defined functions. This type of artifact must be in an
    // S3 bucket. A DEPENDENCY_JAR can be in either Maven or an S3 bucket.
    ArtifactType *string `type:"string" enum:"ArtifactType"`

    // The parameters that are required to specify a Maven dependency.
    MavenReferenceDescription *MavenReference `type:"structure"`

    // For a Managed Service for Apache Flink application provides a description
    // of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3
    // bucket, the name of the Amazon S3 object that contains the data, and the
    // version number of the Amazon S3 object that contains the data.
    S3ContentLocationDescription *S3ContentLocation `type:"structure"`
    // contains filtered or unexported fields
}

Specifies a dependency JAR or a JAR of user-defined functions.

func (CustomArtifactConfigurationDescription) GoString

func (s CustomArtifactConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomArtifactConfigurationDescription) SetArtifactType

func (s *CustomArtifactConfigurationDescription) SetArtifactType(v string) *CustomArtifactConfigurationDescription

SetArtifactType sets the ArtifactType field's value.

func (*CustomArtifactConfigurationDescription) SetMavenReferenceDescription

func (s *CustomArtifactConfigurationDescription) SetMavenReferenceDescription(v *MavenReference) *CustomArtifactConfigurationDescription

SetMavenReferenceDescription sets the MavenReferenceDescription field's value.

func (*CustomArtifactConfigurationDescription) SetS3ContentLocationDescription

func (s *CustomArtifactConfigurationDescription) SetS3ContentLocationDescription(v *S3ContentLocation) *CustomArtifactConfigurationDescription

SetS3ContentLocationDescription sets the S3ContentLocationDescription field's value.

func (CustomArtifactConfigurationDescription) String

func (s CustomArtifactConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteApplicationCloudWatchLoggingOptionInput

type DeleteApplicationCloudWatchLoggingOptionInput struct {

    // The application name.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The CloudWatchLoggingOptionId of the Amazon CloudWatch logging option to
    // delete. You can get the CloudWatchLoggingOptionId by using the DescribeApplication
    // operation.
    //
    // CloudWatchLoggingOptionId is a required field
    CloudWatchLoggingOptionId *string `min:"1" type:"string" required:"true"`

    // A value you use to implement strong concurrency for application updates.
    // You must provide the CurrentApplicationVersionId or the ConditionalToken.
    // You get the application's current ConditionalToken using DescribeApplication.
    // For better concurrency support, use the ConditionalToken parameter instead
    // of CurrentApplicationVersionId.
    ConditionalToken *string `min:"1" type:"string"`

    // The version ID of the application. You must provide the CurrentApplicationVersionId
    // or the ConditionalToken. You can retrieve the application version ID using
    // DescribeApplication. For better concurrency support, use the ConditionalToken
    // parameter instead of CurrentApplicationVersionId.
    CurrentApplicationVersionId *int64 `min:"1" type:"long"`
    // contains filtered or unexported fields
}

func (DeleteApplicationCloudWatchLoggingOptionInput) GoString

func (s DeleteApplicationCloudWatchLoggingOptionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationCloudWatchLoggingOptionInput) SetApplicationName

func (s *DeleteApplicationCloudWatchLoggingOptionInput) SetApplicationName(v string) *DeleteApplicationCloudWatchLoggingOptionInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteApplicationCloudWatchLoggingOptionInput) SetCloudWatchLoggingOptionId

func (s *DeleteApplicationCloudWatchLoggingOptionInput) SetCloudWatchLoggingOptionId(v string) *DeleteApplicationCloudWatchLoggingOptionInput

SetCloudWatchLoggingOptionId sets the CloudWatchLoggingOptionId field's value.

func (*DeleteApplicationCloudWatchLoggingOptionInput) SetConditionalToken

func (s *DeleteApplicationCloudWatchLoggingOptionInput) SetConditionalToken(v string) *DeleteApplicationCloudWatchLoggingOptionInput

SetConditionalToken sets the ConditionalToken field's value.

func (*DeleteApplicationCloudWatchLoggingOptionInput) SetCurrentApplicationVersionId

func (s *DeleteApplicationCloudWatchLoggingOptionInput) SetCurrentApplicationVersionId(v int64) *DeleteApplicationCloudWatchLoggingOptionInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (DeleteApplicationCloudWatchLoggingOptionInput) String

func (s DeleteApplicationCloudWatchLoggingOptionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationCloudWatchLoggingOptionInput) Validate

func (s *DeleteApplicationCloudWatchLoggingOptionInput) Validate() error

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

type DeleteApplicationCloudWatchLoggingOptionOutput

type DeleteApplicationCloudWatchLoggingOptionOutput struct {

    // The application's Amazon Resource Name (ARN).
    ApplicationARN *string `min:"1" type:"string"`

    // The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
    // each time you change the CloudWatch logging options.
    ApplicationVersionId *int64 `min:"1" type:"long"`

    // The descriptions of the remaining CloudWatch logging options for the application.
    CloudWatchLoggingOptionDescriptions []*CloudWatchLoggingOptionDescription `type:"list"`
    // contains filtered or unexported fields
}

func (DeleteApplicationCloudWatchLoggingOptionOutput) GoString

func (s DeleteApplicationCloudWatchLoggingOptionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationCloudWatchLoggingOptionOutput) SetApplicationARN

func (s *DeleteApplicationCloudWatchLoggingOptionOutput) SetApplicationARN(v string) *DeleteApplicationCloudWatchLoggingOptionOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*DeleteApplicationCloudWatchLoggingOptionOutput) SetApplicationVersionId

func (s *DeleteApplicationCloudWatchLoggingOptionOutput) SetApplicationVersionId(v int64) *DeleteApplicationCloudWatchLoggingOptionOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*DeleteApplicationCloudWatchLoggingOptionOutput) SetCloudWatchLoggingOptionDescriptions

func (s *DeleteApplicationCloudWatchLoggingOptionOutput) SetCloudWatchLoggingOptionDescriptions(v []*CloudWatchLoggingOptionDescription) *DeleteApplicationCloudWatchLoggingOptionOutput

SetCloudWatchLoggingOptionDescriptions sets the CloudWatchLoggingOptionDescriptions field's value.

func (DeleteApplicationCloudWatchLoggingOptionOutput) String

func (s DeleteApplicationCloudWatchLoggingOptionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteApplicationInput

type DeleteApplicationInput struct {

    // The name of the application to delete.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // Use the DescribeApplication operation to get this value.
    //
    // CreateTimestamp is a required field
    CreateTimestamp *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApplicationInput) GoString

func (s DeleteApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationInput) SetApplicationName

func (s *DeleteApplicationInput) SetApplicationName(v string) *DeleteApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteApplicationInput) SetCreateTimestamp

func (s *DeleteApplicationInput) SetCreateTimestamp(v time.Time) *DeleteApplicationInput

SetCreateTimestamp sets the CreateTimestamp field's value.

func (DeleteApplicationInput) String

func (s DeleteApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationInput) Validate

func (s *DeleteApplicationInput) Validate() error

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

type DeleteApplicationInputProcessingConfigurationInput

type DeleteApplicationInputProcessingConfigurationInput struct {

    // The name of the application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The application version. You can use the DescribeApplication operation to
    // get the current application version. If the version specified is not the
    // current version, the ConcurrentModificationException is returned.
    //
    // CurrentApplicationVersionId is a required field
    CurrentApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // The ID of the input configuration from which to delete the input processing
    // configuration. You can get a list of the input IDs for an application by
    // using the DescribeApplication operation.
    //
    // InputId is a required field
    InputId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApplicationInputProcessingConfigurationInput) GoString

func (s DeleteApplicationInputProcessingConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationInputProcessingConfigurationInput) SetApplicationName

func (s *DeleteApplicationInputProcessingConfigurationInput) SetApplicationName(v string) *DeleteApplicationInputProcessingConfigurationInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteApplicationInputProcessingConfigurationInput) SetCurrentApplicationVersionId

func (s *DeleteApplicationInputProcessingConfigurationInput) SetCurrentApplicationVersionId(v int64) *DeleteApplicationInputProcessingConfigurationInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*DeleteApplicationInputProcessingConfigurationInput) SetInputId

func (s *DeleteApplicationInputProcessingConfigurationInput) SetInputId(v string) *DeleteApplicationInputProcessingConfigurationInput

SetInputId sets the InputId field's value.

func (DeleteApplicationInputProcessingConfigurationInput) String

func (s DeleteApplicationInputProcessingConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationInputProcessingConfigurationInput) Validate

func (s *DeleteApplicationInputProcessingConfigurationInput) Validate() error

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

type DeleteApplicationInputProcessingConfigurationOutput

type DeleteApplicationInputProcessingConfigurationOutput struct {

    // The Amazon Resource Name (ARN) of the application.
    ApplicationARN *string `min:"1" type:"string"`

    // The current application version ID.
    ApplicationVersionId *int64 `min:"1" type:"long"`
    // contains filtered or unexported fields
}

func (DeleteApplicationInputProcessingConfigurationOutput) GoString

func (s DeleteApplicationInputProcessingConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationInputProcessingConfigurationOutput) SetApplicationARN

func (s *DeleteApplicationInputProcessingConfigurationOutput) SetApplicationARN(v string) *DeleteApplicationInputProcessingConfigurationOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*DeleteApplicationInputProcessingConfigurationOutput) SetApplicationVersionId

func (s *DeleteApplicationInputProcessingConfigurationOutput) SetApplicationVersionId(v int64) *DeleteApplicationInputProcessingConfigurationOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (DeleteApplicationInputProcessingConfigurationOutput) String

func (s DeleteApplicationInputProcessingConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteApplicationOutput

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

func (DeleteApplicationOutput) GoString

func (s DeleteApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteApplicationOutput) String

func (s DeleteApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteApplicationOutputInput

type DeleteApplicationOutputInput struct {

    // The application name.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The application version. You can use the DescribeApplication operation to
    // get the current application version. If the version specified is not the
    // current version, the ConcurrentModificationException is returned.
    //
    // CurrentApplicationVersionId is a required field
    CurrentApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // The ID of the configuration to delete. Each output configuration that is
    // added to the application (either when the application is created or later)
    // using the AddApplicationOutput operation has a unique ID. You need to provide
    // the ID to uniquely identify the output configuration that you want to delete
    // from the application configuration. You can use the DescribeApplication operation
    // to get the specific OutputId.
    //
    // OutputId is a required field
    OutputId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApplicationOutputInput) GoString

func (s DeleteApplicationOutputInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationOutputInput) SetApplicationName

func (s *DeleteApplicationOutputInput) SetApplicationName(v string) *DeleteApplicationOutputInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteApplicationOutputInput) SetCurrentApplicationVersionId

func (s *DeleteApplicationOutputInput) SetCurrentApplicationVersionId(v int64) *DeleteApplicationOutputInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*DeleteApplicationOutputInput) SetOutputId

func (s *DeleteApplicationOutputInput) SetOutputId(v string) *DeleteApplicationOutputInput

SetOutputId sets the OutputId field's value.

func (DeleteApplicationOutputInput) String

func (s DeleteApplicationOutputInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationOutputInput) Validate

func (s *DeleteApplicationOutputInput) Validate() error

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

type DeleteApplicationOutputOutput

type DeleteApplicationOutputOutput struct {

    // The application Amazon Resource Name (ARN).
    ApplicationARN *string `min:"1" type:"string"`

    // The current application version ID.
    ApplicationVersionId *int64 `min:"1" type:"long"`
    // contains filtered or unexported fields
}

func (DeleteApplicationOutputOutput) GoString

func (s DeleteApplicationOutputOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationOutputOutput) SetApplicationARN

func (s *DeleteApplicationOutputOutput) SetApplicationARN(v string) *DeleteApplicationOutputOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*DeleteApplicationOutputOutput) SetApplicationVersionId

func (s *DeleteApplicationOutputOutput) SetApplicationVersionId(v int64) *DeleteApplicationOutputOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (DeleteApplicationOutputOutput) String

func (s DeleteApplicationOutputOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteApplicationReferenceDataSourceInput

type DeleteApplicationReferenceDataSourceInput struct {

    // The name of an existing application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The current application version. You can use the DescribeApplication operation
    // to get the current application version. If the version specified is not the
    // current version, the ConcurrentModificationException is returned.
    //
    // CurrentApplicationVersionId is a required field
    CurrentApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // The ID of the reference data source. When you add a reference data source
    // to your application using the AddApplicationReferenceDataSource, Kinesis
    // Data Analytics assigns an ID. You can use the DescribeApplication operation
    // to get the reference ID.
    //
    // ReferenceId is a required field
    ReferenceId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApplicationReferenceDataSourceInput) GoString

func (s DeleteApplicationReferenceDataSourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationReferenceDataSourceInput) SetApplicationName

func (s *DeleteApplicationReferenceDataSourceInput) SetApplicationName(v string) *DeleteApplicationReferenceDataSourceInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteApplicationReferenceDataSourceInput) SetCurrentApplicationVersionId

func (s *DeleteApplicationReferenceDataSourceInput) SetCurrentApplicationVersionId(v int64) *DeleteApplicationReferenceDataSourceInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*DeleteApplicationReferenceDataSourceInput) SetReferenceId

func (s *DeleteApplicationReferenceDataSourceInput) SetReferenceId(v string) *DeleteApplicationReferenceDataSourceInput

SetReferenceId sets the ReferenceId field's value.

func (DeleteApplicationReferenceDataSourceInput) String

func (s DeleteApplicationReferenceDataSourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationReferenceDataSourceInput) Validate

func (s *DeleteApplicationReferenceDataSourceInput) Validate() error

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

type DeleteApplicationReferenceDataSourceOutput

type DeleteApplicationReferenceDataSourceOutput struct {

    // The application Amazon Resource Name (ARN).
    ApplicationARN *string `min:"1" type:"string"`

    // The updated version ID of the application.
    ApplicationVersionId *int64 `min:"1" type:"long"`
    // contains filtered or unexported fields
}

func (DeleteApplicationReferenceDataSourceOutput) GoString

func (s DeleteApplicationReferenceDataSourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationReferenceDataSourceOutput) SetApplicationARN

func (s *DeleteApplicationReferenceDataSourceOutput) SetApplicationARN(v string) *DeleteApplicationReferenceDataSourceOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*DeleteApplicationReferenceDataSourceOutput) SetApplicationVersionId

func (s *DeleteApplicationReferenceDataSourceOutput) SetApplicationVersionId(v int64) *DeleteApplicationReferenceDataSourceOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (DeleteApplicationReferenceDataSourceOutput) String

func (s DeleteApplicationReferenceDataSourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteApplicationSnapshotInput

type DeleteApplicationSnapshotInput struct {

    // The name of an existing application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The creation timestamp of the application snapshot to delete. You can retrieve
    // this value using or .
    //
    // SnapshotCreationTimestamp is a required field
    SnapshotCreationTimestamp *time.Time `type:"timestamp" required:"true"`

    // The identifier for the snapshot delete.
    //
    // SnapshotName is a required field
    SnapshotName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApplicationSnapshotInput) GoString

func (s DeleteApplicationSnapshotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationSnapshotInput) SetApplicationName

func (s *DeleteApplicationSnapshotInput) SetApplicationName(v string) *DeleteApplicationSnapshotInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteApplicationSnapshotInput) SetSnapshotCreationTimestamp

func (s *DeleteApplicationSnapshotInput) SetSnapshotCreationTimestamp(v time.Time) *DeleteApplicationSnapshotInput

SetSnapshotCreationTimestamp sets the SnapshotCreationTimestamp field's value.

func (*DeleteApplicationSnapshotInput) SetSnapshotName

func (s *DeleteApplicationSnapshotInput) SetSnapshotName(v string) *DeleteApplicationSnapshotInput

SetSnapshotName sets the SnapshotName field's value.

func (DeleteApplicationSnapshotInput) String

func (s DeleteApplicationSnapshotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationSnapshotInput) Validate

func (s *DeleteApplicationSnapshotInput) Validate() error

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

type DeleteApplicationSnapshotOutput

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

func (DeleteApplicationSnapshotOutput) GoString

func (s DeleteApplicationSnapshotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteApplicationSnapshotOutput) String

func (s DeleteApplicationSnapshotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteApplicationVpcConfigurationInput

type DeleteApplicationVpcConfigurationInput struct {

    // The name of an existing application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // A value you use to implement strong concurrency for application updates.
    // You must provide the CurrentApplicationVersionId or the ConditionalToken.
    // You get the application's current ConditionalToken using DescribeApplication.
    // For better concurrency support, use the ConditionalToken parameter instead
    // of CurrentApplicationVersionId.
    ConditionalToken *string `min:"1" type:"string"`

    // The current application version ID. You must provide the CurrentApplicationVersionId
    // or the ConditionalToken. You can retrieve the application version ID using
    // DescribeApplication. For better concurrency support, use the ConditionalToken
    // parameter instead of CurrentApplicationVersionId.
    CurrentApplicationVersionId *int64 `min:"1" type:"long"`

    // The ID of the VPC configuration to delete.
    //
    // VpcConfigurationId is a required field
    VpcConfigurationId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteApplicationVpcConfigurationInput) GoString

func (s DeleteApplicationVpcConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationVpcConfigurationInput) SetApplicationName

func (s *DeleteApplicationVpcConfigurationInput) SetApplicationName(v string) *DeleteApplicationVpcConfigurationInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteApplicationVpcConfigurationInput) SetConditionalToken

func (s *DeleteApplicationVpcConfigurationInput) SetConditionalToken(v string) *DeleteApplicationVpcConfigurationInput

SetConditionalToken sets the ConditionalToken field's value.

func (*DeleteApplicationVpcConfigurationInput) SetCurrentApplicationVersionId

func (s *DeleteApplicationVpcConfigurationInput) SetCurrentApplicationVersionId(v int64) *DeleteApplicationVpcConfigurationInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*DeleteApplicationVpcConfigurationInput) SetVpcConfigurationId

func (s *DeleteApplicationVpcConfigurationInput) SetVpcConfigurationId(v string) *DeleteApplicationVpcConfigurationInput

SetVpcConfigurationId sets the VpcConfigurationId field's value.

func (DeleteApplicationVpcConfigurationInput) String

func (s DeleteApplicationVpcConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationVpcConfigurationInput) Validate

func (s *DeleteApplicationVpcConfigurationInput) Validate() error

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

type DeleteApplicationVpcConfigurationOutput

type DeleteApplicationVpcConfigurationOutput struct {

    // The ARN of the Managed Service for Apache Flink application.
    ApplicationARN *string `min:"1" type:"string"`

    // The updated version ID of the application.
    ApplicationVersionId *int64 `min:"1" type:"long"`
    // contains filtered or unexported fields
}

func (DeleteApplicationVpcConfigurationOutput) GoString

func (s DeleteApplicationVpcConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationVpcConfigurationOutput) SetApplicationARN

func (s *DeleteApplicationVpcConfigurationOutput) SetApplicationARN(v string) *DeleteApplicationVpcConfigurationOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*DeleteApplicationVpcConfigurationOutput) SetApplicationVersionId

func (s *DeleteApplicationVpcConfigurationOutput) SetApplicationVersionId(v int64) *DeleteApplicationVpcConfigurationOutput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (DeleteApplicationVpcConfigurationOutput) String

func (s DeleteApplicationVpcConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeployAsApplicationConfiguration

type DeployAsApplicationConfiguration struct {

    // The description of an Amazon S3 object that contains the Amazon Data Analytics
    // application, including the Amazon Resource Name (ARN) of the S3 bucket, the
    // name of the Amazon S3 object that contains the data, and the version number
    // of the Amazon S3 object that contains the data.
    //
    // S3ContentLocation is a required field
    S3ContentLocation *S3ContentBaseLocation `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

The information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.

func (DeployAsApplicationConfiguration) GoString

func (s DeployAsApplicationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeployAsApplicationConfiguration) SetS3ContentLocation

func (s *DeployAsApplicationConfiguration) SetS3ContentLocation(v *S3ContentBaseLocation) *DeployAsApplicationConfiguration

SetS3ContentLocation sets the S3ContentLocation field's value.

func (DeployAsApplicationConfiguration) String

func (s DeployAsApplicationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeployAsApplicationConfiguration) Validate

func (s *DeployAsApplicationConfiguration) Validate() error

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

type DeployAsApplicationConfigurationDescription

type DeployAsApplicationConfigurationDescription struct {

    // The location that holds the data required to specify an Amazon Data Analytics
    // application.
    //
    // S3ContentLocationDescription is a required field
    S3ContentLocationDescription *S3ContentBaseLocationDescription `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

The configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.

func (DeployAsApplicationConfigurationDescription) GoString

func (s DeployAsApplicationConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeployAsApplicationConfigurationDescription) SetS3ContentLocationDescription

func (s *DeployAsApplicationConfigurationDescription) SetS3ContentLocationDescription(v *S3ContentBaseLocationDescription) *DeployAsApplicationConfigurationDescription

SetS3ContentLocationDescription sets the S3ContentLocationDescription field's value.

func (DeployAsApplicationConfigurationDescription) String

func (s DeployAsApplicationConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeployAsApplicationConfigurationUpdate

type DeployAsApplicationConfigurationUpdate struct {

    // Updates to the location that holds the data required to specify an Amazon
    // Data Analytics application.
    S3ContentLocationUpdate *S3ContentBaseLocationUpdate `type:"structure"`
    // contains filtered or unexported fields
}

Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.

func (DeployAsApplicationConfigurationUpdate) GoString

func (s DeployAsApplicationConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeployAsApplicationConfigurationUpdate) SetS3ContentLocationUpdate

func (s *DeployAsApplicationConfigurationUpdate) SetS3ContentLocationUpdate(v *S3ContentBaseLocationUpdate) *DeployAsApplicationConfigurationUpdate

SetS3ContentLocationUpdate sets the S3ContentLocationUpdate field's value.

func (DeployAsApplicationConfigurationUpdate) String

func (s DeployAsApplicationConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeployAsApplicationConfigurationUpdate) Validate

func (s *DeployAsApplicationConfigurationUpdate) Validate() error

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

type DescribeApplicationInput

type DescribeApplicationInput struct {

    // The name of the application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // Displays verbose information about a Managed Service for Apache Flink application,
    // including the application's job plan.
    IncludeAdditionalDetails *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (DescribeApplicationInput) GoString

func (s DescribeApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationInput) SetApplicationName

func (s *DescribeApplicationInput) SetApplicationName(v string) *DescribeApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*DescribeApplicationInput) SetIncludeAdditionalDetails

func (s *DescribeApplicationInput) SetIncludeAdditionalDetails(v bool) *DescribeApplicationInput

SetIncludeAdditionalDetails sets the IncludeAdditionalDetails field's value.

func (DescribeApplicationInput) String

func (s DescribeApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationInput) Validate

func (s *DescribeApplicationInput) Validate() error

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

type DescribeApplicationOutput

type DescribeApplicationOutput struct {

    // Provides a description of the application, such as the application's Amazon
    // Resource Name (ARN), status, and latest version.
    //
    // ApplicationDetail is a required field
    ApplicationDetail *ApplicationDetail `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeApplicationOutput) GoString

func (s DescribeApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationOutput) SetApplicationDetail

func (s *DescribeApplicationOutput) SetApplicationDetail(v *ApplicationDetail) *DescribeApplicationOutput

SetApplicationDetail sets the ApplicationDetail field's value.

func (DescribeApplicationOutput) String

func (s DescribeApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeApplicationSnapshotInput

type DescribeApplicationSnapshotInput struct {

    // The name of an existing application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The identifier of an application snapshot. You can retrieve this value using .
    //
    // SnapshotName is a required field
    SnapshotName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeApplicationSnapshotInput) GoString

func (s DescribeApplicationSnapshotInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationSnapshotInput) SetApplicationName

func (s *DescribeApplicationSnapshotInput) SetApplicationName(v string) *DescribeApplicationSnapshotInput

SetApplicationName sets the ApplicationName field's value.

func (*DescribeApplicationSnapshotInput) SetSnapshotName

func (s *DescribeApplicationSnapshotInput) SetSnapshotName(v string) *DescribeApplicationSnapshotInput

SetSnapshotName sets the SnapshotName field's value.

func (DescribeApplicationSnapshotInput) String

func (s DescribeApplicationSnapshotInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationSnapshotInput) Validate

func (s *DescribeApplicationSnapshotInput) Validate() error

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

type DescribeApplicationSnapshotOutput

type DescribeApplicationSnapshotOutput struct {

    // An object containing information about the application snapshot.
    //
    // SnapshotDetails is a required field
    SnapshotDetails *SnapshotDetails `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeApplicationSnapshotOutput) GoString

func (s DescribeApplicationSnapshotOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationSnapshotOutput) SetSnapshotDetails

func (s *DescribeApplicationSnapshotOutput) SetSnapshotDetails(v *SnapshotDetails) *DescribeApplicationSnapshotOutput

SetSnapshotDetails sets the SnapshotDetails field's value.

func (DescribeApplicationSnapshotOutput) String

func (s DescribeApplicationSnapshotOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeApplicationVersionInput

type DescribeApplicationVersionInput struct {

    // The name of the application for which you want to get the version description.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The ID of the application version for which you want to get the description.
    //
    // ApplicationVersionId is a required field
    ApplicationVersionId *int64 `min:"1" type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeApplicationVersionInput) GoString

func (s DescribeApplicationVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationVersionInput) SetApplicationName

func (s *DescribeApplicationVersionInput) SetApplicationName(v string) *DescribeApplicationVersionInput

SetApplicationName sets the ApplicationName field's value.

func (*DescribeApplicationVersionInput) SetApplicationVersionId

func (s *DescribeApplicationVersionInput) SetApplicationVersionId(v int64) *DescribeApplicationVersionInput

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (DescribeApplicationVersionInput) String

func (s DescribeApplicationVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationVersionInput) Validate

func (s *DescribeApplicationVersionInput) Validate() error

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

type DescribeApplicationVersionOutput

type DescribeApplicationVersionOutput struct {

    // Describes the application, including the application Amazon Resource Name
    // (ARN), status, latest version, and input and output configurations.
    ApplicationVersionDetail *ApplicationDetail `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeApplicationVersionOutput) GoString

func (s DescribeApplicationVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationVersionOutput) SetApplicationVersionDetail

func (s *DescribeApplicationVersionOutput) SetApplicationVersionDetail(v *ApplicationDetail) *DescribeApplicationVersionOutput

SetApplicationVersionDetail sets the ApplicationVersionDetail field's value.

func (DescribeApplicationVersionOutput) String

func (s DescribeApplicationVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DestinationSchema

type DestinationSchema struct {

    // Specifies the format of the records on the output stream.
    //
    // RecordFormatType is a required field
    RecordFormatType *string `type:"string" required:"true" enum:"RecordFormatType"`
    // contains filtered or unexported fields
}

Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.

func (DestinationSchema) GoString

func (s DestinationSchema) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DestinationSchema) SetRecordFormatType

func (s *DestinationSchema) SetRecordFormatType(v string) *DestinationSchema

SetRecordFormatType sets the RecordFormatType field's value.

func (DestinationSchema) String

func (s DestinationSchema) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DestinationSchema) Validate

func (s *DestinationSchema) Validate() error

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

type DiscoverInputSchemaInput

type DiscoverInputSchemaInput struct {

    // The InputProcessingConfiguration to use to preprocess the records before
    // discovering the schema of the records.
    InputProcessingConfiguration *InputProcessingConfiguration `type:"structure"`

    // The point at which you want Kinesis Data Analytics to start reading records
    // from the specified streaming source for discovery purposes.
    InputStartingPositionConfiguration *InputStartingPositionConfiguration `type:"structure"`

    // The Amazon Resource Name (ARN) of the streaming source.
    ResourceARN *string `min:"1" type:"string"`

    // Specify this parameter to discover a schema from data in an Amazon S3 object.
    S3Configuration *S3Configuration `type:"structure"`

    // The ARN of the role that is used to access the streaming source.
    //
    // ServiceExecutionRole is a required field
    ServiceExecutionRole *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DiscoverInputSchemaInput) GoString

func (s DiscoverInputSchemaInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DiscoverInputSchemaInput) SetInputProcessingConfiguration

func (s *DiscoverInputSchemaInput) SetInputProcessingConfiguration(v *InputProcessingConfiguration) *DiscoverInputSchemaInput

SetInputProcessingConfiguration sets the InputProcessingConfiguration field's value.

func (*DiscoverInputSchemaInput) SetInputStartingPositionConfiguration

func (s *DiscoverInputSchemaInput) SetInputStartingPositionConfiguration(v *InputStartingPositionConfiguration) *DiscoverInputSchemaInput

SetInputStartingPositionConfiguration sets the InputStartingPositionConfiguration field's value.

func (*DiscoverInputSchemaInput) SetResourceARN

func (s *DiscoverInputSchemaInput) SetResourceARN(v string) *DiscoverInputSchemaInput

SetResourceARN sets the ResourceARN field's value.

func (*DiscoverInputSchemaInput) SetS3Configuration

func (s *DiscoverInputSchemaInput) SetS3Configuration(v *S3Configuration) *DiscoverInputSchemaInput

SetS3Configuration sets the S3Configuration field's value.

func (*DiscoverInputSchemaInput) SetServiceExecutionRole

func (s *DiscoverInputSchemaInput) SetServiceExecutionRole(v string) *DiscoverInputSchemaInput

SetServiceExecutionRole sets the ServiceExecutionRole field's value.

func (DiscoverInputSchemaInput) String

func (s DiscoverInputSchemaInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DiscoverInputSchemaInput) Validate

func (s *DiscoverInputSchemaInput) Validate() error

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

type DiscoverInputSchemaOutput

type DiscoverInputSchemaOutput struct {

    // The schema inferred from the streaming source. It identifies the format of
    // the data in the streaming source and how each data element maps to corresponding
    // columns in the in-application stream that you can create.
    InputSchema *SourceSchema `type:"structure"`

    // An array of elements, where each element corresponds to a row in a stream
    // record (a stream record can have more than one row).
    ParsedInputRecords [][]*string `type:"list"`

    // The stream data that was modified by the processor specified in the InputProcessingConfiguration
    // parameter.
    ProcessedInputRecords []*string `type:"list"`

    // The raw stream data that was sampled to infer the schema.
    RawInputRecords []*string `type:"list"`
    // contains filtered or unexported fields
}

func (DiscoverInputSchemaOutput) GoString

func (s DiscoverInputSchemaOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DiscoverInputSchemaOutput) SetInputSchema

func (s *DiscoverInputSchemaOutput) SetInputSchema(v *SourceSchema) *DiscoverInputSchemaOutput

SetInputSchema sets the InputSchema field's value.

func (*DiscoverInputSchemaOutput) SetParsedInputRecords

func (s *DiscoverInputSchemaOutput) SetParsedInputRecords(v [][]*string) *DiscoverInputSchemaOutput

SetParsedInputRecords sets the ParsedInputRecords field's value.

func (*DiscoverInputSchemaOutput) SetProcessedInputRecords

func (s *DiscoverInputSchemaOutput) SetProcessedInputRecords(v []*string) *DiscoverInputSchemaOutput

SetProcessedInputRecords sets the ProcessedInputRecords field's value.

func (*DiscoverInputSchemaOutput) SetRawInputRecords

func (s *DiscoverInputSchemaOutput) SetRawInputRecords(v []*string) *DiscoverInputSchemaOutput

SetRawInputRecords sets the RawInputRecords field's value.

func (DiscoverInputSchemaOutput) String

func (s DiscoverInputSchemaOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentProperties

type EnvironmentProperties struct {

    // Describes the execution property groups.
    //
    // PropertyGroups is a required field
    PropertyGroups []*PropertyGroup `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Describes execution properties for a Managed Service for Apache Flink application.

func (EnvironmentProperties) GoString

func (s EnvironmentProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentProperties) SetPropertyGroups

func (s *EnvironmentProperties) SetPropertyGroups(v []*PropertyGroup) *EnvironmentProperties

SetPropertyGroups sets the PropertyGroups field's value.

func (EnvironmentProperties) String

func (s EnvironmentProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentProperties) Validate

func (s *EnvironmentProperties) Validate() error

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

type EnvironmentPropertyDescriptions

type EnvironmentPropertyDescriptions struct {

    // Describes the execution property groups.
    PropertyGroupDescriptions []*PropertyGroup `type:"list"`
    // contains filtered or unexported fields
}

Describes the execution properties for an Apache Flink runtime.

func (EnvironmentPropertyDescriptions) GoString

func (s EnvironmentPropertyDescriptions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentPropertyDescriptions) SetPropertyGroupDescriptions

func (s *EnvironmentPropertyDescriptions) SetPropertyGroupDescriptions(v []*PropertyGroup) *EnvironmentPropertyDescriptions

SetPropertyGroupDescriptions sets the PropertyGroupDescriptions field's value.

func (EnvironmentPropertyDescriptions) String

func (s EnvironmentPropertyDescriptions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentPropertyUpdates

type EnvironmentPropertyUpdates struct {

    // Describes updates to the execution property groups.
    //
    // PropertyGroups is a required field
    PropertyGroups []*PropertyGroup `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Describes updates to the execution property groups for a Managed Service for Apache Flink application or a Studio notebook.

func (EnvironmentPropertyUpdates) GoString

func (s EnvironmentPropertyUpdates) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentPropertyUpdates) SetPropertyGroups

func (s *EnvironmentPropertyUpdates) SetPropertyGroups(v []*PropertyGroup) *EnvironmentPropertyUpdates

SetPropertyGroups sets the PropertyGroups field's value.

func (EnvironmentPropertyUpdates) String

func (s EnvironmentPropertyUpdates) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentPropertyUpdates) Validate

func (s *EnvironmentPropertyUpdates) Validate() error

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

type FlinkApplicationConfiguration

type FlinkApplicationConfiguration struct {

    // Describes an application's checkpointing configuration. Checkpointing is
    // the process of persisting application state for fault tolerance. For more
    // information, see Checkpoints for Fault Tolerance (https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/datastream/fault-tolerance/checkpointing/#enabling-and-configuring-checkpointing)
    // in the Apache Flink Documentation (https://nightlies.apache.org/flink/flink-docs-release-1.18/).
    CheckpointConfiguration *CheckpointConfiguration `type:"structure"`

    // Describes configuration parameters for Amazon CloudWatch logging for an application.
    MonitoringConfiguration *MonitoringConfiguration `type:"structure"`

    // Describes parameters for how an application executes multiple tasks simultaneously.
    ParallelismConfiguration *ParallelismConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

Describes configuration parameters for a Managed Service for Apache Flink application or a Studio notebook.

func (FlinkApplicationConfiguration) GoString

func (s FlinkApplicationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlinkApplicationConfiguration) SetCheckpointConfiguration

func (s *FlinkApplicationConfiguration) SetCheckpointConfiguration(v *CheckpointConfiguration) *FlinkApplicationConfiguration

SetCheckpointConfiguration sets the CheckpointConfiguration field's value.

func (*FlinkApplicationConfiguration) SetMonitoringConfiguration

func (s *FlinkApplicationConfiguration) SetMonitoringConfiguration(v *MonitoringConfiguration) *FlinkApplicationConfiguration

SetMonitoringConfiguration sets the MonitoringConfiguration field's value.

func (*FlinkApplicationConfiguration) SetParallelismConfiguration

func (s *FlinkApplicationConfiguration) SetParallelismConfiguration(v *ParallelismConfiguration) *FlinkApplicationConfiguration

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (FlinkApplicationConfiguration) String

func (s FlinkApplicationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlinkApplicationConfiguration) Validate

func (s *FlinkApplicationConfiguration) Validate() error

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

type FlinkApplicationConfigurationDescription

type FlinkApplicationConfigurationDescription struct {

    // Describes an application's checkpointing configuration. Checkpointing is
    // the process of persisting application state for fault tolerance.
    CheckpointConfigurationDescription *CheckpointConfigurationDescription `type:"structure"`

    // The job plan for an application. For more information about the job plan,
    // see Jobs and Scheduling (https://nightlies.apache.org/flink/flink-docs-release-1.18/internals/job_scheduling.html)
    // in the Apache Flink Documentation (https://nightlies.apache.org/flink/flink-docs-release-1.18/).
    // To retrieve the job plan for the application, use the DescribeApplicationRequest$IncludeAdditionalDetails
    // parameter of the DescribeApplication operation.
    JobPlanDescription *string `type:"string"`

    // Describes configuration parameters for Amazon CloudWatch logging for an application.
    MonitoringConfigurationDescription *MonitoringConfigurationDescription `type:"structure"`

    // Describes parameters for how an application executes multiple tasks simultaneously.
    ParallelismConfigurationDescription *ParallelismConfigurationDescription `type:"structure"`
    // contains filtered or unexported fields
}

Describes configuration parameters for a Managed Service for Apache Flink application.

func (FlinkApplicationConfigurationDescription) GoString

func (s FlinkApplicationConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlinkApplicationConfigurationDescription) SetCheckpointConfigurationDescription

func (s *FlinkApplicationConfigurationDescription) SetCheckpointConfigurationDescription(v *CheckpointConfigurationDescription) *FlinkApplicationConfigurationDescription

SetCheckpointConfigurationDescription sets the CheckpointConfigurationDescription field's value.

func (*FlinkApplicationConfigurationDescription) SetJobPlanDescription

func (s *FlinkApplicationConfigurationDescription) SetJobPlanDescription(v string) *FlinkApplicationConfigurationDescription

SetJobPlanDescription sets the JobPlanDescription field's value.

func (*FlinkApplicationConfigurationDescription) SetMonitoringConfigurationDescription

func (s *FlinkApplicationConfigurationDescription) SetMonitoringConfigurationDescription(v *MonitoringConfigurationDescription) *FlinkApplicationConfigurationDescription

SetMonitoringConfigurationDescription sets the MonitoringConfigurationDescription field's value.

func (*FlinkApplicationConfigurationDescription) SetParallelismConfigurationDescription

func (s *FlinkApplicationConfigurationDescription) SetParallelismConfigurationDescription(v *ParallelismConfigurationDescription) *FlinkApplicationConfigurationDescription

SetParallelismConfigurationDescription sets the ParallelismConfigurationDescription field's value.

func (FlinkApplicationConfigurationDescription) String

func (s FlinkApplicationConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FlinkApplicationConfigurationUpdate

type FlinkApplicationConfigurationUpdate struct {

    // Describes updates to an application's checkpointing configuration. Checkpointing
    // is the process of persisting application state for fault tolerance.
    CheckpointConfigurationUpdate *CheckpointConfigurationUpdate `type:"structure"`

    // Describes updates to the configuration parameters for Amazon CloudWatch logging
    // for an application.
    MonitoringConfigurationUpdate *MonitoringConfigurationUpdate `type:"structure"`

    // Describes updates to the parameters for how an application executes multiple
    // tasks simultaneously.
    ParallelismConfigurationUpdate *ParallelismConfigurationUpdate `type:"structure"`
    // contains filtered or unexported fields
}

Describes updates to the configuration parameters for a Managed Service for Apache Flink application.

func (FlinkApplicationConfigurationUpdate) GoString

func (s FlinkApplicationConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlinkApplicationConfigurationUpdate) SetCheckpointConfigurationUpdate

func (s *FlinkApplicationConfigurationUpdate) SetCheckpointConfigurationUpdate(v *CheckpointConfigurationUpdate) *FlinkApplicationConfigurationUpdate

SetCheckpointConfigurationUpdate sets the CheckpointConfigurationUpdate field's value.

func (*FlinkApplicationConfigurationUpdate) SetMonitoringConfigurationUpdate

func (s *FlinkApplicationConfigurationUpdate) SetMonitoringConfigurationUpdate(v *MonitoringConfigurationUpdate) *FlinkApplicationConfigurationUpdate

SetMonitoringConfigurationUpdate sets the MonitoringConfigurationUpdate field's value.

func (*FlinkApplicationConfigurationUpdate) SetParallelismConfigurationUpdate

func (s *FlinkApplicationConfigurationUpdate) SetParallelismConfigurationUpdate(v *ParallelismConfigurationUpdate) *FlinkApplicationConfigurationUpdate

SetParallelismConfigurationUpdate sets the ParallelismConfigurationUpdate field's value.

func (FlinkApplicationConfigurationUpdate) String

func (s FlinkApplicationConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlinkApplicationConfigurationUpdate) Validate

func (s *FlinkApplicationConfigurationUpdate) Validate() error

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

type FlinkRunConfiguration

type FlinkRunConfiguration struct {

    // When restoring from a snapshot, specifies whether the runtime is allowed
    // to skip a state that cannot be mapped to the new program. This will happen
    // if the program is updated between snapshots to remove stateful parameters,
    // and state data in the snapshot no longer corresponds to valid application
    // data. For more information, see Allowing Non-Restored State (https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/ops/state/savepoints/#allowing-non-restored-state)
    // in the Apache Flink documentation (https://nightlies.apache.org/flink/flink-docs-release-1.18/).
    //
    // This value defaults to false. If you update your application without specifying
    // this parameter, AllowNonRestoredState will be set to false, even if it was
    // previously set to true.
    AllowNonRestoredState *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Describes the starting parameters for a Managed Service for Apache Flink application.

func (FlinkRunConfiguration) GoString

func (s FlinkRunConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlinkRunConfiguration) SetAllowNonRestoredState

func (s *FlinkRunConfiguration) SetAllowNonRestoredState(v bool) *FlinkRunConfiguration

SetAllowNonRestoredState sets the AllowNonRestoredState field's value.

func (FlinkRunConfiguration) String

func (s FlinkRunConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GlueDataCatalogConfiguration

type GlueDataCatalogConfiguration struct {

    // The Amazon Resource Name (ARN) of the database.
    //
    // DatabaseARN is a required field
    DatabaseARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.

func (GlueDataCatalogConfiguration) GoString

func (s GlueDataCatalogConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GlueDataCatalogConfiguration) SetDatabaseARN

func (s *GlueDataCatalogConfiguration) SetDatabaseARN(v string) *GlueDataCatalogConfiguration

SetDatabaseARN sets the DatabaseARN field's value.

func (GlueDataCatalogConfiguration) String

func (s GlueDataCatalogConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GlueDataCatalogConfiguration) Validate

func (s *GlueDataCatalogConfiguration) Validate() error

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

type GlueDataCatalogConfigurationDescription

type GlueDataCatalogConfigurationDescription struct {

    // The Amazon Resource Name (ARN) of the database.
    //
    // DatabaseARN is a required field
    DatabaseARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.

func (GlueDataCatalogConfigurationDescription) GoString

func (s GlueDataCatalogConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GlueDataCatalogConfigurationDescription) SetDatabaseARN

func (s *GlueDataCatalogConfigurationDescription) SetDatabaseARN(v string) *GlueDataCatalogConfigurationDescription

SetDatabaseARN sets the DatabaseARN field's value.

func (GlueDataCatalogConfigurationDescription) String

func (s GlueDataCatalogConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GlueDataCatalogConfigurationUpdate

type GlueDataCatalogConfigurationUpdate struct {

    // The updated Amazon Resource Name (ARN) of the database.
    //
    // DatabaseARNUpdate is a required field
    DatabaseARNUpdate *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Updates to the configuration of the Glue Data Catalog that you use for SQL queries that you write in a Managed Service for Apache Flink Studio notebook.

func (GlueDataCatalogConfigurationUpdate) GoString

func (s GlueDataCatalogConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GlueDataCatalogConfigurationUpdate) SetDatabaseARNUpdate

func (s *GlueDataCatalogConfigurationUpdate) SetDatabaseARNUpdate(v string) *GlueDataCatalogConfigurationUpdate

SetDatabaseARNUpdate sets the DatabaseARNUpdate field's value.

func (GlueDataCatalogConfigurationUpdate) String

func (s GlueDataCatalogConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GlueDataCatalogConfigurationUpdate) Validate

func (s *GlueDataCatalogConfigurationUpdate) Validate() error

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

type Input

type Input struct {

    // Describes the number of in-application streams to create.
    InputParallelism *InputParallelism `type:"structure"`

    // The InputProcessingConfiguration for the input. An input processor transforms
    // records as they are received from the stream, before the application's SQL
    // code executes. Currently, the only input processing configuration available
    // is InputLambdaProcessor.
    InputProcessingConfiguration *InputProcessingConfiguration `type:"structure"`

    // Describes the format of the data in the streaming source, and how each data
    // element maps to corresponding columns in the in-application stream that is
    // being created.
    //
    // Also used to describe the format of the reference data source.
    //
    // InputSchema is a required field
    InputSchema *SourceSchema `type:"structure" required:"true"`

    // If the streaming source is an Amazon Kinesis Data Firehose delivery stream,
    // identifies the delivery stream's ARN.
    KinesisFirehoseInput *KinesisFirehoseInput `type:"structure"`

    // If the streaming source is an Amazon Kinesis data stream, identifies the
    // stream's Amazon Resource Name (ARN).
    KinesisStreamsInput *KinesisStreamsInput `type:"structure"`

    // The name prefix to use when creating an in-application stream. Suppose that
    // you specify a prefix "MyInApplicationStream." Kinesis Data Analytics then
    // creates one or more (as per the InputParallelism count you specified) in-application
    // streams with the names "MyInApplicationStream_001," "MyInApplicationStream_002,"
    // and so on.
    //
    // NamePrefix is a required field
    NamePrefix *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

When you configure the application input for a SQL-based Kinesis Data Analytics application, you specify the streaming source, the in-application stream name that is created, and the mapping between the two.

func (Input) GoString

func (s Input) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Input) SetInputParallelism

func (s *Input) SetInputParallelism(v *InputParallelism) *Input

SetInputParallelism sets the InputParallelism field's value.

func (*Input) SetInputProcessingConfiguration

func (s *Input) SetInputProcessingConfiguration(v *InputProcessingConfiguration) *Input

SetInputProcessingConfiguration sets the InputProcessingConfiguration field's value.

func (*Input) SetInputSchema

func (s *Input) SetInputSchema(v *SourceSchema) *Input

SetInputSchema sets the InputSchema field's value.

func (*Input) SetKinesisFirehoseInput

func (s *Input) SetKinesisFirehoseInput(v *KinesisFirehoseInput) *Input

SetKinesisFirehoseInput sets the KinesisFirehoseInput field's value.

func (*Input) SetKinesisStreamsInput

func (s *Input) SetKinesisStreamsInput(v *KinesisStreamsInput) *Input

SetKinesisStreamsInput sets the KinesisStreamsInput field's value.

func (*Input) SetNamePrefix

func (s *Input) SetNamePrefix(v string) *Input

SetNamePrefix sets the NamePrefix field's value.

func (Input) String

func (s Input) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Input) Validate

func (s *Input) Validate() error

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

type InputDescription

type InputDescription struct {

    // Returns the in-application stream names that are mapped to the stream source.
    InAppStreamNames []*string `type:"list"`

    // The input ID that is associated with the application input. This is the ID
    // that Kinesis Data Analytics assigns to each input configuration that you
    // add to your application.
    InputId *string `min:"1" type:"string"`

    // Describes the configured parallelism (number of in-application streams mapped
    // to the streaming source).
    InputParallelism *InputParallelism `type:"structure"`

    // The description of the preprocessor that executes on records in this input
    // before the application's code is run.
    InputProcessingConfigurationDescription *InputProcessingConfigurationDescription `type:"structure"`

    // Describes the format of the data in the streaming source, and how each data
    // element maps to corresponding columns in the in-application stream that is
    // being created.
    InputSchema *SourceSchema `type:"structure"`

    // The point at which the application is configured to read from the input stream.
    InputStartingPositionConfiguration *InputStartingPositionConfiguration `type:"structure"`

    // If a Kinesis Data Firehose delivery stream is configured as a streaming source,
    // provides the delivery stream's ARN.
    KinesisFirehoseInputDescription *KinesisFirehoseInputDescription `type:"structure"`

    // If a Kinesis data stream is configured as a streaming source, provides the
    // Kinesis data stream's Amazon Resource Name (ARN).
    KinesisStreamsInputDescription *KinesisStreamsInputDescription `type:"structure"`

    // The in-application name prefix.
    NamePrefix *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes the application input configuration for a SQL-based Kinesis Data Analytics application.

func (InputDescription) GoString

func (s InputDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputDescription) SetInAppStreamNames

func (s *InputDescription) SetInAppStreamNames(v []*string) *InputDescription

SetInAppStreamNames sets the InAppStreamNames field's value.

func (*InputDescription) SetInputId

func (s *InputDescription) SetInputId(v string) *InputDescription

SetInputId sets the InputId field's value.

func (*InputDescription) SetInputParallelism

func (s *InputDescription) SetInputParallelism(v *InputParallelism) *InputDescription

SetInputParallelism sets the InputParallelism field's value.

func (*InputDescription) SetInputProcessingConfigurationDescription

func (s *InputDescription) SetInputProcessingConfigurationDescription(v *InputProcessingConfigurationDescription) *InputDescription

SetInputProcessingConfigurationDescription sets the InputProcessingConfigurationDescription field's value.

func (*InputDescription) SetInputSchema

func (s *InputDescription) SetInputSchema(v *SourceSchema) *InputDescription

SetInputSchema sets the InputSchema field's value.

func (*InputDescription) SetInputStartingPositionConfiguration

func (s *InputDescription) SetInputStartingPositionConfiguration(v *InputStartingPositionConfiguration) *InputDescription

SetInputStartingPositionConfiguration sets the InputStartingPositionConfiguration field's value.

func (*InputDescription) SetKinesisFirehoseInputDescription

func (s *InputDescription) SetKinesisFirehoseInputDescription(v *KinesisFirehoseInputDescription) *InputDescription

SetKinesisFirehoseInputDescription sets the KinesisFirehoseInputDescription field's value.

func (*InputDescription) SetKinesisStreamsInputDescription

func (s *InputDescription) SetKinesisStreamsInputDescription(v *KinesisStreamsInputDescription) *InputDescription

SetKinesisStreamsInputDescription sets the KinesisStreamsInputDescription field's value.

func (*InputDescription) SetNamePrefix

func (s *InputDescription) SetNamePrefix(v string) *InputDescription

SetNamePrefix sets the NamePrefix field's value.

func (InputDescription) String

func (s InputDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InputLambdaProcessor

type InputLambdaProcessor struct {

    // The ARN of the Amazon Lambda function that operates on records in the stream.
    //
    // To specify an earlier version of the Lambda function than the latest, include
    // the Lambda function version in the Lambda function ARN. For more information
    // about Lambda ARNs, see Example ARNs: Amazon Lambda (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

An object that contains the Amazon Resource Name (ARN) of the Amazon Lambda function that is used to preprocess records in the stream in a SQL-based Kinesis Data Analytics application.

func (InputLambdaProcessor) GoString

func (s InputLambdaProcessor) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputLambdaProcessor) SetResourceARN

func (s *InputLambdaProcessor) SetResourceARN(v string) *InputLambdaProcessor

SetResourceARN sets the ResourceARN field's value.

func (InputLambdaProcessor) String

func (s InputLambdaProcessor) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputLambdaProcessor) Validate

func (s *InputLambdaProcessor) Validate() error

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

type InputLambdaProcessorDescription

type InputLambdaProcessorDescription struct {

    // The ARN of the Amazon Lambda function that is used to preprocess the records
    // in the stream.
    //
    // To specify an earlier version of the Lambda function than the latest, include
    // the Lambda function version in the Lambda function ARN. For more information
    // about Lambda ARNs, see Example ARNs: Amazon Lambda (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`

    // The ARN of the IAM role that is used to access the Amazon Lambda function.
    //
    // Provided for backward compatibility. Applications that are created with the
    // current API version have an application-level service execution role rather
    // than a resource-level role.
    RoleARN *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, an object that contains the Amazon Resource Name (ARN) of the Amazon Lambda function that is used to preprocess records in the stream.

func (InputLambdaProcessorDescription) GoString

func (s InputLambdaProcessorDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputLambdaProcessorDescription) SetResourceARN

func (s *InputLambdaProcessorDescription) SetResourceARN(v string) *InputLambdaProcessorDescription

SetResourceARN sets the ResourceARN field's value.

func (*InputLambdaProcessorDescription) SetRoleARN

func (s *InputLambdaProcessorDescription) SetRoleARN(v string) *InputLambdaProcessorDescription

SetRoleARN sets the RoleARN field's value.

func (InputLambdaProcessorDescription) String

func (s InputLambdaProcessorDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InputLambdaProcessorUpdate

type InputLambdaProcessorUpdate struct {

    // The Amazon Resource Name (ARN) of the new Amazon Lambda function that is
    // used to preprocess the records in the stream.
    //
    // To specify an earlier version of the Lambda function than the latest, include
    // the Lambda function version in the Lambda function ARN. For more information
    // about Lambda ARNs, see Example ARNs: Amazon Lambda (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
    //
    // ResourceARNUpdate is a required field
    ResourceARNUpdate *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, represents an update to the InputLambdaProcessor that is used to preprocess the records in the stream.

func (InputLambdaProcessorUpdate) GoString

func (s InputLambdaProcessorUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputLambdaProcessorUpdate) SetResourceARNUpdate

func (s *InputLambdaProcessorUpdate) SetResourceARNUpdate(v string) *InputLambdaProcessorUpdate

SetResourceARNUpdate sets the ResourceARNUpdate field's value.

func (InputLambdaProcessorUpdate) String

func (s InputLambdaProcessorUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputLambdaProcessorUpdate) Validate

func (s *InputLambdaProcessorUpdate) Validate() error

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

type InputParallelism

type InputParallelism struct {

    // The number of in-application streams to create.
    Count *int64 `min:"1" type:"integer"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.

func (InputParallelism) GoString

func (s InputParallelism) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputParallelism) SetCount

func (s *InputParallelism) SetCount(v int64) *InputParallelism

SetCount sets the Count field's value.

func (InputParallelism) String

func (s InputParallelism) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputParallelism) Validate

func (s *InputParallelism) Validate() error

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

type InputParallelismUpdate

type InputParallelismUpdate struct {

    // The number of in-application streams to create for the specified streaming
    // source.
    //
    // CountUpdate is a required field
    CountUpdate *int64 `min:"1" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, provides updates to the parallelism count.

func (InputParallelismUpdate) GoString

func (s InputParallelismUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputParallelismUpdate) SetCountUpdate

func (s *InputParallelismUpdate) SetCountUpdate(v int64) *InputParallelismUpdate

SetCountUpdate sets the CountUpdate field's value.

func (InputParallelismUpdate) String

func (s InputParallelismUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputParallelismUpdate) Validate

func (s *InputParallelismUpdate) Validate() error

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

type InputProcessingConfiguration

type InputProcessingConfiguration struct {

    // The InputLambdaProcessor that is used to preprocess the records in the stream
    // before being processed by your application code.
    //
    // InputLambdaProcessor is a required field
    InputLambdaProcessor *InputLambdaProcessor `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes a processor that is used to preprocess the records in the stream before being processed by your application code. Currently, the only input processor available is Amazon Lambda (https://docs.aws.amazon.com/lambda/).

func (InputProcessingConfiguration) GoString

func (s InputProcessingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputProcessingConfiguration) SetInputLambdaProcessor

func (s *InputProcessingConfiguration) SetInputLambdaProcessor(v *InputLambdaProcessor) *InputProcessingConfiguration

SetInputLambdaProcessor sets the InputLambdaProcessor field's value.

func (InputProcessingConfiguration) String

func (s InputProcessingConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputProcessingConfiguration) Validate

func (s *InputProcessingConfiguration) Validate() error

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

type InputProcessingConfigurationDescription

type InputProcessingConfigurationDescription struct {

    // Provides configuration information about the associated InputLambdaProcessorDescription
    InputLambdaProcessorDescription *InputLambdaProcessorDescription `type:"structure"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, provides the configuration information about an input processor. Currently, the only input processor available is Amazon Lambda (https://docs.aws.amazon.com/lambda/).

func (InputProcessingConfigurationDescription) GoString

func (s InputProcessingConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputProcessingConfigurationDescription) SetInputLambdaProcessorDescription

func (s *InputProcessingConfigurationDescription) SetInputLambdaProcessorDescription(v *InputLambdaProcessorDescription) *InputProcessingConfigurationDescription

SetInputLambdaProcessorDescription sets the InputLambdaProcessorDescription field's value.

func (InputProcessingConfigurationDescription) String

func (s InputProcessingConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InputProcessingConfigurationUpdate

type InputProcessingConfigurationUpdate struct {

    // Provides update information for an InputLambdaProcessor.
    //
    // InputLambdaProcessorUpdate is a required field
    InputLambdaProcessorUpdate *InputLambdaProcessorUpdate `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes updates to an InputProcessingConfiguration.

func (InputProcessingConfigurationUpdate) GoString

func (s InputProcessingConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputProcessingConfigurationUpdate) SetInputLambdaProcessorUpdate

func (s *InputProcessingConfigurationUpdate) SetInputLambdaProcessorUpdate(v *InputLambdaProcessorUpdate) *InputProcessingConfigurationUpdate

SetInputLambdaProcessorUpdate sets the InputLambdaProcessorUpdate field's value.

func (InputProcessingConfigurationUpdate) String

func (s InputProcessingConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputProcessingConfigurationUpdate) Validate

func (s *InputProcessingConfigurationUpdate) Validate() error

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

type InputSchemaUpdate

type InputSchemaUpdate struct {

    // A list of RecordColumn objects. Each object describes the mapping of the
    // streaming source element to the corresponding column in the in-application
    // stream.
    RecordColumnUpdates []*RecordColumn `min:"1" type:"list"`

    // Specifies the encoding of the records in the streaming source; for example,
    // UTF-8.
    RecordEncodingUpdate *string `min:"5" type:"string"`

    // Specifies the format of the records on the streaming source.
    RecordFormatUpdate *RecordFormat `type:"structure"`
    // contains filtered or unexported fields
}

Describes updates for an SQL-based Kinesis Data Analytics application's input schema.

func (InputSchemaUpdate) GoString

func (s InputSchemaUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputSchemaUpdate) SetRecordColumnUpdates

func (s *InputSchemaUpdate) SetRecordColumnUpdates(v []*RecordColumn) *InputSchemaUpdate

SetRecordColumnUpdates sets the RecordColumnUpdates field's value.

func (*InputSchemaUpdate) SetRecordEncodingUpdate

func (s *InputSchemaUpdate) SetRecordEncodingUpdate(v string) *InputSchemaUpdate

SetRecordEncodingUpdate sets the RecordEncodingUpdate field's value.

func (*InputSchemaUpdate) SetRecordFormatUpdate

func (s *InputSchemaUpdate) SetRecordFormatUpdate(v *RecordFormat) *InputSchemaUpdate

SetRecordFormatUpdate sets the RecordFormatUpdate field's value.

func (InputSchemaUpdate) String

func (s InputSchemaUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputSchemaUpdate) Validate

func (s *InputSchemaUpdate) Validate() error

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

type InputStartingPositionConfiguration

type InputStartingPositionConfiguration struct {

    // The starting position on the stream.
    //
    //    * NOW - Start reading just after the most recent record in the stream,
    //    and start at the request timestamp that the customer issued.
    //
    //    * TRIM_HORIZON - Start reading at the last untrimmed record in the stream,
    //    which is the oldest record available in the stream. This option is not
    //    available for an Amazon Kinesis Data Firehose delivery stream.
    //
    //    * LAST_STOPPED_POINT - Resume reading from where the application last
    //    stopped reading.
    InputStartingPosition *string `type:"string" enum:"InputStartingPosition"`
    // contains filtered or unexported fields
}

Describes the point at which the application reads from the streaming source.

func (InputStartingPositionConfiguration) GoString

func (s InputStartingPositionConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputStartingPositionConfiguration) SetInputStartingPosition

func (s *InputStartingPositionConfiguration) SetInputStartingPosition(v string) *InputStartingPositionConfiguration

SetInputStartingPosition sets the InputStartingPosition field's value.

func (InputStartingPositionConfiguration) String

func (s InputStartingPositionConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InputUpdate

type InputUpdate struct {

    // The input ID of the application input to be updated.
    //
    // InputId is a required field
    InputId *string `min:"1" type:"string" required:"true"`

    // Describes the parallelism updates (the number of in-application streams Kinesis
    // Data Analytics creates for the specific streaming source).
    InputParallelismUpdate *InputParallelismUpdate `type:"structure"`

    // Describes updates to an InputProcessingConfiguration.
    InputProcessingConfigurationUpdate *InputProcessingConfigurationUpdate `type:"structure"`

    // Describes the data format on the streaming source, and how record elements
    // on the streaming source map to columns of the in-application stream that
    // is created.
    InputSchemaUpdate *InputSchemaUpdate `type:"structure"`

    // If a Kinesis Data Firehose delivery stream is the streaming source to be
    // updated, provides an updated stream ARN.
    KinesisFirehoseInputUpdate *KinesisFirehoseInputUpdate `type:"structure"`

    // If a Kinesis data stream is the streaming source to be updated, provides
    // an updated stream Amazon Resource Name (ARN).
    KinesisStreamsInputUpdate *KinesisStreamsInputUpdate `type:"structure"`

    // The name prefix for in-application streams that Kinesis Data Analytics creates
    // for the specific streaming source.
    NamePrefixUpdate *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes updates to a specific input configuration (identified by the InputId of an application).

func (InputUpdate) GoString

func (s InputUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputUpdate) SetInputId

func (s *InputUpdate) SetInputId(v string) *InputUpdate

SetInputId sets the InputId field's value.

func (*InputUpdate) SetInputParallelismUpdate

func (s *InputUpdate) SetInputParallelismUpdate(v *InputParallelismUpdate) *InputUpdate

SetInputParallelismUpdate sets the InputParallelismUpdate field's value.

func (*InputUpdate) SetInputProcessingConfigurationUpdate

func (s *InputUpdate) SetInputProcessingConfigurationUpdate(v *InputProcessingConfigurationUpdate) *InputUpdate

SetInputProcessingConfigurationUpdate sets the InputProcessingConfigurationUpdate field's value.

func (*InputUpdate) SetInputSchemaUpdate

func (s *InputUpdate) SetInputSchemaUpdate(v *InputSchemaUpdate) *InputUpdate

SetInputSchemaUpdate sets the InputSchemaUpdate field's value.

func (*InputUpdate) SetKinesisFirehoseInputUpdate

func (s *InputUpdate) SetKinesisFirehoseInputUpdate(v *KinesisFirehoseInputUpdate) *InputUpdate

SetKinesisFirehoseInputUpdate sets the KinesisFirehoseInputUpdate field's value.

func (*InputUpdate) SetKinesisStreamsInputUpdate

func (s *InputUpdate) SetKinesisStreamsInputUpdate(v *KinesisStreamsInputUpdate) *InputUpdate

SetKinesisStreamsInputUpdate sets the KinesisStreamsInputUpdate field's value.

func (*InputUpdate) SetNamePrefixUpdate

func (s *InputUpdate) SetNamePrefixUpdate(v string) *InputUpdate

SetNamePrefixUpdate sets the NamePrefixUpdate field's value.

func (InputUpdate) String

func (s InputUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputUpdate) Validate

func (s *InputUpdate) Validate() error

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

type InvalidApplicationConfigurationException

type InvalidApplicationConfigurationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The user-provided application configuration is not valid.

func (*InvalidApplicationConfigurationException) Code

func (s *InvalidApplicationConfigurationException) Code() string

Code returns the exception type name.

func (*InvalidApplicationConfigurationException) Error

func (s *InvalidApplicationConfigurationException) Error() string

func (InvalidApplicationConfigurationException) GoString

func (s InvalidApplicationConfigurationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidApplicationConfigurationException) Message

func (s *InvalidApplicationConfigurationException) Message() string

Message returns the exception's message.

func (*InvalidApplicationConfigurationException) OrigErr

func (s *InvalidApplicationConfigurationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidApplicationConfigurationException) RequestID

func (s *InvalidApplicationConfigurationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidApplicationConfigurationException) StatusCode

func (s *InvalidApplicationConfigurationException) StatusCode() int

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

func (InvalidApplicationConfigurationException) String

func (s InvalidApplicationConfigurationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidArgumentException

type InvalidArgumentException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified input parameter value is not valid.

func (*InvalidArgumentException) Code

func (s *InvalidArgumentException) Code() string

Code returns the exception type name.

func (*InvalidArgumentException) Error

func (s *InvalidArgumentException) Error() string

func (InvalidArgumentException) GoString

func (s InvalidArgumentException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidArgumentException) Message

func (s *InvalidArgumentException) Message() string

Message returns the exception's message.

func (*InvalidArgumentException) OrigErr

func (s *InvalidArgumentException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidArgumentException) RequestID

func (s *InvalidArgumentException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidArgumentException) StatusCode

func (s *InvalidArgumentException) StatusCode() int

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

func (InvalidArgumentException) String

func (s InvalidArgumentException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidRequestException

type InvalidRequestException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The request JSON is not valid for the operation.

func (*InvalidRequestException) Code

func (s *InvalidRequestException) Code() string

Code returns the exception type name.

func (*InvalidRequestException) Error

func (s *InvalidRequestException) Error() string

func (InvalidRequestException) GoString

func (s InvalidRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidRequestException) Message

func (s *InvalidRequestException) Message() string

Message returns the exception's message.

func (*InvalidRequestException) OrigErr

func (s *InvalidRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidRequestException) RequestID

func (s *InvalidRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidRequestException) StatusCode

func (s *InvalidRequestException) StatusCode() int

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

func (InvalidRequestException) String

func (s InvalidRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type JSONMappingParameters

type JSONMappingParameters struct {

    // The path to the top-level parent that contains the records.
    //
    // RecordRowPath is a required field
    RecordRowPath *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.

func (JSONMappingParameters) GoString

func (s JSONMappingParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JSONMappingParameters) SetRecordRowPath

func (s *JSONMappingParameters) SetRecordRowPath(v string) *JSONMappingParameters

SetRecordRowPath sets the RecordRowPath field's value.

func (JSONMappingParameters) String

func (s JSONMappingParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JSONMappingParameters) Validate

func (s *JSONMappingParameters) Validate() error

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

type KinesisAnalyticsV2

type KinesisAnalyticsV2 struct {
    *client.Client
}

KinesisAnalyticsV2 provides the API operation methods for making requests to Amazon Kinesis Analytics. See this package's package overview docs for details on the service.

KinesisAnalyticsV2 methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *KinesisAnalyticsV2

New creates a new instance of the KinesisAnalyticsV2 client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a KinesisAnalyticsV2 client from just a session.
svc := kinesisanalyticsv2.New(mySession)

// Create a KinesisAnalyticsV2 client with additional configuration
svc := kinesisanalyticsv2.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*KinesisAnalyticsV2) AddApplicationCloudWatchLoggingOption

func (c *KinesisAnalyticsV2) AddApplicationCloudWatchLoggingOption(input *AddApplicationCloudWatchLoggingOptionInput) (*AddApplicationCloudWatchLoggingOptionOutput, error)

AddApplicationCloudWatchLoggingOption API operation for Amazon Kinesis Analytics.

Adds an Amazon CloudWatch log stream to monitor application configuration errors.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation AddApplicationCloudWatchLoggingOption for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidRequestException The request JSON is not valid for the operation.

  • InvalidApplicationConfigurationException The user-provided application configuration is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationCloudWatchLoggingOption

func (*KinesisAnalyticsV2) AddApplicationCloudWatchLoggingOptionRequest

func (c *KinesisAnalyticsV2) AddApplicationCloudWatchLoggingOptionRequest(input *AddApplicationCloudWatchLoggingOptionInput) (req *request.Request, output *AddApplicationCloudWatchLoggingOptionOutput)

AddApplicationCloudWatchLoggingOptionRequest generates a "aws/request.Request" representing the client's request for the AddApplicationCloudWatchLoggingOption operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddApplicationCloudWatchLoggingOption for more information on using the AddApplicationCloudWatchLoggingOption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddApplicationCloudWatchLoggingOptionRequest method.
req, resp := client.AddApplicationCloudWatchLoggingOptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationCloudWatchLoggingOption

func (*KinesisAnalyticsV2) AddApplicationCloudWatchLoggingOptionWithContext

func (c *KinesisAnalyticsV2) AddApplicationCloudWatchLoggingOptionWithContext(ctx aws.Context, input *AddApplicationCloudWatchLoggingOptionInput, opts ...request.Option) (*AddApplicationCloudWatchLoggingOptionOutput, error)

AddApplicationCloudWatchLoggingOptionWithContext is the same as AddApplicationCloudWatchLoggingOption with the addition of the ability to pass a context and additional request options.

See AddApplicationCloudWatchLoggingOption for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) AddApplicationInput

func (c *KinesisAnalyticsV2) AddApplicationInput(input *AddApplicationInputInput) (*AddApplicationInputOutput, error)

AddApplicationInput API operation for Amazon Kinesis Analytics.

Adds a streaming source to your SQL-based Kinesis Data Analytics application.

You can add a streaming source when you create an application, or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication.

Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation AddApplicationInput for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • CodeValidationException The user-provided application code (query) is not valid. This can be a simple syntax error.

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationInput

func (*KinesisAnalyticsV2) AddApplicationInputProcessingConfiguration

func (c *KinesisAnalyticsV2) AddApplicationInputProcessingConfiguration(input *AddApplicationInputProcessingConfigurationInput) (*AddApplicationInputProcessingConfigurationOutput, error)

AddApplicationInputProcessingConfiguration API operation for Amazon Kinesis Analytics.

Adds an InputProcessingConfiguration to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records on the input stream before the application's SQL code executes. Currently, the only input processor available is Amazon Lambda (https://docs.aws.amazon.com/lambda/).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation AddApplicationInputProcessingConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration

func (*KinesisAnalyticsV2) AddApplicationInputProcessingConfigurationRequest

func (c *KinesisAnalyticsV2) AddApplicationInputProcessingConfigurationRequest(input *AddApplicationInputProcessingConfigurationInput) (req *request.Request, output *AddApplicationInputProcessingConfigurationOutput)

AddApplicationInputProcessingConfigurationRequest generates a "aws/request.Request" representing the client's request for the AddApplicationInputProcessingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddApplicationInputProcessingConfiguration for more information on using the AddApplicationInputProcessingConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddApplicationInputProcessingConfigurationRequest method.
req, resp := client.AddApplicationInputProcessingConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationInputProcessingConfiguration

func (*KinesisAnalyticsV2) AddApplicationInputProcessingConfigurationWithContext

func (c *KinesisAnalyticsV2) AddApplicationInputProcessingConfigurationWithContext(ctx aws.Context, input *AddApplicationInputProcessingConfigurationInput, opts ...request.Option) (*AddApplicationInputProcessingConfigurationOutput, error)

AddApplicationInputProcessingConfigurationWithContext is the same as AddApplicationInputProcessingConfiguration with the addition of the ability to pass a context and additional request options.

See AddApplicationInputProcessingConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) AddApplicationInputRequest

func (c *KinesisAnalyticsV2) AddApplicationInputRequest(input *AddApplicationInputInput) (req *request.Request, output *AddApplicationInputOutput)

AddApplicationInputRequest generates a "aws/request.Request" representing the client's request for the AddApplicationInput operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddApplicationInput for more information on using the AddApplicationInput API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddApplicationInputRequest method.
req, resp := client.AddApplicationInputRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationInput

func (*KinesisAnalyticsV2) AddApplicationInputWithContext

func (c *KinesisAnalyticsV2) AddApplicationInputWithContext(ctx aws.Context, input *AddApplicationInputInput, opts ...request.Option) (*AddApplicationInputOutput, error)

AddApplicationInputWithContext is the same as AddApplicationInput with the addition of the ability to pass a context and additional request options.

See AddApplicationInput for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) AddApplicationOutput

func (c *KinesisAnalyticsV2) AddApplicationOutput(input *AddApplicationOutputInput) (*AddApplicationOutputOutput, error)

AddApplicationOutput API operation for Amazon Kinesis Analytics.

Adds an external destination to your SQL-based Kinesis Data Analytics application.

If you want Kinesis Data Analytics to deliver data from an in-application stream within your application to an external destination (such as an Kinesis data stream, a Kinesis Data Firehose delivery stream, or an Amazon Lambda function), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination.

You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors.

Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation AddApplicationOutput for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationOutput

func (*KinesisAnalyticsV2) AddApplicationOutputRequest

func (c *KinesisAnalyticsV2) AddApplicationOutputRequest(input *AddApplicationOutputInput) (req *request.Request, output *AddApplicationOutputOutput)

AddApplicationOutputRequest generates a "aws/request.Request" representing the client's request for the AddApplicationOutput operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddApplicationOutput for more information on using the AddApplicationOutput API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddApplicationOutputRequest method.
req, resp := client.AddApplicationOutputRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationOutput

func (*KinesisAnalyticsV2) AddApplicationOutputWithContext

func (c *KinesisAnalyticsV2) AddApplicationOutputWithContext(ctx aws.Context, input *AddApplicationOutputInput, opts ...request.Option) (*AddApplicationOutputOutput, error)

AddApplicationOutputWithContext is the same as AddApplicationOutput with the addition of the ability to pass a context and additional request options.

See AddApplicationOutput for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) AddApplicationReferenceDataSource

func (c *KinesisAnalyticsV2) AddApplicationReferenceDataSource(input *AddApplicationReferenceDataSourceInput) (*AddApplicationReferenceDataSourceOutput, error)

AddApplicationReferenceDataSource API operation for Amazon Kinesis Analytics.

Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.

Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation AddApplicationReferenceDataSource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationReferenceDataSource

func (*KinesisAnalyticsV2) AddApplicationReferenceDataSourceRequest

func (c *KinesisAnalyticsV2) AddApplicationReferenceDataSourceRequest(input *AddApplicationReferenceDataSourceInput) (req *request.Request, output *AddApplicationReferenceDataSourceOutput)

AddApplicationReferenceDataSourceRequest generates a "aws/request.Request" representing the client's request for the AddApplicationReferenceDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddApplicationReferenceDataSource for more information on using the AddApplicationReferenceDataSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddApplicationReferenceDataSourceRequest method.
req, resp := client.AddApplicationReferenceDataSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationReferenceDataSource

func (*KinesisAnalyticsV2) AddApplicationReferenceDataSourceWithContext

func (c *KinesisAnalyticsV2) AddApplicationReferenceDataSourceWithContext(ctx aws.Context, input *AddApplicationReferenceDataSourceInput, opts ...request.Option) (*AddApplicationReferenceDataSourceOutput, error)

AddApplicationReferenceDataSourceWithContext is the same as AddApplicationReferenceDataSource with the addition of the ability to pass a context and additional request options.

See AddApplicationReferenceDataSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) AddApplicationVpcConfiguration

func (c *KinesisAnalyticsV2) AddApplicationVpcConfiguration(input *AddApplicationVpcConfigurationInput) (*AddApplicationVpcConfigurationOutput, error)

AddApplicationVpcConfiguration API operation for Amazon Kinesis Analytics.

Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store and access resources securely.

Note the following about VPC configurations for Managed Service for Apache Flink applications:

  • VPC configurations are not supported for SQL applications.

  • When a VPC is added to a Managed Service for Apache Flink application, the application can no longer be accessed from the Internet directly. To enable Internet access to the application, add an Internet gateway to your VPC.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation AddApplicationVpcConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidApplicationConfigurationException The user-provided application configuration is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationVpcConfiguration

func (*KinesisAnalyticsV2) AddApplicationVpcConfigurationRequest

func (c *KinesisAnalyticsV2) AddApplicationVpcConfigurationRequest(input *AddApplicationVpcConfigurationInput) (req *request.Request, output *AddApplicationVpcConfigurationOutput)

AddApplicationVpcConfigurationRequest generates a "aws/request.Request" representing the client's request for the AddApplicationVpcConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddApplicationVpcConfiguration for more information on using the AddApplicationVpcConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddApplicationVpcConfigurationRequest method.
req, resp := client.AddApplicationVpcConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationVpcConfiguration

func (*KinesisAnalyticsV2) AddApplicationVpcConfigurationWithContext

func (c *KinesisAnalyticsV2) AddApplicationVpcConfigurationWithContext(ctx aws.Context, input *AddApplicationVpcConfigurationInput, opts ...request.Option) (*AddApplicationVpcConfigurationOutput, error)

AddApplicationVpcConfigurationWithContext is the same as AddApplicationVpcConfiguration with the addition of the ability to pass a context and additional request options.

See AddApplicationVpcConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) CreateApplication

func (c *KinesisAnalyticsV2) CreateApplication(input *CreateApplicationInput) (*CreateApplicationOutput, error)

CreateApplication API operation for Amazon Kinesis Analytics.

Creates a Managed Service for Apache Flink application. For information about creating a Managed Service for Apache Flink application, see Creating an Application (https://docs.aws.amazon.com/kinesisanalytics/latest/java/getting-started.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation CreateApplication for usage and error information.

Returned Error Types:

  • CodeValidationException The user-provided application code (query) is not valid. This can be a simple syntax error.

  • ResourceInUseException The application is not available for this operation.

  • LimitExceededException The number of allowed resources has been exceeded.

  • InvalidArgumentException The specified input parameter value is not valid.

  • InvalidRequestException The request JSON is not valid for the operation.

  • TooManyTagsException Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplication

func (*KinesisAnalyticsV2) CreateApplicationPresignedUrl

func (c *KinesisAnalyticsV2) CreateApplicationPresignedUrl(input *CreateApplicationPresignedUrlInput) (*CreateApplicationPresignedUrlOutput, error)

CreateApplicationPresignedUrl API operation for Amazon Kinesis Analytics.

Creates and returns a URL that you can use to connect to an application's extension.

The IAM role or user used to call this API defines the permissions to access the extension. After the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request that attempts to connect to the extension.

You control the amount of time that the URL will be valid using the SessionExpirationDurationInSeconds parameter. If you do not provide this parameter, the returned URL is valid for twelve hours.

The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes to be valid. If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation CreateApplicationPresignedUrl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationPresignedUrl

func (*KinesisAnalyticsV2) CreateApplicationPresignedUrlRequest

func (c *KinesisAnalyticsV2) CreateApplicationPresignedUrlRequest(input *CreateApplicationPresignedUrlInput) (req *request.Request, output *CreateApplicationPresignedUrlOutput)

CreateApplicationPresignedUrlRequest generates a "aws/request.Request" representing the client's request for the CreateApplicationPresignedUrl operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateApplicationPresignedUrl for more information on using the CreateApplicationPresignedUrl API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateApplicationPresignedUrlRequest method.
req, resp := client.CreateApplicationPresignedUrlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationPresignedUrl

func (*KinesisAnalyticsV2) CreateApplicationPresignedUrlWithContext

func (c *KinesisAnalyticsV2) CreateApplicationPresignedUrlWithContext(ctx aws.Context, input *CreateApplicationPresignedUrlInput, opts ...request.Option) (*CreateApplicationPresignedUrlOutput, error)

CreateApplicationPresignedUrlWithContext is the same as CreateApplicationPresignedUrl with the addition of the ability to pass a context and additional request options.

See CreateApplicationPresignedUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) CreateApplicationRequest

func (c *KinesisAnalyticsV2) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *CreateApplicationOutput)

CreateApplicationRequest generates a "aws/request.Request" representing the client's request for the CreateApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateApplication for more information on using the CreateApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateApplicationRequest method.
req, resp := client.CreateApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplication

func (*KinesisAnalyticsV2) CreateApplicationSnapshot

func (c *KinesisAnalyticsV2) CreateApplicationSnapshot(input *CreateApplicationSnapshotInput) (*CreateApplicationSnapshotOutput, error)

CreateApplicationSnapshot API operation for Amazon Kinesis Analytics.

Creates a snapshot of the application's state data.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation CreateApplicationSnapshot for usage and error information.

Returned Error Types:

  • ResourceInUseException The application is not available for this operation.

  • ResourceNotFoundException Specified application can't be found.

  • LimitExceededException The number of allowed resources has been exceeded.

  • InvalidArgumentException The specified input parameter value is not valid.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

  • InvalidRequestException The request JSON is not valid for the operation.

  • InvalidApplicationConfigurationException The user-provided application configuration is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationSnapshot

func (*KinesisAnalyticsV2) CreateApplicationSnapshotRequest

func (c *KinesisAnalyticsV2) CreateApplicationSnapshotRequest(input *CreateApplicationSnapshotInput) (req *request.Request, output *CreateApplicationSnapshotOutput)

CreateApplicationSnapshotRequest generates a "aws/request.Request" representing the client's request for the CreateApplicationSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateApplicationSnapshot for more information on using the CreateApplicationSnapshot API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateApplicationSnapshotRequest method.
req, resp := client.CreateApplicationSnapshotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationSnapshot

func (*KinesisAnalyticsV2) CreateApplicationSnapshotWithContext

func (c *KinesisAnalyticsV2) CreateApplicationSnapshotWithContext(ctx aws.Context, input *CreateApplicationSnapshotInput, opts ...request.Option) (*CreateApplicationSnapshotOutput, error)

CreateApplicationSnapshotWithContext is the same as CreateApplicationSnapshot with the addition of the ability to pass a context and additional request options.

See CreateApplicationSnapshot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) CreateApplicationWithContext

func (c *KinesisAnalyticsV2) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*CreateApplicationOutput, error)

CreateApplicationWithContext is the same as CreateApplication with the addition of the ability to pass a context and additional request options.

See CreateApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DeleteApplication

func (c *KinesisAnalyticsV2) DeleteApplication(input *DeleteApplicationInput) (*DeleteApplicationOutput, error)

DeleteApplication API operation for Amazon Kinesis Analytics.

Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DeleteApplication for usage and error information.

Returned Error Types:

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • InvalidRequestException The request JSON is not valid for the operation.

  • InvalidApplicationConfigurationException The user-provided application configuration is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplication

func (*KinesisAnalyticsV2) DeleteApplicationCloudWatchLoggingOption

func (c *KinesisAnalyticsV2) DeleteApplicationCloudWatchLoggingOption(input *DeleteApplicationCloudWatchLoggingOptionInput) (*DeleteApplicationCloudWatchLoggingOptionOutput, error)

DeleteApplicationCloudWatchLoggingOption API operation for Amazon Kinesis Analytics.

Deletes an Amazon CloudWatch log stream from an SQL-based Kinesis Data Analytics application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DeleteApplicationCloudWatchLoggingOption for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidRequestException The request JSON is not valid for the operation.

  • InvalidApplicationConfigurationException The user-provided application configuration is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationCloudWatchLoggingOption

func (*KinesisAnalyticsV2) DeleteApplicationCloudWatchLoggingOptionRequest

func (c *KinesisAnalyticsV2) DeleteApplicationCloudWatchLoggingOptionRequest(input *DeleteApplicationCloudWatchLoggingOptionInput) (req *request.Request, output *DeleteApplicationCloudWatchLoggingOptionOutput)

DeleteApplicationCloudWatchLoggingOptionRequest generates a "aws/request.Request" representing the client's request for the DeleteApplicationCloudWatchLoggingOption operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApplicationCloudWatchLoggingOption for more information on using the DeleteApplicationCloudWatchLoggingOption API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteApplicationCloudWatchLoggingOptionRequest method.
req, resp := client.DeleteApplicationCloudWatchLoggingOptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationCloudWatchLoggingOption

func (*KinesisAnalyticsV2) DeleteApplicationCloudWatchLoggingOptionWithContext

func (c *KinesisAnalyticsV2) DeleteApplicationCloudWatchLoggingOptionWithContext(ctx aws.Context, input *DeleteApplicationCloudWatchLoggingOptionInput, opts ...request.Option) (*DeleteApplicationCloudWatchLoggingOptionOutput, error)

DeleteApplicationCloudWatchLoggingOptionWithContext is the same as DeleteApplicationCloudWatchLoggingOption with the addition of the ability to pass a context and additional request options.

See DeleteApplicationCloudWatchLoggingOption for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DeleteApplicationInputProcessingConfiguration

func (c *KinesisAnalyticsV2) DeleteApplicationInputProcessingConfiguration(input *DeleteApplicationInputProcessingConfigurationInput) (*DeleteApplicationInputProcessingConfigurationOutput, error)

DeleteApplicationInputProcessingConfiguration API operation for Amazon Kinesis Analytics.

Deletes an InputProcessingConfiguration from an input.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DeleteApplicationInputProcessingConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationInputProcessingConfiguration

func (*KinesisAnalyticsV2) DeleteApplicationInputProcessingConfigurationRequest

func (c *KinesisAnalyticsV2) DeleteApplicationInputProcessingConfigurationRequest(input *DeleteApplicationInputProcessingConfigurationInput) (req *request.Request, output *DeleteApplicationInputProcessingConfigurationOutput)

DeleteApplicationInputProcessingConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteApplicationInputProcessingConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApplicationInputProcessingConfiguration for more information on using the DeleteApplicationInputProcessingConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteApplicationInputProcessingConfigurationRequest method.
req, resp := client.DeleteApplicationInputProcessingConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationInputProcessingConfiguration

func (*KinesisAnalyticsV2) DeleteApplicationInputProcessingConfigurationWithContext

func (c *KinesisAnalyticsV2) DeleteApplicationInputProcessingConfigurationWithContext(ctx aws.Context, input *DeleteApplicationInputProcessingConfigurationInput, opts ...request.Option) (*DeleteApplicationInputProcessingConfigurationOutput, error)

DeleteApplicationInputProcessingConfigurationWithContext is the same as DeleteApplicationInputProcessingConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteApplicationInputProcessingConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DeleteApplicationOutput

func (c *KinesisAnalyticsV2) DeleteApplicationOutput(input *DeleteApplicationOutputInput) (*DeleteApplicationOutputOutput, error)

DeleteApplicationOutput API operation for Amazon Kinesis Analytics.

Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration. Kinesis Data Analytics will no longer write data from the corresponding in-application stream to the external output destination.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DeleteApplicationOutput for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationOutput

func (*KinesisAnalyticsV2) DeleteApplicationOutputRequest

func (c *KinesisAnalyticsV2) DeleteApplicationOutputRequest(input *DeleteApplicationOutputInput) (req *request.Request, output *DeleteApplicationOutputOutput)

DeleteApplicationOutputRequest generates a "aws/request.Request" representing the client's request for the DeleteApplicationOutput operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApplicationOutput for more information on using the DeleteApplicationOutput API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteApplicationOutputRequest method.
req, resp := client.DeleteApplicationOutputRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationOutput

func (*KinesisAnalyticsV2) DeleteApplicationOutputWithContext

func (c *KinesisAnalyticsV2) DeleteApplicationOutputWithContext(ctx aws.Context, input *DeleteApplicationOutputInput, opts ...request.Option) (*DeleteApplicationOutputOutput, error)

DeleteApplicationOutputWithContext is the same as DeleteApplicationOutput with the addition of the ability to pass a context and additional request options.

See DeleteApplicationOutput for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DeleteApplicationReferenceDataSource

func (c *KinesisAnalyticsV2) DeleteApplicationReferenceDataSource(input *DeleteApplicationReferenceDataSourceInput) (*DeleteApplicationReferenceDataSourceOutput, error)

DeleteApplicationReferenceDataSource API operation for Amazon Kinesis Analytics.

Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.

If the application is running, Kinesis Data Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DeleteApplicationReferenceDataSource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationReferenceDataSource

func (*KinesisAnalyticsV2) DeleteApplicationReferenceDataSourceRequest

func (c *KinesisAnalyticsV2) DeleteApplicationReferenceDataSourceRequest(input *DeleteApplicationReferenceDataSourceInput) (req *request.Request, output *DeleteApplicationReferenceDataSourceOutput)

DeleteApplicationReferenceDataSourceRequest generates a "aws/request.Request" representing the client's request for the DeleteApplicationReferenceDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApplicationReferenceDataSource for more information on using the DeleteApplicationReferenceDataSource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteApplicationReferenceDataSourceRequest method.
req, resp := client.DeleteApplicationReferenceDataSourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationReferenceDataSource

func (*KinesisAnalyticsV2) DeleteApplicationReferenceDataSourceWithContext

func (c *KinesisAnalyticsV2) DeleteApplicationReferenceDataSourceWithContext(ctx aws.Context, input *DeleteApplicationReferenceDataSourceInput, opts ...request.Option) (*DeleteApplicationReferenceDataSourceOutput, error)

DeleteApplicationReferenceDataSourceWithContext is the same as DeleteApplicationReferenceDataSource with the addition of the ability to pass a context and additional request options.

See DeleteApplicationReferenceDataSource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DeleteApplicationRequest

func (c *KinesisAnalyticsV2) DeleteApplicationRequest(input *DeleteApplicationInput) (req *request.Request, output *DeleteApplicationOutput)

DeleteApplicationRequest generates a "aws/request.Request" representing the client's request for the DeleteApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApplication for more information on using the DeleteApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteApplicationRequest method.
req, resp := client.DeleteApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplication

func (*KinesisAnalyticsV2) DeleteApplicationSnapshot

func (c *KinesisAnalyticsV2) DeleteApplicationSnapshot(input *DeleteApplicationSnapshotInput) (*DeleteApplicationSnapshotOutput, error)

DeleteApplicationSnapshot API operation for Amazon Kinesis Analytics.

Deletes a snapshot of application state.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DeleteApplicationSnapshot for usage and error information.

Returned Error Types:

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

  • InvalidRequestException The request JSON is not valid for the operation.

  • ResourceNotFoundException Specified application can't be found.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationSnapshot

func (*KinesisAnalyticsV2) DeleteApplicationSnapshotRequest

func (c *KinesisAnalyticsV2) DeleteApplicationSnapshotRequest(input *DeleteApplicationSnapshotInput) (req *request.Request, output *DeleteApplicationSnapshotOutput)

DeleteApplicationSnapshotRequest generates a "aws/request.Request" representing the client's request for the DeleteApplicationSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApplicationSnapshot for more information on using the DeleteApplicationSnapshot API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteApplicationSnapshotRequest method.
req, resp := client.DeleteApplicationSnapshotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationSnapshot

func (*KinesisAnalyticsV2) DeleteApplicationSnapshotWithContext

func (c *KinesisAnalyticsV2) DeleteApplicationSnapshotWithContext(ctx aws.Context, input *DeleteApplicationSnapshotInput, opts ...request.Option) (*DeleteApplicationSnapshotOutput, error)

DeleteApplicationSnapshotWithContext is the same as DeleteApplicationSnapshot with the addition of the ability to pass a context and additional request options.

See DeleteApplicationSnapshot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DeleteApplicationVpcConfiguration

func (c *KinesisAnalyticsV2) DeleteApplicationVpcConfiguration(input *DeleteApplicationVpcConfigurationInput) (*DeleteApplicationVpcConfigurationOutput, error)

DeleteApplicationVpcConfiguration API operation for Amazon Kinesis Analytics.

Removes a VPC configuration from a Managed Service for Apache Flink application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DeleteApplicationVpcConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidApplicationConfigurationException The user-provided application configuration is not valid.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationVpcConfiguration

func (*KinesisAnalyticsV2) DeleteApplicationVpcConfigurationRequest

func (c *KinesisAnalyticsV2) DeleteApplicationVpcConfigurationRequest(input *DeleteApplicationVpcConfigurationInput) (req *request.Request, output *DeleteApplicationVpcConfigurationOutput)

DeleteApplicationVpcConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteApplicationVpcConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApplicationVpcConfiguration for more information on using the DeleteApplicationVpcConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteApplicationVpcConfigurationRequest method.
req, resp := client.DeleteApplicationVpcConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationVpcConfiguration

func (*KinesisAnalyticsV2) DeleteApplicationVpcConfigurationWithContext

func (c *KinesisAnalyticsV2) DeleteApplicationVpcConfigurationWithContext(ctx aws.Context, input *DeleteApplicationVpcConfigurationInput, opts ...request.Option) (*DeleteApplicationVpcConfigurationOutput, error)

DeleteApplicationVpcConfigurationWithContext is the same as DeleteApplicationVpcConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteApplicationVpcConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DeleteApplicationWithContext

func (c *KinesisAnalyticsV2) DeleteApplicationWithContext(ctx aws.Context, input *DeleteApplicationInput, opts ...request.Option) (*DeleteApplicationOutput, error)

DeleteApplicationWithContext is the same as DeleteApplication with the addition of the ability to pass a context and additional request options.

See DeleteApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DescribeApplication

func (c *KinesisAnalyticsV2) DescribeApplication(input *DescribeApplicationInput) (*DescribeApplicationOutput, error)

DescribeApplication API operation for Amazon Kinesis Analytics.

Returns information about a specific Managed Service for Apache Flink application.

If you want to retrieve a list of all applications in your account, use the ListApplications operation.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DescribeApplication for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • InvalidArgumentException The specified input parameter value is not valid.

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DescribeApplication

func (*KinesisAnalyticsV2) DescribeApplicationRequest

func (c *KinesisAnalyticsV2) DescribeApplicationRequest(input *DescribeApplicationInput) (req *request.Request, output *DescribeApplicationOutput)

DescribeApplicationRequest generates a "aws/request.Request" representing the client's request for the DescribeApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeApplication for more information on using the DescribeApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeApplicationRequest method.
req, resp := client.DescribeApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DescribeApplication

func (*KinesisAnalyticsV2) DescribeApplicationSnapshot

func (c *KinesisAnalyticsV2) DescribeApplicationSnapshot(input *DescribeApplicationSnapshotInput) (*DescribeApplicationSnapshotOutput, error)

DescribeApplicationSnapshot API operation for Amazon Kinesis Analytics.

Returns information about a snapshot of application state data.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DescribeApplicationSnapshot for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • InvalidArgumentException The specified input parameter value is not valid.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DescribeApplicationSnapshot

func (*KinesisAnalyticsV2) DescribeApplicationSnapshotRequest

func (c *KinesisAnalyticsV2) DescribeApplicationSnapshotRequest(input *DescribeApplicationSnapshotInput) (req *request.Request, output *DescribeApplicationSnapshotOutput)

DescribeApplicationSnapshotRequest generates a "aws/request.Request" representing the client's request for the DescribeApplicationSnapshot operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeApplicationSnapshot for more information on using the DescribeApplicationSnapshot API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeApplicationSnapshotRequest method.
req, resp := client.DescribeApplicationSnapshotRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DescribeApplicationSnapshot

func (*KinesisAnalyticsV2) DescribeApplicationSnapshotWithContext

func (c *KinesisAnalyticsV2) DescribeApplicationSnapshotWithContext(ctx aws.Context, input *DescribeApplicationSnapshotInput, opts ...request.Option) (*DescribeApplicationSnapshotOutput, error)

DescribeApplicationSnapshotWithContext is the same as DescribeApplicationSnapshot with the addition of the ability to pass a context and additional request options.

See DescribeApplicationSnapshot for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DescribeApplicationVersion

func (c *KinesisAnalyticsV2) DescribeApplicationVersion(input *DescribeApplicationVersionInput) (*DescribeApplicationVersionOutput, error)

DescribeApplicationVersion API operation for Amazon Kinesis Analytics.

Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the ListApplicationVersions operation.

This operation is supported only for Managed Service for Apache Flink.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DescribeApplicationVersion for usage and error information.

Returned Error Types:

  • InvalidArgumentException The specified input parameter value is not valid.

  • ResourceNotFoundException Specified application can't be found.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DescribeApplicationVersion

func (*KinesisAnalyticsV2) DescribeApplicationVersionRequest

func (c *KinesisAnalyticsV2) DescribeApplicationVersionRequest(input *DescribeApplicationVersionInput) (req *request.Request, output *DescribeApplicationVersionOutput)

DescribeApplicationVersionRequest generates a "aws/request.Request" representing the client's request for the DescribeApplicationVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeApplicationVersion for more information on using the DescribeApplicationVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeApplicationVersionRequest method.
req, resp := client.DescribeApplicationVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DescribeApplicationVersion

func (*KinesisAnalyticsV2) DescribeApplicationVersionWithContext

func (c *KinesisAnalyticsV2) DescribeApplicationVersionWithContext(ctx aws.Context, input *DescribeApplicationVersionInput, opts ...request.Option) (*DescribeApplicationVersionOutput, error)

DescribeApplicationVersionWithContext is the same as DescribeApplicationVersion with the addition of the ability to pass a context and additional request options.

See DescribeApplicationVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DescribeApplicationWithContext

func (c *KinesisAnalyticsV2) DescribeApplicationWithContext(ctx aws.Context, input *DescribeApplicationInput, opts ...request.Option) (*DescribeApplicationOutput, error)

DescribeApplicationWithContext is the same as DescribeApplication with the addition of the ability to pass a context and additional request options.

See DescribeApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) DiscoverInputSchema

func (c *KinesisAnalyticsV2) DiscoverInputSchema(input *DiscoverInputSchemaInput) (*DiscoverInputSchemaOutput, error)

DiscoverInputSchema API operation for Amazon Kinesis Analytics.

Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.

You can use the inferred schema when configuring a streaming source for your application. When you create an application using the Kinesis Data Analytics console, the console uses this operation to infer a schema and show it in the console user interface.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation DiscoverInputSchema for usage and error information.

Returned Error Types:

  • InvalidArgumentException The specified input parameter value is not valid.

  • UnableToDetectSchemaException The data format is not valid. Kinesis Data Analytics cannot detect the schema for the given streaming source.

  • ResourceProvisionedThroughputExceededException Discovery failed to get a record from the streaming source because of the Kinesis Streams ProvisionedThroughputExceededException. For more information, see GetRecords (http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html) in the Amazon Kinesis Streams API Reference.

  • ServiceUnavailableException The service cannot complete the request.

  • InvalidRequestException The request JSON is not valid for the operation.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DiscoverInputSchema

func (*KinesisAnalyticsV2) DiscoverInputSchemaRequest

func (c *KinesisAnalyticsV2) DiscoverInputSchemaRequest(input *DiscoverInputSchemaInput) (req *request.Request, output *DiscoverInputSchemaOutput)

DiscoverInputSchemaRequest generates a "aws/request.Request" representing the client's request for the DiscoverInputSchema operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DiscoverInputSchema for more information on using the DiscoverInputSchema API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DiscoverInputSchemaRequest method.
req, resp := client.DiscoverInputSchemaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DiscoverInputSchema

func (*KinesisAnalyticsV2) DiscoverInputSchemaWithContext

func (c *KinesisAnalyticsV2) DiscoverInputSchemaWithContext(ctx aws.Context, input *DiscoverInputSchemaInput, opts ...request.Option) (*DiscoverInputSchemaOutput, error)

DiscoverInputSchemaWithContext is the same as DiscoverInputSchema with the addition of the ability to pass a context and additional request options.

See DiscoverInputSchema for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) ListApplicationSnapshots

func (c *KinesisAnalyticsV2) ListApplicationSnapshots(input *ListApplicationSnapshotsInput) (*ListApplicationSnapshotsOutput, error)

ListApplicationSnapshots API operation for Amazon Kinesis Analytics.

Lists information about the current application snapshots.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation ListApplicationSnapshots for usage and error information.

Returned Error Types:

  • InvalidArgumentException The specified input parameter value is not valid.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplicationSnapshots

func (*KinesisAnalyticsV2) ListApplicationSnapshotsRequest

func (c *KinesisAnalyticsV2) ListApplicationSnapshotsRequest(input *ListApplicationSnapshotsInput) (req *request.Request, output *ListApplicationSnapshotsOutput)

ListApplicationSnapshotsRequest generates a "aws/request.Request" representing the client's request for the ListApplicationSnapshots operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListApplicationSnapshots for more information on using the ListApplicationSnapshots API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListApplicationSnapshotsRequest method.
req, resp := client.ListApplicationSnapshotsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplicationSnapshots

func (*KinesisAnalyticsV2) ListApplicationSnapshotsWithContext

func (c *KinesisAnalyticsV2) ListApplicationSnapshotsWithContext(ctx aws.Context, input *ListApplicationSnapshotsInput, opts ...request.Option) (*ListApplicationSnapshotsOutput, error)

ListApplicationSnapshotsWithContext is the same as ListApplicationSnapshots with the addition of the ability to pass a context and additional request options.

See ListApplicationSnapshots for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) ListApplicationVersions

func (c *KinesisAnalyticsV2) ListApplicationVersions(input *ListApplicationVersionsInput) (*ListApplicationVersionsOutput, error)

ListApplicationVersions API operation for Amazon Kinesis Analytics.

Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration associated with each version.

To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.

This operation is supported only for Managed Service for Apache Flink.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation ListApplicationVersions for usage and error information.

Returned Error Types:

  • InvalidArgumentException The specified input parameter value is not valid.

  • ResourceNotFoundException Specified application can't be found.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplicationVersions

func (*KinesisAnalyticsV2) ListApplicationVersionsRequest

func (c *KinesisAnalyticsV2) ListApplicationVersionsRequest(input *ListApplicationVersionsInput) (req *request.Request, output *ListApplicationVersionsOutput)

ListApplicationVersionsRequest generates a "aws/request.Request" representing the client's request for the ListApplicationVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListApplicationVersions for more information on using the ListApplicationVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListApplicationVersionsRequest method.
req, resp := client.ListApplicationVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplicationVersions

func (*KinesisAnalyticsV2) ListApplicationVersionsWithContext

func (c *KinesisAnalyticsV2) ListApplicationVersionsWithContext(ctx aws.Context, input *ListApplicationVersionsInput, opts ...request.Option) (*ListApplicationVersionsOutput, error)

ListApplicationVersionsWithContext is the same as ListApplicationVersions with the addition of the ability to pass a context and additional request options.

See ListApplicationVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) ListApplications

func (c *KinesisAnalyticsV2) ListApplications(input *ListApplicationsInput) (*ListApplicationsOutput, error)

ListApplications API operation for Amazon Kinesis Analytics.

Returns a list of Managed Service for Apache Flink applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status.

If you want detailed information about a specific application, use DescribeApplication.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation ListApplications for usage and error information.

Returned Error Types:

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplications

func (*KinesisAnalyticsV2) ListApplicationsRequest

func (c *KinesisAnalyticsV2) ListApplicationsRequest(input *ListApplicationsInput) (req *request.Request, output *ListApplicationsOutput)

ListApplicationsRequest generates a "aws/request.Request" representing the client's request for the ListApplications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListApplications for more information on using the ListApplications API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListApplicationsRequest method.
req, resp := client.ListApplicationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplications

func (*KinesisAnalyticsV2) ListApplicationsWithContext

func (c *KinesisAnalyticsV2) ListApplicationsWithContext(ctx aws.Context, input *ListApplicationsInput, opts ...request.Option) (*ListApplicationsOutput, error)

ListApplicationsWithContext is the same as ListApplications with the addition of the ability to pass a context and additional request options.

See ListApplications for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) ListTagsForResource

func (c *KinesisAnalyticsV2) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for Amazon Kinesis Analytics.

Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging (https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListTagsForResource

func (*KinesisAnalyticsV2) ListTagsForResourceRequest

func (c *KinesisAnalyticsV2) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListTagsForResource

func (*KinesisAnalyticsV2) ListTagsForResourceWithContext

func (c *KinesisAnalyticsV2) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) RollbackApplication

func (c *KinesisAnalyticsV2) RollbackApplication(input *RollbackApplicationInput) (*RollbackApplicationOutput, error)

RollbackApplication API operation for Amazon Kinesis Analytics.

Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status.

You can roll back an application only if it is in the UPDATING or AUTOSCALING status.

When you rollback an application, it loads state data from the last successful snapshot. If the application has no snapshots, Managed Service for Apache Flink rejects the rollback request.

This action is not supported for Managed Service for Apache Flink for SQL applications.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation RollbackApplication for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ResourceInUseException The application is not available for this operation.

  • InvalidRequestException The request JSON is not valid for the operation.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RollbackApplication

func (*KinesisAnalyticsV2) RollbackApplicationRequest

func (c *KinesisAnalyticsV2) RollbackApplicationRequest(input *RollbackApplicationInput) (req *request.Request, output *RollbackApplicationOutput)

RollbackApplicationRequest generates a "aws/request.Request" representing the client's request for the RollbackApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RollbackApplication for more information on using the RollbackApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RollbackApplicationRequest method.
req, resp := client.RollbackApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RollbackApplication

func (*KinesisAnalyticsV2) RollbackApplicationWithContext

func (c *KinesisAnalyticsV2) RollbackApplicationWithContext(ctx aws.Context, input *RollbackApplicationInput, opts ...request.Option) (*RollbackApplicationOutput, error)

RollbackApplicationWithContext is the same as RollbackApplication with the addition of the ability to pass a context and additional request options.

See RollbackApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) StartApplication

func (c *KinesisAnalyticsV2) StartApplication(input *StartApplicationInput) (*StartApplicationOutput, error)

StartApplication API operation for Amazon Kinesis Analytics.

Starts the specified Managed Service for Apache Flink application. After creating an application, you must exclusively call this operation to start your application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation StartApplication for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • InvalidApplicationConfigurationException The user-provided application configuration is not valid.

  • InvalidRequestException The request JSON is not valid for the operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StartApplication

func (*KinesisAnalyticsV2) StartApplicationRequest

func (c *KinesisAnalyticsV2) StartApplicationRequest(input *StartApplicationInput) (req *request.Request, output *StartApplicationOutput)

StartApplicationRequest generates a "aws/request.Request" representing the client's request for the StartApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartApplication for more information on using the StartApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartApplicationRequest method.
req, resp := client.StartApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StartApplication

func (*KinesisAnalyticsV2) StartApplicationWithContext

func (c *KinesisAnalyticsV2) StartApplicationWithContext(ctx aws.Context, input *StartApplicationInput, opts ...request.Option) (*StartApplicationOutput, error)

StartApplicationWithContext is the same as StartApplication with the addition of the ability to pass a context and additional request options.

See StartApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) StopApplication

func (c *KinesisAnalyticsV2) StopApplication(input *StopApplicationInput) (*StopApplicationOutput, error)

StopApplication API operation for Amazon Kinesis Analytics.

Stops the application from processing data. You can stop an application only if it is in the running status, unless you set the Force parameter to true.

You can use the DescribeApplication operation to find the application status.

Managed Service for Apache Flink takes a snapshot when the application is stopped, unless Force is set to true.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation StopApplication for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • InvalidRequestException The request JSON is not valid for the operation.

  • InvalidApplicationConfigurationException The user-provided application configuration is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplication

func (*KinesisAnalyticsV2) StopApplicationRequest

func (c *KinesisAnalyticsV2) StopApplicationRequest(input *StopApplicationInput) (req *request.Request, output *StopApplicationOutput)

StopApplicationRequest generates a "aws/request.Request" representing the client's request for the StopApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopApplication for more information on using the StopApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopApplicationRequest method.
req, resp := client.StopApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplication

func (*KinesisAnalyticsV2) StopApplicationWithContext

func (c *KinesisAnalyticsV2) StopApplicationWithContext(ctx aws.Context, input *StopApplicationInput, opts ...request.Option) (*StopApplicationOutput, error)

StopApplicationWithContext is the same as StopApplication with the addition of the ability to pass a context and additional request options.

See StopApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) TagResource

func (c *KinesisAnalyticsV2) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for Amazon Kinesis Analytics.

Adds one or more key-value tags to a Managed Service for Apache Flink application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging (https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation TagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • TooManyTagsException Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/TagResource

func (*KinesisAnalyticsV2) TagResourceRequest

func (c *KinesisAnalyticsV2) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/TagResource

func (*KinesisAnalyticsV2) TagResourceWithContext

func (c *KinesisAnalyticsV2) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) UntagResource

func (c *KinesisAnalyticsV2) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for Amazon Kinesis Analytics.

Removes one or more tags from a Managed Service for Apache Flink application. For more information, see Using Tagging (https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation UntagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • TooManyTagsException Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UntagResource

func (*KinesisAnalyticsV2) UntagResourceRequest

func (c *KinesisAnalyticsV2) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UntagResource

func (*KinesisAnalyticsV2) UntagResourceWithContext

func (c *KinesisAnalyticsV2) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) UpdateApplication

func (c *KinesisAnalyticsV2) UpdateApplication(input *UpdateApplicationInput) (*UpdateApplicationOutput, error)

UpdateApplication API operation for Amazon Kinesis Analytics.

Updates an existing Managed Service for Apache Flink application. Using this operation, you can update application code, input configuration, and output configuration.

Managed Service for Apache Flink updates the ApplicationVersionId each time you update your application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation UpdateApplication for usage and error information.

Returned Error Types:

  • CodeValidationException The user-provided application code (query) is not valid. This can be a simple syntax error.

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • InvalidRequestException The request JSON is not valid for the operation.

  • InvalidApplicationConfigurationException The user-provided application configuration is not valid.

  • LimitExceededException The number of allowed resources has been exceeded.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UpdateApplication

func (*KinesisAnalyticsV2) UpdateApplicationMaintenanceConfiguration

func (c *KinesisAnalyticsV2) UpdateApplicationMaintenanceConfiguration(input *UpdateApplicationMaintenanceConfigurationInput) (*UpdateApplicationMaintenanceConfigurationOutput, error)

UpdateApplicationMaintenanceConfiguration API operation for Amazon Kinesis Analytics.

Updates the maintenance configuration of the Managed Service for Apache Flink application.

You can invoke this operation on an application that is in one of the two following states: READY or RUNNING. If you invoke it when the application is in a state other than these two states, it throws a ResourceInUseException. The service makes use of the updated configuration the next time it schedules maintenance for the application. If you invoke this operation after the service schedules maintenance, the service will apply the configuration update the next time it schedules maintenance for the application. This means that you might not see the maintenance configuration update applied to the maintenance process that follows a successful invocation of this operation, but to the following maintenance process instead.

To see the current maintenance configuration of your application, invoke the DescribeApplication operation.

For information about application maintenance, see Managed Service for Apache Flink for Apache Flink Maintenance (https://docs.aws.amazon.com/kinesisanalytics/latest/java/maintenance.html).

This operation is supported only for Managed Service for Apache Flink.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Kinesis Analytics's API operation UpdateApplicationMaintenanceConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException Specified application can't be found.

  • ResourceInUseException The application is not available for this operation.

  • InvalidArgumentException The specified input parameter value is not valid.

  • ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.

  • UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UpdateApplicationMaintenanceConfiguration

func (*KinesisAnalyticsV2) UpdateApplicationMaintenanceConfigurationRequest

func (c *KinesisAnalyticsV2) UpdateApplicationMaintenanceConfigurationRequest(input *UpdateApplicationMaintenanceConfigurationInput) (req *request.Request, output *UpdateApplicationMaintenanceConfigurationOutput)

UpdateApplicationMaintenanceConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateApplicationMaintenanceConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateApplicationMaintenanceConfiguration for more information on using the UpdateApplicationMaintenanceConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateApplicationMaintenanceConfigurationRequest method.
req, resp := client.UpdateApplicationMaintenanceConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UpdateApplicationMaintenanceConfiguration

func (*KinesisAnalyticsV2) UpdateApplicationMaintenanceConfigurationWithContext

func (c *KinesisAnalyticsV2) UpdateApplicationMaintenanceConfigurationWithContext(ctx aws.Context, input *UpdateApplicationMaintenanceConfigurationInput, opts ...request.Option) (*UpdateApplicationMaintenanceConfigurationOutput, error)

UpdateApplicationMaintenanceConfigurationWithContext is the same as UpdateApplicationMaintenanceConfiguration with the addition of the ability to pass a context and additional request options.

See UpdateApplicationMaintenanceConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*KinesisAnalyticsV2) UpdateApplicationRequest

func (c *KinesisAnalyticsV2) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *UpdateApplicationOutput)

UpdateApplicationRequest generates a "aws/request.Request" representing the client's request for the UpdateApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateApplication for more information on using the UpdateApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateApplicationRequest method.
req, resp := client.UpdateApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UpdateApplication

func (*KinesisAnalyticsV2) UpdateApplicationWithContext

func (c *KinesisAnalyticsV2) UpdateApplicationWithContext(ctx aws.Context, input *UpdateApplicationInput, opts ...request.Option) (*UpdateApplicationOutput, error)

UpdateApplicationWithContext is the same as UpdateApplication with the addition of the ability to pass a context and additional request options.

See UpdateApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type KinesisFirehoseInput

type KinesisFirehoseInput struct {

    // The Amazon Resource Name (ARN) of the delivery stream.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN).

func (KinesisFirehoseInput) GoString

func (s KinesisFirehoseInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseInput) SetResourceARN

func (s *KinesisFirehoseInput) SetResourceARN(v string) *KinesisFirehoseInput

SetResourceARN sets the ResourceARN field's value.

func (KinesisFirehoseInput) String

func (s KinesisFirehoseInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseInput) Validate

func (s *KinesisFirehoseInput) Validate() error

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

type KinesisFirehoseInputDescription

type KinesisFirehoseInputDescription struct {

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

    // The ARN of the IAM role that Kinesis Data Analytics assumes to access the
    // stream.
    //
    // Provided for backward compatibility. Applications that are created with the
    // current API version have an application-level service execution role rather
    // than a resource-level role.
    RoleARN *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes the Amazon Kinesis Data Firehose delivery stream that is configured as the streaming source in the application input configuration.

func (KinesisFirehoseInputDescription) GoString

func (s KinesisFirehoseInputDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseInputDescription) SetResourceARN

func (s *KinesisFirehoseInputDescription) SetResourceARN(v string) *KinesisFirehoseInputDescription

SetResourceARN sets the ResourceARN field's value.

func (*KinesisFirehoseInputDescription) SetRoleARN

func (s *KinesisFirehoseInputDescription) SetRoleARN(v string) *KinesisFirehoseInputDescription

SetRoleARN sets the RoleARN field's value.

func (KinesisFirehoseInputDescription) String

func (s KinesisFirehoseInputDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KinesisFirehoseInputUpdate

type KinesisFirehoseInputUpdate struct {

    // The Amazon Resource Name (ARN) of the input delivery stream to read.
    //
    // ResourceARNUpdate is a required field
    ResourceARNUpdate *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, when updating application input configuration, provides information about a Kinesis Data Firehose delivery stream as the streaming source.

func (KinesisFirehoseInputUpdate) GoString

func (s KinesisFirehoseInputUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseInputUpdate) SetResourceARNUpdate

func (s *KinesisFirehoseInputUpdate) SetResourceARNUpdate(v string) *KinesisFirehoseInputUpdate

SetResourceARNUpdate sets the ResourceARNUpdate field's value.

func (KinesisFirehoseInputUpdate) String

func (s KinesisFirehoseInputUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseInputUpdate) Validate

func (s *KinesisFirehoseInputUpdate) Validate() error

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

type KinesisFirehoseOutput

type KinesisFirehoseOutput struct {

    // The ARN of the destination delivery stream to write to.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination. You provide the stream Amazon Resource Name (ARN) of the delivery stream.

func (KinesisFirehoseOutput) GoString

func (s KinesisFirehoseOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseOutput) SetResourceARN

func (s *KinesisFirehoseOutput) SetResourceARN(v string) *KinesisFirehoseOutput

SetResourceARN sets the ResourceARN field's value.

func (KinesisFirehoseOutput) String

func (s KinesisFirehoseOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseOutput) Validate

func (s *KinesisFirehoseOutput) Validate() error

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

type KinesisFirehoseOutputDescription

type KinesisFirehoseOutputDescription struct {

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

    // The ARN of the IAM role that Kinesis Data Analytics can assume to access
    // the stream.
    //
    // Provided for backward compatibility. Applications that are created with the
    // current API version have an application-level service execution role rather
    // than a resource-level role.
    RoleARN *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application's output, describes the Kinesis Data Firehose delivery stream that is configured as its destination.

func (KinesisFirehoseOutputDescription) GoString

func (s KinesisFirehoseOutputDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseOutputDescription) SetResourceARN

func (s *KinesisFirehoseOutputDescription) SetResourceARN(v string) *KinesisFirehoseOutputDescription

SetResourceARN sets the ResourceARN field's value.

func (*KinesisFirehoseOutputDescription) SetRoleARN

func (s *KinesisFirehoseOutputDescription) SetRoleARN(v string) *KinesisFirehoseOutputDescription

SetRoleARN sets the RoleARN field's value.

func (KinesisFirehoseOutputDescription) String

func (s KinesisFirehoseOutputDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KinesisFirehoseOutputUpdate

type KinesisFirehoseOutputUpdate struct {

    // The Amazon Resource Name (ARN) of the delivery stream to write to.
    //
    // ResourceARNUpdate is a required field
    ResourceARNUpdate *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, when updating an output configuration using the UpdateApplication operation, provides information about a Kinesis Data Firehose delivery stream that is configured as the destination.

func (KinesisFirehoseOutputUpdate) GoString

func (s KinesisFirehoseOutputUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseOutputUpdate) SetResourceARNUpdate

func (s *KinesisFirehoseOutputUpdate) SetResourceARNUpdate(v string) *KinesisFirehoseOutputUpdate

SetResourceARNUpdate sets the ResourceARNUpdate field's value.

func (KinesisFirehoseOutputUpdate) String

func (s KinesisFirehoseOutputUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisFirehoseOutputUpdate) Validate

func (s *KinesisFirehoseOutputUpdate) Validate() error

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

type KinesisStreamsInput

type KinesisStreamsInput struct {

    // The ARN of the input Kinesis data stream to read.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Identifies a Kinesis data stream as the streaming source. You provide the stream's Amazon Resource Name (ARN).

func (KinesisStreamsInput) GoString

func (s KinesisStreamsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsInput) SetResourceARN

func (s *KinesisStreamsInput) SetResourceARN(v string) *KinesisStreamsInput

SetResourceARN sets the ResourceARN field's value.

func (KinesisStreamsInput) String

func (s KinesisStreamsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsInput) Validate

func (s *KinesisStreamsInput) Validate() error

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

type KinesisStreamsInputDescription

type KinesisStreamsInputDescription struct {

    // The Amazon Resource Name (ARN) of the Kinesis data stream.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`

    // The ARN of the IAM role that Kinesis Data Analytics can assume to access
    // the stream.
    //
    // Provided for backward compatibility. Applications that are created with the
    // current API version have an application-level service execution role rather
    // than a resource-level role.
    RoleARN *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes the Kinesis data stream that is configured as the streaming source in the application input configuration.

func (KinesisStreamsInputDescription) GoString

func (s KinesisStreamsInputDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsInputDescription) SetResourceARN

func (s *KinesisStreamsInputDescription) SetResourceARN(v string) *KinesisStreamsInputDescription

SetResourceARN sets the ResourceARN field's value.

func (*KinesisStreamsInputDescription) SetRoleARN

func (s *KinesisStreamsInputDescription) SetRoleARN(v string) *KinesisStreamsInputDescription

SetRoleARN sets the RoleARN field's value.

func (KinesisStreamsInputDescription) String

func (s KinesisStreamsInputDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KinesisStreamsInputUpdate

type KinesisStreamsInputUpdate struct {

    // The Amazon Resource Name (ARN) of the input Kinesis data stream to read.
    //
    // ResourceARNUpdate is a required field
    ResourceARNUpdate *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

When you update the input configuration for a SQL-based Kinesis Data Analytics application, provides information about a Kinesis stream as the streaming source.

func (KinesisStreamsInputUpdate) GoString

func (s KinesisStreamsInputUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsInputUpdate) SetResourceARNUpdate

func (s *KinesisStreamsInputUpdate) SetResourceARNUpdate(v string) *KinesisStreamsInputUpdate

SetResourceARNUpdate sets the ResourceARNUpdate field's value.

func (KinesisStreamsInputUpdate) String

func (s KinesisStreamsInputUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsInputUpdate) Validate

func (s *KinesisStreamsInputUpdate) Validate() error

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

type KinesisStreamsOutput

type KinesisStreamsOutput struct {

    // The ARN of the destination Kinesis data stream to write to.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

When you configure a SQL-based Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination. You provide the stream Amazon Resource Name (ARN).

func (KinesisStreamsOutput) GoString

func (s KinesisStreamsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsOutput) SetResourceARN

func (s *KinesisStreamsOutput) SetResourceARN(v string) *KinesisStreamsOutput

SetResourceARN sets the ResourceARN field's value.

func (KinesisStreamsOutput) String

func (s KinesisStreamsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsOutput) Validate

func (s *KinesisStreamsOutput) Validate() error

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

type KinesisStreamsOutputDescription

type KinesisStreamsOutputDescription struct {

    // The Amazon Resource Name (ARN) of the Kinesis data stream.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`

    // The ARN of the IAM role that Kinesis Data Analytics can assume to access
    // the stream.
    //
    // Provided for backward compatibility. Applications that are created with the
    // current API version have an application-level service execution role rather
    // than a resource-level role.
    RoleARN *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For an SQL-based Kinesis Data Analytics application's output, describes the Kinesis data stream that is configured as its destination.

func (KinesisStreamsOutputDescription) GoString

func (s KinesisStreamsOutputDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsOutputDescription) SetResourceARN

func (s *KinesisStreamsOutputDescription) SetResourceARN(v string) *KinesisStreamsOutputDescription

SetResourceARN sets the ResourceARN field's value.

func (*KinesisStreamsOutputDescription) SetRoleARN

func (s *KinesisStreamsOutputDescription) SetRoleARN(v string) *KinesisStreamsOutputDescription

SetRoleARN sets the RoleARN field's value.

func (KinesisStreamsOutputDescription) String

func (s KinesisStreamsOutputDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KinesisStreamsOutputUpdate

type KinesisStreamsOutputUpdate struct {

    // The Amazon Resource Name (ARN) of the Kinesis data stream where you want
    // to write the output.
    //
    // ResourceARNUpdate is a required field
    ResourceARNUpdate *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

When you update a SQL-based Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about a Kinesis data stream that is configured as the destination.

func (KinesisStreamsOutputUpdate) GoString

func (s KinesisStreamsOutputUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsOutputUpdate) SetResourceARNUpdate

func (s *KinesisStreamsOutputUpdate) SetResourceARNUpdate(v string) *KinesisStreamsOutputUpdate

SetResourceARNUpdate sets the ResourceARNUpdate field's value.

func (KinesisStreamsOutputUpdate) String

func (s KinesisStreamsOutputUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KinesisStreamsOutputUpdate) Validate

func (s *KinesisStreamsOutputUpdate) Validate() error

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

type LambdaOutput

type LambdaOutput struct {

    // The Amazon Resource Name (ARN) of the destination Lambda function to write
    // to.
    //
    // To specify an earlier version of the Lambda function than the latest, include
    // the Lambda function version in the Lambda function ARN. For more information
    // about Lambda ARNs, see Example ARNs: Amazon Lambda (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

When you configure a SQL-based Kinesis Data Analytics application's output, identifies an Amazon Lambda function as the destination. You provide the function Amazon Resource Name (ARN) of the Lambda function.

func (LambdaOutput) GoString

func (s LambdaOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LambdaOutput) SetResourceARN

func (s *LambdaOutput) SetResourceARN(v string) *LambdaOutput

SetResourceARN sets the ResourceARN field's value.

func (LambdaOutput) String

func (s LambdaOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LambdaOutput) Validate

func (s *LambdaOutput) Validate() error

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

type LambdaOutputDescription

type LambdaOutputDescription struct {

    // The Amazon Resource Name (ARN) of the destination Lambda function.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`

    // The ARN of the IAM role that Kinesis Data Analytics can assume to write to
    // the destination function.
    //
    // Provided for backward compatibility. Applications that are created with the
    // current API version have an application-level service execution role rather
    // than a resource-level role.
    RoleARN *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application's output, describes the Amazon Lambda function that is configured as its destination.

func (LambdaOutputDescription) GoString

func (s LambdaOutputDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LambdaOutputDescription) SetResourceARN

func (s *LambdaOutputDescription) SetResourceARN(v string) *LambdaOutputDescription

SetResourceARN sets the ResourceARN field's value.

func (*LambdaOutputDescription) SetRoleARN

func (s *LambdaOutputDescription) SetRoleARN(v string) *LambdaOutputDescription

SetRoleARN sets the RoleARN field's value.

func (LambdaOutputDescription) String

func (s LambdaOutputDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LambdaOutputUpdate

type LambdaOutputUpdate struct {

    // The Amazon Resource Name (ARN) of the destination Amazon Lambda function.
    //
    // To specify an earlier version of the Lambda function than the latest, include
    // the Lambda function version in the Lambda function ARN. For more information
    // about Lambda ARNs, see Example ARNs: Amazon Lambda (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda)
    //
    // ResourceARNUpdate is a required field
    ResourceARNUpdate *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

When you update an SQL-based Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about an Amazon Lambda function that is configured as the destination.

func (LambdaOutputUpdate) GoString

func (s LambdaOutputUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LambdaOutputUpdate) SetResourceARNUpdate

func (s *LambdaOutputUpdate) SetResourceARNUpdate(v string) *LambdaOutputUpdate

SetResourceARNUpdate sets the ResourceARNUpdate field's value.

func (LambdaOutputUpdate) String

func (s LambdaOutputUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LambdaOutputUpdate) Validate

func (s *LambdaOutputUpdate) Validate() error

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

type LimitExceededException

type LimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The number of allowed resources has been exceeded.

func (*LimitExceededException) Code

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LimitExceededException) Message

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

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

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListApplicationSnapshotsInput

type ListApplicationSnapshotsInput struct {

    // The name of an existing application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The maximum number of application snapshots to list.
    Limit *int64 `min:"1" type:"integer"`

    // Use this parameter if you receive a NextToken response in a previous request
    // that indicates that there is more output available. Set it to the value of
    // the previous call's NextToken response to indicate where the output should
    // continue from.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListApplicationSnapshotsInput) GoString

func (s ListApplicationSnapshotsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListApplicationSnapshotsInput) SetApplicationName

func (s *ListApplicationSnapshotsInput) SetApplicationName(v string) *ListApplicationSnapshotsInput

SetApplicationName sets the ApplicationName field's value.

func (*ListApplicationSnapshotsInput) SetLimit

func (s *ListApplicationSnapshotsInput) SetLimit(v int64) *ListApplicationSnapshotsInput

SetLimit sets the Limit field's value.

func (*ListApplicationSnapshotsInput) SetNextToken

func (s *ListApplicationSnapshotsInput) SetNextToken(v string) *ListApplicationSnapshotsInput

SetNextToken sets the NextToken field's value.

func (ListApplicationSnapshotsInput) String

func (s ListApplicationSnapshotsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListApplicationSnapshotsInput) Validate

func (s *ListApplicationSnapshotsInput) Validate() error

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

type ListApplicationSnapshotsOutput

type ListApplicationSnapshotsOutput struct {

    // The token for the next set of results, or null if there are no additional
    // results.
    NextToken *string `min:"1" type:"string"`

    // A collection of objects containing information about the application snapshots.
    SnapshotSummaries []*SnapshotDetails `type:"list"`
    // contains filtered or unexported fields
}

func (ListApplicationSnapshotsOutput) GoString

func (s ListApplicationSnapshotsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListApplicationSnapshotsOutput) SetNextToken

func (s *ListApplicationSnapshotsOutput) SetNextToken(v string) *ListApplicationSnapshotsOutput

SetNextToken sets the NextToken field's value.

func (*ListApplicationSnapshotsOutput) SetSnapshotSummaries

func (s *ListApplicationSnapshotsOutput) SetSnapshotSummaries(v []*SnapshotDetails) *ListApplicationSnapshotsOutput

SetSnapshotSummaries sets the SnapshotSummaries field's value.

func (ListApplicationSnapshotsOutput) String

func (s ListApplicationSnapshotsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListApplicationVersionsInput

type ListApplicationVersionsInput struct {

    // The name of the application for which you want to list all versions.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The maximum number of versions to list in this invocation of the operation.
    Limit *int64 `min:"1" type:"integer"`

    // If a previous invocation of this operation returned a pagination token, pass
    // it into this value to retrieve the next set of results. For more information
    // about pagination, see Using the Amazon Command Line Interface's Pagination
    // Options (https://docs.aws.amazon.com/cli/latest/userguide/pagination.html).
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListApplicationVersionsInput) GoString

func (s ListApplicationVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListApplicationVersionsInput) SetApplicationName

func (s *ListApplicationVersionsInput) SetApplicationName(v string) *ListApplicationVersionsInput

SetApplicationName sets the ApplicationName field's value.

func (*ListApplicationVersionsInput) SetLimit

func (s *ListApplicationVersionsInput) SetLimit(v int64) *ListApplicationVersionsInput

SetLimit sets the Limit field's value.

func (*ListApplicationVersionsInput) SetNextToken

func (s *ListApplicationVersionsInput) SetNextToken(v string) *ListApplicationVersionsInput

SetNextToken sets the NextToken field's value.

func (ListApplicationVersionsInput) String

func (s ListApplicationVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListApplicationVersionsInput) Validate

func (s *ListApplicationVersionsInput) Validate() error

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

type ListApplicationVersionsOutput

type ListApplicationVersionsOutput struct {

    // A list of the application versions and the associated configuration summaries.
    // The list includes application versions that were rolled back.
    //
    // To get the complete description of a specific application version, invoke
    // the DescribeApplicationVersion operation.
    ApplicationVersionSummaries []*ApplicationVersionSummary `type:"list"`

    // The pagination token for the next set of results, or null if there are no
    // additional results. To retrieve the next set of items, pass this token into
    // a subsequent invocation of this operation. For more information about pagination,
    // see Using the Amazon Command Line Interface's Pagination Options (https://docs.aws.amazon.com/cli/latest/userguide/pagination.html).
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListApplicationVersionsOutput) GoString

func (s ListApplicationVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListApplicationVersionsOutput) SetApplicationVersionSummaries

func (s *ListApplicationVersionsOutput) SetApplicationVersionSummaries(v []*ApplicationVersionSummary) *ListApplicationVersionsOutput

SetApplicationVersionSummaries sets the ApplicationVersionSummaries field's value.

func (*ListApplicationVersionsOutput) SetNextToken

func (s *ListApplicationVersionsOutput) SetNextToken(v string) *ListApplicationVersionsOutput

SetNextToken sets the NextToken field's value.

func (ListApplicationVersionsOutput) String

func (s ListApplicationVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListApplicationsInput

type ListApplicationsInput struct {

    // The maximum number of applications to list.
    Limit *int64 `min:"1" type:"integer"`

    // If a previous command returned a pagination token, pass it into this value
    // to retrieve the next set of results. For more information about pagination,
    // see Using the Amazon Command Line Interface's Pagination Options (https://docs.aws.amazon.com/cli/latest/userguide/pagination.html).
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListApplicationsInput) GoString

func (s ListApplicationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListApplicationsInput) SetLimit

func (s *ListApplicationsInput) SetLimit(v int64) *ListApplicationsInput

SetLimit sets the Limit field's value.

func (*ListApplicationsInput) SetNextToken

func (s *ListApplicationsInput) SetNextToken(v string) *ListApplicationsInput

SetNextToken sets the NextToken field's value.

func (ListApplicationsInput) String

func (s ListApplicationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListApplicationsInput) Validate

func (s *ListApplicationsInput) Validate() error

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

type ListApplicationsOutput

type ListApplicationsOutput struct {

    // A list of ApplicationSummary objects.
    //
    // ApplicationSummaries is a required field
    ApplicationSummaries []*ApplicationSummary `type:"list" required:"true"`

    // The pagination token for the next set of results, or null if there are no
    // additional results. Pass this token into a subsequent command to retrieve
    // the next set of items For more information about pagination, see Using the
    // Amazon Command Line Interface's Pagination Options (https://docs.aws.amazon.com/cli/latest/userguide/pagination.html).
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (ListApplicationsOutput) GoString

func (s ListApplicationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListApplicationsOutput) SetApplicationSummaries

func (s *ListApplicationsOutput) SetApplicationSummaries(v []*ApplicationSummary) *ListApplicationsOutput

SetApplicationSummaries sets the ApplicationSummaries field's value.

func (*ListApplicationsOutput) SetNextToken

func (s *ListApplicationsOutput) SetNextToken(v string) *ListApplicationsOutput

SetNextToken sets the NextToken field's value.

func (ListApplicationsOutput) String

func (s ListApplicationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

    // The ARN of the application for which to retrieve tags.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceARN

func (s *ListTagsForResourceInput) SetResourceARN(v string) *ListTagsForResourceInput

SetResourceARN sets the ResourceARN field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

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

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // The key-value tags assigned to the application.
    Tags []*Tag `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

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

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MappingParameters

type MappingParameters struct {

    // Provides additional mapping information when the record format uses delimiters
    // (for example, CSV).
    CSVMappingParameters *CSVMappingParameters `type:"structure"`

    // Provides additional mapping information when JSON is the record format on
    // the streaming source.
    JSONMappingParameters *JSONMappingParameters `type:"structure"`
    // contains filtered or unexported fields
}

When you configure a SQL-based Kinesis Data Analytics application's input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

func (MappingParameters) GoString

func (s MappingParameters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MappingParameters) SetCSVMappingParameters

func (s *MappingParameters) SetCSVMappingParameters(v *CSVMappingParameters) *MappingParameters

SetCSVMappingParameters sets the CSVMappingParameters field's value.

func (*MappingParameters) SetJSONMappingParameters

func (s *MappingParameters) SetJSONMappingParameters(v *JSONMappingParameters) *MappingParameters

SetJSONMappingParameters sets the JSONMappingParameters field's value.

func (MappingParameters) String

func (s MappingParameters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MappingParameters) Validate

func (s *MappingParameters) Validate() error

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

type MavenReference

type MavenReference struct {

    // The artifact ID of the Maven reference.
    //
    // ArtifactId is a required field
    ArtifactId *string `min:"1" type:"string" required:"true"`

    // The group ID of the Maven reference.
    //
    // GroupId is a required field
    GroupId *string `min:"1" type:"string" required:"true"`

    // The version of the Maven reference.
    //
    // Version is a required field
    Version *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.

func (MavenReference) GoString

func (s MavenReference) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MavenReference) SetArtifactId

func (s *MavenReference) SetArtifactId(v string) *MavenReference

SetArtifactId sets the ArtifactId field's value.

func (*MavenReference) SetGroupId

func (s *MavenReference) SetGroupId(v string) *MavenReference

SetGroupId sets the GroupId field's value.

func (*MavenReference) SetVersion

func (s *MavenReference) SetVersion(v string) *MavenReference

SetVersion sets the Version field's value.

func (MavenReference) String

func (s MavenReference) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MavenReference) Validate

func (s *MavenReference) Validate() error

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

type MonitoringConfiguration

type MonitoringConfiguration struct {

    // Describes whether to use the default CloudWatch logging configuration for
    // an application. You must set this property to CUSTOM in order to set the
    // LogLevel or MetricsLevel parameters.
    //
    // ConfigurationType is a required field
    ConfigurationType *string `type:"string" required:"true" enum:"ConfigurationType"`

    // Describes the verbosity of the CloudWatch Logs for an application.
    LogLevel *string `type:"string" enum:"LogLevel"`

    // Describes the granularity of the CloudWatch Logs for an application. The
    // Parallelism level is not recommended for applications with a Parallelism
    // over 64 due to excessive costs.
    MetricsLevel *string `type:"string" enum:"MetricsLevel"`
    // contains filtered or unexported fields
}

Describes configuration parameters for Amazon CloudWatch logging for an application. For more information about CloudWatch logging, see Monitoring (https://docs.aws.amazon.com/kinesisanalytics/latest/java/monitoring-overview.html).

func (MonitoringConfiguration) GoString

func (s MonitoringConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringConfiguration) SetConfigurationType

func (s *MonitoringConfiguration) SetConfigurationType(v string) *MonitoringConfiguration

SetConfigurationType sets the ConfigurationType field's value.

func (*MonitoringConfiguration) SetLogLevel

func (s *MonitoringConfiguration) SetLogLevel(v string) *MonitoringConfiguration

SetLogLevel sets the LogLevel field's value.

func (*MonitoringConfiguration) SetMetricsLevel

func (s *MonitoringConfiguration) SetMetricsLevel(v string) *MonitoringConfiguration

SetMetricsLevel sets the MetricsLevel field's value.

func (MonitoringConfiguration) String

func (s MonitoringConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringConfiguration) Validate

func (s *MonitoringConfiguration) Validate() error

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

type MonitoringConfigurationDescription

type MonitoringConfigurationDescription struct {

    // Describes whether to use the default CloudWatch logging configuration for
    // an application.
    ConfigurationType *string `type:"string" enum:"ConfigurationType"`

    // Describes the verbosity of the CloudWatch Logs for an application.
    LogLevel *string `type:"string" enum:"LogLevel"`

    // Describes the granularity of the CloudWatch Logs for an application.
    MetricsLevel *string `type:"string" enum:"MetricsLevel"`
    // contains filtered or unexported fields
}

Describes configuration parameters for CloudWatch logging for an application.

func (MonitoringConfigurationDescription) GoString

func (s MonitoringConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringConfigurationDescription) SetConfigurationType

func (s *MonitoringConfigurationDescription) SetConfigurationType(v string) *MonitoringConfigurationDescription

SetConfigurationType sets the ConfigurationType field's value.

func (*MonitoringConfigurationDescription) SetLogLevel

func (s *MonitoringConfigurationDescription) SetLogLevel(v string) *MonitoringConfigurationDescription

SetLogLevel sets the LogLevel field's value.

func (*MonitoringConfigurationDescription) SetMetricsLevel

func (s *MonitoringConfigurationDescription) SetMetricsLevel(v string) *MonitoringConfigurationDescription

SetMetricsLevel sets the MetricsLevel field's value.

func (MonitoringConfigurationDescription) String

func (s MonitoringConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringConfigurationUpdate

type MonitoringConfigurationUpdate struct {

    // Describes updates to whether to use the default CloudWatch logging configuration
    // for an application. You must set this property to CUSTOM in order to set
    // the LogLevel or MetricsLevel parameters.
    ConfigurationTypeUpdate *string `type:"string" enum:"ConfigurationType"`

    // Describes updates to the verbosity of the CloudWatch Logs for an application.
    LogLevelUpdate *string `type:"string" enum:"LogLevel"`

    // Describes updates to the granularity of the CloudWatch Logs for an application.
    // The Parallelism level is not recommended for applications with a Parallelism
    // over 64 due to excessive costs.
    MetricsLevelUpdate *string `type:"string" enum:"MetricsLevel"`
    // contains filtered or unexported fields
}

Describes updates to configuration parameters for Amazon CloudWatch logging for an application.

func (MonitoringConfigurationUpdate) GoString

func (s MonitoringConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringConfigurationUpdate) SetConfigurationTypeUpdate

func (s *MonitoringConfigurationUpdate) SetConfigurationTypeUpdate(v string) *MonitoringConfigurationUpdate

SetConfigurationTypeUpdate sets the ConfigurationTypeUpdate field's value.

func (*MonitoringConfigurationUpdate) SetLogLevelUpdate

func (s *MonitoringConfigurationUpdate) SetLogLevelUpdate(v string) *MonitoringConfigurationUpdate

SetLogLevelUpdate sets the LogLevelUpdate field's value.

func (*MonitoringConfigurationUpdate) SetMetricsLevelUpdate

func (s *MonitoringConfigurationUpdate) SetMetricsLevelUpdate(v string) *MonitoringConfigurationUpdate

SetMetricsLevelUpdate sets the MetricsLevelUpdate field's value.

func (MonitoringConfigurationUpdate) String

func (s MonitoringConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Output

type Output struct {

    // Describes the data format when records are written to the destination.
    //
    // DestinationSchema is a required field
    DestinationSchema *DestinationSchema `type:"structure" required:"true"`

    // Identifies a Kinesis Data Firehose delivery stream as the destination.
    KinesisFirehoseOutput *KinesisFirehoseOutput `type:"structure"`

    // Identifies a Kinesis data stream as the destination.
    KinesisStreamsOutput *KinesisStreamsOutput `type:"structure"`

    // Identifies an Amazon Lambda function as the destination.
    LambdaOutput *LambdaOutput `type:"structure"`

    // The name of the in-application stream.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.

func (Output) GoString

func (s Output) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Output) SetDestinationSchema

func (s *Output) SetDestinationSchema(v *DestinationSchema) *Output

SetDestinationSchema sets the DestinationSchema field's value.

func (*Output) SetKinesisFirehoseOutput

func (s *Output) SetKinesisFirehoseOutput(v *KinesisFirehoseOutput) *Output

SetKinesisFirehoseOutput sets the KinesisFirehoseOutput field's value.

func (*Output) SetKinesisStreamsOutput

func (s *Output) SetKinesisStreamsOutput(v *KinesisStreamsOutput) *Output

SetKinesisStreamsOutput sets the KinesisStreamsOutput field's value.

func (*Output) SetLambdaOutput

func (s *Output) SetLambdaOutput(v *LambdaOutput) *Output

SetLambdaOutput sets the LambdaOutput field's value.

func (*Output) SetName

func (s *Output) SetName(v string) *Output

SetName sets the Name field's value.

func (Output) String

func (s Output) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Output) Validate

func (s *Output) Validate() error

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

type OutputDescription

type OutputDescription struct {

    // The data format used for writing data to the destination.
    DestinationSchema *DestinationSchema `type:"structure"`

    // Describes the Kinesis Data Firehose delivery stream that is configured as
    // the destination where output is written.
    KinesisFirehoseOutputDescription *KinesisFirehoseOutputDescription `type:"structure"`

    // Describes the Kinesis data stream that is configured as the destination where
    // output is written.
    KinesisStreamsOutputDescription *KinesisStreamsOutputDescription `type:"structure"`

    // Describes the Lambda function that is configured as the destination where
    // output is written.
    LambdaOutputDescription *LambdaOutputDescription `type:"structure"`

    // The name of the in-application stream that is configured as output.
    Name *string `min:"1" type:"string"`

    // A unique identifier for the output configuration.
    OutputId *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.

func (OutputDescription) GoString

func (s OutputDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputDescription) SetDestinationSchema

func (s *OutputDescription) SetDestinationSchema(v *DestinationSchema) *OutputDescription

SetDestinationSchema sets the DestinationSchema field's value.

func (*OutputDescription) SetKinesisFirehoseOutputDescription

func (s *OutputDescription) SetKinesisFirehoseOutputDescription(v *KinesisFirehoseOutputDescription) *OutputDescription

SetKinesisFirehoseOutputDescription sets the KinesisFirehoseOutputDescription field's value.

func (*OutputDescription) SetKinesisStreamsOutputDescription

func (s *OutputDescription) SetKinesisStreamsOutputDescription(v *KinesisStreamsOutputDescription) *OutputDescription

SetKinesisStreamsOutputDescription sets the KinesisStreamsOutputDescription field's value.

func (*OutputDescription) SetLambdaOutputDescription

func (s *OutputDescription) SetLambdaOutputDescription(v *LambdaOutputDescription) *OutputDescription

SetLambdaOutputDescription sets the LambdaOutputDescription field's value.

func (*OutputDescription) SetName

func (s *OutputDescription) SetName(v string) *OutputDescription

SetName sets the Name field's value.

func (*OutputDescription) SetOutputId

func (s *OutputDescription) SetOutputId(v string) *OutputDescription

SetOutputId sets the OutputId field's value.

func (OutputDescription) String

func (s OutputDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OutputUpdate

type OutputUpdate struct {

    // Describes the data format when records are written to the destination.
    DestinationSchemaUpdate *DestinationSchema `type:"structure"`

    // Describes a Kinesis Data Firehose delivery stream as the destination for
    // the output.
    KinesisFirehoseOutputUpdate *KinesisFirehoseOutputUpdate `type:"structure"`

    // Describes a Kinesis data stream as the destination for the output.
    KinesisStreamsOutputUpdate *KinesisStreamsOutputUpdate `type:"structure"`

    // Describes an Amazon Lambda function as the destination for the output.
    LambdaOutputUpdate *LambdaOutputUpdate `type:"structure"`

    // If you want to specify a different in-application stream for this output
    // configuration, use this field to specify the new in-application stream name.
    NameUpdate *string `min:"1" type:"string"`

    // Identifies the specific output configuration that you want to update.
    //
    // OutputId is a required field
    OutputId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes updates to the output configuration identified by the OutputId.

func (OutputUpdate) GoString

func (s OutputUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputUpdate) SetDestinationSchemaUpdate

func (s *OutputUpdate) SetDestinationSchemaUpdate(v *DestinationSchema) *OutputUpdate

SetDestinationSchemaUpdate sets the DestinationSchemaUpdate field's value.

func (*OutputUpdate) SetKinesisFirehoseOutputUpdate

func (s *OutputUpdate) SetKinesisFirehoseOutputUpdate(v *KinesisFirehoseOutputUpdate) *OutputUpdate

SetKinesisFirehoseOutputUpdate sets the KinesisFirehoseOutputUpdate field's value.

func (*OutputUpdate) SetKinesisStreamsOutputUpdate

func (s *OutputUpdate) SetKinesisStreamsOutputUpdate(v *KinesisStreamsOutputUpdate) *OutputUpdate

SetKinesisStreamsOutputUpdate sets the KinesisStreamsOutputUpdate field's value.

func (*OutputUpdate) SetLambdaOutputUpdate

func (s *OutputUpdate) SetLambdaOutputUpdate(v *LambdaOutputUpdate) *OutputUpdate

SetLambdaOutputUpdate sets the LambdaOutputUpdate field's value.

func (*OutputUpdate) SetNameUpdate

func (s *OutputUpdate) SetNameUpdate(v string) *OutputUpdate

SetNameUpdate sets the NameUpdate field's value.

func (*OutputUpdate) SetOutputId

func (s *OutputUpdate) SetOutputId(v string) *OutputUpdate

SetOutputId sets the OutputId field's value.

func (OutputUpdate) String

func (s OutputUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputUpdate) Validate

func (s *OutputUpdate) Validate() error

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

type ParallelismConfiguration

type ParallelismConfiguration struct {

    // Describes whether the Managed Service for Apache Flink service can increase
    // the parallelism of the application in response to increased throughput.
    AutoScalingEnabled *bool `type:"boolean"`

    // Describes whether the application uses the default parallelism for the Managed
    // Service for Apache Flink service. You must set this property to CUSTOM in
    // order to change your application's AutoScalingEnabled, Parallelism, or ParallelismPerKPU
    // properties.
    //
    // ConfigurationType is a required field
    ConfigurationType *string `type:"string" required:"true" enum:"ConfigurationType"`

    // Describes the initial number of parallel tasks that a Managed Service for
    // Apache Flink application can perform. If AutoScalingEnabled is set to True,
    // Managed Service for Apache Flink increases the CurrentParallelism value in
    // response to application load. The service can increase the CurrentParallelism
    // value up to the maximum parallelism, which is ParalellismPerKPU times the
    // maximum KPUs for the application. The maximum KPUs for an application is
    // 32 by default, and can be increased by requesting a limit increase. If application
    // load is reduced, the service can reduce the CurrentParallelism value down
    // to the Parallelism setting.
    Parallelism *int64 `min:"1" type:"integer"`

    // Describes the number of parallel tasks that a Managed Service for Apache
    // Flink application can perform per Kinesis Processing Unit (KPU) used by the
    // application. For more information about KPUs, see Amazon Managed Service
    // for Apache Flink Pricing (http://aws.amazon.com/kinesis/data-analytics/pricing/).
    ParallelismPerKPU *int64 `min:"1" type:"integer"`
    // contains filtered or unexported fields
}

Describes parameters for how a Managed Service for Apache Flink application executes multiple tasks simultaneously. For more information about parallelism, see Parallel Execution (https://nightlies.apache.org/flink/flink-docs-release-1.18/dev/parallel.html) in the Apache Flink Documentation (https://nightlies.apache.org/flink/flink-docs-release-1.18/).

func (ParallelismConfiguration) GoString

func (s ParallelismConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParallelismConfiguration) SetAutoScalingEnabled

func (s *ParallelismConfiguration) SetAutoScalingEnabled(v bool) *ParallelismConfiguration

SetAutoScalingEnabled sets the AutoScalingEnabled field's value.

func (*ParallelismConfiguration) SetConfigurationType

func (s *ParallelismConfiguration) SetConfigurationType(v string) *ParallelismConfiguration

SetConfigurationType sets the ConfigurationType field's value.

func (*ParallelismConfiguration) SetParallelism

func (s *ParallelismConfiguration) SetParallelism(v int64) *ParallelismConfiguration

SetParallelism sets the Parallelism field's value.

func (*ParallelismConfiguration) SetParallelismPerKPU

func (s *ParallelismConfiguration) SetParallelismPerKPU(v int64) *ParallelismConfiguration

SetParallelismPerKPU sets the ParallelismPerKPU field's value.

func (ParallelismConfiguration) String

func (s ParallelismConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParallelismConfiguration) Validate

func (s *ParallelismConfiguration) Validate() error

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

type ParallelismConfigurationDescription

type ParallelismConfigurationDescription struct {

    // Describes whether the Managed Service for Apache Flink service can increase
    // the parallelism of the application in response to increased throughput.
    AutoScalingEnabled *bool `type:"boolean"`

    // Describes whether the application uses the default parallelism for the Managed
    // Service for Apache Flink service.
    ConfigurationType *string `type:"string" enum:"ConfigurationType"`

    // Describes the current number of parallel tasks that a Managed Service for
    // Apache Flink application can perform. If AutoScalingEnabled is set to True,
    // Managed Service for Apache Flink can increase this value in response to application
    // load. The service can increase this value up to the maximum parallelism,
    // which is ParalellismPerKPU times the maximum KPUs for the application. The
    // maximum KPUs for an application is 32 by default, and can be increased by
    // requesting a limit increase. If application load is reduced, the service
    // can reduce the CurrentParallelism value down to the Parallelism setting.
    CurrentParallelism *int64 `min:"1" type:"integer"`

    // Describes the initial number of parallel tasks that a Managed Service for
    // Apache Flink application can perform. If AutoScalingEnabled is set to True,
    // then Managed Service for Apache Flink can increase the CurrentParallelism
    // value in response to application load. The service can increase CurrentParallelism
    // up to the maximum parallelism, which is ParalellismPerKPU times the maximum
    // KPUs for the application. The maximum KPUs for an application is 32 by default,
    // and can be increased by requesting a limit increase. If application load
    // is reduced, the service can reduce the CurrentParallelism value down to the
    // Parallelism setting.
    Parallelism *int64 `min:"1" type:"integer"`

    // Describes the number of parallel tasks that a Managed Service for Apache
    // Flink application can perform per Kinesis Processing Unit (KPU) used by the
    // application.
    ParallelismPerKPU *int64 `min:"1" type:"integer"`
    // contains filtered or unexported fields
}

Describes parameters for how a Managed Service for Apache Flink application executes multiple tasks simultaneously.

func (ParallelismConfigurationDescription) GoString

func (s ParallelismConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParallelismConfigurationDescription) SetAutoScalingEnabled

func (s *ParallelismConfigurationDescription) SetAutoScalingEnabled(v bool) *ParallelismConfigurationDescription

SetAutoScalingEnabled sets the AutoScalingEnabled field's value.

func (*ParallelismConfigurationDescription) SetConfigurationType

func (s *ParallelismConfigurationDescription) SetConfigurationType(v string) *ParallelismConfigurationDescription

SetConfigurationType sets the ConfigurationType field's value.

func (*ParallelismConfigurationDescription) SetCurrentParallelism

func (s *ParallelismConfigurationDescription) SetCurrentParallelism(v int64) *ParallelismConfigurationDescription

SetCurrentParallelism sets the CurrentParallelism field's value.

func (*ParallelismConfigurationDescription) SetParallelism

func (s *ParallelismConfigurationDescription) SetParallelism(v int64) *ParallelismConfigurationDescription

SetParallelism sets the Parallelism field's value.

func (*ParallelismConfigurationDescription) SetParallelismPerKPU

func (s *ParallelismConfigurationDescription) SetParallelismPerKPU(v int64) *ParallelismConfigurationDescription

SetParallelismPerKPU sets the ParallelismPerKPU field's value.

func (ParallelismConfigurationDescription) String

func (s ParallelismConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParallelismConfigurationUpdate

type ParallelismConfigurationUpdate struct {

    // Describes updates to whether the Managed Service for Apache Flink service
    // can increase the parallelism of a Managed Service for Apache Flink application
    // in response to increased throughput.
    AutoScalingEnabledUpdate *bool `type:"boolean"`

    // Describes updates to whether the application uses the default parallelism
    // for the Managed Service for Apache Flink service, or if a custom parallelism
    // is used. You must set this property to CUSTOM in order to change your application's
    // AutoScalingEnabled, Parallelism, or ParallelismPerKPU properties.
    ConfigurationTypeUpdate *string `type:"string" enum:"ConfigurationType"`

    // Describes updates to the number of parallel tasks an application can perform
    // per Kinesis Processing Unit (KPU) used by the application.
    ParallelismPerKPUUpdate *int64 `min:"1" type:"integer"`

    // Describes updates to the initial number of parallel tasks an application
    // can perform. If AutoScalingEnabled is set to True, then Managed Service for
    // Apache Flink can increase the CurrentParallelism value in response to application
    // load. The service can increase CurrentParallelism up to the maximum parallelism,
    // which is ParalellismPerKPU times the maximum KPUs for the application. The
    // maximum KPUs for an application is 32 by default, and can be increased by
    // requesting a limit increase. If application load is reduced, the service
    // will reduce CurrentParallelism down to the Parallelism setting.
    ParallelismUpdate *int64 `min:"1" type:"integer"`
    // contains filtered or unexported fields
}

Describes updates to parameters for how an application executes multiple tasks simultaneously.

func (ParallelismConfigurationUpdate) GoString

func (s ParallelismConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParallelismConfigurationUpdate) SetAutoScalingEnabledUpdate

func (s *ParallelismConfigurationUpdate) SetAutoScalingEnabledUpdate(v bool) *ParallelismConfigurationUpdate

SetAutoScalingEnabledUpdate sets the AutoScalingEnabledUpdate field's value.

func (*ParallelismConfigurationUpdate) SetConfigurationTypeUpdate

func (s *ParallelismConfigurationUpdate) SetConfigurationTypeUpdate(v string) *ParallelismConfigurationUpdate

SetConfigurationTypeUpdate sets the ConfigurationTypeUpdate field's value.

func (*ParallelismConfigurationUpdate) SetParallelismPerKPUUpdate

func (s *ParallelismConfigurationUpdate) SetParallelismPerKPUUpdate(v int64) *ParallelismConfigurationUpdate

SetParallelismPerKPUUpdate sets the ParallelismPerKPUUpdate field's value.

func (*ParallelismConfigurationUpdate) SetParallelismUpdate

func (s *ParallelismConfigurationUpdate) SetParallelismUpdate(v int64) *ParallelismConfigurationUpdate

SetParallelismUpdate sets the ParallelismUpdate field's value.

func (ParallelismConfigurationUpdate) String

func (s ParallelismConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParallelismConfigurationUpdate) Validate

func (s *ParallelismConfigurationUpdate) Validate() error

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

type PropertyGroup

type PropertyGroup struct {

    // Describes the key of an application execution property key-value pair.
    //
    // PropertyGroupId is a required field
    PropertyGroupId *string `min:"1" type:"string" required:"true"`

    // Describes the value of an application execution property key-value pair.
    //
    // PropertyMap is a required field
    PropertyMap map[string]*string `min:"1" type:"map" required:"true"`
    // contains filtered or unexported fields
}

Property key-value pairs passed into an application.

func (PropertyGroup) GoString

func (s PropertyGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PropertyGroup) SetPropertyGroupId

func (s *PropertyGroup) SetPropertyGroupId(v string) *PropertyGroup

SetPropertyGroupId sets the PropertyGroupId field's value.

func (*PropertyGroup) SetPropertyMap

func (s *PropertyGroup) SetPropertyMap(v map[string]*string) *PropertyGroup

SetPropertyMap sets the PropertyMap field's value.

func (PropertyGroup) String

func (s PropertyGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PropertyGroup) Validate

func (s *PropertyGroup) Validate() error

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

type RecordColumn

type RecordColumn struct {

    // A reference to the data element in the streaming input or the reference data
    // source.
    Mapping *string `type:"string"`

    // The name of the column that is created in the in-application input stream
    // or reference table.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // The type of column created in the in-application input stream or reference
    // table.
    //
    // SqlType is a required field
    SqlType *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.

Also used to describe the format of the reference data source.

func (RecordColumn) GoString

func (s RecordColumn) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecordColumn) SetMapping

func (s *RecordColumn) SetMapping(v string) *RecordColumn

SetMapping sets the Mapping field's value.

func (*RecordColumn) SetName

func (s *RecordColumn) SetName(v string) *RecordColumn

SetName sets the Name field's value.

func (*RecordColumn) SetSqlType

func (s *RecordColumn) SetSqlType(v string) *RecordColumn

SetSqlType sets the SqlType field's value.

func (RecordColumn) String

func (s RecordColumn) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecordColumn) Validate

func (s *RecordColumn) Validate() error

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

type RecordFormat

type RecordFormat struct {

    // When you configure application input at the time of creating or updating
    // an application, provides additional mapping information specific to the record
    // format (such as JSON, CSV, or record fields delimited by some delimiter)
    // on the streaming source.
    MappingParameters *MappingParameters `type:"structure"`

    // The type of record format.
    //
    // RecordFormatType is a required field
    RecordFormatType *string `type:"string" required:"true" enum:"RecordFormatType"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes the record format and relevant mapping information that should be applied to schematize the records on the stream.

func (RecordFormat) GoString

func (s RecordFormat) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecordFormat) SetMappingParameters

func (s *RecordFormat) SetMappingParameters(v *MappingParameters) *RecordFormat

SetMappingParameters sets the MappingParameters field's value.

func (*RecordFormat) SetRecordFormatType

func (s *RecordFormat) SetRecordFormatType(v string) *RecordFormat

SetRecordFormatType sets the RecordFormatType field's value.

func (RecordFormat) String

func (s RecordFormat) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecordFormat) Validate

func (s *RecordFormat) Validate() error

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

type ReferenceDataSource

type ReferenceDataSource struct {

    // Describes the format of the data in the streaming source, and how each data
    // element maps to corresponding columns created in the in-application stream.
    //
    // ReferenceSchema is a required field
    ReferenceSchema *SourceSchema `type:"structure" required:"true"`

    // Identifies the S3 bucket and object that contains the reference data. A SQL-based
    // Kinesis Data Analytics application loads reference data only once. If the
    // data changes, you call the UpdateApplication operation to trigger reloading
    // of data into your application.
    S3ReferenceDataSource *S3ReferenceDataSource `type:"structure"`

    // The name of the in-application table to create.
    //
    // TableName is a required field
    TableName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.

func (ReferenceDataSource) GoString

func (s ReferenceDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceDataSource) SetReferenceSchema

func (s *ReferenceDataSource) SetReferenceSchema(v *SourceSchema) *ReferenceDataSource

SetReferenceSchema sets the ReferenceSchema field's value.

func (*ReferenceDataSource) SetS3ReferenceDataSource

func (s *ReferenceDataSource) SetS3ReferenceDataSource(v *S3ReferenceDataSource) *ReferenceDataSource

SetS3ReferenceDataSource sets the S3ReferenceDataSource field's value.

func (*ReferenceDataSource) SetTableName

func (s *ReferenceDataSource) SetTableName(v string) *ReferenceDataSource

SetTableName sets the TableName field's value.

func (ReferenceDataSource) String

func (s ReferenceDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceDataSource) Validate

func (s *ReferenceDataSource) Validate() error

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

type ReferenceDataSourceDescription

type ReferenceDataSourceDescription struct {

    // The ID of the reference data source. This is the ID that Kinesis Data Analytics
    // assigns when you add the reference data source to your application using
    // the CreateApplication or UpdateApplication operation.
    //
    // ReferenceId is a required field
    ReferenceId *string `min:"1" type:"string" required:"true"`

    // Describes the format of the data in the streaming source, and how each data
    // element maps to corresponding columns created in the in-application stream.
    ReferenceSchema *SourceSchema `type:"structure"`

    // Provides the Amazon S3 bucket name, the object key name that contains the
    // reference data.
    //
    // S3ReferenceDataSourceDescription is a required field
    S3ReferenceDataSourceDescription *S3ReferenceDataSourceDescription `type:"structure" required:"true"`

    // The in-application table name created by the specific reference data source
    // configuration.
    //
    // TableName is a required field
    TableName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes the reference data source configured for an application.

func (ReferenceDataSourceDescription) GoString

func (s ReferenceDataSourceDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceDataSourceDescription) SetReferenceId

func (s *ReferenceDataSourceDescription) SetReferenceId(v string) *ReferenceDataSourceDescription

SetReferenceId sets the ReferenceId field's value.

func (*ReferenceDataSourceDescription) SetReferenceSchema

func (s *ReferenceDataSourceDescription) SetReferenceSchema(v *SourceSchema) *ReferenceDataSourceDescription

SetReferenceSchema sets the ReferenceSchema field's value.

func (*ReferenceDataSourceDescription) SetS3ReferenceDataSourceDescription

func (s *ReferenceDataSourceDescription) SetS3ReferenceDataSourceDescription(v *S3ReferenceDataSourceDescription) *ReferenceDataSourceDescription

SetS3ReferenceDataSourceDescription sets the S3ReferenceDataSourceDescription field's value.

func (*ReferenceDataSourceDescription) SetTableName

func (s *ReferenceDataSourceDescription) SetTableName(v string) *ReferenceDataSourceDescription

SetTableName sets the TableName field's value.

func (ReferenceDataSourceDescription) String

func (s ReferenceDataSourceDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReferenceDataSourceUpdate

type ReferenceDataSourceUpdate struct {

    // The ID of the reference data source that is being updated. You can use the
    // DescribeApplication operation to get this value.
    //
    // ReferenceId is a required field
    ReferenceId *string `min:"1" type:"string" required:"true"`

    // Describes the format of the data in the streaming source, and how each data
    // element maps to corresponding columns created in the in-application stream.
    ReferenceSchemaUpdate *SourceSchema `type:"structure"`

    // Describes the S3 bucket name, object key name, and IAM role that Kinesis
    // Data Analytics can assume to read the Amazon S3 object on your behalf and
    // populate the in-application reference table.
    S3ReferenceDataSourceUpdate *S3ReferenceDataSourceUpdate `type:"structure"`

    // The in-application table name that is created by this update.
    TableNameUpdate *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

When you update a reference data source configuration for a SQL-based Kinesis Data Analytics application, this object provides all the updated values (such as the source bucket name and object key name), the in-application table name that is created, and updated mapping information that maps the data in the Amazon S3 object to the in-application reference table that is created.

func (ReferenceDataSourceUpdate) GoString

func (s ReferenceDataSourceUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceDataSourceUpdate) SetReferenceId

func (s *ReferenceDataSourceUpdate) SetReferenceId(v string) *ReferenceDataSourceUpdate

SetReferenceId sets the ReferenceId field's value.

func (*ReferenceDataSourceUpdate) SetReferenceSchemaUpdate

func (s *ReferenceDataSourceUpdate) SetReferenceSchemaUpdate(v *SourceSchema) *ReferenceDataSourceUpdate

SetReferenceSchemaUpdate sets the ReferenceSchemaUpdate field's value.

func (*ReferenceDataSourceUpdate) SetS3ReferenceDataSourceUpdate

func (s *ReferenceDataSourceUpdate) SetS3ReferenceDataSourceUpdate(v *S3ReferenceDataSourceUpdate) *ReferenceDataSourceUpdate

SetS3ReferenceDataSourceUpdate sets the S3ReferenceDataSourceUpdate field's value.

func (*ReferenceDataSourceUpdate) SetTableNameUpdate

func (s *ReferenceDataSourceUpdate) SetTableNameUpdate(v string) *ReferenceDataSourceUpdate

SetTableNameUpdate sets the TableNameUpdate field's value.

func (ReferenceDataSourceUpdate) String

func (s ReferenceDataSourceUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReferenceDataSourceUpdate) Validate

func (s *ReferenceDataSourceUpdate) Validate() error

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

type ResourceInUseException

type ResourceInUseException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The application is not available for this operation.

func (*ResourceInUseException) Code

func (s *ResourceInUseException) Code() string

Code returns the exception type name.

func (*ResourceInUseException) Error

func (s *ResourceInUseException) Error() string

func (ResourceInUseException) GoString

func (s ResourceInUseException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceInUseException) Message

func (s *ResourceInUseException) Message() string

Message returns the exception's message.

func (*ResourceInUseException) OrigErr

func (s *ResourceInUseException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceInUseException) RequestID

func (s *ResourceInUseException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceInUseException) StatusCode

func (s *ResourceInUseException) StatusCode() int

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

func (ResourceInUseException) String

func (s ResourceInUseException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

type ResourceNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Specified application can't be found.

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

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

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceProvisionedThroughputExceededException

type ResourceProvisionedThroughputExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Discovery failed to get a record from the streaming source because of the Kinesis Streams ProvisionedThroughputExceededException. For more information, see GetRecords (http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html) in the Amazon Kinesis Streams API Reference.

func (*ResourceProvisionedThroughputExceededException) Code

func (s *ResourceProvisionedThroughputExceededException) Code() string

Code returns the exception type name.

func (*ResourceProvisionedThroughputExceededException) Error

func (s *ResourceProvisionedThroughputExceededException) Error() string

func (ResourceProvisionedThroughputExceededException) GoString

func (s ResourceProvisionedThroughputExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceProvisionedThroughputExceededException) Message

func (s *ResourceProvisionedThroughputExceededException) Message() string

Message returns the exception's message.

func (*ResourceProvisionedThroughputExceededException) OrigErr

func (s *ResourceProvisionedThroughputExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceProvisionedThroughputExceededException) RequestID

func (s *ResourceProvisionedThroughputExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceProvisionedThroughputExceededException) StatusCode

func (s *ResourceProvisionedThroughputExceededException) StatusCode() int

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

func (ResourceProvisionedThroughputExceededException) String

func (s ResourceProvisionedThroughputExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RollbackApplicationInput

type RollbackApplicationInput struct {

    // The name of the application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The current application version ID. You can retrieve the application version
    // ID using DescribeApplication.
    //
    // CurrentApplicationVersionId is a required field
    CurrentApplicationVersionId *int64 `min:"1" type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (RollbackApplicationInput) GoString

func (s RollbackApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RollbackApplicationInput) SetApplicationName

func (s *RollbackApplicationInput) SetApplicationName(v string) *RollbackApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*RollbackApplicationInput) SetCurrentApplicationVersionId

func (s *RollbackApplicationInput) SetCurrentApplicationVersionId(v int64) *RollbackApplicationInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (RollbackApplicationInput) String

func (s RollbackApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RollbackApplicationInput) Validate

func (s *RollbackApplicationInput) Validate() error

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

type RollbackApplicationOutput

type RollbackApplicationOutput struct {

    // Describes the application, including the application Amazon Resource Name
    // (ARN), status, latest version, and input and output configurations.
    //
    // ApplicationDetail is a required field
    ApplicationDetail *ApplicationDetail `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (RollbackApplicationOutput) GoString

func (s RollbackApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RollbackApplicationOutput) SetApplicationDetail

func (s *RollbackApplicationOutput) SetApplicationDetail(v *ApplicationDetail) *RollbackApplicationOutput

SetApplicationDetail sets the ApplicationDetail field's value.

func (RollbackApplicationOutput) String

func (s RollbackApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RunConfiguration

type RunConfiguration struct {

    // Describes the restore behavior of a restarting application.
    ApplicationRestoreConfiguration *ApplicationRestoreConfiguration `type:"structure"`

    // Describes the starting parameters for a Managed Service for Apache Flink
    // application.
    FlinkRunConfiguration *FlinkRunConfiguration `type:"structure"`

    // Describes the starting parameters for a SQL-based Kinesis Data Analytics
    // application application.
    SqlRunConfigurations []*SqlRunConfiguration `type:"list"`
    // contains filtered or unexported fields
}

Describes the starting parameters for an Managed Service for Apache Flink application.

func (RunConfiguration) GoString

func (s RunConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RunConfiguration) SetApplicationRestoreConfiguration

func (s *RunConfiguration) SetApplicationRestoreConfiguration(v *ApplicationRestoreConfiguration) *RunConfiguration

SetApplicationRestoreConfiguration sets the ApplicationRestoreConfiguration field's value.

func (*RunConfiguration) SetFlinkRunConfiguration

func (s *RunConfiguration) SetFlinkRunConfiguration(v *FlinkRunConfiguration) *RunConfiguration

SetFlinkRunConfiguration sets the FlinkRunConfiguration field's value.

func (*RunConfiguration) SetSqlRunConfigurations

func (s *RunConfiguration) SetSqlRunConfigurations(v []*SqlRunConfiguration) *RunConfiguration

SetSqlRunConfigurations sets the SqlRunConfigurations field's value.

func (RunConfiguration) String

func (s RunConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RunConfiguration) Validate

func (s *RunConfiguration) Validate() error

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

type RunConfigurationDescription

type RunConfigurationDescription struct {

    // Describes the restore behavior of a restarting application.
    ApplicationRestoreConfigurationDescription *ApplicationRestoreConfiguration `type:"structure"`

    // Describes the starting parameters for a Managed Service for Apache Flink
    // application.
    FlinkRunConfigurationDescription *FlinkRunConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

Describes the starting properties for a Managed Service for Apache Flink application.

func (RunConfigurationDescription) GoString

func (s RunConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RunConfigurationDescription) SetApplicationRestoreConfigurationDescription

func (s *RunConfigurationDescription) SetApplicationRestoreConfigurationDescription(v *ApplicationRestoreConfiguration) *RunConfigurationDescription

SetApplicationRestoreConfigurationDescription sets the ApplicationRestoreConfigurationDescription field's value.

func (*RunConfigurationDescription) SetFlinkRunConfigurationDescription

func (s *RunConfigurationDescription) SetFlinkRunConfigurationDescription(v *FlinkRunConfiguration) *RunConfigurationDescription

SetFlinkRunConfigurationDescription sets the FlinkRunConfigurationDescription field's value.

func (RunConfigurationDescription) String

func (s RunConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RunConfigurationUpdate

type RunConfigurationUpdate struct {

    // Describes updates to the restore behavior of a restarting application.
    ApplicationRestoreConfiguration *ApplicationRestoreConfiguration `type:"structure"`

    // Describes the starting parameters for a Managed Service for Apache Flink
    // application.
    FlinkRunConfiguration *FlinkRunConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

Describes the updates to the starting parameters for a Managed Service for Apache Flink application.

func (RunConfigurationUpdate) GoString

func (s RunConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RunConfigurationUpdate) SetApplicationRestoreConfiguration

func (s *RunConfigurationUpdate) SetApplicationRestoreConfiguration(v *ApplicationRestoreConfiguration) *RunConfigurationUpdate

SetApplicationRestoreConfiguration sets the ApplicationRestoreConfiguration field's value.

func (*RunConfigurationUpdate) SetFlinkRunConfiguration

func (s *RunConfigurationUpdate) SetFlinkRunConfiguration(v *FlinkRunConfiguration) *RunConfigurationUpdate

SetFlinkRunConfiguration sets the FlinkRunConfiguration field's value.

func (RunConfigurationUpdate) String

func (s RunConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RunConfigurationUpdate) Validate

func (s *RunConfigurationUpdate) Validate() error

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

type S3ApplicationCodeLocationDescription

type S3ApplicationCodeLocationDescription struct {

    // The Amazon Resource Name (ARN) for the S3 bucket containing the application
    // code.
    //
    // BucketARN is a required field
    BucketARN *string `min:"1" type:"string" required:"true"`

    // The file key for the object containing the application code.
    //
    // FileKey is a required field
    FileKey *string `min:"1" type:"string" required:"true"`

    // The version of the object containing the application code.
    ObjectVersion *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the location of an application's code stored in an S3 bucket.

func (S3ApplicationCodeLocationDescription) GoString

func (s S3ApplicationCodeLocationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ApplicationCodeLocationDescription) SetBucketARN

func (s *S3ApplicationCodeLocationDescription) SetBucketARN(v string) *S3ApplicationCodeLocationDescription

SetBucketARN sets the BucketARN field's value.

func (*S3ApplicationCodeLocationDescription) SetFileKey

func (s *S3ApplicationCodeLocationDescription) SetFileKey(v string) *S3ApplicationCodeLocationDescription

SetFileKey sets the FileKey field's value.

func (*S3ApplicationCodeLocationDescription) SetObjectVersion

func (s *S3ApplicationCodeLocationDescription) SetObjectVersion(v string) *S3ApplicationCodeLocationDescription

SetObjectVersion sets the ObjectVersion field's value.

func (S3ApplicationCodeLocationDescription) String

func (s S3ApplicationCodeLocationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type S3Configuration

type S3Configuration struct {

    // The ARN of the S3 bucket that contains the data.
    //
    // BucketARN is a required field
    BucketARN *string `min:"1" type:"string" required:"true"`

    // The name of the object that contains the data.
    //
    // FileKey is a required field
    FileKey *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket and the name of the Amazon S3 object that contains the data.

func (S3Configuration) GoString

func (s S3Configuration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3Configuration) SetBucketARN

func (s *S3Configuration) SetBucketARN(v string) *S3Configuration

SetBucketARN sets the BucketARN field's value.

func (*S3Configuration) SetFileKey

func (s *S3Configuration) SetFileKey(v string) *S3Configuration

SetFileKey sets the FileKey field's value.

func (S3Configuration) String

func (s S3Configuration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3Configuration) Validate

func (s *S3Configuration) Validate() error

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

type S3ContentBaseLocation

type S3ContentBaseLocation struct {

    // The base path for the S3 bucket.
    BasePath *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the S3 bucket.
    //
    // BucketARN is a required field
    BucketARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The S3 bucket that holds the application information.

func (S3ContentBaseLocation) GoString

func (s S3ContentBaseLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ContentBaseLocation) SetBasePath

func (s *S3ContentBaseLocation) SetBasePath(v string) *S3ContentBaseLocation

SetBasePath sets the BasePath field's value.

func (*S3ContentBaseLocation) SetBucketARN

func (s *S3ContentBaseLocation) SetBucketARN(v string) *S3ContentBaseLocation

SetBucketARN sets the BucketARN field's value.

func (S3ContentBaseLocation) String

func (s S3ContentBaseLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ContentBaseLocation) Validate

func (s *S3ContentBaseLocation) Validate() error

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

type S3ContentBaseLocationDescription

type S3ContentBaseLocationDescription struct {

    // The base path for the S3 bucket.
    BasePath *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the S3 bucket.
    //
    // BucketARN is a required field
    BucketARN *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The description of the S3 base location that holds the application.

func (S3ContentBaseLocationDescription) GoString

func (s S3ContentBaseLocationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ContentBaseLocationDescription) SetBasePath

func (s *S3ContentBaseLocationDescription) SetBasePath(v string) *S3ContentBaseLocationDescription

SetBasePath sets the BasePath field's value.

func (*S3ContentBaseLocationDescription) SetBucketARN

func (s *S3ContentBaseLocationDescription) SetBucketARN(v string) *S3ContentBaseLocationDescription

SetBucketARN sets the BucketARN field's value.

func (S3ContentBaseLocationDescription) String

func (s S3ContentBaseLocationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type S3ContentBaseLocationUpdate

type S3ContentBaseLocationUpdate struct {

    // The updated S3 bucket path.
    BasePathUpdate *string `min:"1" type:"string"`

    // The updated Amazon Resource Name (ARN) of the S3 bucket.
    BucketARNUpdate *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

The information required to update the S3 base location that holds the application.

func (S3ContentBaseLocationUpdate) GoString

func (s S3ContentBaseLocationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ContentBaseLocationUpdate) SetBasePathUpdate

func (s *S3ContentBaseLocationUpdate) SetBasePathUpdate(v string) *S3ContentBaseLocationUpdate

SetBasePathUpdate sets the BasePathUpdate field's value.

func (*S3ContentBaseLocationUpdate) SetBucketARNUpdate

func (s *S3ContentBaseLocationUpdate) SetBucketARNUpdate(v string) *S3ContentBaseLocationUpdate

SetBucketARNUpdate sets the BucketARNUpdate field's value.

func (S3ContentBaseLocationUpdate) String

func (s S3ContentBaseLocationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ContentBaseLocationUpdate) Validate

func (s *S3ContentBaseLocationUpdate) Validate() error

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

type S3ContentLocation

type S3ContentLocation struct {

    // The Amazon Resource Name (ARN) for the S3 bucket containing the application
    // code.
    //
    // BucketARN is a required field
    BucketARN *string `min:"1" type:"string" required:"true"`

    // The file key for the object containing the application code.
    //
    // FileKey is a required field
    FileKey *string `min:"1" type:"string" required:"true"`

    // The version of the object containing the application code.
    ObjectVersion *string `type:"string"`
    // contains filtered or unexported fields
}

For a Managed Service for Apache Flink application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.

func (S3ContentLocation) GoString

func (s S3ContentLocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ContentLocation) SetBucketARN

func (s *S3ContentLocation) SetBucketARN(v string) *S3ContentLocation

SetBucketARN sets the BucketARN field's value.

func (*S3ContentLocation) SetFileKey

func (s *S3ContentLocation) SetFileKey(v string) *S3ContentLocation

SetFileKey sets the FileKey field's value.

func (*S3ContentLocation) SetObjectVersion

func (s *S3ContentLocation) SetObjectVersion(v string) *S3ContentLocation

SetObjectVersion sets the ObjectVersion field's value.

func (S3ContentLocation) String

func (s S3ContentLocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ContentLocation) Validate

func (s *S3ContentLocation) Validate() error

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

type S3ContentLocationUpdate

type S3ContentLocationUpdate struct {

    // The new Amazon Resource Name (ARN) for the S3 bucket containing the application
    // code.
    BucketARNUpdate *string `min:"1" type:"string"`

    // The new file key for the object containing the application code.
    FileKeyUpdate *string `min:"1" type:"string"`

    // The new version of the object containing the application code.
    ObjectVersionUpdate *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an update for the Amazon S3 code content location for an application.

func (S3ContentLocationUpdate) GoString

func (s S3ContentLocationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ContentLocationUpdate) SetBucketARNUpdate

func (s *S3ContentLocationUpdate) SetBucketARNUpdate(v string) *S3ContentLocationUpdate

SetBucketARNUpdate sets the BucketARNUpdate field's value.

func (*S3ContentLocationUpdate) SetFileKeyUpdate

func (s *S3ContentLocationUpdate) SetFileKeyUpdate(v string) *S3ContentLocationUpdate

SetFileKeyUpdate sets the FileKeyUpdate field's value.

func (*S3ContentLocationUpdate) SetObjectVersionUpdate

func (s *S3ContentLocationUpdate) SetObjectVersionUpdate(v string) *S3ContentLocationUpdate

SetObjectVersionUpdate sets the ObjectVersionUpdate field's value.

func (S3ContentLocationUpdate) String

func (s S3ContentLocationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ContentLocationUpdate) Validate

func (s *S3ContentLocationUpdate) Validate() error

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

type S3ReferenceDataSource

type S3ReferenceDataSource struct {

    // The Amazon Resource Name (ARN) of the S3 bucket.
    BucketARN *string `min:"1" type:"string"`

    // The object key name containing the reference data.
    FileKey *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, identifies the Amazon S3 bucket and object that contains the reference data.

A SQL-based Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.

func (S3ReferenceDataSource) GoString

func (s S3ReferenceDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ReferenceDataSource) SetBucketARN

func (s *S3ReferenceDataSource) SetBucketARN(v string) *S3ReferenceDataSource

SetBucketARN sets the BucketARN field's value.

func (*S3ReferenceDataSource) SetFileKey

func (s *S3ReferenceDataSource) SetFileKey(v string) *S3ReferenceDataSource

SetFileKey sets the FileKey field's value.

func (S3ReferenceDataSource) String

func (s S3ReferenceDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ReferenceDataSource) Validate

func (s *S3ReferenceDataSource) Validate() error

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

type S3ReferenceDataSourceDescription

type S3ReferenceDataSourceDescription struct {

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

    // Amazon S3 object key name.
    //
    // FileKey is a required field
    FileKey *string `min:"1" type:"string" required:"true"`

    // The ARN of the IAM role that Kinesis Data Analytics can assume to read the
    // Amazon S3 object on your behalf to populate the in-application reference
    // table.
    //
    // Provided for backward compatibility. Applications that are created with the
    // current API version have an application-level service execution role rather
    // than a resource-level role.
    ReferenceRoleARN *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, provides the bucket name and object key name that stores the reference data.

func (S3ReferenceDataSourceDescription) GoString

func (s S3ReferenceDataSourceDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ReferenceDataSourceDescription) SetBucketARN

func (s *S3ReferenceDataSourceDescription) SetBucketARN(v string) *S3ReferenceDataSourceDescription

SetBucketARN sets the BucketARN field's value.

func (*S3ReferenceDataSourceDescription) SetFileKey

func (s *S3ReferenceDataSourceDescription) SetFileKey(v string) *S3ReferenceDataSourceDescription

SetFileKey sets the FileKey field's value.

func (*S3ReferenceDataSourceDescription) SetReferenceRoleARN

func (s *S3ReferenceDataSourceDescription) SetReferenceRoleARN(v string) *S3ReferenceDataSourceDescription

SetReferenceRoleARN sets the ReferenceRoleARN field's value.

func (S3ReferenceDataSourceDescription) String

func (s S3ReferenceDataSourceDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type S3ReferenceDataSourceUpdate

type S3ReferenceDataSourceUpdate struct {

    // The Amazon Resource Name (ARN) of the S3 bucket.
    BucketARNUpdate *string `min:"1" type:"string"`

    // The object key name.
    FileKeyUpdate *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.

func (S3ReferenceDataSourceUpdate) GoString

func (s S3ReferenceDataSourceUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ReferenceDataSourceUpdate) SetBucketARNUpdate

func (s *S3ReferenceDataSourceUpdate) SetBucketARNUpdate(v string) *S3ReferenceDataSourceUpdate

SetBucketARNUpdate sets the BucketARNUpdate field's value.

func (*S3ReferenceDataSourceUpdate) SetFileKeyUpdate

func (s *S3ReferenceDataSourceUpdate) SetFileKeyUpdate(v string) *S3ReferenceDataSourceUpdate

SetFileKeyUpdate sets the FileKeyUpdate field's value.

func (S3ReferenceDataSourceUpdate) String

func (s S3ReferenceDataSourceUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ReferenceDataSourceUpdate) Validate

func (s *S3ReferenceDataSourceUpdate) Validate() error

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

type ServiceUnavailableException

type ServiceUnavailableException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The service cannot complete the request.

func (*ServiceUnavailableException) Code

func (s *ServiceUnavailableException) Code() string

Code returns the exception type name.

func (*ServiceUnavailableException) Error

func (s *ServiceUnavailableException) Error() string

func (ServiceUnavailableException) GoString

func (s ServiceUnavailableException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceUnavailableException) Message

func (s *ServiceUnavailableException) Message() string

Message returns the exception's message.

func (*ServiceUnavailableException) OrigErr

func (s *ServiceUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceUnavailableException) RequestID

func (s *ServiceUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceUnavailableException) StatusCode

func (s *ServiceUnavailableException) StatusCode() int

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

func (ServiceUnavailableException) String

func (s ServiceUnavailableException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SnapshotDetails

type SnapshotDetails struct {

    // The current application version ID when the snapshot was created.
    //
    // ApplicationVersionId is a required field
    ApplicationVersionId *int64 `min:"1" type:"long" required:"true"`

    // The Flink Runtime for the application snapshot.
    RuntimeEnvironment *string `type:"string" enum:"RuntimeEnvironment"`

    // The timestamp of the application snapshot.
    SnapshotCreationTimestamp *time.Time `type:"timestamp"`

    // The identifier for the application snapshot.
    //
    // SnapshotName is a required field
    SnapshotName *string `min:"1" type:"string" required:"true"`

    // The status of the application snapshot.
    //
    // SnapshotStatus is a required field
    SnapshotStatus *string `type:"string" required:"true" enum:"SnapshotStatus"`
    // contains filtered or unexported fields
}

Provides details about a snapshot of application state.

func (SnapshotDetails) GoString

func (s SnapshotDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SnapshotDetails) SetApplicationVersionId

func (s *SnapshotDetails) SetApplicationVersionId(v int64) *SnapshotDetails

SetApplicationVersionId sets the ApplicationVersionId field's value.

func (*SnapshotDetails) SetRuntimeEnvironment

func (s *SnapshotDetails) SetRuntimeEnvironment(v string) *SnapshotDetails

SetRuntimeEnvironment sets the RuntimeEnvironment field's value.

func (*SnapshotDetails) SetSnapshotCreationTimestamp

func (s *SnapshotDetails) SetSnapshotCreationTimestamp(v time.Time) *SnapshotDetails

SetSnapshotCreationTimestamp sets the SnapshotCreationTimestamp field's value.

func (*SnapshotDetails) SetSnapshotName

func (s *SnapshotDetails) SetSnapshotName(v string) *SnapshotDetails

SetSnapshotName sets the SnapshotName field's value.

func (*SnapshotDetails) SetSnapshotStatus

func (s *SnapshotDetails) SetSnapshotStatus(v string) *SnapshotDetails

SetSnapshotStatus sets the SnapshotStatus field's value.

func (SnapshotDetails) String

func (s SnapshotDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceSchema

type SourceSchema struct {

    // A list of RecordColumn objects.
    //
    // RecordColumns is a required field
    RecordColumns []*RecordColumn `min:"1" type:"list" required:"true"`

    // Specifies the encoding of the records in the streaming source. For example,
    // UTF-8.
    RecordEncoding *string `min:"5" type:"string"`

    // Specifies the format of the records on the streaming source.
    //
    // RecordFormat is a required field
    RecordFormat *RecordFormat `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

For a SQL-based Kinesis Data Analytics application, describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

func (SourceSchema) GoString

func (s SourceSchema) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceSchema) SetRecordColumns

func (s *SourceSchema) SetRecordColumns(v []*RecordColumn) *SourceSchema

SetRecordColumns sets the RecordColumns field's value.

func (*SourceSchema) SetRecordEncoding

func (s *SourceSchema) SetRecordEncoding(v string) *SourceSchema

SetRecordEncoding sets the RecordEncoding field's value.

func (*SourceSchema) SetRecordFormat

func (s *SourceSchema) SetRecordFormat(v *RecordFormat) *SourceSchema

SetRecordFormat sets the RecordFormat field's value.

func (SourceSchema) String

func (s SourceSchema) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceSchema) Validate

func (s *SourceSchema) Validate() error

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

type SqlApplicationConfiguration

type SqlApplicationConfiguration struct {

    // The array of Input objects describing the input streams used by the application.
    Inputs []*Input `type:"list"`

    // The array of Output objects describing the destination streams used by the
    // application.
    Outputs []*Output `type:"list"`

    // The array of ReferenceDataSource objects describing the reference data sources
    // used by the application.
    ReferenceDataSources []*ReferenceDataSource `type:"list"`
    // contains filtered or unexported fields
}

Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.

func (SqlApplicationConfiguration) GoString

func (s SqlApplicationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SqlApplicationConfiguration) SetInputs

func (s *SqlApplicationConfiguration) SetInputs(v []*Input) *SqlApplicationConfiguration

SetInputs sets the Inputs field's value.

func (*SqlApplicationConfiguration) SetOutputs

func (s *SqlApplicationConfiguration) SetOutputs(v []*Output) *SqlApplicationConfiguration

SetOutputs sets the Outputs field's value.

func (*SqlApplicationConfiguration) SetReferenceDataSources

func (s *SqlApplicationConfiguration) SetReferenceDataSources(v []*ReferenceDataSource) *SqlApplicationConfiguration

SetReferenceDataSources sets the ReferenceDataSources field's value.

func (SqlApplicationConfiguration) String

func (s SqlApplicationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SqlApplicationConfiguration) Validate

func (s *SqlApplicationConfiguration) Validate() error

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

type SqlApplicationConfigurationDescription

type SqlApplicationConfigurationDescription struct {

    // The array of InputDescription objects describing the input streams used by
    // the application.
    InputDescriptions []*InputDescription `type:"list"`

    // The array of OutputDescription objects describing the destination streams
    // used by the application.
    OutputDescriptions []*OutputDescription `type:"list"`

    // The array of ReferenceDataSourceDescription objects describing the reference
    // data sources used by the application.
    ReferenceDataSourceDescriptions []*ReferenceDataSourceDescription `type:"list"`
    // contains filtered or unexported fields
}

Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.

func (SqlApplicationConfigurationDescription) GoString

func (s SqlApplicationConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SqlApplicationConfigurationDescription) SetInputDescriptions

func (s *SqlApplicationConfigurationDescription) SetInputDescriptions(v []*InputDescription) *SqlApplicationConfigurationDescription

SetInputDescriptions sets the InputDescriptions field's value.

func (*SqlApplicationConfigurationDescription) SetOutputDescriptions

func (s *SqlApplicationConfigurationDescription) SetOutputDescriptions(v []*OutputDescription) *SqlApplicationConfigurationDescription

SetOutputDescriptions sets the OutputDescriptions field's value.

func (*SqlApplicationConfigurationDescription) SetReferenceDataSourceDescriptions

func (s *SqlApplicationConfigurationDescription) SetReferenceDataSourceDescriptions(v []*ReferenceDataSourceDescription) *SqlApplicationConfigurationDescription

SetReferenceDataSourceDescriptions sets the ReferenceDataSourceDescriptions field's value.

func (SqlApplicationConfigurationDescription) String

func (s SqlApplicationConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SqlApplicationConfigurationUpdate

type SqlApplicationConfigurationUpdate struct {

    // The array of InputUpdate objects describing the new input streams used by
    // the application.
    InputUpdates []*InputUpdate `type:"list"`

    // The array of OutputUpdate objects describing the new destination streams
    // used by the application.
    OutputUpdates []*OutputUpdate `type:"list"`

    // The array of ReferenceDataSourceUpdate objects describing the new reference
    // data sources used by the application.
    ReferenceDataSourceUpdates []*ReferenceDataSourceUpdate `type:"list"`
    // contains filtered or unexported fields
}

Describes updates to the input streams, destination streams, and reference data sources for a SQL-based Kinesis Data Analytics application.

func (SqlApplicationConfigurationUpdate) GoString

func (s SqlApplicationConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SqlApplicationConfigurationUpdate) SetInputUpdates

func (s *SqlApplicationConfigurationUpdate) SetInputUpdates(v []*InputUpdate) *SqlApplicationConfigurationUpdate

SetInputUpdates sets the InputUpdates field's value.

func (*SqlApplicationConfigurationUpdate) SetOutputUpdates

func (s *SqlApplicationConfigurationUpdate) SetOutputUpdates(v []*OutputUpdate) *SqlApplicationConfigurationUpdate

SetOutputUpdates sets the OutputUpdates field's value.

func (*SqlApplicationConfigurationUpdate) SetReferenceDataSourceUpdates

func (s *SqlApplicationConfigurationUpdate) SetReferenceDataSourceUpdates(v []*ReferenceDataSourceUpdate) *SqlApplicationConfigurationUpdate

SetReferenceDataSourceUpdates sets the ReferenceDataSourceUpdates field's value.

func (SqlApplicationConfigurationUpdate) String

func (s SqlApplicationConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SqlApplicationConfigurationUpdate) Validate

func (s *SqlApplicationConfigurationUpdate) Validate() error

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

type SqlRunConfiguration

type SqlRunConfiguration struct {

    // The input source ID. You can get this ID by calling the DescribeApplication
    // operation.
    //
    // InputId is a required field
    InputId *string `min:"1" type:"string" required:"true"`

    // The point at which you want the application to start processing records from
    // the streaming source.
    //
    // InputStartingPositionConfiguration is a required field
    InputStartingPositionConfiguration *InputStartingPositionConfiguration `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

Describes the starting parameters for a SQL-based Kinesis Data Analytics application.

func (SqlRunConfiguration) GoString

func (s SqlRunConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SqlRunConfiguration) SetInputId

func (s *SqlRunConfiguration) SetInputId(v string) *SqlRunConfiguration

SetInputId sets the InputId field's value.

func (*SqlRunConfiguration) SetInputStartingPositionConfiguration

func (s *SqlRunConfiguration) SetInputStartingPositionConfiguration(v *InputStartingPositionConfiguration) *SqlRunConfiguration

SetInputStartingPositionConfiguration sets the InputStartingPositionConfiguration field's value.

func (SqlRunConfiguration) String

func (s SqlRunConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SqlRunConfiguration) Validate

func (s *SqlRunConfiguration) Validate() error

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

type StartApplicationInput

type StartApplicationInput struct {

    // The name of the application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // Identifies the run configuration (start parameters) of a Managed Service
    // for Apache Flink application.
    RunConfiguration *RunConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

func (StartApplicationInput) GoString

func (s StartApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartApplicationInput) SetApplicationName

func (s *StartApplicationInput) SetApplicationName(v string) *StartApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*StartApplicationInput) SetRunConfiguration

func (s *StartApplicationInput) SetRunConfiguration(v *RunConfiguration) *StartApplicationInput

SetRunConfiguration sets the RunConfiguration field's value.

func (StartApplicationInput) String

func (s StartApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartApplicationInput) Validate

func (s *StartApplicationInput) Validate() error

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

type StartApplicationOutput

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

func (StartApplicationOutput) GoString

func (s StartApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StartApplicationOutput) String

func (s StartApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopApplicationInput

type StopApplicationInput struct {

    // The name of the running application to stop.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // Set to true to force the application to stop. If you set Force to true, Managed
    // Service for Apache Flink stops the application without taking a snapshot.
    //
    // Force-stopping your application may lead to data loss or duplication. To
    // prevent data loss or duplicate processing of data during application restarts,
    // we recommend you to take frequent snapshots of your application.
    //
    // You can only force stop a Managed Service for Apache Flink application. You
    // can't force stop a SQL-based Kinesis Data Analytics application.
    //
    // The application must be in the STARTING, UPDATING, STOPPING, AUTOSCALING,
    // or RUNNING status.
    Force *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (StopApplicationInput) GoString

func (s StopApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopApplicationInput) SetApplicationName

func (s *StopApplicationInput) SetApplicationName(v string) *StopApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*StopApplicationInput) SetForce

func (s *StopApplicationInput) SetForce(v bool) *StopApplicationInput

SetForce sets the Force field's value.

func (StopApplicationInput) String

func (s StopApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopApplicationInput) Validate

func (s *StopApplicationInput) Validate() error

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

type StopApplicationOutput

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

func (StopApplicationOutput) GoString

func (s StopApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopApplicationOutput) String

func (s StopApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Tag

type Tag struct {

    // The key of the key-value tag.
    //
    // Key is a required field
    Key *string `min:"1" type:"string" required:"true"`

    // The value of the key-value tag. The value is optional.
    Value *string `type:"string"`
    // contains filtered or unexported fields
}

A key-value pair (the value is optional) that you can define and assign to Amazon resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging (https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html).

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

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

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

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

type TagResourceInput

type TagResourceInput struct {

    // The ARN of the application to assign the tags.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`

    // The key-value tags to assign to the application.
    //
    // Tags is a required field
    Tags []*Tag `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceARN

func (s *TagResourceInput) SetResourceARN(v string) *TagResourceInput

SetResourceARN sets the ResourceARN field's value.

func (*TagResourceInput) SetTags

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

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

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

type TagResourceOutput

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

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TooManyTagsException

type TooManyTagsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

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

Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.

func (*TooManyTagsException) Code

func (s *TooManyTagsException) Code() string

Code returns the exception type name.

func (*TooManyTagsException) Error

func (s *TooManyTagsException) Error() string

func (TooManyTagsException) GoString

func (s TooManyTagsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TooManyTagsException) Message

func (s *TooManyTagsException) Message() string

Message returns the exception's message.

func (*TooManyTagsException) OrigErr

func (s *TooManyTagsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TooManyTagsException) RequestID

func (s *TooManyTagsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TooManyTagsException) StatusCode

func (s *TooManyTagsException) StatusCode() int

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

func (TooManyTagsException) String

func (s TooManyTagsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnableToDetectSchemaException

type UnableToDetectSchemaException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`

    // Stream data that was modified by the processor specified in the InputProcessingConfiguration
    // parameter.
    ProcessedInputRecords []*string `type:"list"`

    // Raw stream data that was sampled to infer the schema.
    RawInputRecords []*string `type:"list"`
    // contains filtered or unexported fields
}

The data format is not valid. Kinesis Data Analytics cannot detect the schema for the given streaming source.

func (*UnableToDetectSchemaException) Code

func (s *UnableToDetectSchemaException) Code() string

Code returns the exception type name.

func (*UnableToDetectSchemaException) Error

func (s *UnableToDetectSchemaException) Error() string

func (UnableToDetectSchemaException) GoString

func (s UnableToDetectSchemaException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnableToDetectSchemaException) Message

func (s *UnableToDetectSchemaException) Message() string

Message returns the exception's message.

func (*UnableToDetectSchemaException) OrigErr

func (s *UnableToDetectSchemaException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnableToDetectSchemaException) RequestID

func (s *UnableToDetectSchemaException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnableToDetectSchemaException) StatusCode

func (s *UnableToDetectSchemaException) StatusCode() int

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

func (UnableToDetectSchemaException) String

func (s UnableToDetectSchemaException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UnsupportedOperationException

type UnsupportedOperationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

func (*UnsupportedOperationException) Code

func (s *UnsupportedOperationException) Code() string

Code returns the exception type name.

func (*UnsupportedOperationException) Error

func (s *UnsupportedOperationException) Error() string

func (UnsupportedOperationException) GoString

func (s UnsupportedOperationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UnsupportedOperationException) Message

func (s *UnsupportedOperationException) Message() string

Message returns the exception's message.

func (*UnsupportedOperationException) OrigErr

func (s *UnsupportedOperationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedOperationException) RequestID

func (s *UnsupportedOperationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedOperationException) StatusCode

func (s *UnsupportedOperationException) StatusCode() int

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

func (UnsupportedOperationException) String

func (s UnsupportedOperationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UntagResourceInput

type UntagResourceInput struct {

    // The ARN of the Managed Service for Apache Flink application from which to
    // remove the tags.
    //
    // ResourceARN is a required field
    ResourceARN *string `min:"1" type:"string" required:"true"`

    // A list of keys of tags to remove from the specified application.
    //
    // TagKeys is a required field
    TagKeys []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceARN

func (s *UntagResourceInput) SetResourceARN(v string) *UntagResourceInput

SetResourceARN sets the ResourceARN field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

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

type UntagResourceOutput

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

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateApplicationInput

type UpdateApplicationInput struct {

    // Describes application configuration updates.
    ApplicationConfigurationUpdate *ApplicationConfigurationUpdate `type:"structure"`

    // The name of the application to update.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // Describes application Amazon CloudWatch logging option updates. You can only
    // update existing CloudWatch logging options with this action. To add a new
    // CloudWatch logging option, use AddApplicationCloudWatchLoggingOption.
    CloudWatchLoggingOptionUpdates []*CloudWatchLoggingOptionUpdate `type:"list"`

    // A value you use to implement strong concurrency for application updates.
    // You must provide the CurrentApplicationVersionId or the ConditionalToken.
    // You get the application's current ConditionalToken using DescribeApplication.
    // For better concurrency support, use the ConditionalToken parameter instead
    // of CurrentApplicationVersionId.
    ConditionalToken *string `min:"1" type:"string"`

    // The current application version ID. You must provide the CurrentApplicationVersionId
    // or the ConditionalToken.You can retrieve the application version ID using
    // DescribeApplication. For better concurrency support, use the ConditionalToken
    // parameter instead of CurrentApplicationVersionId.
    CurrentApplicationVersionId *int64 `min:"1" type:"long"`

    // Describes updates to the application's starting parameters.
    RunConfigurationUpdate *RunConfigurationUpdate `type:"structure"`

    // Updates the Managed Service for Apache Flink runtime environment used to
    // run your code. To avoid issues you must:
    //
    //    * Ensure your new jar and dependencies are compatible with the new runtime
    //    selected.
    //
    //    * Ensure your new code's state is compatible with the snapshot from which
    //    your application will start
    RuntimeEnvironmentUpdate *string `type:"string" enum:"RuntimeEnvironment"`

    // Describes updates to the service execution role.
    ServiceExecutionRoleUpdate *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateApplicationInput) GoString

func (s UpdateApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationInput) SetApplicationConfigurationUpdate

func (s *UpdateApplicationInput) SetApplicationConfigurationUpdate(v *ApplicationConfigurationUpdate) *UpdateApplicationInput

SetApplicationConfigurationUpdate sets the ApplicationConfigurationUpdate field's value.

func (*UpdateApplicationInput) SetApplicationName

func (s *UpdateApplicationInput) SetApplicationName(v string) *UpdateApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*UpdateApplicationInput) SetCloudWatchLoggingOptionUpdates

func (s *UpdateApplicationInput) SetCloudWatchLoggingOptionUpdates(v []*CloudWatchLoggingOptionUpdate) *UpdateApplicationInput

SetCloudWatchLoggingOptionUpdates sets the CloudWatchLoggingOptionUpdates field's value.

func (*UpdateApplicationInput) SetConditionalToken

func (s *UpdateApplicationInput) SetConditionalToken(v string) *UpdateApplicationInput

SetConditionalToken sets the ConditionalToken field's value.

func (*UpdateApplicationInput) SetCurrentApplicationVersionId

func (s *UpdateApplicationInput) SetCurrentApplicationVersionId(v int64) *UpdateApplicationInput

SetCurrentApplicationVersionId sets the CurrentApplicationVersionId field's value.

func (*UpdateApplicationInput) SetRunConfigurationUpdate

func (s *UpdateApplicationInput) SetRunConfigurationUpdate(v *RunConfigurationUpdate) *UpdateApplicationInput

SetRunConfigurationUpdate sets the RunConfigurationUpdate field's value.

func (*UpdateApplicationInput) SetRuntimeEnvironmentUpdate

func (s *UpdateApplicationInput) SetRuntimeEnvironmentUpdate(v string) *UpdateApplicationInput

SetRuntimeEnvironmentUpdate sets the RuntimeEnvironmentUpdate field's value.

func (*UpdateApplicationInput) SetServiceExecutionRoleUpdate

func (s *UpdateApplicationInput) SetServiceExecutionRoleUpdate(v string) *UpdateApplicationInput

SetServiceExecutionRoleUpdate sets the ServiceExecutionRoleUpdate field's value.

func (UpdateApplicationInput) String

func (s UpdateApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationInput) Validate

func (s *UpdateApplicationInput) Validate() error

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

type UpdateApplicationMaintenanceConfigurationInput

type UpdateApplicationMaintenanceConfigurationInput struct {

    // Describes the application maintenance configuration update.
    //
    // ApplicationMaintenanceConfigurationUpdate is a required field
    ApplicationMaintenanceConfigurationUpdate *ApplicationMaintenanceConfigurationUpdate `type:"structure" required:"true"`

    // The name of the application for which you want to update the maintenance
    // configuration.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateApplicationMaintenanceConfigurationInput) GoString

func (s UpdateApplicationMaintenanceConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationMaintenanceConfigurationInput) SetApplicationMaintenanceConfigurationUpdate

func (s *UpdateApplicationMaintenanceConfigurationInput) SetApplicationMaintenanceConfigurationUpdate(v *ApplicationMaintenanceConfigurationUpdate) *UpdateApplicationMaintenanceConfigurationInput

SetApplicationMaintenanceConfigurationUpdate sets the ApplicationMaintenanceConfigurationUpdate field's value.

func (*UpdateApplicationMaintenanceConfigurationInput) SetApplicationName

func (s *UpdateApplicationMaintenanceConfigurationInput) SetApplicationName(v string) *UpdateApplicationMaintenanceConfigurationInput

SetApplicationName sets the ApplicationName field's value.

func (UpdateApplicationMaintenanceConfigurationInput) String

func (s UpdateApplicationMaintenanceConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationMaintenanceConfigurationInput) Validate

func (s *UpdateApplicationMaintenanceConfigurationInput) Validate() error

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

type UpdateApplicationMaintenanceConfigurationOutput

type UpdateApplicationMaintenanceConfigurationOutput struct {

    // The Amazon Resource Name (ARN) of the application.
    ApplicationARN *string `min:"1" type:"string"`

    // The application maintenance configuration description after the update.
    ApplicationMaintenanceConfigurationDescription *ApplicationMaintenanceConfigurationDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateApplicationMaintenanceConfigurationOutput) GoString

func (s UpdateApplicationMaintenanceConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationMaintenanceConfigurationOutput) SetApplicationARN

func (s *UpdateApplicationMaintenanceConfigurationOutput) SetApplicationARN(v string) *UpdateApplicationMaintenanceConfigurationOutput

SetApplicationARN sets the ApplicationARN field's value.

func (*UpdateApplicationMaintenanceConfigurationOutput) SetApplicationMaintenanceConfigurationDescription

func (s *UpdateApplicationMaintenanceConfigurationOutput) SetApplicationMaintenanceConfigurationDescription(v *ApplicationMaintenanceConfigurationDescription) *UpdateApplicationMaintenanceConfigurationOutput

SetApplicationMaintenanceConfigurationDescription sets the ApplicationMaintenanceConfigurationDescription field's value.

func (UpdateApplicationMaintenanceConfigurationOutput) String

func (s UpdateApplicationMaintenanceConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateApplicationOutput

type UpdateApplicationOutput struct {

    // Describes application updates.
    //
    // ApplicationDetail is a required field
    ApplicationDetail *ApplicationDetail `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateApplicationOutput) GoString

func (s UpdateApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationOutput) SetApplicationDetail

func (s *UpdateApplicationOutput) SetApplicationDetail(v *ApplicationDetail) *UpdateApplicationOutput

SetApplicationDetail sets the ApplicationDetail field's value.

func (UpdateApplicationOutput) String

func (s UpdateApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcConfiguration

type VpcConfiguration struct {

    // The array of SecurityGroup (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroup.html)
    // IDs used by the VPC configuration.
    //
    // SecurityGroupIds is a required field
    SecurityGroupIds []*string `min:"1" type:"list" required:"true"`

    // The array of Subnet (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Subnet.html)
    // IDs used by the VPC configuration.
    //
    // SubnetIds is a required field
    SubnetIds []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Describes the parameters of a VPC used by the application.

func (VpcConfiguration) GoString

func (s VpcConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConfiguration) SetSecurityGroupIds

func (s *VpcConfiguration) SetSecurityGroupIds(v []*string) *VpcConfiguration

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*VpcConfiguration) SetSubnetIds

func (s *VpcConfiguration) SetSubnetIds(v []*string) *VpcConfiguration

SetSubnetIds sets the SubnetIds field's value.

func (VpcConfiguration) String

func (s VpcConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConfiguration) Validate

func (s *VpcConfiguration) Validate() error

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

type VpcConfigurationDescription

type VpcConfigurationDescription struct {

    // The array of SecurityGroup (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroup.html)
    // IDs used by the VPC configuration.
    //
    // SecurityGroupIds is a required field
    SecurityGroupIds []*string `min:"1" type:"list" required:"true"`

    // The array of Subnet (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Subnet.html)
    // IDs used by the VPC configuration.
    //
    // SubnetIds is a required field
    SubnetIds []*string `min:"1" type:"list" required:"true"`

    // The ID of the VPC configuration.
    //
    // VpcConfigurationId is a required field
    VpcConfigurationId *string `min:"1" type:"string" required:"true"`

    // The ID of the associated VPC.
    //
    // VpcId is a required field
    VpcId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes the parameters of a VPC used by the application.

func (VpcConfigurationDescription) GoString

func (s VpcConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConfigurationDescription) SetSecurityGroupIds

func (s *VpcConfigurationDescription) SetSecurityGroupIds(v []*string) *VpcConfigurationDescription

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*VpcConfigurationDescription) SetSubnetIds

func (s *VpcConfigurationDescription) SetSubnetIds(v []*string) *VpcConfigurationDescription

SetSubnetIds sets the SubnetIds field's value.

func (*VpcConfigurationDescription) SetVpcConfigurationId

func (s *VpcConfigurationDescription) SetVpcConfigurationId(v string) *VpcConfigurationDescription

SetVpcConfigurationId sets the VpcConfigurationId field's value.

func (*VpcConfigurationDescription) SetVpcId

func (s *VpcConfigurationDescription) SetVpcId(v string) *VpcConfigurationDescription

SetVpcId sets the VpcId field's value.

func (VpcConfigurationDescription) String

func (s VpcConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcConfigurationUpdate

type VpcConfigurationUpdate struct {

    // Describes updates to the array of SecurityGroup (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroup.html)
    // IDs used by the VPC configuration.
    SecurityGroupIdUpdates []*string `min:"1" type:"list"`

    // Describes updates to the array of Subnet (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Subnet.html)
    // IDs used by the VPC configuration.
    SubnetIdUpdates []*string `min:"1" type:"list"`

    // Describes an update to the ID of the VPC configuration.
    //
    // VpcConfigurationId is a required field
    VpcConfigurationId *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes updates to the VPC configuration used by the application.

func (VpcConfigurationUpdate) GoString

func (s VpcConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConfigurationUpdate) SetSecurityGroupIdUpdates

func (s *VpcConfigurationUpdate) SetSecurityGroupIdUpdates(v []*string) *VpcConfigurationUpdate

SetSecurityGroupIdUpdates sets the SecurityGroupIdUpdates field's value.

func (*VpcConfigurationUpdate) SetSubnetIdUpdates

func (s *VpcConfigurationUpdate) SetSubnetIdUpdates(v []*string) *VpcConfigurationUpdate

SetSubnetIdUpdates sets the SubnetIdUpdates field's value.

func (*VpcConfigurationUpdate) SetVpcConfigurationId

func (s *VpcConfigurationUpdate) SetVpcConfigurationId(v string) *VpcConfigurationUpdate

SetVpcConfigurationId sets the VpcConfigurationId field's value.

func (VpcConfigurationUpdate) String

func (s VpcConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConfigurationUpdate) Validate

func (s *VpcConfigurationUpdate) Validate() error

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

type ZeppelinApplicationConfiguration

type ZeppelinApplicationConfiguration struct {

    // The Amazon Glue Data Catalog that you use in queries in a Managed Service
    // for Apache Flink Studio notebook.
    CatalogConfiguration *CatalogConfiguration `type:"structure"`

    // Custom artifacts are dependency JARs and user-defined functions (UDF).
    CustomArtifactsConfiguration []*CustomArtifactConfiguration `type:"list"`

    // The information required to deploy a Managed Service for Apache Flink Studio
    // notebook as an application with durable state.
    DeployAsApplicationConfiguration *DeployAsApplicationConfiguration `type:"structure"`

    // The monitoring configuration of a Managed Service for Apache Flink Studio
    // notebook.
    MonitoringConfiguration *ZeppelinMonitoringConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

The configuration of a Managed Service for Apache Flink Studio notebook.

func (ZeppelinApplicationConfiguration) GoString

func (s ZeppelinApplicationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinApplicationConfiguration) SetCatalogConfiguration

func (s *ZeppelinApplicationConfiguration) SetCatalogConfiguration(v *CatalogConfiguration) *ZeppelinApplicationConfiguration

SetCatalogConfiguration sets the CatalogConfiguration field's value.

func (*ZeppelinApplicationConfiguration) SetCustomArtifactsConfiguration

func (s *ZeppelinApplicationConfiguration) SetCustomArtifactsConfiguration(v []*CustomArtifactConfiguration) *ZeppelinApplicationConfiguration

SetCustomArtifactsConfiguration sets the CustomArtifactsConfiguration field's value.

func (*ZeppelinApplicationConfiguration) SetDeployAsApplicationConfiguration

func (s *ZeppelinApplicationConfiguration) SetDeployAsApplicationConfiguration(v *DeployAsApplicationConfiguration) *ZeppelinApplicationConfiguration

SetDeployAsApplicationConfiguration sets the DeployAsApplicationConfiguration field's value.

func (*ZeppelinApplicationConfiguration) SetMonitoringConfiguration

func (s *ZeppelinApplicationConfiguration) SetMonitoringConfiguration(v *ZeppelinMonitoringConfiguration) *ZeppelinApplicationConfiguration

SetMonitoringConfiguration sets the MonitoringConfiguration field's value.

func (ZeppelinApplicationConfiguration) String

func (s ZeppelinApplicationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinApplicationConfiguration) Validate

func (s *ZeppelinApplicationConfiguration) Validate() error

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

type ZeppelinApplicationConfigurationDescription

type ZeppelinApplicationConfigurationDescription struct {

    // The Amazon Glue Data Catalog that is associated with the Managed Service
    // for Apache Flink Studio notebook.
    CatalogConfigurationDescription *CatalogConfigurationDescription `type:"structure"`

    // Custom artifacts are dependency JARs and user-defined functions (UDF).
    CustomArtifactsConfigurationDescription []*CustomArtifactConfigurationDescription `type:"list"`

    // The parameters required to deploy a Managed Service for Apache Flink Studio
    // notebook as an application with durable state.
    DeployAsApplicationConfigurationDescription *DeployAsApplicationConfigurationDescription `type:"structure"`

    // The monitoring configuration of a Managed Service for Apache Flink Studio
    // notebook.
    //
    // MonitoringConfigurationDescription is a required field
    MonitoringConfigurationDescription *ZeppelinMonitoringConfigurationDescription `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

The configuration of a Managed Service for Apache Flink Studio notebook.

func (ZeppelinApplicationConfigurationDescription) GoString

func (s ZeppelinApplicationConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinApplicationConfigurationDescription) SetCatalogConfigurationDescription

func (s *ZeppelinApplicationConfigurationDescription) SetCatalogConfigurationDescription(v *CatalogConfigurationDescription) *ZeppelinApplicationConfigurationDescription

SetCatalogConfigurationDescription sets the CatalogConfigurationDescription field's value.

func (*ZeppelinApplicationConfigurationDescription) SetCustomArtifactsConfigurationDescription

func (s *ZeppelinApplicationConfigurationDescription) SetCustomArtifactsConfigurationDescription(v []*CustomArtifactConfigurationDescription) *ZeppelinApplicationConfigurationDescription

SetCustomArtifactsConfigurationDescription sets the CustomArtifactsConfigurationDescription field's value.

func (*ZeppelinApplicationConfigurationDescription) SetDeployAsApplicationConfigurationDescription

func (s *ZeppelinApplicationConfigurationDescription) SetDeployAsApplicationConfigurationDescription(v *DeployAsApplicationConfigurationDescription) *ZeppelinApplicationConfigurationDescription

SetDeployAsApplicationConfigurationDescription sets the DeployAsApplicationConfigurationDescription field's value.

func (*ZeppelinApplicationConfigurationDescription) SetMonitoringConfigurationDescription

func (s *ZeppelinApplicationConfigurationDescription) SetMonitoringConfigurationDescription(v *ZeppelinMonitoringConfigurationDescription) *ZeppelinApplicationConfigurationDescription

SetMonitoringConfigurationDescription sets the MonitoringConfigurationDescription field's value.

func (ZeppelinApplicationConfigurationDescription) String

func (s ZeppelinApplicationConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ZeppelinApplicationConfigurationUpdate

type ZeppelinApplicationConfigurationUpdate struct {

    // Updates to the configuration of the Amazon Glue Data Catalog that is associated
    // with the Managed Service for Apache Flink Studio notebook.
    CatalogConfigurationUpdate *CatalogConfigurationUpdate `type:"structure"`

    // Updates to the customer artifacts. Custom artifacts are dependency JAR files
    // and user-defined functions (UDF).
    CustomArtifactsConfigurationUpdate []*CustomArtifactConfiguration `type:"list"`

    // Updates to the configuration information required to deploy an Amazon Data
    // Analytics Studio notebook as an application with durable state.
    DeployAsApplicationConfigurationUpdate *DeployAsApplicationConfigurationUpdate `type:"structure"`

    // Updates to the monitoring configuration of a Managed Service for Apache Flink
    // Studio notebook.
    MonitoringConfigurationUpdate *ZeppelinMonitoringConfigurationUpdate `type:"structure"`
    // contains filtered or unexported fields
}

Updates to the configuration of Managed Service for Apache Flink Studio notebook.

func (ZeppelinApplicationConfigurationUpdate) GoString

func (s ZeppelinApplicationConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinApplicationConfigurationUpdate) SetCatalogConfigurationUpdate

func (s *ZeppelinApplicationConfigurationUpdate) SetCatalogConfigurationUpdate(v *CatalogConfigurationUpdate) *ZeppelinApplicationConfigurationUpdate

SetCatalogConfigurationUpdate sets the CatalogConfigurationUpdate field's value.

func (*ZeppelinApplicationConfigurationUpdate) SetCustomArtifactsConfigurationUpdate

func (s *ZeppelinApplicationConfigurationUpdate) SetCustomArtifactsConfigurationUpdate(v []*CustomArtifactConfiguration) *ZeppelinApplicationConfigurationUpdate

SetCustomArtifactsConfigurationUpdate sets the CustomArtifactsConfigurationUpdate field's value.

func (*ZeppelinApplicationConfigurationUpdate) SetDeployAsApplicationConfigurationUpdate

func (s *ZeppelinApplicationConfigurationUpdate) SetDeployAsApplicationConfigurationUpdate(v *DeployAsApplicationConfigurationUpdate) *ZeppelinApplicationConfigurationUpdate

SetDeployAsApplicationConfigurationUpdate sets the DeployAsApplicationConfigurationUpdate field's value.

func (*ZeppelinApplicationConfigurationUpdate) SetMonitoringConfigurationUpdate

func (s *ZeppelinApplicationConfigurationUpdate) SetMonitoringConfigurationUpdate(v *ZeppelinMonitoringConfigurationUpdate) *ZeppelinApplicationConfigurationUpdate

SetMonitoringConfigurationUpdate sets the MonitoringConfigurationUpdate field's value.

func (ZeppelinApplicationConfigurationUpdate) String

func (s ZeppelinApplicationConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinApplicationConfigurationUpdate) Validate

func (s *ZeppelinApplicationConfigurationUpdate) Validate() error

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

type ZeppelinMonitoringConfiguration

type ZeppelinMonitoringConfiguration struct {

    // The verbosity of the CloudWatch Logs for an application.
    //
    // LogLevel is a required field
    LogLevel *string `type:"string" required:"true" enum:"LogLevel"`
    // contains filtered or unexported fields
}

Describes configuration parameters for Amazon CloudWatch logging for a Managed Service for Apache Flink Studio notebook. For more information about CloudWatch logging, see Monitoring (https://docs.aws.amazon.com/kinesisanalytics/latest/java/monitoring-overview.html).

func (ZeppelinMonitoringConfiguration) GoString

func (s ZeppelinMonitoringConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinMonitoringConfiguration) SetLogLevel

func (s *ZeppelinMonitoringConfiguration) SetLogLevel(v string) *ZeppelinMonitoringConfiguration

SetLogLevel sets the LogLevel field's value.

func (ZeppelinMonitoringConfiguration) String

func (s ZeppelinMonitoringConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinMonitoringConfiguration) Validate

func (s *ZeppelinMonitoringConfiguration) Validate() error

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

type ZeppelinMonitoringConfigurationDescription

type ZeppelinMonitoringConfigurationDescription struct {

    // Describes the verbosity of the CloudWatch Logs for an application.
    LogLevel *string `type:"string" enum:"LogLevel"`
    // contains filtered or unexported fields
}

The monitoring configuration for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.

func (ZeppelinMonitoringConfigurationDescription) GoString

func (s ZeppelinMonitoringConfigurationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinMonitoringConfigurationDescription) SetLogLevel

func (s *ZeppelinMonitoringConfigurationDescription) SetLogLevel(v string) *ZeppelinMonitoringConfigurationDescription

SetLogLevel sets the LogLevel field's value.

func (ZeppelinMonitoringConfigurationDescription) String

func (s ZeppelinMonitoringConfigurationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ZeppelinMonitoringConfigurationUpdate

type ZeppelinMonitoringConfigurationUpdate struct {

    // Updates to the logging level for Apache Zeppelin within a Managed Service
    // for Apache Flink Studio notebook.
    //
    // LogLevelUpdate is a required field
    LogLevelUpdate *string `type:"string" required:"true" enum:"LogLevel"`
    // contains filtered or unexported fields
}

Updates to the monitoring configuration for Apache Zeppelin within a Managed Service for Apache Flink Studio notebook.

func (ZeppelinMonitoringConfigurationUpdate) GoString

func (s ZeppelinMonitoringConfigurationUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinMonitoringConfigurationUpdate) SetLogLevelUpdate

func (s *ZeppelinMonitoringConfigurationUpdate) SetLogLevelUpdate(v string) *ZeppelinMonitoringConfigurationUpdate

SetLogLevelUpdate sets the LogLevelUpdate field's value.

func (ZeppelinMonitoringConfigurationUpdate) String

func (s ZeppelinMonitoringConfigurationUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ZeppelinMonitoringConfigurationUpdate) Validate

func (s *ZeppelinMonitoringConfigurationUpdate) Validate() error

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