_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c1500
// SetHTTPCode4XXCount sets the HTTPCode4XXCount field's value.
c1501
// SetHTTPCode5XXCount sets the HTTPCode5XXCount field's value.
c1502
// SetTimeoutCount sets the TimeoutCount field's value.
c1503
// SetUnknownHostCount sets the UnknownHostCount field's value.
c1504
// SetTraces sets the Traces field's value.
c1505
// SetUnprocessedTraceIds sets the UnprocessedTraceIds field's value.
c1506
// SetThrottleCount sets the ThrottleCount field's value.
c1507
// SetSamplingRuleRecords sets the SamplingRuleRecords field's value.
c1508
// SetSamplingStatisticSummaries sets the SamplingStatisticSummaries field's value.
c1509
// SetSamplingStatisticsDocuments sets the SamplingStatisticsDocuments field's value.
c1510
// SetLastRuleModification sets the LastRuleModification field's value.
c1511
// SetSamplingTargetDocuments sets the SamplingTargetDocuments field's value.
c1512
// SetUnprocessedStatistics sets the UnprocessedStatistics field's value.
c1513
// SetEntitySelectorExpression sets the EntitySelectorExpression field's value.
c1514
// SetTimeSeriesServiceStatistics sets the TimeSeriesServiceStatistics field's value.
c1515
// SetSampling sets the Sampling field's value.
c1516
// SetSamplingStrategy sets the SamplingStrategy field's value.
c1517
// SetTimeRangeType sets the TimeRangeType field's value.
c1518
// SetApproximateTime sets the ApproximateTime field's value.
c1519
// SetTraceSummaries sets the TraceSummaries field's value.
c1520
// SetTracesProcessedCount sets the TracesProcessedCount field's value.
c1521
// SetClientIp sets the ClientIp field's value.
c1522
// SetHttpStatus sets the HttpStatus field's value.
c1523
// SetHttpURL sets the HttpURL field's value.
c1524
// SetUserAgent sets the UserAgent field's value.
c1525
// SetEC2InstanceId sets the EC2InstanceId field's value.
c1526
// SetTelemetryRecords sets the TelemetryRecords field's value.
c1527
// SetTraceSegmentDocuments sets the TraceSegmentDocuments field's value.
c1528
// SetUnprocessedTraceSegments sets the UnprocessedTraceSegments field's value.
c1529
// SetModifiedAt sets the ModifiedAt field's value.
c1530
// SetReservoirQuota sets the ReservoirQuota field's value.
c1531
// SetReservoirQuotaTTL sets the ReservoirQuotaTTL field's value.
c1532
// SetDurationHistogram sets the DurationHistogram field's value.
c1533
// SetEdges sets the Edges field's value.
c1534
// SetBackendConnectionErrors sets the BackendConnectionErrors field's value.
c1535
// SetSegmentsReceivedCount sets the SegmentsReceivedCount field's value.
c1536
// SetSegmentsRejectedCount sets the SegmentsRejectedCount field's value.
c1537
// SetSegmentsSentCount sets the SegmentsSentCount field's value.
c1538
// SetSegmentsSpilloverCount sets the SegmentsSpilloverCount field's value.
c1539
// SetEdgeSummaryStatistics sets the EdgeSummaryStatistics field's value.
c1540
// SetServiceSummaryStatistics sets the ServiceSummaryStatistics field's value.
c1541
// SetSegments sets the Segments field's value.
c1542
// SetErrorRootCauses sets the ErrorRootCauses field's value.
c1543
// SetFaultRootCauses sets the FaultRootCauses field's value.
c1544
// SetHasError sets the HasError field's value.
c1545
// SetHasFault sets the HasFault field's value.
c1546
// SetHasThrottle sets the HasThrottle field's value.
c1547
// SetHttp sets the Http field's value.
c1548
// SetIsPartial sets the IsPartial field's value.
c1549
// SetMatchedEventTime sets the MatchedEventTime field's value.
c1550
// SetResourceARNs sets the ResourceARNs field's value.
c1551
// SetResponseTime sets the ResponseTime field's value.
c1552
// SetResponseTimeRootCauses sets the ResponseTimeRootCauses field's value.
c1553
// SetSamplingRuleUpdate sets the SamplingRuleUpdate field's value.
c1554
// SetAnnotationValue sets the AnnotationValue field's value.
c1555
// ExpectedString returns the string that was expected by the WaiterAcceptor
c1556
// WaitersGoCode generates and returns Go code for each of the waiters of // this API.
c1557
// AttachWaiters reads a file of waiter definitions, and adds those to the API. // Will panic if an error occurs.
c1558
// InterfaceSignature returns a string representing the Waiter's interface // function signature.
c1559
// GoCode returns the generated Go code for an individual waiter.
c1560
// Encrypt will encrypt the data using AES GCM // Tag will be included as the last 16 bytes of the slice
c1561
// Decrypt will decrypt the data using AES GCM
c1562
// WaitUntilEndpointDeleted uses the AWS Database Migration Service API operation // DescribeEndpoints to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c1563
// WaitUntilReplicationInstanceAvailable uses the AWS Database Migration Service API operation // DescribeReplicationInstances to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c1564
// WaitUntilReplicationInstanceDeleted uses the AWS Database Migration Service API operation // DescribeReplicationInstances to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c1565
// WaitUntilReplicationTaskDeleted uses the AWS Database Migration Service API operation // DescribeReplicationTasks to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c1566
// WaitUntilReplicationTaskReady uses the AWS Database Migration Service API operation // DescribeReplicationTasks to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c1567
// WaitUntilReplicationTaskRunning uses the AWS Database Migration Service API operation // DescribeReplicationTasks to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c1568
// WaitUntilReplicationTaskStopped uses the AWS Database Migration Service API operation // DescribeReplicationTasks to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c1569
// ClientConfigNoResolveEndpoint is the same as ClientConfig with the exception // that the EndpointResolver will not be used to resolve the endpoint. The only // endpoint set must come from the aws.Config.Endpoint field.
c1570
// VisitExpr visits expressions...
c1571
// VisitStatement visits statements...
c1572
// GetSection will return section p. If section p does not exist, // false will be returned in the second parameter.
c1573
// List will return a list of all sections that were successfully // parsed.
c1574
// Has will return whether or not an entry exists in a given section
c1575
// ValueType will returned what type the union is set to. If // k was not found, the NoneType will be returned.
c1576
// Bool returns a bool value at k
c1577
// Int returns an integer value at k
c1578
// Float64 returns a float value at k
c1579
// String returns the string value at k
c1580
// Matches returns true if the v LogLevel is enabled by this LogLevel. Should be // used with logging sub levels. Is safe to use on nil value LogLevelTypes. If // LogLevel is nil, will default to LogOff comparison.
c1581
// AtLeast returns true if this LogLevel is at least high enough to satisfies v. // Is safe to use on nil value LogLevelTypes. If LogLevel is nil, will default // to LogOff comparison.
c1582
// NewDefaultLogger returns a Logger which will write log messages to stdout, and // use same formatting runes as the stdlib log.Logger
c1583
// NewSigner returns a Signer pointer configured with the credentials and optional // option values provided. If not options are provided the Signer will use its // default configuration.
c1584
// BuildNamedHandler will build a generic handler for signing.
c1585
// SignSDKRequestWithCurrentTime will sign the SDK's request using the time // function passed in. Behaves the same as SignSDKRequest with the exception // the request is signed with the value returned by the current time function.
c1586
// isRequestSigned returns if the request is currently signed or presigned
c1587
// unsign removes signing flags for both signed and presigned requests.
c1588
// stripExcessSpaces will rewrite the passed in slice's string values to not // contain multiple side-by-side spaces.
c1589
// SetModificationState sets the ModificationState field's value.
c1590
// SetReconnectEnabled sets the ReconnectEnabled field's value.
c1591
// SetPendingRequests sets the PendingRequests field's value.
c1592
// SetCustomSecurityGroupId sets the CustomSecurityGroupId field's value.
c1593
// SetDefaultOu sets the DefaultOu field's value.
c1594
// SetEnableInternetAccess sets the EnableInternetAccess field's value.
c1595
// SetEnableWorkDocs sets the EnableWorkDocs field's value.
c1596
// SetUserEnabledAsLocalAdministrator sets the UserEnabledAsLocalAdministrator field's value.
c1597
// SetAccountModifications sets the AccountModifications field's value.
c1598
// SetClientPropertiesList sets the ClientPropertiesList field's value.
c1599
// SetBundleIds sets the BundleIds field's value.