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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_architecturesArray<String>

A list of compatible instruction set architectures.

Returns:

  • (Array<String>)


4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4877

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.

Returns:

  • (Array<String>)


4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4877

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.



4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4877

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)


4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4877

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)


4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4877

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:

  • An SPDX license identifier. For example, MIT.

  • The URL of a license hosted on the internet. For example, https://opensource.org/licenses/MIT.

  • The full text of the license.

Returns:

  • (String)


4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4877

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