Class: Aws::Lambda::Types::PublishLayerVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_architecturesArray<String>

Returns:

  • (Array<String>)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'lib/aws-sdk-lambda/types.rb', line 5004

class PublishLayerVersionRequest < Struct.new(
  :layer_name,
  :description,
  :content,
  :compatible_runtimes,
  :license_info,
  :compatible_architectures)
  SENSITIVE = []
  include Aws::Structure
end

#compatible_runtimesArray<String>

A list of compatible [function runtimes]. Used for filtering with ListLayers and ListLayerVersions.

The following list includes deprecated runtimes. For more information, see [Runtime deprecation policy].

[1]: docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html [2]: docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy

Returns:

  • (Array<String>)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'lib/aws-sdk-lambda/types.rb', line 5004

class PublishLayerVersionRequest < Struct.new(
  :layer_name,
  :description,
  :content,
  :compatible_runtimes,
  :license_info,
  :compatible_architectures)
  SENSITIVE = []
  include Aws::Structure
end

#contentTypes::LayerVersionContentInput

The function layer archive.



5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'lib/aws-sdk-lambda/types.rb', line 5004

class PublishLayerVersionRequest < Struct.new(
  :layer_name,
  :description,
  :content,
  :compatible_runtimes,
  :license_info,
  :compatible_architectures)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the version.

Returns:

  • (String)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'lib/aws-sdk-lambda/types.rb', line 5004

class PublishLayerVersionRequest < Struct.new(
  :layer_name,
  :description,
  :content,
  :compatible_runtimes,
  :license_info,
  :compatible_architectures)
  SENSITIVE = []
  include Aws::Structure
end

#layer_nameString

The name or Amazon Resource Name (ARN) of the layer.

Returns:

  • (String)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'lib/aws-sdk-lambda/types.rb', line 5004

class PublishLayerVersionRequest < Struct.new(
  :layer_name,
  :description,
  :content,
  :compatible_runtimes,
  :license_info,
  :compatible_architectures)
  SENSITIVE = []
  include Aws::Structure
end

#license_infoString

The layer’s software license. It can be any of the following:

[1]: spdx.org/licenses/

Returns:

  • (String)


5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
# File 'lib/aws-sdk-lambda/types.rb', line 5004

class PublishLayerVersionRequest < Struct.new(
  :layer_name,
  :description,
  :content,
  :compatible_runtimes,
  :license_info,
  :compatible_architectures)
  SENSITIVE = []
  include Aws::Structure
end