id stringlengths 2 7 | text stringlengths 17 51.2k | title stringclasses 1
value |
|---|---|---|
c2500 | s.MaxPaddingBytes = &v
return s
} | |
c2501 | s.PageSizeBytes = &v
return s
} | |
c2502 | s.WriterVersion = &v
return s
} | |
c2503 | []*Processor) *ProcessingConfiguration {
s.Processors = v
return s
} | |
c2504 | int64) *PutRecordBatchOutput {
s.FailedPutCount = &v
return s
} | |
c2505 | *PutRecordBatchOutput {
s.RequestResponses = v
return s
} | |
c2506 | s.OrcSerDe = v
return s
} | |
c2507 | *Serializer {
s.ParquetSerDe = v
return s
} | |
c2508 | *SourceDescription {
s.KinesisStreamSourceDescription = v
return s
} | |
c2509 | s.CurrentDeliveryStreamVersionId = &v
return s
} | |
c2510 | *UpdateDestinationInput {
s.ElasticsearchDestinationUpdate = v
return s
} | |
c2511 | *UpdateDestinationInput {
s.ExtendedS3DestinationUpdate = v
return s
} | |
c2512 | *UpdateDestinationInput {
s.RedshiftDestinationUpdate = v
return s
} | |
c2513 | *S3DestinationUpdate) *UpdateDestinationInput {
s.S3DestinationUpdate = v
return s
} | |
c2514 | *UpdateDestinationInput {
s.SplunkDestinationUpdate = v
return s
} | |
c2515 | *AwsIamConfig) *AuthorizationConfig {
s.AwsIamConfig = v
return s
} | |
c2516 | s.SigningRegion = &v
return s
} | |
c2517 | s.SigningServiceName = &v
return s
} | |
c2518 | s.DataSourceArn = &v
return s
} | |
c2519 | bool) *DynamodbDataSourceConfig {
s.UseCallerCredentials = &v
return s
} | |
c2520 | *GraphqlApi {
s.Uris = v
return s
} | |
c2521 | *HttpDataSourceConfig {
s.AuthorizationConfig = v
return s
} | |
c2522 | []*ApiKey) *ListApiKeysOutput {
s.ApiKeys = v
return s
} | |
c2523 | []*GraphqlApi) *ListGraphqlApisOutput {
s.GraphqlApis = v
return s
} | |
c2524 | s.FieldLogLevel = &v
return s
} | |
c2525 | {
s.AuthTTL = &v
return s
} | |
c2526 | int64) *OpenIDConnectConfig {
s.IatTTL = &v
return s
} | |
c2527 | *RdsHttpEndpointConfig) *RelationalDatabaseDataSourceConfig {
s.RdsHttpEndpointConfig = v
return s
} | |
c2528 | string) *RelationalDatabaseDataSourceConfig {
s.RelationalDatabaseSourceType = &v
return s
} | |
c2529 | s.ResolverArn = &v
return s
} | |
c2530 | s.AppIdClientRegex = &v
return s
} | |
c2531 | append(a.Children, child)
} | |
c2532 | {
return AST{}
}
return a.Children[0]
} | |
c2533 | if a.RootToken {
return a.Children
}
return a.Children[1:]
} | |
c2534 |
a.Children = append(a.Children[:1], children...)
}
} | |
c2535 | *URLSigner {
return &URLSigner{
keyID: keyID,
privKey: privKey,
}
} | |
c2536 | int) time.Duration {
return delay
}
} | |
c2537 | *Waiter) {
w.Logger = logger
}
} | |
c2538 | {
return func(w *Waiter) {
w.RequestOptions = append(w.RequestOptions, opts...)
}
} | |
c2539 | fn := range opts {
fn(w)
}
} | |
c2540 | return "pathAny"
case PathListWaiterMatch:
return "pathList"
case StatusWaiterMatch:
return "status"
case ErrorWaiterMatch:
return "error"
default:
return "unknown waiter match mode"
}
} | |
c2541 | if sleepFn := req.Config.SleepDelay; sleepFn != nil {
// Support SleepDelay for backwards compatibility and testing
sleepFn(delay)
} else {
sleepCtxFn := w.SleepWithContext
if sleepCtxFn == nil {
sleepCtxFn = aws.SleepWithContext
}
if err := sleepCtxFn(ctx, delay); err != nil {
return aws... | |
c2542 | %s encountered unexpected matcher: %s",
name, a.Matcher)
}
if !result {
// If there was no matching result found there is nothing more to do
// for this response, retry the request.
return false, nil
}
switch a.State {
case SuccessWaiterState:
// waiter completed
return true, nil
case FailureWaite... | |
c2543 | c.WaitUntilClusterAvailableWithContext(aws.BackgroundContext(), input)
} | |
c2544 | c.WaitUntilClusterDeletedWithContext(aws.BackgroundContext(), input)
} | |
c2545 | c.WaitUntilClusterRestoredWithContext(aws.BackgroundContext(), input)
} | |
c2546 | c.WaitUntilSnapshotAvailableWithContext(aws.BackgroundContext(), input)
} | |
c2547 | s.EntityArn = &v
return s
} | |
c2548 | s.EntityValue = &v
return s
} | |
c2549 | []*EntityAggregate) *DescribeEntityAggregatesOutput {
s.EntityAggregates = v
return s
} | |
c2550 | string) *DescribeEventAggregatesInput {
s.AggregateField = &v
return s
} | |
c2551 | []*EventAggregate) *DescribeEventAggregatesOutput {
s.EventAggregates = v
return s
} | |
c2552 | *DescribeEventDetailsOutput {
s.FailedSet = v
return s
} | |
c2553 | []*EventDetails) *DescribeEventDetailsOutput {
s.SuccessfulSet = v
return s
} | |
c2554 | s.EventTypeCategory = &v
return s
} | |
c2555 | s.EventTypeCode = &v
return s
} | |
c2556 | s.AggregateValue = &v
return s
} | |
c2557 |
s.EventMetadata = v
return s
} | |
c2558 | string) *EventDetailsErrorItem {
s.ErrorName = &v
return s
} | |
c2559 | *EventFilter {
s.EndTimes = v
return s
} | |
c2560 | s.EventStatusCodes = v
return s
} | |
c2561 |
s.StartTimes = v
return s
} | |
c2562 | bool) *DeactivatePipelineInput {
s.CancelActive = &v
return s
} | |
c2563 | s.EvaluateExpressions = &v
return s
} | |
c2564 | []*string) *DescribePipelinesInput {
s.PipelineIds = v
return s
} | |
c2565 | []*PipelineDescription) *DescribePipelinesOutput {
s.PipelineDescriptionList = v
return s
} | |
c2566 | string) *EvaluateExpressionInput {
s.ObjectId = &v
return s
} | |
c2567 | {
s.EvaluatedExpression = &v
return s
} | |
c2568 | *Field {
s.RefValue = &v
return s
} | |
c2569 | *ListPipelinesOutput {
s.PipelineIdList = v
return s
} | |
c2570 | *TaskObject) *PollForTaskOutput {
s.TaskObject = v
return s
} | |
c2571 | *Query {
s.Selectors = v
return s
} | |
c2572 | {
s.Sphere = &v
return s
} | |
c2573 | bool) *ReportTaskProgressOutput {
s.Canceled = &v
return s
} | |
c2574 | string) *ReportTaskRunnerHeartbeatInput {
s.TaskrunnerId = &v
return s
} | |
c2575 | bool) *ReportTaskRunnerHeartbeatOutput {
s.Terminate = &v
return s
} | |
c2576 | {
s.ErrorId = &v
return s
} | |
c2577 | s.ErrorStackTrace = &v
return s
} | |
c2578 | s.AttemptId = &v
return s
} | |
c2579 | string) *AcceptDirectConnectGatewayAssociationProposalInput {
s.AssociatedGatewayOwnerAccount = &v
return s
} | |
c2580 | []*RouteFilterPrefix) *AcceptDirectConnectGatewayAssociationProposalInput {
s.OverrideAllowedPrefixesToDirectConnectGateway = v
return s
} | |
c2581 | *AllocatePrivateVirtualInterfaceInput {
s.NewPrivateVirtualInterfaceAllocation = v
return s
} | |
c2582 | *AllocatePublicVirtualInterfaceInput {
s.NewPublicVirtualInterfaceAllocation = v
return s
} | |
c2583 | *AllocateTransitVirtualInterfaceInput {
s.NewTransitVirtualInterfaceAllocation = v
return s
} | |
c2584 | string) *AssociateHostedConnectionInput {
s.ParentConnectionId = &v
return s
} | |
c2585 | s.BgpPeerState = &v
return s
} | |
c2586 | s.BgpStatus = &v
return s
} | |
c2587 | s.PartnerName = &v
return s
} | |
c2588 | *NewBGPPeer) *CreateBGPPeerInput {
s.NewBGPPeer = v
return s
} | |
c2589 | *NewPrivateVirtualInterface) *CreatePrivateVirtualInterfaceInput {
s.NewPrivateVirtualInterface = v
return s
} | |
c2590 | *NewPublicVirtualInterface) *CreatePublicVirtualInterfaceInput {
s.NewPublicVirtualInterface = v
return s
} | |
c2591 | *NewTransitVirtualInterface) *CreateTransitVirtualInterfaceInput {
s.NewTransitVirtualInterface = v
return s
} | |
c2592 | []*GatewayAssociationProposal) *DescribeDirectConnectGatewayAssociationProposalsOutput {
s.DirectConnectGatewayAssociationProposals = v
return s
} | |
c2593 | []*GatewayAssociation) *DescribeDirectConnectGatewayAssociationsOutput {
s.DirectConnectGatewayAssociations = v
return s
} | |
c2594 | []*GatewayAttachment) *DescribeDirectConnectGatewayAttachmentsOutput {
s.DirectConnectGatewayAttachments = v
return s
} | |
c2595 | []*Gateway) *DescribeDirectConnectGatewaysOutput {
s.DirectConnectGateways = v
return s
} | |
c2596 | []*Interconnect) *DescribeInterconnectsOutput {
s.Interconnects = v
return s
} | |
c2597 | []*Lag) *DescribeLagsOutput {
s.Lags = v
return s
} | |
c2598 | []*VirtualGateway) *DescribeVirtualGatewaysOutput {
s.VirtualGateways = v
return s
} | |
c2599 | []*VirtualInterface) *DescribeVirtualInterfacesOutput {
s.VirtualInterfaces = v
return s
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.