_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c2700
// SetEnableIntegration sets the EnableIntegration field's value.
c2701
// SetResourceOwningAccountId sets the ResourceOwningAccountId field's value.
c2702
// SetLicenseConfigurationStatus sets the LicenseConfigurationStatus field's value.
c2703
// SetAddLicenseSpecifications sets the AddLicenseSpecifications field's value.
c2704
// SetRemoveLicenseSpecifications sets the RemoveLicenseSpecifications field's value.
c2705
// SetLogGroupArn sets the LogGroupArn field's value.
c2706
// SetDeliveryStreamArn sets the DeliveryStreamArn field's value.
c2707
// SetCallerId sets the CallerId field's value.
c2708
// SetOriginationPhoneNumber sets the OriginationPhoneNumber field's value.
c2709
// SetCallInstructionsMessage sets the CallInstructionsMessage field's value.
c2710
// SetPlainTextMessage sets the PlainTextMessage field's value.
c2711
// SetSSMLMessage sets the SSMLMessage field's value.
c2712
// Get returns the SDK's default values with Config and handlers pre-configured.
c2713
// Handlers returns the default request handlers. // // Generally you shouldn't need to use this method directly, but // is available if you need to reset the request handlers of an // existing service client or session.
c2714
// CredChain returns the default credential chain. // // Generally you shouldn't need to use this method directly, but // is available if you need to reset the credentials of an // existing service client or session's Config.
c2715
// RemoteCredProvider returns a credentials provider for the default remote // endpoints such as EC2 or ECS Roles.
c2716
// GetObject is a wrapper for GetObjectRequest
c2717
// BuildJSON builds a JSON string for a given object v.
c2718
// ImportPath returns the client's full import path
c2719
// StructName returns the struct name for a given API.
c2720
// NiceName returns the human friendly API name.
c2721
// ProtocolPackage returns the package name of the protocol this API uses.
c2722
// OperationNames returns a slice of API operations supported.
c2723
// OperationList returns a slice of API operation pointers
c2724
// OperationHasOutputPlaceholder returns if any of the API operation input // or output shapes are place holders.
c2725
// ShapeNames returns a slice of names for each shape used by the API.
c2726
// ShapeList returns a slice of shape pointers used by the API. // // Will exclude error shapes from the list of shapes returned.
c2727
// ShapeListErrors returns a list of the errors defined by the API model
c2728
// importsGoCode returns the generated Go import code.
c2729
// AddImport adds the import path to the generated file's import.
c2730
// AddSDKImport adds a SDK package import to the generated file's import.
c2731
// APIGoCode renders the API in Go code. Returning it as a string
c2732
// GetCrosslinkURL returns the crosslinking URL for the shape based on the name and // uid provided. Empty string is returned if no crosslink link could be determined.
c2733
// ServiceIDFromUID will parse the service id from the uid and return // the service id that was found.
c2734
// ServiceID will return a unique identifier specific to a service.
c2735
// ServicePackageDoc generates the contents of the doc file for the service. // // Will also read in the custom doc templates for the service if found.
c2736
// ServiceGoCode renders service go code. Returning it as a string.
c2737
// ExampleGoCode renders service example code. Returning it as a string.
c2738
// NewAPIGoCodeWithPkgName returns a string of instantiating the API prefixed // with its package name. Takes a string depicting the Config.
c2739
// computes the validation chain for all input shapes
c2740
// Updates the source shape and all nested shapes with the validations that // could possibly be needed.
c2741
// removeShape removes the given shape, and all form member's reference target // shapes. Will also remove member reference targeted shapes if those shapes do // not have any additional references.
c2742
// removeShapeRef removes the shape reference from its target shape. If the // reference was the last reference to the target shape, the shape will also be // removed.
c2743
// SetDownloadUri sets the DownloadUri field's value.
c2744
// SetJobNameContains sets the JobNameContains field's value.
c2745
// SetTranscriptionJobSummaries sets the TranscriptionJobSummaries field's value.
c2746
// SetStateEquals sets the StateEquals field's value.
c2747
// SetVocabularies sets the Vocabularies field's value.
c2748
// SetMediaFileUri sets the MediaFileUri field's value.
c2749
// SetChannelIdentification sets the ChannelIdentification field's value.
c2750
// SetMaxSpeakerLabels sets the MaxSpeakerLabels field's value.
c2751
// SetShowSpeakerLabels sets the ShowSpeakerLabels field's value.
c2752
// SetOutputBucketName sets the OutputBucketName field's value.
c2753
// SetTranscriptFileUri sets the TranscriptFileUri field's value.
c2754
// SetTranscript sets the Transcript field's value.
c2755
// SetOutputLocationType sets the OutputLocationType field's value.
c2756
// WithRetryer sets a config Retryer value to the given Config returning it // for chaining.
c2757
// IsErrorRetryable returns whether the error is retryable, based on its Code. // Returns false if error is nil.
c2758
// IsErrorThrottle returns whether the error is to be throttled based on its code. // Returns false if error is nil.
c2759
// IsErrorExpiredCreds returns whether the error code is a credential expiry error. // Returns false if error is nil.
c2760
// NewCredentials returns a pointer to a new Credentials object wrapping // the EC2RoleProvider. Takes a ConfigProvider to create a EC2Metadata client. // The ConfigProvider is satisfied by the session.Session type.
c2761
// NewCredentialsWithClient returns a pointer to a new Credentials object wrapping // the EC2RoleProvider. Takes a EC2Metadata client to use when connecting to EC2 // metadata service.
c2762
// Retrieve retrieves credentials from the EC2 service. // Error will be returned if the request fails, or unable to extract // the desired credentials.
c2763
// requestCredList requests a list of credentials from the EC2 service. // If there are no credentials, or there is an error making or receiving the request
c2764
// requestCred requests the credentials for a specific credentials from the EC2 service. // // If the credentials cannot be found, or there is an error reading the response // and error will be returned.
c2765
// WaitUntilDeploymentSuccessful uses the CodeDeploy API operation // GetDeployment 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.
c2766
// SetPriceList sets the PriceList field's value.
c2767
// CreateRegexMatchSet API operation for AWS WAF Regional. // // Creates a RegexMatchSet. You then use UpdateRegexMatchSet to identify the // part of a web request that you want AWS WAF to inspect, such as the values // of the User-Agent header or the query string. For example, you can create // a RegexMatchSet that contains a RegexMatchTuple that looks for any requests // with User-Agent headers that match a RegexPatternSet with pattern B[a@]dB[o0]t. // You can then configure AWS WAF to reject those requests. // // To create and configure a RegexMatchSet, perform the following steps: // // Use GetChangeToken to get the change token that you provide in the ChangeToken // parameter of a CreateRegexMatchSet request. // // Submit a CreateRegexMatchSet request. // // Use GetChangeToken to get the change token that you provide in the ChangeToken // parameter of an UpdateRegexMatchSet request. // // Submit an UpdateRegexMatchSet request to specify the part of the request // that you want AWS WAF to inspect (for example, the header or the URI) and // the value, using a RegexPatternSet, that you want AWS WAF to watch for. // // For more information about how to use the AWS WAF API to allow or block HTTP // requests, see the AWS WAF Developer Guide (https://docs.aws.amazon.com/waf/latest/developerguide/). // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. // // See the AWS API reference guide for AWS WAF Regional's // API operation CreateRegexMatchSet for usage and error information. // // Returned Error Codes: // * ErrCodeWAFStaleDataException "WAFStaleDataException" // The operation failed because you tried to create, update, or delete an object // by using a change token that has already been used. // // * ErrCodeWAFInternalErrorException "WAFInternalErrorException" // The operation failed because of a system problem, even though the request // was valid. Retry your request. // // * ErrCodeWAFDisallowedNameException "WAFDisallowedNameException" // The name specified is invalid. // // * ErrCodeWAFLimitsExceededException "WAFLimitsExceededException" // The operation exceeds a resource limit, for example, the maximum number of // WebACL objects that you can create for an AWS account. For more information, // see Limits (https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) // in the AWS WAF Developer Guide. // // See also, https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRegexMatchSet
c2768
// SetWebACLSummary sets the WebACLSummary field's value.
c2769
// WaitUntilGroupExists uses the Auto Scaling API operation // DescribeAutoScalingGroups 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.
c2770
// WaitUntilGroupInService uses the Auto Scaling API operation // DescribeAutoScalingGroups 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.
c2771
// WaitUntilGroupNotExists uses the Auto Scaling API operation // DescribeAutoScalingGroups 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.
c2772
// SetBatchPutMessageErrorEntries sets the BatchPutMessageErrorEntries field's value.
c2773
// SetResourceConfiguration sets the ResourceConfiguration field's value.
c2774
// SetDatasetArn sets the DatasetArn field's value.
c2775
// SetDatastoreArn sets the DatastoreArn field's value.
c2776
// SetContainerAction sets the ContainerAction field's value.
c2777
// SetQueryAction sets the QueryAction field's value.
c2778
// SetIotEventsDestinationConfiguration sets the IotEventsDestinationConfiguration field's value.
c2779
// SetScheduleTime sets the ScheduleTime field's value.
c2780
// SetDataURI sets the DataURI field's value.
c2781
// SetOffsetSeconds sets the OffsetSeconds field's value.
c2782
// SetTimeExpression sets the TimeExpression field's value.
c2783
// SetEstimatedOn sets the EstimatedOn field's value.
c2784
// SetEstimatedSizeInBytes sets the EstimatedSizeInBytes field's value.
c2785
// SetLambdaName sets the LambdaName field's value.
c2786
// SetChannelSummaries sets the ChannelSummaries field's value.
c2787
// SetScheduledBefore sets the ScheduledBefore field's value.
c2788
// SetScheduledOnOrAfter sets the ScheduledOnOrAfter field's value.
c2789
// SetDatasetContentSummaries sets the DatasetContentSummaries field's value.
c2790
// SetDatasetSummaries sets the DatasetSummaries field's value.
c2791
// SetDatastoreSummaries sets the DatastoreSummaries field's value.
c2792
// SetPipelineSummaries sets the PipelineSummaries field's value.
c2793
// SetAddAttributes sets the AddAttributes field's value.
c2794
// SetDeviceRegistryEnrich sets the DeviceRegistryEnrich field's value.
c2795
// SetDeviceShadowEnrich sets the DeviceShadowEnrich field's value.
c2796
// SetRemoveAttributes sets the RemoveAttributes field's value.
c2797
// SetSelectAttributes sets the SelectAttributes field's value.
c2798
// SetDeltaTime sets the DeltaTime field's value.
c2799
// SetNumberOfDays sets the NumberOfDays field's value.