id stringlengths 2 7 | text stringlengths 17 51.2k | title stringclasses 1
value |
|---|---|---|
c165700 | s.Claim = &v
return s
} | |
c165701 | s.MatchType = &v
return s
} | |
c165702 | {
s.DestinationUserIdentifier = &v
return s
} | |
c165703 | string) *MergeDeveloperIdentitiesInput {
s.SourceUserIdentifier = &v
return s
} | |
c165704 | s.ServerSideTokenCheck = &v
return s
} | |
c165705 | s.AmbiguousRoleResolution = &v
return s
} | |
c165706 | *RoleMapping {
s.RulesConfiguration = v
return s
} | |
c165707 | {
s.LoginsToRemove = v
return s
} | |
c165708 | []*string) *GetResourceShareInvitationsInput {
s.ResourceShareInvitationArns = v
return s
} | |
c165709 | []*ResourceShareInvitation) *GetResourceShareInvitationsOutput {
s.ResourceShareInvitations = v
return s
} | |
c165710 | string) *GetResourceSharesInput {
s.ResourceShareStatus = &v
return s
} | |
c165711 | []*ResourceShare) *GetResourceSharesOutput {
s.ResourceShares = v
return s
} | |
c165712 | s.OwningAccountId = &v
return s
} | |
c165713 | {
s.AssociatedEntity = &v
return s
} | |
c165714 | {
s.InvitationTimestamp = &v
return s
} | |
c165715 | {
s.ReceiverAccountId = &v
return s
} | |
c165716 | {
s.ResourceShareName = &v
return s
} | |
c165717 | {
s.SenderAccountId = &v
return s
} | |
c165718 | strconv.FormatInt(t.Unix(), 10)
av.N = &s
return nil
} | |
c165719 | {
t, err := decodeUnixTime(aws.StringValue(av.N))
if err != nil {
return err
}
*e = UnixTime(t)
return nil
} | |
c165720 | if err != nil || av == nil || av.M == nil {
return map[string]*dynamodb.AttributeValue{}, err
}
return av.M, nil
} | |
c165721 | if err != nil || av == nil || av.L == nil {
return []*dynamodb.AttributeValue{}, err
}
return av.L, nil
} | |
c165722 |
NullEmptyString: true,
}
for _, o := range opts {
o(e)
}
return e
} | |
c165723 | e.encode(av, reflect.ValueOf(in), tag{}); err != nil {
return nil, err
}
return av, nil
} | |
c165724 | {
return fmt.Sprintf("%s: %s", e.Code(), e.Message())
} | |
c165725 | string) *ContinueAsNewWorkflowExecutionDecisionAttributes {
s.WorkflowTypeVersion = &v
return s
} | |
c165726 | *Decision {
s.CancelTimerDecisionAttributes = v
return s
} | |
c165727 | *Decision {
s.CancelWorkflowExecutionDecisionAttributes = v
return s
} | |
c165728 | *Decision {
s.CompleteWorkflowExecutionDecisionAttributes = v
return s
} | |
c165729 | *Decision {
s.ContinueAsNewWorkflowExecutionDecisionAttributes = v
return s
} | |
c165730 | s.DecisionType = &v
return s
} | |
c165731 | *Decision {
s.FailWorkflowExecutionDecisionAttributes = v
return s
} | |
c165732 | *Decision {
s.RecordMarkerDecisionAttributes = v
return s
} | |
c165733 | *Decision {
s.RequestCancelActivityTaskDecisionAttributes = v
return s
} | |
c165734 | *Decision {
s.RequestCancelExternalWorkflowExecutionDecisionAttributes = v
return s
} | |
c165735 | *Decision {
s.ScheduleActivityTaskDecisionAttributes = v
return s
} | |
c165736 | *Decision {
s.ScheduleLambdaFunctionDecisionAttributes = v
return s
} | |
c165737 | *Decision {
s.SignalExternalWorkflowExecutionDecisionAttributes = v
return s
} | |
c165738 | *Decision {
s.StartChildWorkflowExecutionDecisionAttributes = v
return s
} | |
c165739 | *Decision {
s.StartTimerDecisionAttributes = v
return s
} | |
c165740 | *DomainInfo) *DescribeDomainOutput {
s.DomainInfo = v
return s
} | |
c165741 | *DescribeWorkflowExecutionOutput {
s.OpenCounts = v
return s
} | |
c165742 | {
s.OldestDate = &v
return s
} | |
c165743 | *HistoryEvent {
s.ActivityTaskCancelRequestedEventAttributes = v
return s
} | |
c165744 | *HistoryEvent {
s.ActivityTaskCanceledEventAttributes = v
return s
} | |
c165745 | *HistoryEvent {
s.ActivityTaskCompletedEventAttributes = v
return s
} | |
c165746 | *HistoryEvent {
s.ActivityTaskFailedEventAttributes = v
return s
} | |
c165747 | *HistoryEvent {
s.ActivityTaskScheduledEventAttributes = v
return s
} | |
c165748 | *HistoryEvent {
s.ActivityTaskStartedEventAttributes = v
return s
} | |
c165749 | *HistoryEvent {
s.ActivityTaskTimedOutEventAttributes = v
return s
} | |
c165750 | *HistoryEvent {
s.CancelTimerFailedEventAttributes = v
return s
} | |
c165751 | *HistoryEvent {
s.CancelWorkflowExecutionFailedEventAttributes = v
return s
} | |
c165752 | *HistoryEvent {
s.ChildWorkflowExecutionCanceledEventAttributes = v
return s
} | |
c165753 | *HistoryEvent {
s.ChildWorkflowExecutionCompletedEventAttributes = v
return s
} | |
c165754 | *HistoryEvent {
s.ChildWorkflowExecutionFailedEventAttributes = v
return s
} | |
c165755 | *HistoryEvent {
s.ChildWorkflowExecutionStartedEventAttributes = v
return s
} | |
c165756 | *HistoryEvent {
s.ChildWorkflowExecutionTerminatedEventAttributes = v
return s
} | |
c165757 | *HistoryEvent {
s.ChildWorkflowExecutionTimedOutEventAttributes = v
return s
} | |
c165758 | *HistoryEvent {
s.CompleteWorkflowExecutionFailedEventAttributes = v
return s
} | |
c165759 | *HistoryEvent {
s.ContinueAsNewWorkflowExecutionFailedEventAttributes = v
return s
} | |
c165760 | *HistoryEvent {
s.DecisionTaskCompletedEventAttributes = v
return s
} | |
c165761 | *HistoryEvent {
s.DecisionTaskScheduledEventAttributes = v
return s
} | |
c165762 | *HistoryEvent {
s.DecisionTaskStartedEventAttributes = v
return s
} | |
c165763 | *HistoryEvent {
s.DecisionTaskTimedOutEventAttributes = v
return s
} | |
c165764 | s.EventTimestamp = &v
return s
} | |
c165765 | *HistoryEvent {
s.ExternalWorkflowExecutionCancelRequestedEventAttributes = v
return s
} | |
c165766 | *HistoryEvent {
s.ExternalWorkflowExecutionSignaledEventAttributes = v
return s
} | |
c165767 | *HistoryEvent {
s.FailWorkflowExecutionFailedEventAttributes = v
return s
} | |
c165768 | *HistoryEvent {
s.LambdaFunctionCompletedEventAttributes = v
return s
} | |
c165769 | *HistoryEvent {
s.LambdaFunctionFailedEventAttributes = v
return s
} | |
c165770 | *HistoryEvent {
s.LambdaFunctionScheduledEventAttributes = v
return s
} | |
c165771 | *HistoryEvent {
s.LambdaFunctionStartedEventAttributes = v
return s
} | |
c165772 | *HistoryEvent {
s.LambdaFunctionTimedOutEventAttributes = v
return s
} | |
c165773 | *HistoryEvent {
s.MarkerRecordedEventAttributes = v
return s
} | |
c165774 | *HistoryEvent {
s.RecordMarkerFailedEventAttributes = v
return s
} | |
c165775 | *HistoryEvent {
s.RequestCancelActivityTaskFailedEventAttributes = v
return s
} | |
c165776 | *HistoryEvent {
s.RequestCancelExternalWorkflowExecutionFailedEventAttributes = v
return s
} | |
c165777 | *HistoryEvent {
s.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = v
return s
} | |
c165778 | *HistoryEvent {
s.ScheduleActivityTaskFailedEventAttributes = v
return s
} | |
c165779 | *HistoryEvent {
s.ScheduleLambdaFunctionFailedEventAttributes = v
return s
} | |
c165780 | *HistoryEvent {
s.SignalExternalWorkflowExecutionFailedEventAttributes = v
return s
} | |
c165781 | *HistoryEvent {
s.SignalExternalWorkflowExecutionInitiatedEventAttributes = v
return s
} | |
c165782 | *HistoryEvent {
s.StartChildWorkflowExecutionFailedEventAttributes = v
return s
} | |
c165783 | *HistoryEvent {
s.StartChildWorkflowExecutionInitiatedEventAttributes = v
return s
} | |
c165784 | *HistoryEvent {
s.StartLambdaFunctionFailedEventAttributes = v
return s
} | |
c165785 | *HistoryEvent {
s.StartTimerFailedEventAttributes = v
return s
} | |
c165786 | *HistoryEvent {
s.TimerCanceledEventAttributes = v
return s
} | |
c165787 | *HistoryEvent {
s.TimerFiredEventAttributes = v
return s
} | |
c165788 | *HistoryEvent {
s.TimerStartedEventAttributes = v
return s
} | |
c165789 | *HistoryEvent {
s.WorkflowExecutionCancelRequestedEventAttributes = v
return s
} | |
c165790 | *HistoryEvent {
s.WorkflowExecutionCanceledEventAttributes = v
return s
} | |
c165791 | *HistoryEvent {
s.WorkflowExecutionCompletedEventAttributes = v
return s
} | |
c165792 | *HistoryEvent {
s.WorkflowExecutionContinuedAsNewEventAttributes = v
return s
} | |
c165793 | *HistoryEvent {
s.WorkflowExecutionFailedEventAttributes = v
return s
} | |
c165794 | *HistoryEvent {
s.WorkflowExecutionSignaledEventAttributes = v
return s
} | |
c165795 | *HistoryEvent {
s.WorkflowExecutionStartedEventAttributes = v
return s
} | |
c165796 | *HistoryEvent {
s.WorkflowExecutionTerminatedEventAttributes = v
return s
} | |
c165797 | *HistoryEvent {
s.WorkflowExecutionTimedOutEventAttributes = v
return s
} | |
c165798 | []*DomainInfo) *ListDomainsOutput {
s.DomainInfos = v
return s
} | |
c165799 | int64) *PollForDecisionTaskOutput {
s.PreviousStartedEventId = &v
return s
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.