lib/aws-sdk-synthetics/client.rb in aws-sdk-synthetics-1.9.0 vs lib/aws-sdk-synthetics/client.rb in aws-sdk-synthetics-1.10.0

- old
+ new

@@ -414,14 +414,13 @@ # The number of days to retain data about failed runs of this canary. If # you omit this field, the default of 31 days is used. The valid range # is 1 to 455 days. # # @option params [required, String] :runtime_version - # Specifies the runtime version to use for the canary. Currently, the - # only valid values are `syn-nodejs-2.0`, `syn-nodejs-2.0-beta`, and - # `syn-1.0`. For more information about runtime versions, see [ Canary - # Runtime Versions][1]. + # Specifies the runtime version to use for the canary. For a list of + # valid runtime versions and more information about runtime versions, + # see [ Canary Runtime Versions][1]. # # # # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html # @@ -465,10 +464,13 @@ # }, # run_config: { # timeout_in_seconds: 1, # memory_in_mb: 1, # active_tracing: false, + # environment_variables: { + # "EnvironmentVariableName" => "EnvironmentVariableValue", + # }, # }, # success_retention_period_in_days: 1, # failure_retention_period_in_days: 1, # runtime_version: "String", # required # vpc_config: { @@ -1080,14 +1082,13 @@ # * `logs:CreateLogStream` # # * `logs:CreateLogStream` # # @option params [String] :runtime_version - # Specifies the runtime version to use for the canary. Currently, the - # only valid values are `syn-nodejs-2.0`, `syn-nodejs-2.0-beta`, and - # `syn-1.0`. For more information about runtime versions, see [ Canary - # Runtime Versions][1]. + # Specifies the runtime version to use for the canary. For a list of + # valid runtime versions and for more information about runtime + # versions, see [ Canary Runtime Versions][1]. # # # # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Library.html # @@ -1136,10 +1137,13 @@ # }, # run_config: { # timeout_in_seconds: 1, # memory_in_mb: 1, # active_tracing: false, + # environment_variables: { + # "EnvironmentVariableName" => "EnvironmentVariableValue", + # }, # }, # success_retention_period_in_days: 1, # failure_retention_period_in_days: 1, # vpc_config: { # subnet_ids: ["SubnetId"], @@ -1167,10 +1171,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-synthetics' - context[:gem_version] = '1.9.0' + context[:gem_version] = '1.10.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated