_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c1000
// SetUpgradeProcessing sets the UpgradeProcessing field's value.
c1001
// SetCompatibleElasticsearchVersions sets the CompatibleElasticsearchVersions field's value.
c1002
// SetUpgradeHistories sets the UpgradeHistories field's value.
c1003
// SetMaximumInstanceCount sets the MaximumInstanceCount field's value.
c1004
// SetMinimumInstanceCount sets the MinimumInstanceCount field's value.
c1005
// SetInstanceCountLimits sets the InstanceCountLimits field's value.
c1006
// SetAdditionalLimits sets the AdditionalLimits field's value.
c1007
// SetInstanceLimits sets the InstanceLimits field's value.
c1008
// SetStorageTypes sets the StorageTypes field's value.
c1009
// SetElasticsearchInstanceTypes sets the ElasticsearchInstanceTypes field's value.
c1010
// SetElasticsearchVersions sets the ElasticsearchVersions field's value.
c1011
// SetPendingDeletion sets the PendingDeletion field's value.
c1012
// SetUpdateVersion sets the UpdateVersion field's value.
c1013
// SetElasticsearchInstanceCount sets the ElasticsearchInstanceCount field's value.
c1014
// SetAutomatedUpdateDate sets the AutomatedUpdateDate field's value.
c1015
// SetCancellable sets the Cancellable field's value.
c1016
// SetNewVersion sets the NewVersion field's value.
c1017
// SetUpdateAvailable sets the UpdateAvailable field's value.
c1018
// SetAutomatedSnapshotStartHour sets the AutomatedSnapshotStartHour field's value.
c1019
// SetStorageSubTypeName sets the StorageSubTypeName field's value.
c1020
// SetStorageTypeLimits sets the StorageTypeLimits field's value.
c1021
// SetStorageTypeName sets the StorageTypeName field's value.
c1022
// SetStepsList sets the StepsList field's value.
c1023
// SetUpgradeStatus sets the UpgradeStatus field's value.
c1024
// SetIssues sets the Issues field's value.
c1025
// SetUpgradeStepStatus sets the UpgradeStepStatus field's value.
c1026
// SetAvailabilityZoneCount sets the AvailabilityZoneCount field's value.
c1027
// SetDeleteAt sets the DeleteAt field's value.
c1028
// SetMoveToColdStorageAt sets the MoveToColdStorageAt field's value.
c1029
// SetConditionKey sets the ConditionKey field's value.
c1030
// SetConditionType sets the ConditionType field's value.
c1031
// SetConditionValue sets the ConditionValue field's value.
c1032
// SetBackupPlanTags sets the BackupPlanTags field's value.
c1033
// SetBackupVaultTags sets the BackupVaultTags field's value.
c1034
// SetBackupPlanDocument sets the BackupPlanDocument field's value.
c1035
// SetRestoreMetadata sets the RestoreMetadata field's value.
c1036
// SetDeleteAfterDays sets the DeleteAfterDays field's value.
c1037
// SetMoveToColdStorageAfterDays sets the MoveToColdStorageAfterDays field's value.
c1038
// SetByBackupVaultName sets the ByBackupVaultName field's value.
c1039
// SetByState sets the ByState field's value.
c1040
// SetBackupJobs sets the BackupJobs field's value.
c1041
// SetBackupPlanTemplatesList sets the BackupPlanTemplatesList field's value.
c1042
// SetBackupPlanVersionsList sets the BackupPlanVersionsList field's value.
c1043
// SetBackupPlansList sets the BackupPlansList field's value.
c1044
// SetBackupSelectionsList sets the BackupSelectionsList field's value.
c1045
// SetBackupVaultList sets the BackupVaultList field's value.
c1046
// SetByBackupPlanId sets the ByBackupPlanId field's value.
c1047
// SetRestoreJobs sets the RestoreJobs field's value.
c1048
// SetBackupPlanTemplateName sets the BackupPlanTemplateName field's value.
c1049
// SetBackupPlanVersion sets the BackupPlanVersion field's value.
c1050
// SetBackupRuleId sets the BackupRuleId field's value.
c1051
// SetListOfTags sets the ListOfTags field's value.
c1052
// SetCompleteWindowMinutes sets the CompleteWindowMinutes field's value.
c1053
// SetRDSData sets the RDSData field's value.
c1054
// SetRecipeUri sets the RecipeUri field's value.
c1055
// SetDataSourceSchema sets the DataSourceSchema field's value.
c1056
// SetPredictEndpoint sets the PredictEndpoint field's value.
c1057
// SetPrediction sets the Prediction field's value.
c1058
// SetPredictedLabel sets the PredictedLabel field's value.
c1059
// SetPredictedScores sets the PredictedScores field's value.
c1060
// SetPredictedValue sets the PredictedValue field's value.
c1061
// SetInstanceIdentifier sets the InstanceIdentifier field's value.
c1062
// SetDataPipelineId sets the DataPipelineId field's value.
c1063
// SetEndpointUrl sets the EndpointUrl field's value.
c1064
// SetPeakRequestsPerSecond sets the PeakRequestsPerSecond field's value.
c1065
// SetRedshiftDatabase sets the RedshiftDatabase field's value.
c1066
// SetDataSchemaLocationS3 sets the DataSchemaLocationS3 field's value.
c1067
// UnmarshalDiscardBody is a request handler to empty a response's body and closing it.
c1068
// CreateRegexMatchSet API operation for AWS WAF. // // 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's // API operation CreateRegexMatchSet for usage and error information. // // Returned Error Codes: // * ErrCodeStaleDataException "WAFStaleDataException" // The operation failed because you tried to create, update, or delete an object // by using a change token that has already been used. // // * ErrCodeInternalErrorException "WAFInternalErrorException" // The operation failed because of a system problem, even though the request // was valid. Retry your request. // // * ErrCodeDisallowedNameException "WAFDisallowedNameException" // The name specified is invalid. // // * ErrCodeLimitsExceededException "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-2015-08-24/CreateRegexMatchSet
c1069
// SetExcludedRules sets the ExcludedRules field's value.
c1070
// SetOverrideAction sets the OverrideAction field's value.
c1071
// SetByteMatchTuples sets the ByteMatchTuples field's value.
c1072
// SetByteMatchTuple sets the ByteMatchTuple field's value.
c1073
// SetPositionalConstraint sets the PositionalConstraint field's value.
c1074
// SetTargetString sets the TargetString field's value.
c1075
// SetGeoMatchConstraints sets the GeoMatchConstraints field's value.
c1076
// SetGeoMatchConstraint sets the GeoMatchConstraint field's value.
c1077
// SetChangeTokenStatus sets the ChangeTokenStatus field's value.
c1078
// SetManagedKeys sets the ManagedKeys field's value.
c1079
// SetWebAclId sets the WebAclId field's value.
c1080
// SetPopulationSize sets the PopulationSize field's value.
c1081
// SetSampledRequests sets the SampledRequests field's value.
c1082
// SetClientIP sets the ClientIP field's value.
c1083
// SetHTTPVersion sets the HTTPVersion field's value.
c1084
// SetIPSetDescriptors sets the IPSetDescriptors field's value.
c1085
// SetIPSetDescriptor sets the IPSetDescriptor field's value.
c1086
// SetActivatedRules sets the ActivatedRules field's value.
c1087
// SetByteMatchSets sets the ByteMatchSets field's value.
c1088
// SetGeoMatchSets sets the GeoMatchSets field's value.
c1089
// SetIPSets sets the IPSets field's value.
c1090
// SetLoggingConfigurations sets the LoggingConfigurations field's value.
c1091
// SetRegexMatchSets sets the RegexMatchSets field's value.
c1092
// SetRegexPatternSets sets the RegexPatternSets field's value.
c1093
// SetSizeConstraintSets sets the SizeConstraintSets field's value.
c1094
// SetSqlInjectionMatchSets sets the SqlInjectionMatchSets field's value.
c1095
// SetWebACLs sets the WebACLs field's value.
c1096
// SetXssMatchSets sets the XssMatchSets field's value.
c1097
// SetLogDestinationConfigs sets the LogDestinationConfigs field's value.
c1098
// SetRedactedFields sets the RedactedFields field's value.
c1099
// SetDataId sets the DataId field's value.