WafRegionalClient
extends AwsClient
This client is used to interact with the AWS WAF Regional service.
Supported API Versions
This class uses a service description model that is associated at
runtime based on the version option given when constructing the
client. The version option will determine which API operations,
waiters, and paginators are available for a client. Creating a command or a
specific API operation can be done using magic methods (e.g.,
$client->commandName(/** parameters */), or using the
$client->getCommand method of the client.
-
phpstan-method
-
\Aws\Result associateWebACL(array{WebACLId?: string, ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise associateWebACLAsync(array{WebACLId?: string, ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result createByteMatchSet(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createByteMatchSetAsync(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result createGeoMatchSet(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createGeoMatchSetAsync(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result createIPSet(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createIPSetAsync(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result createRateBasedRule(array{
Name?: string,
MetricName?: string,
RateKey?: 'IP',
RateLimit?: int,
ChangeToken?: string,
Tags?: list<array{Key?: string, Value?: string, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createRateBasedRuleAsync(array{
Name?: string,
MetricName?: string,
RateKey?: 'IP',
RateLimit?: int,
ChangeToken?: string,
Tags?: list<array{Key?: string, Value?: string, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result createRegexMatchSet(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createRegexMatchSetAsync(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result createRegexPatternSet(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createRegexPatternSetAsync(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result createRule(array{
Name?: string,
MetricName?: string,
ChangeToken?: string,
Tags?: list<array{Key?: string, Value?: string, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createRuleAsync(array{
Name?: string,
MetricName?: string,
ChangeToken?: string,
Tags?: list<array{Key?: string, Value?: string, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result createRuleGroup(array{
Name?: string,
MetricName?: string,
ChangeToken?: string,
Tags?: list<array{Key?: string, Value?: string, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createRuleGroupAsync(array{
Name?: string,
MetricName?: string,
ChangeToken?: string,
Tags?: list<array{Key?: string, Value?: string, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result createSizeConstraintSet(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createSizeConstraintSetAsync(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result createSqlInjectionMatchSet(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createSqlInjectionMatchSetAsync(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result createWebACL(array{
Name?: string,
MetricName?: string,
DefaultAction?: array{Type?: 'ALLOW'|'BLOCK'|'COUNT', ...},
ChangeToken?: string,
Tags?: list<array{Key?: string, Value?: string, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createWebACLAsync(array{
Name?: string,
MetricName?: string,
DefaultAction?: array{Type?: 'ALLOW'|'BLOCK'|'COUNT', ...},
ChangeToken?: string,
Tags?: list<array{Key?: string, Value?: string, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result createWebACLMigrationStack(array{WebACLId?: string, S3BucketName?: string, IgnoreUnsupportedType?: bool, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createWebACLMigrationStackAsync(array{WebACLId?: string, S3BucketName?: string, IgnoreUnsupportedType?: bool, ...} $args = [])
-
phpstan-method
-
\Aws\Result createXssMatchSet(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise createXssMatchSetAsync(array{Name?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteByteMatchSet(array{ByteMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteByteMatchSetAsync(array{ByteMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteGeoMatchSet(array{GeoMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteGeoMatchSetAsync(array{GeoMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteIPSet(array{IPSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteIPSetAsync(array{IPSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteLoggingConfiguration(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteLoggingConfigurationAsync(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deletePermissionPolicy(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deletePermissionPolicyAsync(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteRateBasedRule(array{RuleId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteRateBasedRuleAsync(array{RuleId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteRegexMatchSet(array{RegexMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteRegexMatchSetAsync(array{RegexMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteRegexPatternSet(array{RegexPatternSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteRegexPatternSetAsync(array{RegexPatternSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteRule(array{RuleId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteRuleAsync(array{RuleId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteRuleGroup(array{RuleGroupId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteRuleGroupAsync(array{RuleGroupId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteSizeConstraintSet(array{SizeConstraintSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteSizeConstraintSetAsync(array{SizeConstraintSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteSqlInjectionMatchSet(array{SqlInjectionMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteSqlInjectionMatchSetAsync(array{SqlInjectionMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteWebACL(array{WebACLId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteWebACLAsync(array{WebACLId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result deleteXssMatchSet(array{XssMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise deleteXssMatchSetAsync(array{XssMatchSetId?: string, ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result disassociateWebACL(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise disassociateWebACLAsync(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getByteMatchSet(array{ByteMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getByteMatchSetAsync(array{ByteMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getChangeToken(array{...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getChangeTokenAsync(array{...} $args = [])
-
phpstan-method
-
\Aws\Result getChangeTokenStatus(array{ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getChangeTokenStatusAsync(array{ChangeToken?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getGeoMatchSet(array{GeoMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getGeoMatchSetAsync(array{GeoMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getIPSet(array{IPSetId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getIPSetAsync(array{IPSetId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getLoggingConfiguration(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getLoggingConfigurationAsync(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getPermissionPolicy(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getPermissionPolicyAsync(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getRateBasedRule(array{RuleId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getRateBasedRuleAsync(array{RuleId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getRateBasedRuleManagedKeys(array{RuleId?: string, NextMarker?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getRateBasedRuleManagedKeysAsync(array{RuleId?: string, NextMarker?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getRegexMatchSet(array{RegexMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getRegexMatchSetAsync(array{RegexMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getRegexPatternSet(array{RegexPatternSetId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getRegexPatternSetAsync(array{RegexPatternSetId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getRule(array{RuleId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getRuleAsync(array{RuleId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getRuleGroup(array{RuleGroupId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getRuleGroupAsync(array{RuleGroupId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getSampledRequests(array{
WebAclId?: string,
RuleId?: string,
TimeWindow?: array{StartTime?: int|string|\DateTimeInterface, EndTime?: int|string|\DateTimeInterface, ...},
MaxItems?: int,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getSampledRequestsAsync(array{
WebAclId?: string,
RuleId?: string,
TimeWindow?: array{StartTime?: int|string|\DateTimeInterface, EndTime?: int|string|\DateTimeInterface, ...},
MaxItems?: int,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result getSizeConstraintSet(array{SizeConstraintSetId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getSizeConstraintSetAsync(array{SizeConstraintSetId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getSqlInjectionMatchSet(array{SqlInjectionMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getSqlInjectionMatchSetAsync(array{SqlInjectionMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getWebACL(array{WebACLId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getWebACLAsync(array{WebACLId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getWebACLForResource(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getWebACLForResourceAsync(array{ResourceArn?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result getXssMatchSet(array{XssMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise getXssMatchSetAsync(array{XssMatchSetId?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result listActivatedRulesInRuleGroup(array{RuleGroupId?: string, NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listActivatedRulesInRuleGroupAsync(array{RuleGroupId?: string, NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listByteMatchSets(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listByteMatchSetsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listGeoMatchSets(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listGeoMatchSetsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listIPSets(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listIPSetsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listLoggingConfigurations(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listLoggingConfigurationsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listRateBasedRules(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listRateBasedRulesAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listRegexMatchSets(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listRegexMatchSetsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listRegexPatternSets(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listRegexPatternSetsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listResourcesForWebACL(array{WebACLId?: string, ResourceType?: 'API_GATEWAY'|'APPLICATION_LOAD_BALANCER', ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listResourcesForWebACLAsync(array{WebACLId?: string, ResourceType?: 'API_GATEWAY'|'APPLICATION_LOAD_BALANCER', ...} $args = [])
-
phpstan-method
-
\Aws\Result listRuleGroups(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listRuleGroupsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listRules(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listRulesAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listSizeConstraintSets(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listSizeConstraintSetsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listSqlInjectionMatchSets(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listSqlInjectionMatchSetsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listSubscribedRuleGroups(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listSubscribedRuleGroupsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listTagsForResource(array{NextMarker?: string, Limit?: int, ResourceARN?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listTagsForResourceAsync(array{NextMarker?: string, Limit?: int, ResourceARN?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result listWebACLs(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listWebACLsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result listXssMatchSets(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise listXssMatchSetsAsync(array{NextMarker?: string, Limit?: int, ...} $args = [])
-
phpstan-method
-
\Aws\Result putLoggingConfiguration(array{
LoggingConfiguration?: array{ResourceArn?: string, LogDestinationConfigs?: list, RedactedFields?: list, ...},
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise putLoggingConfigurationAsync(array{
LoggingConfiguration?: array{ResourceArn?: string, LogDestinationConfigs?: list, RedactedFields?: list, ...},
...,
} $args = [])
-
phpstan-method
-
\Aws\Result putPermissionPolicy(array{ResourceArn?: string, Policy?: string, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise putPermissionPolicyAsync(array{ResourceArn?: string, Policy?: string, ...} $args = [])
-
phpstan-method
-
\Aws\Result tagResource(array{ResourceARN?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise tagResourceAsync(array{ResourceARN?: string, Tags?: list<array{Key?: string, Value?: string, ...}>, ...} $args = [])
-
phpstan-method
-
\Aws\Result untagResource(array{ResourceARN?: string, TagKeys?: list, ...} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise untagResourceAsync(array{ResourceARN?: string, TagKeys?: list, ...} $args = [])
-
phpstan-method
-
\Aws\Result updateByteMatchSet(array{
ByteMatchSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', ByteMatchTuple?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateByteMatchSetAsync(array{
ByteMatchSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', ByteMatchTuple?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateGeoMatchSet(array{
GeoMatchSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', GeoMatchConstraint?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateGeoMatchSetAsync(array{
GeoMatchSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', GeoMatchConstraint?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateIPSet(array{
IPSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', IPSetDescriptor?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateIPSetAsync(array{
IPSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', IPSetDescriptor?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateRateBasedRule(array{
RuleId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', Predicate?: array, ...}>,
RateLimit?: int,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateRateBasedRuleAsync(array{
RuleId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', Predicate?: array, ...}>,
RateLimit?: int,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateRegexMatchSet(array{
RegexMatchSetId?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', RegexMatchTuple?: array, ...}>,
ChangeToken?: string,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateRegexMatchSetAsync(array{
RegexMatchSetId?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', RegexMatchTuple?: array, ...}>,
ChangeToken?: string,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateRegexPatternSet(array{
RegexPatternSetId?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', RegexPatternString?: string, ...}>,
ChangeToken?: string,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateRegexPatternSetAsync(array{
RegexPatternSetId?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', RegexPatternString?: string, ...}>,
ChangeToken?: string,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateRule(array{
RuleId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', Predicate?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateRuleAsync(array{
RuleId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', Predicate?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateRuleGroup(array{
RuleGroupId?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', ActivatedRule?: array, ...}>,
ChangeToken?: string,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateRuleGroupAsync(array{
RuleGroupId?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', ActivatedRule?: array, ...}>,
ChangeToken?: string,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateSizeConstraintSet(array{
SizeConstraintSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', SizeConstraint?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateSizeConstraintSetAsync(array{
SizeConstraintSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', SizeConstraint?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateSqlInjectionMatchSet(array{
SqlInjectionMatchSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', SqlInjectionMatchTuple?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateSqlInjectionMatchSetAsync(array{
SqlInjectionMatchSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', SqlInjectionMatchTuple?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateWebACL(array{
WebACLId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', ActivatedRule?: array, ...}>,
DefaultAction?: array{Type?: 'ALLOW'|'BLOCK'|'COUNT', ...},
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateWebACLAsync(array{
WebACLId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', ActivatedRule?: array, ...}>,
DefaultAction?: array{Type?: 'ALLOW'|'BLOCK'|'COUNT', ...},
...,
} $args = [])
-
phpstan-method
-
\Aws\Result updateXssMatchSet(array{
XssMatchSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', XssMatchTuple?: array, ...}>,
...,
} $args = [])
-
phpstan-method
-
\GuzzleHttp\Promise\Promise updateXssMatchSetAsync(array{
XssMatchSetId?: string,
ChangeToken?: string,
Updates?: list<array{Action?: 'DELETE'|'INSERT', XssMatchTuple?: array, ...}>,
...,
} $args = [])
Table of Contents
Methods
-
__call()
: mixed
-
__construct()
: mixed
- The client constructor accepts the following options:
-
__sleep()
: mixed
-
execute()
: mixed
-
executeAsync()
: mixed
-
factory()
: static
-
getApi()
: Service
-
getArguments()
: array<string|int, mixed>
- Get an array of client constructor arguments used by the client.
-
getClientBuiltIns()
: array<string|int, mixed>
- Provides the set of built-in keys and values
used for endpoint resolution
-
getClientContextParams()
: array<string|int, mixed>
- Provides the set of service context parameter
key-value pairs used for endpoint resolution.
-
getCommand()
: CommandInterface
-
getConfig()
: mixed|null
- Get a client configuration value.
-
getCredentials()
: PromiseInterface
- Returns a promise that is fulfilled with an
{@see \Aws\Credentials\CredentialsInterface} object.
-
getEndpoint()
: UriInterface
- Gets the default endpoint, or base URL, used by the client.
-
getEndpointProvider()
: mixed
-
getEndpointProviderArgs()
: array<string|int, mixed>
- Retrieves arguments to be used in endpoint resolution.
-
getHandlerList()
: HandlerList
- Get the handler list used to transfer commands.
-
getIterator()
: mixed
-
getPaginator()
: mixed
-
getRegion()
: string
- Get the region to which the client is configured to send requests.
-
getSignatureProvider()
: callable
- Get the signature_provider function of the client.
-
getToken()
: mixed
-
getWaiter()
: mixed
-
waitUntil()
: mixed
__call()
public
__call(mixed $name, array<string|int, mixed> $args) : mixed
Parameters
-
$name
: mixed
-
-
$args
: array<string|int, mixed>
-
__construct()
The client constructor accepts the following options:
public
__construct(array<string|int, mixed> $args) : mixed
- api_provider: (callable) An optional PHP callable that accepts a
type, service, and version argument, and returns an array of
corresponding configuration data. The type value can be one of api,
waiter, or paginator.
- credentials:
(Aws\Credentials\CredentialsInterface|array|bool|callable) Specifies
the credentials used to sign requests. Provide an
Aws\Credentials\CredentialsInterface object, an associative array of
"key", "secret", and an optional "token" key,
false to use null
credentials, or a callable credentials provider used to create
credentials or return null. See Aws\Credentials\CredentialProvider for
a list of built-in credentials providers. If no credentials are
provided, the SDK will attempt to load them from the environment.
- token:
(Aws\Token\TokenInterface|array|bool|callable) Specifies
the token used to authorize requests. Provide an
Aws\Token\TokenInterface object, an associative array of
"token" and an optional "expires" key,
false to use no
token, or a callable token provider used to create a
token or return null. See Aws\Token\TokenProvider for
a list of built-in token providers. If no token is
provided, the SDK will attempt to load one from the environment.
- csm:
(Aws\ClientSideMonitoring\ConfigurationInterface|array|callable) Specifies
the credentials used to sign requests. Provide an
Aws\ClientSideMonitoring\ConfigurationInterface object, a callable
configuration provider used to create client-side monitoring configuration,
false to disable csm, or an associative array with the following keys:
enabled: (bool) Set to true to enable client-side monitoring, defaults
to false; host: (string) the host location to send monitoring events to,
defaults to 127.0.0.1; port: (int) The port used for the host connection,
defaults to 31000; client_id: (string) An identifier for this project
- debug: (bool|array) Set to true to display debug information when
sending requests. Alternatively, you can provide an associative array
with the following keys: logfn: (callable) Function that is invoked
with log messages; stream_size: (int) When the size of a stream is
greater than this number, the stream data will not be logged (set to
"0" to not log any stream data); scrub_auth: (bool) Set to false to
disable the scrubbing of auth data from the logged messages; http:
(bool) Set to false to disable the "debug" feature of lower level HTTP
adapters (e.g., verbose curl output).
- stats: (bool|array) Set to true to gather transfer statistics on
requests sent. Alternatively, you can provide an associative array with
the following keys: retries: (bool) Set to false to disable reporting
on retries attempted; http: (bool) Set to true to enable collecting
statistics from lower level HTTP adapters (e.g., values returned in
GuzzleHttp\TransferStats). HTTP handlers must support an
http_stats_receiver option for this to have an effect; timer: (bool)
Set to true to enable a command timer that reports the total wall clock
time spent on an operation in seconds.
- disable_host_prefix_injection: (bool) Set to true to disable host prefix
injection logic for services that use it. This disables the entire
prefix injection, including the portions supplied by user-defined
parameters. Setting this flag will have no effect on services that do
not use host prefix injection.
- endpoint: (string) The full URI of the webservice. This is only
required when connecting to a custom endpoint (e.g., a local version
of S3).
- endpoint_discovery: (Aws\EndpointDiscovery\ConfigurationInterface,
Aws\CacheInterface, array, callable) Settings for endpoint discovery.
Provide an instance of Aws\EndpointDiscovery\ConfigurationInterface,
an instance Aws\CacheInterface, a callable that provides a promise for
a Configuration object, or an associative array with the following
keys: enabled: (bool) Set to true to enable endpoint discovery, false
to explicitly disable it, defaults to false; cache_limit: (int) The
maximum number of keys in the endpoints cache, defaults to 1000.
- endpoint_provider: (callable) An optional PHP callable that
accepts a hash of options including a "service" and "region" key and
returns NULL or a hash of endpoint data, of which the "endpoint" key
is required. See Aws\Endpoint\EndpointProvider for a list of built-in
providers.
- handler: (callable) A handler that accepts a command object,
request object and returns a promise that is fulfilled with an
Aws\ResultInterface object or rejected with an
Aws\Exception\AwsException. A handler does not accept a next handler
as it is terminal and expected to fulfill a command. If no handler is
provided, a default Guzzle handler will be utilized.
- http: (array, default=array(0)) Set to an array of SDK request
options to apply to each request (e.g., proxy, verify, etc.).
- http_handler: (callable) An HTTP handler is a function that
accepts a PSR-7 request object and returns a promise that is fulfilled
with a PSR-7 response object or rejected with an array of exception
data. NOTE: This option supersedes any provided "handler" option.
- idempotency_auto_fill: (bool|callable) Set to false to disable SDK to
populate parameters that enabled 'idempotencyToken' trait with a random
UUID v4 value on your behalf. Using default value 'true' still allows
parameter value to be overwritten when provided. Note: auto-fill only
works when cryptographically secure random bytes generator functions
(random_bytes, openssl_random_pseudo_bytes or mcrypt_create_iv) can be
found. You may also provide a callable source of random bytes.
- profile: (string) Allows you to specify which profile to use when
credentials are created from the AWS credentials file in your HOME
directory. This setting overrides the AWS_PROFILE environment
variable. Note: Specifying "profile" will cause the "credentials" key
to be ignored.
- region: (string, required) Region to connect to. See
http://docs.aws.amazon.com/general/latest/gr/rande.html for a list of
available regions.
- retries: (int, Aws\Retry\ConfigurationInterface, Aws\CacheInterface,
array, callable) Configures the retry mode and maximum number of
allowed retries for a client (pass 0 to disable retries). Provide an
integer for 'legacy' mode with the specified number of retries.
Otherwise provide an instance of Aws\Retry\ConfigurationInterface, an
instance of Aws\CacheInterface, a callable function, or an array with
the following keys: mode: (string) Set to 'legacy', 'standard' (uses
retry quota management), or 'adapative' (an experimental mode that adds
client-side rate limiting to standard mode); max_attempts (int) The
maximum number of attempts for a given request.
- scheme: (string, default=string(5) "https") URI scheme to use when
connecting connect. The SDK will utilize "https" endpoints (i.e.,
utilize SSL/TLS connections) by default. You can attempt to connect to
a service over an unencrypted "http" endpoint by setting
scheme to
"http".
- signature_provider: (callable) A callable that accepts a signature
version name (e.g., "v4"), a service name, and region, and
returns a SignatureInterface object or null. This provider is used to
create signers utilized by the client. See
Aws\Signature\SignatureProvider for a list of built-in providers
- signature_version: (string) A string representing a custom
signature version to use with a service (e.g., v4). Note that
per/operation signature version MAY override this requested signature
version.
- transport_sharing: (string) Set to a transport sharing mode ("none",
"handler_prefer", "handler_require", "persistent_prefer", or
"persistent_require") to enable connection sharing on the default
HTTP handler. The "_prefer" modes degrade gracefully when the
installed version of Guzzle or the runtime cannot honor them, and
the "_require" modes throw. This option only applies when the SDK
creates the default HTTP handler.
- use_aws_shared_config_files: (bool, default=bool(true)) Set to false to
disable checking for shared config file in '~/.aws/config' and
'~/.aws/credentials'. This will override the AWS_CONFIG_FILE
environment variable.
- validate: (bool, default=bool(true)) Set to false to disable
client-side parameter validation.
- version: (string, required) The version of the webservice to
utilize (e.g., 2006-03-01).
- account_id_endpoint_mode: (string, default(preferred)) this option
decides whether credentials should resolve an accountId value,
which is going to be used as part of the endpoint resolution.
The valid values for this option are:
- preferred: when this value is set then, a warning is logged when
accountId is empty in the resolved identity.
- required: when this value is set then, an exception is thrown when
accountId is empty in the resolved identity.
- disabled: when this value is set then, the validation for if accountId
was resolved or not, is ignored.
- ua_append: (string, array) To pass custom user agent parameters.
- app_id: (string) an optional application specific identifier that can be set.
When set it will be appended to the User-Agent header of every request
in the form of App/{AppId}. This variable is sourced from environment
variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
See https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html for
more information on environment variables and shared config settings.
Parameters
-
$args
: array<string|int, mixed>
-
Client configuration arguments.
-
throws
-
InvalidArgumentException
if any required options are missing or
the service is not supported.
__sleep()
public
__sleep() : mixed
execute()
public
execute(CommandInterface $command) : mixed
Parameters
-
$command
: CommandInterface
-
executeAsync()
public
executeAsync(CommandInterface $command) : mixed
Parameters
-
$command
: CommandInterface
-
factory()
public
static factory([array<string|int, mixed> $config = [] ]) : static
Parameters
-
$config
: array<string|int, mixed>
= []
-
-
deprecated
-
getApi()
public
abstract getApi() : Service
getArguments()
Get an array of client constructor arguments used by the client.
public
static getArguments() : array<string|int, mixed>
Return values
array<string|int, mixed>
getClientBuiltIns()
Provides the set of built-in keys and values
used for endpoint resolution
public
getClientBuiltIns() : array<string|int, mixed>
Return values
array<string|int, mixed>
getClientContextParams()
Provides the set of service context parameter
key-value pairs used for endpoint resolution.
public
getClientContextParams() : array<string|int, mixed>
Return values
array<string|int, mixed>
getCommand()
public
abstract getCommand(string $name[, array<string|int, mixed> $args = [] ]) : CommandInterface
Parameters
-
$name
: string
-
-
$args
: array<string|int, mixed>
= []
-
getConfig()
Get a client configuration value.
public
getConfig([mixed $option = null ]) : mixed|null
Parameters
-
$option
: mixed
= null
-
The option to retrieve. Pass null to retrieve
all options.
getCredentials()
Returns a promise that is fulfilled with an
{@see \Aws\Credentials\CredentialsInterface} object.
public
getCredentials() : PromiseInterface
If you need the credentials synchronously, then call the wait() method
on the returned promise.
getEndpoint()
Gets the default endpoint, or base URL, used by the client.
public
getEndpoint() : UriInterface
getEndpointProvider()
public
getEndpointProvider() : mixed
getEndpointProviderArgs()
Retrieves arguments to be used in endpoint resolution.
public
getEndpointProviderArgs() : array<string|int, mixed>
Return values
array<string|int, mixed>
getHandlerList()
Get the handler list used to transfer commands.
public
getHandlerList() : HandlerList
This list can be modified to add middleware or to change the underlying
handler used to send HTTP requests.
getIterator()
public
getIterator(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
-
$name
: mixed
-
-
$args
: array<string|int, mixed>
= []
-
getPaginator()
public
getPaginator(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
-
$name
: mixed
-
-
$args
: array<string|int, mixed>
= []
-
getRegion()
Get the region to which the client is configured to send requests.
public
getRegion() : string
getSignatureProvider()
Get the signature_provider function of the client.
public
final getSignatureProvider() : callable
getToken()
public
getToken() : mixed
getWaiter()
public
getWaiter(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
-
$name
: mixed
-
-
$args
: array<string|int, mixed>
= []
-
waitUntil()
public
waitUntil(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
-
$name
: mixed
-
-
$args
: array<string|int, mixed>
= []
-
<-- modeled_exceptions -->