Updates an experiment definition. You can update treatments, the control, audience rules, and other properties. You cannot update an experiment definition while an experiment run is active.
See also: AWS API Documentation
update-experiment-definition
--application-identifier <value>
--experiment-definition-identifier <value>
[--treatments <value>]
[--control <value>]
[--hypothesis <value>]
[--audience-rule <value>]
[--audience-description <value>]
[--launch-criteria <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]
[--cli-error-format <value>]
--application-identifier (string) [required]
The application ID or name.
Constraints:
- min:
1- max:
2048
--experiment-definition-identifier (string) [required]
The experiment definition ID or name.
Constraints:
- min:
1- max:
2048
--treatments (list)
An updated list of treatments.
Constraints:
- min:
1- max:
5(structure)
Input structure for defining a treatment when creating or updating an experiment definition.
Weight -> (float) [required]
The traffic allocation weight for this treatment.
Constraints:
- min:
0.0Description -> (string)
A description of the treatment.
Constraints:
- min:
0- max:
1024FlagValue -> (structure) [required]
The feature flag value to serve to users assigned to this treatment.
Enabled -> (boolean) [required]
Whether the feature flag is enabled for this treatment.AttributeValues -> (map)
The attribute values associated with this flag value.
Constraints:
- min:
0- max:
25key -> (string)
Constraints:
- pattern:
(?!enabled$)[a-z][a-zA-Z0-9_-]{0,63}value -> (tagged union structure)
A value for a feature flag attribute. Only one of the members can be set.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:StringValue,NumberValue,BooleanValue,StringArray,NumberArray.StringValue -> (string)
A string value for the attribute.
Constraints:
- min:
0- max:
1024NumberValue -> (double)
A numeric value for the attribute.BooleanValue -> (boolean)
A Boolean value for the attribute.StringArray -> (list)
An array of string values for the attribute.
Constraints:
- min:
0- max:
25(string)
Constraints:
- min:
0- max:
1024NumberArray -> (list)
An array of numeric values for the attribute.
Constraints:
- min:
0- max:
25(double)
JSON Syntax:
[
{
"Weight": float,
"Description": "string",
"FlagValue": {
"Enabled": true|false,
"AttributeValues": {"string": {
"StringValue": "string",
"NumberValue": double,
"BooleanValue": true|false,
"StringArray": ["string", ...],
"NumberArray": [double, ...]
}
...}
}
}
...
]
--control (structure)
An updated control treatment.
Weight -> (float) [required]
The traffic allocation weight for this treatment.
Constraints:
- min:
0.0Description -> (string)
A description of the treatment.
Constraints:
- min:
0- max:
1024FlagValue -> (structure) [required]
The feature flag value to serve to users assigned to this treatment.
Enabled -> (boolean) [required]
Whether the feature flag is enabled for this treatment.AttributeValues -> (map)
The attribute values associated with this flag value.
Constraints:
- min:
0- max:
25key -> (string)
Constraints:
- pattern:
(?!enabled$)[a-z][a-zA-Z0-9_-]{0,63}value -> (tagged union structure)
A value for a feature flag attribute. Only one of the members can be set.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:StringValue,NumberValue,BooleanValue,StringArray,NumberArray.StringValue -> (string)
A string value for the attribute.
Constraints:
- min:
0- max:
1024NumberValue -> (double)
A numeric value for the attribute.BooleanValue -> (boolean)
A Boolean value for the attribute.StringArray -> (list)
An array of string values for the attribute.
Constraints:
- min:
0- max:
25(string)
Constraints:
- min:
0- max:
1024NumberArray -> (list)
An array of numeric values for the attribute.
Constraints:
- min:
0- max:
25(double)
JSON Syntax:
{
"Weight": float,
"Description": "string",
"FlagValue": {
"Enabled": true|false,
"AttributeValues": {"string": {
"StringValue": "string",
"NumberValue": double,
"BooleanValue": true|false,
"StringArray": ["string", ...],
"NumberArray": [double, ...]
}
...}
}
}
--hypothesis (string)
An updated hypothesis.
Constraints:
- min:
0- max:
1024
--audience-rule (string)
An updated audience rule.
Constraints:
- min:
1- max:
16384
--audience-description (string)
An updated audience description.
Constraints:
- min:
0- max:
1024
--launch-criteria (string)
Updated launch criteria.
Constraints:
- min:
0- max:
1024
--cli-input-json | --cli-input-yaml (string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.
--generate-cli-skeleton (string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
--debug (boolean)
Turn on debug logging.
--endpoint-url (string)
Override command’s default URL with the given URL.
--no-verify-ssl (boolean)
By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.
--no-paginate (boolean)
Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.
--output (string)
The formatting style for command output.
--query (string)
A JMESPath query to use in filtering the response data.
--profile (string)
Use a specific profile from your credential file.
--region (string)
The region to use. Overrides config/env settings.
--version (string)
Display the version of this tool.
--color (string)
Turn on/off color output.
--no-sign-request (boolean)
Do not sign requests. Credentials will not be loaded if this argument is provided.
--ca-bundle (string)
The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.
--cli-read-timeout (int)
The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.
--cli-connect-timeout (int)
The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.
--cli-binary-format (string)
The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb:// will always be treated as binary and use the file contents directly regardless of the cli-binary-format setting. When using file:// the file contents will need to properly formatted for the configured cli-binary-format.
--no-cli-pager (boolean)
Disable cli pager for output.
--cli-auto-prompt (boolean)
Automatically prompt for CLI input parameters.
--no-cli-auto-prompt (boolean)
Disable automatically prompt for CLI input parameters.
--cli-error-format (string)
The formatting style for error output. By default, errors are displayed in enhanced format.
ApplicationId -> (string)
The application ID.
Constraints:
- pattern:
[a-z0-9]{4,7}
Id -> (string)
The experiment definition ID.
Constraints:
- pattern:
[a-z0-9]{4,7}
Name -> (string)
The name of the experiment definition.
Constraints:
- min:
1- max:
64
Hypothesis -> (string)
The hypothesis that the experiment is designed to validate.
Constraints:
- min:
0- max:
1024
Status -> (string)
The current status of the experiment definition. Valid values:
ACTIVE,IDLE,ARCHIVED.Possible values:
ACTIVEIDLEARCHIVED
ConfigurationProfileId -> (string)
The configuration profile ID associated with the experiment.
Constraints:
- pattern:
[a-z0-9]{4,7}
EnvironmentId -> (string)
The environment ID where the experiment runs.
Constraints:
- pattern:
[a-z0-9]{4,7}
FlagKey -> (string)
The key of the feature flag used by the experiment.
Constraints:
- pattern:
^[a-z][a-zA-Z0-9_-]{1,64}
AudienceRule -> (string)
The rule that defines which users are eligible to be assigned to treatments.
Constraints:
- min:
1- max:
16384
AudienceDescription -> (string)
A description of the intended audience for the experiment.
Constraints:
- min:
0- max:
1024
LaunchCriteria -> (string)
The conditions under which the winning treatment should be launched.
Constraints:
- min:
0- max:
1024
Treatments -> (list)
The list of treatments defined for the experiment.
Constraints:
- min:
1- max:
5(structure)
Describes a treatment in an experiment, including its traffic allocation weight and feature flag value.
Key -> (string)
The unique key that identifies this treatment.
Constraints:
- pattern:
^[a-zA-Z0-9]{1,8}Weight -> (float) [required]
The traffic allocation weight for this treatment.
Constraints:
- min:
0.0Description -> (string)
A description of the treatment.
Constraints:
- min:
0- max:
1024FlagValue -> (structure) [required]
The feature flag value served to users assigned to this treatment.
Enabled -> (boolean) [required]
Whether the feature flag is enabled for this treatment.AttributeValues -> (map)
The attribute values associated with this flag value.
Constraints:
- min:
0- max:
25key -> (string)
Constraints:
- pattern:
(?!enabled$)[a-z][a-zA-Z0-9_-]{0,63}value -> (tagged union structure)
A value for a feature flag attribute. Only one of the members can be set.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:StringValue,NumberValue,BooleanValue,StringArray,NumberArray.StringValue -> (string)
A string value for the attribute.
Constraints:
- min:
0- max:
1024NumberValue -> (double)
A numeric value for the attribute.BooleanValue -> (boolean)
A Boolean value for the attribute.StringArray -> (list)
An array of string values for the attribute.
Constraints:
- min:
0- max:
25(string)
Constraints:
- min:
0- max:
1024NumberArray -> (list)
An array of numeric values for the attribute.
Constraints:
- min:
0- max:
25(double)
Control -> (structure)
The control treatment used as the baseline for comparison.
Key -> (string)
The unique key that identifies this treatment.
Constraints:
- pattern:
^[a-zA-Z0-9]{1,8}Weight -> (float) [required]
The traffic allocation weight for this treatment.
Constraints:
- min:
0.0Description -> (string)
A description of the treatment.
Constraints:
- min:
0- max:
1024FlagValue -> (structure) [required]
The feature flag value served to users assigned to this treatment.
Enabled -> (boolean) [required]
Whether the feature flag is enabled for this treatment.AttributeValues -> (map)
The attribute values associated with this flag value.
Constraints:
- min:
0- max:
25key -> (string)
Constraints:
- pattern:
(?!enabled$)[a-z][a-zA-Z0-9_-]{0,63}value -> (tagged union structure)
A value for a feature flag attribute. Only one of the members can be set.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:StringValue,NumberValue,BooleanValue,StringArray,NumberArray.StringValue -> (string)
A string value for the attribute.
Constraints:
- min:
0- max:
1024NumberValue -> (double)
A numeric value for the attribute.BooleanValue -> (boolean)
A Boolean value for the attribute.StringArray -> (list)
An array of string values for the attribute.
Constraints:
- min:
0- max:
25(string)
Constraints:
- min:
0- max:
1024NumberArray -> (list)
An array of numeric values for the attribute.
Constraints:
- min:
0- max:
25(double)
CreatedAt -> (timestamp)
The date and time the experiment definition was created, in ISO 8601 format.
UpdatedAt -> (timestamp)
The date and time the experiment definition was last updated, in ISO 8601 format.
KmsKeyIdentifier -> (string)
The Amazon Resource Name (ARN) of the KMS key used to encrypt experiment data.
Constraints:
- min:
1- max:
2048