_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c2100
// SetDropFrameTimecode sets the DropFrameTimecode field's value.
c2101
// SetRespondToAfd sets the RespondToAfd field's value.
c2102
// SetScalingBehavior sets the ScalingBehavior field's value.
c2103
// SetVideoPreprocessors sets the VideoPreprocessors field's value.
c2104
// SetHeightInPx sets the HeightInPx field's value.
c2105
// SetWidthInPx sets the WidthInPx field's value.
c2106
// SetColorCorrector sets the ColorCorrector field's value.
c2107
// SetDeinterlacer sets the Deinterlacer field's value.
c2108
// SetNoiseReducer sets the NoiseReducer field's value.
c2109
// SetTimecodeBurnin sets the TimecodeBurnin field's value.
c2110
// SetColorSpace sets the ColorSpace field's value.
c2111
// SetColorSpaceUsage sets the ColorSpaceUsage field's value.
c2112
// WaitUntilStreamExists uses the Kinesis API operation // DescribeStream 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.
c2113
// WaitUntilStreamNotExists uses the Kinesis API operation // DescribeStream 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.
c2114
// Read will spin off a goroutine to call the reader's Read method. We will // select on the timer's channel or the read's channel. Whoever completes first // will be returned.
c2115
// adaptToResponseTimeoutError is a handler that will replace any top level error // to a ErrCodeResponseTimeout, if its child is that.
c2116
// WaitUntilVaultExists uses the Amazon Glacier API operation // DescribeVault 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.
c2117
// WaitUntilVaultNotExists uses the Amazon Glacier API operation // DescribeVault 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.
c2118
// EqualExprKey will return a LHS value in the equal expr
c2119
// presignURL will presign the request by using SoureRegion to sign with. SourceRegion is not // sent to the service, and is only used to not have the SDKs parsing ARNs.
c2120
// LogDebug initialize's the debug logger for the components in the api // package to log debug lines to. // // Panics if called multiple times. // // Must be used prior to any model loading or code gen.
c2121
// Logf logs using the fmt printf pattern. Appends a new line to the end of the // logged statement.
c2122
// Logln logs using the fmt println pattern.
c2123
// BuildShape will recursively build the referenced shape based on the json // object provided. isMap will dictate how the field name is specified. If // isMap is true, we will expect the member name to be quotes like "Foo".
c2124
// BuildList will construct a list shape based off the service's definition of // that list.
c2125
// BuildScalar will build atomic Go types.
c2126
// BuildComplex will build the shape's value for complex types such as structs, // and maps.
c2127
// GoType returns the string of the shape's Go type identifier.
c2128
// SetFragmentLengthInMilliseconds sets the FragmentLengthInMilliseconds field's value.
c2129
// SetFragmentNumber sets the FragmentNumber field's value.
c2130
// SetFragmentSizeInBytes sets the FragmentSizeInBytes field's value.
c2131
// SetProducerTimestamp sets the ProducerTimestamp field's value.
c2132
// SetServerTimestamp sets the ServerTimestamp field's value.
c2133
// SetContainerFormat sets the ContainerFormat field's value.
c2134
// SetDiscontinuityMode sets the DiscontinuityMode field's value.
c2135
// SetDisplayFragmentTimestamp sets the DisplayFragmentTimestamp field's value.
c2136
// SetHLSFragmentSelector sets the HLSFragmentSelector field's value.
c2137
// SetMaxMediaPlaylistFragmentResults sets the MaxMediaPlaylistFragmentResults field's value.
c2138
// SetPlaybackMode sets the PlaybackMode field's value.
c2139
// SetHLSStreamingSessionURL sets the HLSStreamingSessionURL field's value.
c2140
// SetFragmentSelector sets the FragmentSelector field's value.
c2141
// SetBudgetLimit sets the BudgetLimit field's value.
c2142
// SetCalculatedSpend sets the CalculatedSpend field's value.
c2143
// SetBudgetedAndActualAmountsList sets the BudgetedAndActualAmountsList field's value.
c2144
// SetActualAmount sets the ActualAmount field's value.
c2145
// SetBudgetedAmount sets the BudgetedAmount field's value.
c2146
// SetActualSpend sets the ActualSpend field's value.
c2147
// SetForecastedSpend sets the ForecastedSpend field's value.
c2148
// SetIncludeCredit sets the IncludeCredit field's value.
c2149
// SetIncludeDiscount sets the IncludeDiscount field's value.
c2150
// SetIncludeOtherSubscription sets the IncludeOtherSubscription field's value.
c2151
// SetIncludeRecurring sets the IncludeRecurring field's value.
c2152
// SetIncludeRefund sets the IncludeRefund field's value.
c2153
// SetIncludeSubscription sets the IncludeSubscription field's value.
c2154
// SetIncludeSupport sets the IncludeSupport field's value.
c2155
// SetIncludeTax sets the IncludeTax field's value.
c2156
// SetIncludeUpfront sets the IncludeUpfront field's value.
c2157
// SetUseAmortized sets the UseAmortized field's value.
c2158
// SetUseBlended sets the UseBlended field's value.
c2159
// SetNotificationsWithSubscribers sets the NotificationsWithSubscribers field's value.
c2160
// SetBudgetPerformanceHistory sets the BudgetPerformanceHistory field's value.
c2161
// SetNotificationState sets the NotificationState field's value.
c2162
// SetThresholdType sets the ThresholdType field's value.
c2163
// SetNewBudget sets the NewBudget field's value.
c2164
// SetNewNotification sets the NewNotification field's value.
c2165
// SetOldNotification sets the OldNotification field's value.
c2166
// SetNewSubscriber sets the NewSubscriber field's value.
c2167
// SetOldSubscriber sets the OldSubscriber field's value.
c2168
// Build builds the REST component of a service request.
c2169
// BuildAsGET builds the REST component of a service request with the ability to hoist // data from the body.
c2170
// EscapePath escapes part of a URL path in Amazon style
c2171
// NewSyncFolderIterator will walk the path, and store the key and full path // of the object to be uploaded. This will return a new SyncFolderIterator // with the data provided from walking the path.
c2172
// UploadObject will prep the new upload object by open that file and constructing a new // s3manager.UploadInput.
c2173
// SetIgnorePollAlarmFailure sets the IgnorePollAlarmFailure field's value.
c2174
// SetGitHubAccountName sets the GitHubAccountName field's value.
c2175
// SetLinkedToGitHub sets the LinkedToGitHub field's value.
c2176
// SetApplicationsInfo sets the ApplicationsInfo field's value.
c2177
// SetDeploymentGroupNames sets the DeploymentGroupNames field's value.
c2178
// SetDeploymentGroupsInfo sets the DeploymentGroupsInfo field's value.
c2179
// SetInstancesSummary sets the InstancesSummary field's value.
c2180
// SetDeploymentTargets sets the DeploymentTargets field's value.
c2181
// SetDeploymentsInfo sets the DeploymentsInfo field's value.
c2182
// SetInstanceInfos sets the InstanceInfos field's value.
c2183
// SetDeploymentReadyOption sets the DeploymentReadyOption field's value.
c2184
// SetGreenFleetProvisioningOption sets the GreenFleetProvisioningOption field's value.
c2185
// SetTerminateBlueInstancesOnDeploymentSuccess sets the TerminateBlueInstancesOnDeploymentSuccess field's value.
c2186
// SetTerminationWaitTimeInMinutes sets the TerminationWaitTimeInMinutes field's value.
c2187
// SetDeploymentWaitType sets the DeploymentWaitType field's value.
c2188
// SetLastAttemptedDeployment sets the LastAttemptedDeployment field's value.
c2189
// SetLastSuccessfulDeployment sets the LastSuccessfulDeployment field's value.
c2190
// SetTargetRevision sets the TargetRevision field's value.
c2191
// SetAdditionalDeploymentStatusInfo sets the AdditionalDeploymentStatusInfo field's value.
c2192
// SetCreator sets the Creator field's value.
c2193
// SetDeploymentOverview sets the DeploymentOverview field's value.
c2194
// SetDeploymentStatusMessages sets the DeploymentStatusMessages field's value.
c2195
// SetErrorInformation sets the ErrorInformation field's value.
c2196
// SetInstanceTerminationWaitTimeStarted sets the InstanceTerminationWaitTimeStarted field's value.
c2197
// SetPreviousRevision sets the PreviousRevision field's value.
c2198
// SetRollbackInfo sets the RollbackInfo field's value.
c2199
// SetReady sets the Ready field's value.