class Aws::S3::ExpressCredentials

def create_session_options

Other tags:
    Api: - private
def create_session_options
  @cso ||= begin
    input = S3::Client.api.operation(:create_session).input
    Set.new(input.shape.member_names)
  end
end