id stringlengths 2 7 | text stringlengths 17 51.2k | title stringclasses 1
value |
|---|---|---|
c166500 | {
s.MessageRequest = v
return s
} | |
c166501 | *MessageResponse) *SendMessagesOutput {
s.MessageResponse = v
return s
} | |
c166502 | *SendUsersMessagesInput {
s.SendUsersMessageRequest = v
return s
} | |
c166503 | *SendUsersMessagesOutput {
s.SendUsersMessageResponse = v
return s
} | |
c166504 | s.StopTimestamp = &v
return s
} | |
c166505 | s.DimensionType = &v
return s
} | |
c166506 | *ADMChannelRequest) *UpdateAdmChannelInput {
s.ADMChannelRequest = v
return s
} | |
c166507 | *APNSChannelRequest) *UpdateApnsChannelInput {
s.APNSChannelRequest = v
return s
} | |
c166508 | *APNSSandboxChannelRequest) *UpdateApnsSandboxChannelInput {
s.APNSSandboxChannelRequest = v
return s
} | |
c166509 | *APNSVoipChannelRequest) *UpdateApnsVoipChannelInput {
s.APNSVoipChannelRequest = v
return s
} | |
c166510 | *APNSVoipSandboxChannelRequest) *UpdateApnsVoipSandboxChannelInput {
s.APNSVoipSandboxChannelRequest = v
return s
} | |
c166511 | *UpdateApplicationSettingsInput {
s.WriteApplicationSettingsRequest = v
return s
} | |
c166512 | []*string) *UpdateAttributesRequest {
s.Blacklist = v
return s
} | |
c166513 | *BaiduChannelRequest) *UpdateBaiduChannelInput {
s.BaiduChannelRequest = v
return s
} | |
c166514 | *EmailChannelRequest) *UpdateEmailChannelInput {
s.EmailChannelRequest = v
return s
} | |
c166515 | *EndpointRequest) *UpdateEndpointInput {
s.EndpointRequest = v
return s
} | |
c166516 | *EndpointBatchRequest) *UpdateEndpointsBatchInput {
s.EndpointBatchRequest = v
return s
} | |
c166517 | *GCMChannelRequest) *UpdateGcmChannelInput {
s.GCMChannelRequest = v
return s
} | |
c166518 | *SMSChannelRequest) *UpdateSmsChannelInput {
s.SMSChannelRequest = v
return s
} | |
c166519 | *VoiceChannelRequest) *UpdateVoiceChannelInput {
s.VoiceChannelRequest = v
return s
} | |
c166520 | bool) *WriteApplicationSettingsRequest {
s.CloudWatchMetricsEnabled = &v
return s
} | |
c166521 | *CreatedArtifact) *AssociateCreatedArtifactInput {
s.CreatedArtifact = v
return s
} | |
c166522 | *DiscoveredResource) *AssociateDiscoveredResourceInput {
s.DiscoveredResource = v
return s
} | |
c166523 | *MigrationTask) *DescribeMigrationTaskOutput {
s.MigrationTask = v
return s
} | |
c166524 | string) *DisassociateCreatedArtifactInput {
s.CreatedArtifactName = &v
return s
} | |
c166525 | []*CreatedArtifact) *ListCreatedArtifactsOutput {
s.CreatedArtifactList = v
return s
} | |
c166526 | []*DiscoveredResource) *ListDiscoveredResourcesOutput {
s.DiscoveredResourceList = v
return s
} | |
c166527 | []*MigrationTaskSummary) *ListMigrationTasksOutput {
s.MigrationTaskSummaryList = v
return s
} | |
c166528 | []*ProgressUpdateStreamSummary) *ListProgressUpdateStreamsOutput {
s.ProgressUpdateStreamSummaryList = v
return s
} | |
c166529 | int64) *NotifyMigrationTaskStateInput {
s.NextUpdateSeconds = &v
return s
} | |
c166530 | {
al.valuesList = append(al.valuesList, dav)
return fmt.Sprintf(":%d", len(al.valuesList)-1), nil
} | |
c166531 | = append(al.namesList, nm)
return fmt.Sprintf("#%d", len(al.namesList)-1), nil
} | |
c166532 | attempt.TLSHandshakeDone = trace.TLSHandshakeDone.Sub(trace.Start)
attempt.TLSHandshake = trace.TLSHandshakeDone.Sub(trace.TLSHandshakeStart)
}
_, err := fmt.Fprintln(w,
"Latency:",
attempt.Latency,
"ConnectionReused:",
fmt.Sprintf("%t", attempt.Reused),
"DNSStartAt:",
fmt.Sprintf("%s", attempt.DNSS... | |
c166533 | _, ok := m[value]
return ok
} | |
c166534 | if strings.HasPrefix(http.CanonicalHeaderKey(value), pattern) {
return true
}
}
return false
} | |
c166535 | !rule.IsValid(value) {
return false
}
}
return true
} | |
c166536 | ),
}
p.Client.Handlers.Unmarshal.PushBack(unmarshalHandler)
p.Client.Handlers.UnmarshalError.PushBack(unmarshalError)
p.Client.Handlers.Validate.Clear()
p.Client.Handlers.Validate.PushBack(validateEndpointHandler)
for _, option := range options {
option(p)
}
return p
} | |
c166537 | return credentials.NewCredentials(NewProviderClient(cfg, handlers, endpoint, options...))
} | |
c166538 | else {
p.staticCreds = true
}
return credentials.Value{
AccessKeyID: resp.AccessKeyID,
SecretAccessKey: resp.SecretAccessKey,
SessionToken: resp.Token,
ProviderName: ProviderName,
}, nil
} | |
c166539 | *Action {
s.AuthenticateCognitoConfig = v
return s
} | |
c166540 | *Action {
s.AuthenticateOidcConfig = v
return s
} | |
c166541 | *Action {
s.FixedResponseConfig = v
return s
} | |
c166542 | *Action {
s.RedirectConfig = v
return s
} | |
c166543 | string) *AuthenticateCognitoActionConfig {
s.UserPoolArn = &v
return s
} | |
c166544 | string) *AuthenticateCognitoActionConfig {
s.UserPoolClientId = &v
return s
} | |
c166545 | string) *AuthenticateCognitoActionConfig {
s.UserPoolDomain = &v
return s
} | |
c166546 | string) *AuthenticateOidcActionConfig {
s.AuthorizationEndpoint = &v
return s
} | |
c166547 | string) *AuthenticateOidcActionConfig {
s.TokenEndpoint = &v
return s
} | |
c166548 | {
s.UseExistingClientSecret = &v
return s
} | |
c166549 | string) *AuthenticateOidcActionConfig {
s.UserInfoEndpoint = &v
return s
} | |
c166550 | *AvailabilityZone {
s.LoadBalancerAddresses = v
return s
} | |
c166551 | {
s.ZoneName = &v
return s
} | |
c166552 | []*string) *DescribeRulesInput {
s.RuleArns = v
return s
} | |
c166553 | []*SslPolicy) *DescribeSSLPoliciesOutput {
s.SslPolicies = v
return s
} | |
c166554 | []*string) *DescribeTargetGroupsInput {
s.TargetGroupArns = v
return s
} | |
c166555 | *DescribeTargetHealthOutput {
s.TargetHealthDescriptions = v
return s
} | |
c166556 | string) *HttpHeaderConditionConfig {
s.HttpHeaderName = &v
return s
} | |
c166557 | s.CanonicalHostedZoneId = &v
return s
} | |
c166558 | s.HttpCode = &v
return s
} | |
c166559 | *RuleCondition {
s.HostHeaderConfig = v
return s
} | |
c166560 | *RuleCondition {
s.HttpHeaderConfig = v
return s
} | |
c166561 | *RuleCondition {
s.HttpRequestMethodConfig = v
return s
} | |
c166562 | *RuleCondition {
s.PathPatternConfig = v
return s
} | |
c166563 | *RuleCondition {
s.QueryStringConfig = v
return s
} | |
c166564 | *RuleCondition {
s.SourceIpConfig = v
return s
} | |
c166565 | *SetRulePrioritiesInput {
s.RulePriorities = v
return s
} | |
c166566 | *SslPolicy {
s.Ciphers = v
return s
} | |
c166567 | s.SslProtocols = v
return s
} | |
c166568 | s.TargetGroupName = &v
return s
} | |
c166569 | *TargetHealth) *TargetHealthDescription {
s.TargetHealth = v
return s
} | |
c166570 | *Coverage {
s.CoverageCost = v
return s
} | |
c166571 | *Coverage {
s.CoverageHours = v
return s
} | |
c166572 | *Coverage {
s.CoverageNormalizedUnits = v
return s
} | |
c166573 | s.OnDemandCost = &v
return s
} | |
c166574 | s.CoverageHoursPercentage = &v
return s
} | |
c166575 | s.OnDemandHours = &v
return s
} | |
c166576 | s.ReservedHours = &v
return s
} | |
c166577 | s.TotalRunningHours = &v
return s
} | |
c166578 | s.CoverageNormalizedUnitsPercentage = &v
return s
} | |
c166579 | s.OnDemandNormalizedUnits = &v
return s
} | |
c166580 | s.ReservedNormalizedUnits = &v
return s
} | |
c166581 | s.TotalRunningNormalizedUnits = &v
return s
} | |
c166582 | s.OfferingClass = &v
return s
} | |
c166583 | s.InstanceClass = &v
return s
} | |
c166584 | string) *ESInstanceDetails {
s.InstanceSize = &v
return s
} | |
c166585 | *Expression {
s.Not = v
return s
} | |
c166586 | *Expression {
s.Or = v
return s
} | |
c166587 | s.MeanValue = &v
return s
} | |
c166588 | s.PredictionIntervalLowerBound = &v
return s
} | |
c166589 | s.PredictionIntervalUpperBound = &v
return s
} | |
c166590 | []*GroupDefinition) *GetCostAndUsageOutput {
s.GroupDefinitions = v
return s
} | |
c166591 | []*ResultByTime) *GetCostAndUsageOutput {
s.ResultsByTime = v
return s
} | |
c166592 | s.PredictionIntervalLevel = &v
return s
} | |
c166593 | {
s.ForecastResultsByTime = v
return s
} | |
c166594 | *GetDimensionValuesOutput {
s.DimensionValues = v
return s
} | |
c166595 | []*CoverageByTime) *GetReservationCoverageOutput {
s.CoveragesByTime = v
return s
} | |
c166596 | *GetReservationPurchaseRecommendationOutput {
s.Recommendations = v
return s
} | |
c166597 | []*UtilizationByTime) *GetReservationUtilizationOutput {
s.UtilizationsByTime = v
return s
} | |
c166598 | *InstanceDetails {
s.EC2InstanceDetails = v
return s
} | |
c166599 | *InstanceDetails {
s.ESInstanceDetails = v
return s
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.